From 60228c6e6b4892697e3ac3abbef287340b41b7c3 Mon Sep 17 00:00:00 2001 From: John Date: Tue, 25 Apr 2023 12:14:32 +0100 Subject: [PATCH] Fixes for 15.5.0 (#221) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Styles needs to be an array * Update visual editor * Sync outline view up to Gutenberg * Remove TOC setting It’s now in the list view * First package bump * Fix jest build error * Fix lint errors * Update eslint * Update storybook * Bump all WP packages * Bundle * Bump minimum node version in tests * Further jest fixes * Lint fix * More updates * Use custom complimentary area Until I can figure out why the core one doesn’t work this is a workaround * Lint fixes * Update packages * Rebundle * Block another request * Fix e2e tests * Update builds * Update storybook * Fix linting * Rebundle --- .github/workflows/nodejs.yml | 4 +- .jest/jest-setup.js | 7 + .storybook/main.js | 30 +- CHANGELOG.md | 5 + README.md | 1 - build-browser/core.css | 1263 +- build-browser/isolated-block-editor.css | 2 +- build-browser/isolated-block-editor.js | 4 +- .../isolated-block-editor.js.LICENSE.txt | 2 +- build-module/__tests__/e2e/index.spec.ts | 7 +- .../components/action-area/index.js.map | 2 +- build-module/components/api-fetch/index.js | 3 +- .../components/api-fetch/index.js.map | 2 +- .../click-outside.js.map | 2 +- .../block-editor-container/hot-swapper.js.map | 2 +- .../block-editor-container/index.js.map | 2 +- .../with-focus-outside.js.map | 2 +- .../editor-content.js.map | 2 +- .../components/block-editor-contents/index.js | 4 +- .../block-editor-contents/index.js.map | 2 +- .../block-navigation/index.js | 11 +- .../block-navigation/index.js.map | 2 +- .../block-navigation/style.scss | 70 +- .../header-toolbar/index.js | 11 +- .../header-toolbar/index.js.map | 2 +- .../header-toolbar/redo.js.map | 2 +- .../header-toolbar/undo.js.map | 2 +- .../block-editor-toolbar/index.js.map | 2 +- .../inspector/index.js.map | 2 +- .../more-menu/editor-menu.js.map | 2 +- .../more-menu/index.js.map | 2 +- .../more-menu/link-menu.js.map | 2 +- .../more-menu/writing-menu.js.map | 2 +- .../block-editor-toolbar/slot.js.map | 2 +- .../toggle-feature/index.js.map | 2 +- .../toggle-option/index.js.map | 2 +- .../components/block-editor/footer.js.map | 2 +- build-module/components/block-editor/index.js | 2 +- .../components/block-editor/index.js.map | 2 +- .../block-editor/inserter-sidebar.js.map | 2 +- .../block-editor/list-view-outline.js | 106 + .../block-editor/list-view-outline.js.map | 1 + .../block-editor/listview-sidebar.js | 129 +- .../block-editor/listview-sidebar.js.map | 2 +- .../block-editor/post-text-editor.js.map | 2 +- .../block-editor/sidebar-heading.js.map | 2 +- .../components/block-editor/sidebar.js | 39 +- .../components/block-editor/sidebar.js.map | 2 +- .../block-editor/text-editor.js.map | 2 +- .../components/block-editor/visual-editor.js | 282 +- .../block-editor/visual-editor.js.map | 2 +- .../components/avatars/Avatars.stories.tsx | 9 +- .../components/avatars/index.js.map | 2 +- .../collaborative-editing/index.js.map | 2 +- .../use-yjs/__test-helpers__/utils.js.map | 2 +- .../algorithms/relative-position.js.map | 2 +- .../use-yjs/algorithms/rich-text.js | 1 + .../use-yjs/algorithms/rich-text.js.map | 2 +- .../use-yjs/algorithms/sanitize-html.js.map | 2 +- .../use-yjs/algorithms/yjs.js.map | 2 +- .../filters/block-selection/index.js.map | 2 +- .../use-yjs/filters/index.js.map | 2 +- .../collab-caret/CollabCaret.stories.tsx | 2 +- .../formats/collab-caret/color-utils.js.map | 2 +- .../use-yjs/formats/collab-caret/index.js.map | 2 +- .../use-yjs/index.js.map | 2 +- .../use-yjs/yjs-doc.js.map | 2 +- .../collaborative-editing/use-yjs/yjs-undo.js | 1 + .../use-yjs/yjs-undo.js.map | 2 +- .../complementary-area-header.js | 64 + .../complementary-area-header.js.map | 1 + .../components/complementary-area/index.js | 78 + .../complementary-area/index.js.map | 1 + .../components/content-saver/index.js.map | 2 +- .../components/default-settings/index.js | 2 - .../components/default-settings/index.js.map | 2 +- build-module/components/document/index.js.map | 2 +- .../editor-heading-slot/index.js.map | 2 +- .../components/editor-loaded/index.js.map | 2 +- .../editor-setup/editor-settings.js.map | 2 +- .../components/editor-setup/index.js.map | 2 +- .../components/footer-slot/index.js.map | 2 +- .../components/pattern-monitor/index.js.map | 2 +- .../with-registry-provider/index.js.map | 2 +- .../interface-store/actions.js.map | 2 +- .../interface-store/reducer.js.map | 2 +- .../interface-store/selectors.js.map | 2 +- .../reusable-store/actions.js.map | 2 +- .../reusable-store/controls.js.map | 2 +- .../reusable-store/reducer.js.map | 2 +- .../reusable-store/selectors.js.map | 2 +- build-module/index.js | 1 - build-module/index.js.map | 2 +- build-module/store/blocks/actions.js.map | 2 +- build-module/store/blocks/reducer.js.map | 2 +- build-module/store/blocks/selectors.js.map | 2 +- .../store/collab-peers/actions.js.map | 2 +- .../store/collab-peers/reducer.js.map | 2 +- .../store/collab-peers/selectors.js.map | 2 +- build-module/store/collab/actions.js.map | 2 +- build-module/store/collab/reducer.js.map | 2 +- build-module/store/collab/selectors.js.map | 2 +- build-module/store/core-editor/index.js.map | 2 +- build-module/store/edit-post/index.js.map | 2 +- build-module/store/editor/actions.js.map | 2 +- build-module/store/editor/reducer.js | 1 - build-module/store/editor/reducer.js.map | 2 +- build-module/store/editor/selectors.js.map | 2 +- build-module/store/index.js.map | 2 +- build-module/store/options/actions.js.map | 2 +- build-module/store/options/reducer.js.map | 2 +- build-module/store/options/selectors.js.map | 2 +- .../store/plugins/store-hot-swap.js.map | 2 +- build-module/store/preferences/actions.js.map | 2 +- build-module/store/preferences/reducer.js.map | 2 +- .../store/preferences/selectors.js.map | 2 +- .../components/api-fetch/index.d.ts.map | 2 +- .../block-editor-container/click-outside.d.ts | 36 +- .../with-focus-outside.d.ts | 47 +- .../with-focus-outside.d.ts.map | 2 +- .../header-toolbar/index.d.ts.map | 2 +- .../block-editor/list-view-outline.d.ts | 2 + .../block-editor/list-view-outline.d.ts.map | 1 + .../block-editor/listview-sidebar.d.ts | 4 +- .../block-editor/listview-sidebar.d.ts.map | 2 +- .../block-editor/post-text-editor.d.ts | 2 +- .../block-editor/post-text-editor.d.ts.map | 2 +- .../components/block-editor/sidebar.d.ts.map | 2 +- .../block-editor/text-editor.d.ts.map | 2 +- .../block-editor/visual-editor.d.ts | 3 +- .../block-editor/visual-editor.d.ts.map | 2 +- .../components/avatars/Avatars.stories.d.ts | 7 +- .../avatars/Avatars.stories.d.ts.map | 2 +- .../use-yjs/algorithms/relative-position.d.ts | 2 +- .../algorithms/relative-position.d.ts.map | 2 +- .../use-yjs/algorithms/rich-text.d.ts.map | 2 +- .../use-yjs/algorithms/yjs.d.ts | 2 +- .../use-yjs/algorithms/yjs.d.ts.map | 2 +- .../collab-caret/CollabCaret.stories.d.ts | 6 +- .../collab-caret/CollabCaret.stories.d.ts.map | 2 +- .../use-yjs/formats/collab-caret/index.d.ts | 20 - .../formats/collab-caret/index.d.ts.map | 2 +- .../use-yjs/yjs-doc.d.ts | 4 +- .../use-yjs/yjs-doc.d.ts.map | 2 +- .../use-yjs/yjs-undo.d.ts | 2 +- .../use-yjs/yjs-undo.d.ts.map | 2 +- .../complementary-area-header.d.ts | 8 + .../complementary-area-header.d.ts.map | 1 + .../components/complementary-area/index.d.ts | 12 + .../complementary-area/index.d.ts.map | 1 + .../default-settings/index.d.ts.map | 2 +- .../components/editor-setup/index.d.ts | 18 +- build-types/index.d.ts | 21 +- build-types/index.d.ts.map | 2 +- build-types/store/blocks/actions.d.ts | 16 - build-types/store/blocks/actions.d.ts.map | 2 +- build-types/store/blocks/reducer.d.ts | 2 +- build-types/store/editor/actions.d.ts | 100 - build-types/store/editor/reducer.d.ts.map | 2 +- build-types/store/index.d.ts | 1 + build-types/store/options/actions.d.ts | 9 - build-types/store/options/actions.d.ts.map | 2 +- build-types/store/preferences/actions.d.ts | 9 - .../store/preferences/actions.d.ts.map | 2 +- build/__tests__/e2e/index.spec.ts | 7 +- build/components/action-area/index.js.map | 2 +- build/components/api-fetch/index.js | 3 +- build/components/api-fetch/index.js.map | 2 +- .../block-editor-container/click-outside.js | 6 +- .../click-outside.js.map | 2 +- .../block-editor-container/hot-swapper.js.map | 2 +- .../block-editor-container/index.js | 2 - .../block-editor-container/index.js.map | 2 +- .../with-focus-outside.js | 7 +- .../with-focus-outside.js.map | 2 +- .../editor-content.js.map | 2 +- .../components/block-editor-contents/index.js | 4 +- .../block-editor-contents/index.js.map | 2 +- .../block-navigation/index.js | 15 +- .../block-navigation/index.js.map | 2 +- .../block-navigation/style.scss | 70 +- .../header-toolbar/index.js | 11 +- .../header-toolbar/index.js.map | 2 +- .../header-toolbar/redo.js.map | 2 +- .../header-toolbar/undo.js.map | 2 +- .../components/block-editor-toolbar/index.js | 1 - .../block-editor-toolbar/index.js.map | 2 +- .../inspector/index.js.map | 2 +- .../more-menu/editor-menu.js | 1 - .../more-menu/editor-menu.js.map | 2 +- .../block-editor-toolbar/more-menu/index.js | 9 +- .../more-menu/index.js.map | 2 +- .../more-menu/link-menu.js | 1 - .../more-menu/link-menu.js.map | 2 +- .../more-menu/writing-menu.js | 1 - .../more-menu/writing-menu.js.map | 2 +- .../block-editor-toolbar/slot.js.map | 2 +- .../toggle-feature/index.js.map | 2 +- .../toggle-option/index.js.map | 2 +- build/components/block-editor/footer.js.map | 2 +- build/components/block-editor/index.js | 4 +- build/components/block-editor/index.js.map | 2 +- .../block-editor/inserter-sidebar.js.map | 2 +- .../block-editor/list-view-outline.js | 111 + .../block-editor/list-view-outline.js.map | 1 + .../block-editor/listview-sidebar.js | 145 +- .../block-editor/listview-sidebar.js.map | 2 +- .../block-editor/post-text-editor.js | 6 +- .../block-editor/post-text-editor.js.map | 2 +- .../block-editor/sidebar-heading.js.map | 2 +- build/components/block-editor/sidebar.js | 51 +- build/components/block-editor/sidebar.js.map | 2 +- .../block-editor/text-editor.js.map | 2 +- .../components/block-editor/visual-editor.js | 279 +- .../block-editor/visual-editor.js.map | 2 +- .../components/avatars/Avatars.stories.tsx | 9 +- .../components/avatars/index.js | 6 +- .../components/avatars/index.js.map | 2 +- .../components/collaborative-editing/index.js | 1 - .../collaborative-editing/index.js.map | 2 +- .../use-yjs/__test-helpers__/utils.js | 4 +- .../use-yjs/__test-helpers__/utils.js.map | 2 +- .../algorithms/relative-position.js.map | 2 +- .../use-yjs/algorithms/rich-text.js | 7 +- .../use-yjs/algorithms/rich-text.js.map | 2 +- .../use-yjs/algorithms/sanitize-html.js | 1 - .../use-yjs/algorithms/sanitize-html.js.map | 2 +- .../use-yjs/algorithms/yjs.js | 6 +- .../use-yjs/algorithms/yjs.js.map | 2 +- .../filters/block-selection/index.js.map | 2 +- .../use-yjs/filters/index.js.map | 2 +- .../collab-caret/CollabCaret.stories.tsx | 2 +- .../formats/collab-caret/color-utils.js.map | 2 +- .../use-yjs/formats/collab-caret/index.js | 8 +- .../use-yjs/formats/collab-caret/index.js.map | 2 +- .../use-yjs/formats/index.js.map | 2 +- .../use-yjs/index.js.map | 2 +- .../collaborative-editing/use-yjs/yjs-doc.js | 7 +- .../use-yjs/yjs-doc.js.map | 2 +- .../collaborative-editing/use-yjs/yjs-undo.js | 1 + .../use-yjs/yjs-undo.js.map | 2 +- .../complementary-area-header.js | 72 + .../complementary-area-header.js.map | 1 + build/components/complementary-area/index.js | 79 + .../complementary-area/index.js.map | 1 + build/components/content-saver/index.js | 1 - build/components/content-saver/index.js.map | 2 +- build/components/default-settings/index.js | 6 +- .../components/default-settings/index.js.map | 2 +- build/components/document/index.js.map | 2 +- .../editor-heading-slot/index.js.map | 2 +- build/components/editor-loaded/index.js | 1 - build/components/editor-loaded/index.js.map | 2 +- .../editor-setup/editor-settings.js.map | 2 +- build/components/editor-setup/index.js | 7 +- build/components/editor-setup/index.js.map | 2 +- build/components/footer-slot/index.js.map | 2 +- build/components/pattern-monitor/index.js | 1 - build/components/pattern-monitor/index.js.map | 2 +- .../with-registry-provider/index.js | 6 + .../with-registry-provider/index.js.map | 2 +- .../interface-store/actions.js | 4 +- .../interface-store/actions.js.map | 2 +- .../interface-store/index.js.map | 2 +- .../interface-store/reducer.js | 4 +- .../interface-store/reducer.js.map | 2 +- .../interface-store/selectors.js.map | 2 +- .../reusable-store/actions.js | 3 + .../reusable-store/actions.js.map | 2 +- .../reusable-store/constants.js.map | 2 +- .../reusable-store/controls.js.map | 2 +- .../reusable-store/index.js.map | 2 +- .../reusable-store/reducer.js | 4 +- .../reusable-store/reducer.js.map | 2 +- .../reusable-store/selectors.js.map | 2 +- build/index.js | 11 +- build/index.js.map | 2 +- build/store/blocks/actions.js | 4 +- build/store/blocks/actions.js.map | 2 +- build/store/blocks/reducer.js | 6 +- build/store/blocks/reducer.js.map | 2 +- build/store/blocks/selectors.js.map | 2 +- build/store/collab-peers/actions.js.map | 2 +- build/store/collab-peers/reducer.js.map | 2 +- build/store/collab-peers/selectors.js.map | 2 +- build/store/collab/actions.js.map | 2 +- build/store/collab/controls.js | 6 + build/store/collab/controls.js.map | 2 +- build/store/collab/reducer.js.map | 2 +- build/store/collab/selectors.js.map | 2 +- build/store/core-editor/index.js.map | 2 +- build/store/edit-post/index.js.map | 2 +- build/store/editor/actions.js | 1 - build/store/editor/actions.js.map | 2 +- build/store/editor/reducer.js | 5 +- build/store/editor/reducer.js.map | 2 +- build/store/editor/selectors.js.map | 2 +- build/store/index.js | 7 +- build/store/index.js.map | 2 +- build/store/options/actions.js.map | 2 +- build/store/options/reducer.js.map | 2 +- build/store/options/selectors.js.map | 2 +- build/store/plugins/store-hot-swap.js.map | 2 +- build/store/preferences/actions.js.map | 2 +- build/store/preferences/reducer.js.map | 2 +- build/store/preferences/selectors.js.map | 2 +- jest.config.js | 2 +- package.json | 326 +- src/__tests__/e2e/index.spec.ts | 7 +- src/components/api-fetch/index.js | 1 + src/components/block-editor-contents/index.js | 10 +- .../block-navigation/index.js | 17 +- .../block-navigation/style.scss | 70 +- .../header-toolbar/index.js | 37 +- src/components/block-editor/index.js | 2 +- .../block-editor/list-view-outline.js | 99 + .../block-editor/listview-sidebar.js | 154 +- src/components/block-editor/sidebar.js | 33 +- src/components/block-editor/visual-editor.js | 327 +- .../components/avatars/Avatars.stories.tsx | 9 +- .../use-yjs/algorithms/rich-text.js | 1 + .../collab-caret/CollabCaret.stories.tsx | 2 +- .../collaborative-editing/use-yjs/yjs-undo.js | 1 + .../complementary-area-header.js | 82 + src/components/complementary-area/index.js | 67 + src/components/default-settings/index.js | 2 - src/index.js | 1 - src/store/editor/reducer.js | 1 - stories/IsolatedBlockEditor.stories.tsx | 2 - stories/collab/Collaboration.stories.tsx | 4 +- tsconfig.json | 1 - yarn.lock | 10815 +++++++--------- 332 files changed, 8142 insertions(+), 7818 deletions(-) create mode 100644 build-module/components/block-editor/list-view-outline.js create mode 100644 build-module/components/block-editor/list-view-outline.js.map create mode 100644 build-module/components/complementary-area/complementary-area-header.js create mode 100644 build-module/components/complementary-area/complementary-area-header.js.map create mode 100644 build-module/components/complementary-area/index.js create mode 100644 build-module/components/complementary-area/index.js.map create mode 100644 build-types/components/block-editor/list-view-outline.d.ts create mode 100644 build-types/components/block-editor/list-view-outline.d.ts.map create mode 100644 build-types/components/complementary-area/complementary-area-header.d.ts create mode 100644 build-types/components/complementary-area/complementary-area-header.d.ts.map create mode 100644 build-types/components/complementary-area/index.d.ts create mode 100644 build-types/components/complementary-area/index.d.ts.map create mode 100644 build/components/block-editor/list-view-outline.js create mode 100644 build/components/block-editor/list-view-outline.js.map create mode 100644 build/components/complementary-area/complementary-area-header.js create mode 100644 build/components/complementary-area/complementary-area-header.js.map create mode 100644 build/components/complementary-area/index.js create mode 100644 build/components/complementary-area/index.js.map create mode 100644 src/components/block-editor/list-view-outline.js create mode 100644 src/components/complementary-area/complementary-area-header.js create mode 100644 src/components/complementary-area/index.js diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index d6398c85c..14429f728 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -12,10 +12,10 @@ jobs: steps: - uses: actions/checkout@v2 - - name: Use Node.js 14.x + - name: Use Node.js 16.x uses: actions/setup-node@v2 with: - node-version: 14.x + node-version: 16.x - name: Get yarn cache directory path id: yarn-cache-dir-path diff --git a/.jest/jest-setup.js b/.jest/jest-setup.js index 54967a2d0..33310fa8d 100644 --- a/.jest/jest-setup.js +++ b/.jest/jest-setup.js @@ -2,6 +2,13 @@ import '@testing-library/jest-dom'; // Polyfill for window.requestIdleCallback, used in `@wordpress/priority-queue` import '@shopify/polyfills/idle-callback.jest'; +import crypto from 'crypto' + +Object.defineProperty( global, 'crypto', { + value: { + getRandomValues: ( arr ) => crypto.randomBytes( arr.length ) + } +} ); global.ResizeObserver = require( 'resize-observer-polyfill' ); diff --git a/.storybook/main.js b/.storybook/main.js index f53ea28e5..2e2398aaa 100644 --- a/.storybook/main.js +++ b/.storybook/main.js @@ -1,9 +1,25 @@ const path = require( 'path' ); - module.exports = { - core: { - builder: 'webpack5', - }, - stories: [ '../src/**/*.stories.*', '../stories/**/*.stories.*' ], - addons: [ '@storybook/addon-links', '@storybook/addon-essentials', '@storybook/preset-scss' ], -}; + stories: [ '../src/**/*.stories.*', '../stories/**/*.stories.*' ], + addons: [ '@storybook/addon-links', '@storybook/addon-essentials', '@storybook/preset-scss', '@storybook/addon-mdx-gfm', '@storybook/preset-typescript' + ], + typescript: { + check: false, + checkOptions: {}, + reactDocgen: 'react-docgen-typescript', + reactDocgenTypescriptOptions: { + shouldExtractLiteralValuesFromEnum: true, + propFilter: ( prop ) => ( prop.parent ? !/node_modules/.test( prop.parent.fileName ) : true ), + }, + }, + framework: { + name: '@storybook/react-webpack5', + options: {} + }, + docs: { + autodocs: true + }, + core: { + disableTelemetry: true, // 👈 Disables telemetry + } +}; \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 9c704d9e9..3fe90d686 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [2.24.0] - 2023-04-24 + +### Update +- Get working with Gutenberg 15.5.0+ + ## [2.23.1] - 2023-01-09 ### Update diff --git a/README.md b/README.md index 6b2908a12..8a5b86212 100644 --- a/README.md +++ b/README.md @@ -218,7 +218,6 @@ The following function is also provided: - _iso.toolbar.inserter_ `[boolean]` - Enable or disable the toolbar block inserter, defaults to `true` - _iso.toolbar.inspector_ `[boolean]` - Enable or disable the toolbar block inspector, defaults to `false` - _iso.toolbar.navigation_ `[boolean]` - Enable or disable the toolbar navigation button, defaults to `false` -- _iso.toolbar.toc_ `[boolean]` - Enable or disable the toolbar table of contents button, defaults to `false` - _iso.toolbar.undo_ `[boolean]` - Enable or disable the toolbar undo/redo buttons, defaults to `true` - _iso.toolbar.documentInspector_ `[string|null]` - Set to a string to show as a new tab in the inspector and filled with `DocumentSection`, otherwise defaults to no new tab - _iso.moreMenu_ `[Object]` - More menu settings diff --git a/build-browser/core.css b/build-browser/core.css index 0570ed742..95034cabf 100644 --- a/build-browser/core.css +++ b/build-browser/core.css @@ -315,7 +315,6 @@ } .components-button.is-secondary:hover:not(:disabled), .components-button.is-tertiary:hover:not(:disabled) { color: var(--wp-components-color-accent-darker-10, var(--wp-admin-theme-color-darker-10, #006ba1)); - box-shadow: inset 0 0 0 1px var(--wp-components-color-accent-darker-10, var(--wp-admin-theme-color-darker-10, #006ba1)); } .components-button.is-secondary:disabled, .components-button.is-secondary[aria-disabled=true], .components-button.is-secondary[aria-disabled=true]:hover, .components-button.is-tertiary:disabled, .components-button.is-tertiary[aria-disabled=true], .components-button.is-tertiary[aria-disabled=true]:hover { color: #828282; @@ -332,12 +331,21 @@ color: var(--wp-components-color-accent, var(--wp-admin-theme-color, #007cba)); background: transparent; } +.components-button.is-secondary:hover:not(:disabled) { + box-shadow: inset 0 0 0 1px var(--wp-components-color-accent-darker-10, var(--wp-admin-theme-color-darker-10, #006ba1)); +} .components-button.is-tertiary { white-space: nowrap; color: var(--wp-components-color-accent, var(--wp-admin-theme-color, #007cba)); background: transparent; padding: 6px; } +.components-button.is-tertiary:hover:not(:disabled) { + background: rgba(var(--wp-admin-theme-color--rgb), 0.04); +} +.components-button.is-tertiary:active:not(:disabled) { + background: rgba(var(--wp-admin-theme-color--rgb), 0.08); +} .components-button.is-tertiary .dashicon { display: inline-block; flex: 0 0 auto; @@ -427,6 +435,7 @@ p + .components-button.is-tertiary { } .components-button.has-icon.has-text { justify-content: start; + padding-right: 12px; } .components-button.has-icon.has-text svg { margin-right: 8px; @@ -644,6 +653,12 @@ svg.components-checkbox-control__indeterminate { display: flex; flex-wrap: wrap; gap: 12px; + position: relative; + z-index: 1; +} +.components-circular-option-picker > *:not(.components-circular-option-picker__swatches) { + position: relative; + z-index: 0; } .components-circular-option-picker__option-wrapper { @@ -774,6 +789,7 @@ svg.components-checkbox-control__indeterminate { border-radius: 50%; display: inline-block; padding: 0; + background: #fff linear-gradient(-45deg, transparent 48%, #ddd 48%, #ddd 52%, transparent 52%); } .components-combobox-control { @@ -859,23 +875,6 @@ input.components-combobox-control__input[type=text]:focus { padding: 0; } -.components-color-list-picker, -.components-color-list-picker__swatch-button { - width: 100%; -} - -.components-color-list-picker__color-picker { - margin: 8px 0; -} - -.components-color-list-picker__swatch-button { - padding: 6px; -} - -.components-color-list-picker__swatch-color { - margin: 2px; -} - .components-color-palette__custom-color { position: relative; border: none; @@ -915,14 +914,23 @@ input.components-combobox-control__input[type=text]:focus { margin-bottom: 24px; } -.components-custom-gradient-picker__gradient-bar:not(.has-gradient) { - opacity: 0.4; -} - .components-custom-gradient-picker__gradient-bar { border-radius: 2px; width: 100%; height: 48px; + position: relative; + z-index: 1; +} +.components-custom-gradient-picker__gradient-bar.has-gradient { + /*rtl:begin:ignore*/ + background-image: repeating-linear-gradient(45deg, #e0e0e0 25%, transparent 25%, transparent 75%, #e0e0e0 75%, #e0e0e0), repeating-linear-gradient(45deg, #e0e0e0 25%, transparent 25%, transparent 75%, #e0e0e0 75%, #e0e0e0); + background-position: 0 0, 12px 12px; + /*rtl:end:ignore*/ + background-size: calc(2 * 12px) calc(2 * 12px); +} +.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__gradient-bar-background { + position: absolute; + inset: 0; } .components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__markers-container { position: relative; @@ -992,6 +1000,11 @@ input.components-combobox-control__input[type=text]:focus { border-radius: 2px; } +.components-custom-gradient-picker__ui-line { + position: relative; + z-index: 0; +} + .components-custom-select-control { position: relative; font-size: 13px; @@ -1132,7 +1145,7 @@ body.is-dragging-components-draggable { } .components-drop-zone__content-icon { - margin: 0 auto; + margin: 0 auto 8px; line-height: 0; fill: currentColor; pointer-events: none; @@ -1249,6 +1262,23 @@ body.is-dragging-components-draggable { color: transparent; } +.components-color-list-picker, +.components-color-list-picker__swatch-button { + width: 100%; +} + +.components-color-list-picker__color-picker { + margin: 8px 0; +} + +.components-color-list-picker__swatch-button { + padding: 6px; +} + +.components-color-list-picker__swatch-color { + margin: 2px; +} + .components-form-toggle { position: relative; display: inline-block; @@ -1340,7 +1370,6 @@ body.is-dragging-components-draggable { /* Override core line-height. To be reviewed. */ line-height: normal; width: 100%; - margin: 0 0 8px 0; padding: 0; cursor: text; } @@ -1410,12 +1439,6 @@ body.is-dragging-components-draggable { width: auto; } -.components-form-token-field__help { - font-size: 12px; - font-style: normal; - color: #757575; -} - .components-form-token-field__token { font-size: 13px; display: flex; @@ -1666,6 +1689,7 @@ body.is-dragging-components-draggable { .is-focusing-regions.is-distraction-free .interface-interface-skeleton__header .edit-post-header, .is-focusing-regions .interface-interface-skeleton__sidebar .edit-post-layout__toggle-sidebar-panel, .is-focusing-regions .interface-interface-skeleton__actions .edit-post-layout__toggle-publish-panel, +.is-focusing-regions .interface-interface-skeleton__actions .edit-post-layout__toggle-entities-saved-states-panel, .is-focusing-regions .editor-post-publish-panel { outline: 4px solid var(--wp-components-color-accent, var(--wp-admin-theme-color, #007cba)); outline-offset: -4px; @@ -1908,6 +1932,11 @@ body.is-dragging-components-draggable { margin-top: 0; padding-top: 24px; } +.components-modal__content.is-scrollable:focus-visible { + box-shadow: inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color); + outline: 2px solid transparent; + outline-offset: -2px; +} .components-notice { display: flex; @@ -2185,7 +2214,7 @@ body.rtl .components-panel__body-toggle.components-button .dashicons-arrow-right .components-placeholder__label > svg, .components-placeholder__label .dashicon, .components-placeholder__label .block-editor-block-icon { - margin-right: 1ch; + margin-right: 12px; fill: currentColor; } @media (forced-colors: active) { @@ -2751,20 +2780,15 @@ See https://bugs.webkit.org/show_bug.cgi?id=187903. */ .components-responsive-wrapper { position: relative; max-width: 100%; -} -.components-responsive-wrapper, .components-responsive-wrapper > span { - display: block; + display: flex; + align-items: center; + justify-content: center; } .components-responsive-wrapper__content { - position: absolute; - top: 0; - right: 0; - bottom: 0; - left: 0; + display: block; + max-width: 100%; width: 100%; - height: 100%; - margin: auto; } .components-sandbox { @@ -2866,20 +2890,9 @@ body.lockscroll { } .components-select-control__input { - background: #fff; - height: 36px; - line-height: 36px; - margin: 1px; outline: 0; - width: 100%; -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important; } -@media (min-width: 782px) { - .components-select-control__input { - height: 28px; - line-height: 28px; - } -} @media (max-width: 782px) { .components-base-control .components-base-control__field .components-select-control__input { @@ -2990,6 +3003,7 @@ body.lockscroll { .components-tab-panel__tabs-item:focus:not(:disabled) { position: relative; box-shadow: none; + outline: none; } .components-tab-panel__tabs-item::after { content: ""; @@ -3011,6 +3025,8 @@ body.lockscroll { } .components-tab-panel__tabs-item.is-active::after { height: calc(1 * var(--wp-admin-border-width-focus)); + outline: 2px solid transparent; + outline-offset: -1px; } .components-tab-panel__tabs-item::before { content: ""; @@ -3032,6 +3048,7 @@ body.lockscroll { } .components-tab-panel__tabs-item:focus-visible::before { box-shadow: 0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent, var(--wp-admin-theme-color, #007cba)); + outline: 2px solid transparent; } .components-text-control__input, @@ -3566,12 +3583,14 @@ div.components-toolbar > div + div.has-left-divider::before { .block-editor-block-inspector .components-base-control:last-child { margin-bottom: 8px; } -.block-editor-block-inspector .components-focal-point-picker-control .components-base-control { +.block-editor-block-inspector .components-focal-point-picker-control .components-base-control, +.block-editor-block-inspector .components-query-controls .components-base-control { margin-bottom: 0; } .block-editor-block-inspector .components-panel__body { border: none; border-top: 1px solid #e0e0e0; + margin-top: -1px; } .block-editor-block-inspector .block-editor-block-card { padding: 16px; @@ -3652,7 +3671,6 @@ div.components-toolbar > div + div.has-left-divider::before { } .block-editor-block-list__empty-block-inserter .block-editor-inserter__toggle.components-button.has-icon, -.block-editor-default-block-appender .block-editor-inserter__toggle.components-button.has-icon, .block-editor-block-list__insertion-point-inserter .block-editor-inserter__toggle.components-button.has-icon { background: #1e1e1e; border-radius: 2px; @@ -3662,7 +3680,6 @@ div.components-toolbar > div + div.has-left-divider::before { height: 24px; } .block-editor-block-list__empty-block-inserter .block-editor-inserter__toggle.components-button.has-icon:hover, -.block-editor-default-block-appender .block-editor-inserter__toggle.components-button.has-icon:hover, .block-editor-block-list__insertion-point-inserter .block-editor-inserter__toggle.components-button.has-icon:hover { color: #fff; background: var(--wp-admin-theme-color); @@ -3807,10 +3824,6 @@ div.components-toolbar > div + div.has-left-divider::before { .block-editor-block-lock-modal__options-title .components-checkbox-control__label { font-weight: 600; } -.block-editor-block-lock-modal__options-title .components-base-control__field { - align-items: center; - display: flex; -} .block-editor-block-lock-modal__checklist-item { display: flex; @@ -3835,9 +3848,6 @@ div.components-toolbar > div + div.has-left-divider::before { margin-top: 16px; padding: 12px 0; } -.block-editor-block-lock-modal__template-lock .components-base-control__field { - margin: 0; -} .block-editor-block-lock-modal__actions { margin-top: 24px; @@ -4242,20 +4252,6 @@ div.components-toolbar > div + div.has-left-divider::before { display: none; } -.block-editor-block-preview__live-content * { - pointer-events: none; -} -.block-editor-block-preview__live-content .block-list-appender { - display: none; -} -.block-editor-block-preview__live-content .components-button:disabled { - opacity: initial; -} -.block-editor-block-preview__live-content .components-placeholder, -.block-editor-block-preview__live-content .block-editor-block-list__block[data-empty=true] { - display: none; -} - .block-editor-block-preview__container::after { content: ""; position: absolute; @@ -4306,7 +4302,7 @@ div.components-toolbar > div + div.has-left-divider::before { gap: 8px; } .block-editor-block-styles__variants .block-editor-block-styles__item { - color: #2f2f2f; + color: #1e1e1e; box-shadow: inset 0 0 0 1px #ccc; display: inline-block; width: calc(50% - 4px); @@ -4316,7 +4312,7 @@ div.components-toolbar > div + div.has-left-divider::before { box-shadow: inset 0 0 0 2px var(--wp-admin-theme-color); } .block-editor-block-styles__variants .block-editor-block-styles__item.is-active, .block-editor-block-styles__variants .block-editor-block-styles__item.is-active:hover { - background-color: #2f2f2f; + background-color: #1e1e1e; box-shadow: none; } .block-editor-block-styles__variants .block-editor-block-styles__item.is-active .block-editor-block-styles__item-text, .block-editor-block-styles__variants .block-editor-block-styles__item.is-active:hover .block-editor-block-styles__item-text { @@ -4508,72 +4504,6 @@ div.components-toolbar > div + div.has-left-divider::before { flex-wrap: wrap; } -.block-editor-block-variation-picker .components-placeholder__instructions { - margin-bottom: 0; -} -.block-editor-block-variation-picker .components-placeholder__fieldset { - flex-direction: column; -} -.block-editor-block-variation-picker.has-many-variations .components-placeholder__fieldset { - max-width: 90%; -} - -.block-editor-block-variation-picker__variations.block-editor-block-variation-picker__variations { - display: flex; - justify-content: flex-start; - flex-direction: row; - flex-wrap: wrap; - width: 100%; - margin: 16px 0; - padding: 0; - list-style: none; -} -.block-editor-block-variation-picker__variations.block-editor-block-variation-picker__variations > li { - list-style: none; - margin: 8px 20px 0 0; - flex-shrink: 1; - width: 75px; - text-align: center; -} -.block-editor-block-variation-picker__variations.block-editor-block-variation-picker__variations > li button { - display: inline-flex; - margin-right: 0; -} -.block-editor-block-variation-picker__variations.block-editor-block-variation-picker__variations .block-editor-block-variation-picker__variation { - padding: 8px; -} -.block-editor-block-variation-picker__variations.block-editor-block-variation-picker__variations .block-editor-block-variation-picker__variation-label { - font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; - font-size: 12px; - display: block; - line-height: 1.4; -} - -.block-editor-block-variation-picker__variation { - width: 100%; -} -.block-editor-block-variation-picker__variation.components-button.has-icon { - justify-content: center; - width: auto; -} -.block-editor-block-variation-picker__variation.components-button.has-icon.is-secondary { - background-color: #fff; -} -.block-editor-block-variation-picker__variation.components-button { - height: auto; - padding: 0; -} -.block-editor-block-variation-picker__variation::before { - content: ""; - padding-bottom: 100%; -} -.block-editor-block-variation-picker__variation:first-child { - margin-left: 0; -} -.block-editor-block-variation-picker__variation:last-child { - margin-right: 0; -} - .block-editor-block-pattern-setup { display: flex; flex-direction: column; @@ -4792,63 +4722,6 @@ div.components-toolbar > div + div.has-left-divider::before { margin-right: 0; } -.block-editor-button-block-appender { - display: flex; - flex-direction: column; - align-items: center; - justify-content: center; - width: 100%; - height: auto; - color: #1e1e1e; - box-shadow: inset 0 0 0 1px #1e1e1e; -} -.block-editor-button-block-appender.components-button.components-button { - padding: 12px; -} -.is-dark-theme .block-editor-button-block-appender { - color: rgba(255, 255, 255, 0.65); - box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.65); -} -.block-editor-button-block-appender:hover { - color: var(--wp-admin-theme-color); - box-shadow: inset 0 0 0 1px var(--wp-admin-theme-color); -} -.block-editor-button-block-appender:focus { - box-shadow: inset 0 0 0 2px var(--wp-admin-theme-color); -} -.block-editor-button-block-appender:active { - color: #000; -} - -.is-layout-constrained.block-editor-block-list__block:not(.is-selected) > .block-list-appender:only-child, .is-layout-flow.block-editor-block-list__block:not(.is-selected) > .block-list-appender:only-child, .is-layout-constrained.block-editor-block-list__block:not(.is-selected) > .wp-block-group__inner-container > .block-list-appender:only-child, .is-layout-flow.block-editor-block-list__block:not(.is-selected) > .wp-block-group__inner-container > .block-list-appender:only-child { - pointer-events: none; -} -.is-layout-constrained.block-editor-block-list__block:not(.is-selected) > .block-list-appender:only-child::after, .is-layout-flow.block-editor-block-list__block:not(.is-selected) > .block-list-appender:only-child::after, .is-layout-constrained.block-editor-block-list__block:not(.is-selected) > .wp-block-group__inner-container > .block-list-appender:only-child::after, .is-layout-flow.block-editor-block-list__block:not(.is-selected) > .wp-block-group__inner-container > .block-list-appender:only-child::after { - content: ""; - position: absolute; - top: 0; - right: 0; - bottom: 0; - left: 0; - pointer-events: none; - border: 1px dashed currentColor; - border-radius: 2px; -} -.is-layout-constrained.block-editor-block-list__block:not(.is-selected) > .block-list-appender:only-child::after::before, .is-layout-flow.block-editor-block-list__block:not(.is-selected) > .block-list-appender:only-child::after::before, .is-layout-constrained.block-editor-block-list__block:not(.is-selected) > .wp-block-group__inner-container > .block-list-appender:only-child::after::before, .is-layout-flow.block-editor-block-list__block:not(.is-selected) > .wp-block-group__inner-container > .block-list-appender:only-child::after::before { - content: ""; - position: absolute; - top: 0; - right: 0; - bottom: 0; - left: 0; - pointer-events: none; - background: currentColor; - opacity: 0.1; -} -.is-layout-constrained.block-editor-block-list__block:not(.is-selected) > .block-list-appender:only-child .block-editor-inserter, .is-layout-flow.block-editor-block-list__block:not(.is-selected) > .block-list-appender:only-child .block-editor-inserter, .is-layout-constrained.block-editor-block-list__block:not(.is-selected) > .wp-block-group__inner-container > .block-list-appender:only-child .block-editor-inserter, .is-layout-flow.block-editor-block-list__block:not(.is-selected) > .wp-block-group__inner-container > .block-list-appender:only-child .block-editor-inserter { - visibility: hidden; -} - .block-editor-color-gradient-control .block-editor-color-gradient-control__color-indicator { margin-bottom: 12px; } @@ -4895,15 +4768,15 @@ div.components-toolbar > div + div.has-left-divider::before { .block-editor-tools-panel-color-gradient-settings__item { padding: 0; max-width: 100%; - border-left: 1px solid rgba(0, 0, 0, 0.1); - border-right: 1px solid rgba(0, 0, 0, 0.1); - border-bottom: 1px solid rgba(0, 0, 0, 0.1); + border-left: 1px solid #ddd; + border-right: 1px solid #ddd; + border-bottom: 1px solid #ddd; } .block-editor-tools-panel-color-gradient-settings__item.first { margin-top: 24px; border-top-left-radius: 2px; border-top-right-radius: 2px; - border-top: 1px solid rgba(0, 0, 0, 0.1); + border-top: 1px solid #ddd; } .block-editor-tools-panel-color-gradient-settings__item.last { border-bottom-left-radius: 2px; @@ -4949,15 +4822,6 @@ div.components-toolbar > div + div.has-left-divider::before { margin-bottom: 16px; } -.block-editor-date-format-picker__default-format-toggle-control__hint { - color: #757575; - display: block; -} - -.block-editor-date-format-picker__custom-format-select-control.components-base-control { - margin-bottom: 0; -} - .block-editor-date-format-picker__custom-format-select-control__custom-option { border-top: 1px solid #ddd; } @@ -4997,52 +4861,76 @@ div.components-toolbar > div + div.has-left-divider::before { text-transform: capitalize; } -.block-editor-height-control { - border: 0; - margin: 0; - padding: 0; +.block-editor-global-styles-effects-panel__toggle-icon { + fill: currentColor; } -.block-editor-image-size-control { - margin-bottom: 1em; -} -.block-editor-image-size-control .block-editor-image-size-control__row { - display: flex; - justify-content: space-between; -} -.block-editor-image-size-control .block-editor-image-size-control__row .block-editor-image-size-control__width, -.block-editor-image-size-control .block-editor-image-size-control__row .block-editor-image-size-control__height { - margin-bottom: 0.5em; -} -.block-editor-image-size-control .block-editor-image-size-control__row .block-editor-image-size-control__width input, -.block-editor-image-size-control .block-editor-image-size-control__row .block-editor-image-size-control__height input { - line-height: 1.25; -} -.block-editor-image-size-control .block-editor-image-size-control__row .block-editor-image-size-control__width { - margin-right: 5px; -} -.block-editor-image-size-control .block-editor-image-size-control__row .block-editor-image-size-control__height { - margin-left: 5px; +.block-editor-global-styles-effects-panel__shadow-popover-container { + width: 230px; } -.block-editor-block-types-list__list-item { +.block-editor-global-styles-effects-panel__shadow-dropdown { display: block; - width: 33.33%; padding: 0; - margin: 0; -} -.block-editor-block-types-list__list-item.is-synced .components-button.block-editor-block-types-list__item:not(:disabled) .block-editor-block-icon.has-colors { - color: var(--wp-block-synced-color); -} -.block-editor-block-types-list__list-item.is-synced .components-button.block-editor-block-types-list__item:not(:disabled):hover .block-editor-block-types-list__item-title { - color: var(--wp-block-synced-color) !important; - filter: brightness(0.95); } -.block-editor-block-types-list__list-item.is-synced .components-button.block-editor-block-types-list__item:not(:disabled):hover svg { - color: var(--wp-block-synced-color) !important; +.block-editor-global-styles-effects-panel__shadow-dropdown > button { + width: 100%; + padding: 8px; } -.block-editor-block-types-list__list-item.is-synced .components-button.block-editor-block-types-list__item:not(:disabled)::after { - background: var(--wp-block-synced-color); +.block-editor-global-styles-effects-panel__shadow-dropdown > button.is-open { + background-color: #f0f0f0; +} + +.block-editor-global-styles-effects-panel__shadow-indicator-wrapper { + padding: 6px; + overflow: hidden; + display: flex; + align-items: center; + justify-content: center; +} + +.block-editor-global-styles-effects-panel__shadow-indicator { + color: #2f2f2f; + border: #e0e0e0 1px solid; + border-radius: 2px; + cursor: pointer; + padding: 0; + height: 24px; + width: 24px; +} + +.block-editor-height-control { + border: 0; + margin: 0; + padding: 0; +} + +.block-editor-image-size-control { + margin-bottom: 1em; +} +.block-editor-image-size-control .block-editor-image-size-control__width, +.block-editor-image-size-control .block-editor-image-size-control__height { + margin-bottom: 1.115em; +} + +.block-editor-block-types-list__list-item { + display: block; + width: 33.33%; + padding: 0; + margin: 0; +} +.block-editor-block-types-list__list-item.is-synced .components-button.block-editor-block-types-list__item:not(:disabled) .block-editor-block-icon.has-colors { + color: var(--wp-block-synced-color); +} +.block-editor-block-types-list__list-item.is-synced .components-button.block-editor-block-types-list__item:not(:disabled):hover .block-editor-block-types-list__item-title { + color: var(--wp-block-synced-color) !important; + filter: brightness(0.95); +} +.block-editor-block-types-list__list-item.is-synced .components-button.block-editor-block-types-list__item:not(:disabled):hover svg { + color: var(--wp-block-synced-color) !important; +} +.block-editor-block-types-list__list-item.is-synced .components-button.block-editor-block-types-list__item:not(:disabled)::after { + background: var(--wp-block-synced-color); } .components-button.block-editor-block-types-list__item { @@ -5135,6 +5023,31 @@ div.components-toolbar > div + div.has-left-divider::before { font-size: 12px; } +.show-icon-labels .block-editor-block-inspector__tabs .components-tab-panel__tabs .components-button.has-icon svg { + display: none; +} +.show-icon-labels .block-editor-block-inspector__tabs .components-tab-panel__tabs .components-button.has-icon::before { + content: attr(aria-label); +} + +.block-editor-inspector-controls-tabs__hint { + align-items: top; + background: #f0f0f0; + border-radius: 2px; + color: #1e1e1e; + display: flex; + flex-direction: row; + margin: 16px; +} + +.block-editor-inspector-controls-tabs__hint-content { + margin: 12px 0 12px 12px; +} + +.block-editor-inspector-controls-tabs__hint-dismiss { + margin: 4px 4px 4px 0; +} + .block-editor-inspector-popover-header { margin-bottom: 16px; } @@ -5186,6 +5099,12 @@ div.components-toolbar > div + div.has-left-divider::before { width: 90vw; max-width: 360px; } +.show-icon-labels .block-editor-link-control .components-button.has-icon svg { + display: none; +} +.show-icon-labels .block-editor-link-control .components-button.has-icon::before { + content: attr(aria-label); +} .block-editor-link-control__search-input-wrapper { position: relative; @@ -5205,11 +5124,11 @@ div.components-toolbar > div + div.has-left-divider::before { .block-editor-link-control__field > .components-base-control__field { display: flex; align-items: center; - margin: 0; } .block-editor-link-control__field .components-base-control__label { margin-right: 16px; margin-bottom: 0; + min-width: 29px; } .block-editor-link-control__field input[type=text], .block-editor-link-control__field.block-editor-url-input input[type=text].block-editor-url-input__input { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; @@ -5225,7 +5144,6 @@ div.components-toolbar > div + div.has-left-divider::before { width: calc(100% - 32px); display: block; padding: 11px 16px; - padding-right: 36px; margin: 0; position: relative; border: 1px solid #ddd; @@ -5265,24 +5183,11 @@ div.components-toolbar > div + div.has-left-divider::before { } .block-editor-link-control__search-actions { - position: absolute; - /* - * Actions must be positioned on top of URLInput, since the input will grow - * when suggestions are rendered. - * - * Compensate for: - * - Border (1px) - * - Vertically, for the difference in height between the input (40px) and - * the icon buttons. - * - Horizontally, pad to the minimum of: default input padding, or the - * equivalent of the vertical padding. - */ - top: 3px; - right: 19px; -} - -.components-button .block-editor-link-control__search-submit .has-icon { - margin: -1px; + display: flex; + flex-direction: row-reverse; + justify-content: flex-start; + gap: 8px; + order: 20; } .block-editor-link-control__search-results-wrapper { @@ -5563,12 +5468,42 @@ div.components-toolbar > div + div.has-left-divider::before { padding: 10px; } +.block-editor-link-control__drawer { + display: flex; + order: 30; + flex-direction: column; + flex-basis: 100%; +} + +.block-editor-link-control__drawer-inner { + display: flex; + flex-direction: column; + flex-basis: 100%; + margin-top: 16px; + padding-top: 16px; + position: relative; +} +.block-editor-link-control__drawer-inner::after { + content: ""; + display: block; + height: 1px; + background-color: #ddd; + position: absolute; + left: -16px; + right: -16px; + top: 0; +} + .block-editor-link-control__tools { display: flex; + flex-wrap: wrap; align-items: center; - border-top: 1px solid #ddd; + justify-content: space-between; margin: 0; padding: 16px; + margin-top: calc(var(--wp-admin-border-width-focus) * -1); + padding-top: var(--wp-admin-border-width-focus); + overflow: hidden; } .block-editor-link-control__unlink { @@ -5580,9 +5515,6 @@ div.components-toolbar > div + div.has-left-divider::before { flex: 1; margin: 0; } -.block-editor-link-control__settings :last-child { - margin-bottom: 0; -} .is-alternate .block-editor-link-control__settings { border-top: 1px solid #1e1e1e; } @@ -5590,7 +5522,7 @@ div.components-toolbar > div + div.has-left-divider::before { .block-editor-link-control__setting { margin-bottom: 16px; } -.block-editor-link-control__setting :last-child { +.block-editor-link-control__setting.block-editor-link-control__setting:last-child { margin-bottom: 0; } @@ -5601,14 +5533,8 @@ div.components-toolbar > div + div.has-left-divider::before { position: absolute; left: auto; bottom: auto; - /* - * Position spinner to the left of the actions. - * - * Compensate for: - * - Input padding right ($button-size) - */ top: calc(50% - 16px / 2); - right: 36px; + right: 16px; } .block-editor-link-control__search-item-action { @@ -5636,9 +5562,13 @@ div.components-toolbar > div + div.has-left-divider::before { .block-editor-list-view-leaf.is-selected.is-synced td { background: var(--wp-block-synced-color); } +.block-editor-list-view-leaf.is-synced:not(.is-selected) .block-editor-list-view-block-contents:hover, .block-editor-list-view-leaf.is-synced:not(.is-selected) .block-editor-list-view-block-contents:focus, .block-editor-list-view-leaf.is-synced:not(.is-selected) .block-editor-list-view-block-contents .block-editor-block-icon { color: var(--wp-block-synced-color); } +.block-editor-list-view-leaf.is-synced:not(.is-selected) .block-editor-list-view-block-contents:focus::after { + box-shadow: inset 0 0 0 1px #fff, 0 0 0 var(--wp-admin-border-width-focus) var(--wp-block-synced-color); +} .block-editor-list-view-leaf.is-selected .block-editor-list-view-block-contents, .block-editor-list-view-leaf.is-selected .components-button.has-icon { color: #fff; } @@ -5673,7 +5603,7 @@ div.components-toolbar > div + div.has-left-divider::before { .block-editor-list-view-leaf.is-branch-selected:not(.is-selected):not(.is-synced-branch) { background: rgba(var(--wp-admin-theme-color--rgb), 0.04); } -.block-editor-list-view-leaf.is-synced-branch:not(.is-selected) { +.block-editor-list-view-leaf.is-synced-branch.is-branch-selected { background: rgba(var(--wp-block-synced-color--rgb), 0.04); } .block-editor-list-view-leaf.is-branch-selected.is-first-selected td:first-child { @@ -5988,7 +5918,9 @@ div.components-toolbar > div + div.has-left-divider::before { } .block-editor-list-view-drop-indicator .block-editor-list-view-drop-indicator__line { background: var(--wp-admin-theme-color); - height: 1px; + height: 6px; + border: 1px solid #fff; + border-radius: 4px; } .block-editor-list-view-placeholder { @@ -5997,6 +5929,24 @@ div.components-toolbar > div + div.has-left-divider::before { height: 36px; } +.list-view-appender .block-editor-inserter__toggle { + background-color: #1e1e1e; + color: #fff; + margin: 8px 0 0 24px; + border-radius: 2px; + height: 24px; + min-width: 24px; + padding: 0; +} +.list-view-appender .block-editor-inserter__toggle:hover, .list-view-appender .block-editor-inserter__toggle:focus { + background: var(--wp-admin-theme-color); + color: #fff; +} + +.list-view-appender__description { + display: none; +} + .modal-open .block-editor-media-replace-flow__options { display: none; } @@ -6006,34 +5956,35 @@ div.components-toolbar > div + div.has-left-divider::before { } .block-editor-media-flow__url-input { - border-top: 1px solid #1e1e1e; - margin-top: 8px; margin-right: -8px; margin-left: -8px; padding: 16px; } +.block-editor-media-flow__url-input.has-siblings { + border-top: 1px solid #1e1e1e; + margin-top: 8px; +} .block-editor-media-flow__url-input .block-editor-media-replace-flow__image-url-label { display: block; top: 16px; margin-bottom: 8px; } .block-editor-media-flow__url-input .block-editor-link-control { - width: 220px; + width: 300px; } .block-editor-media-flow__url-input .block-editor-link-control .block-editor-url-input { padding: 0; margin: 0; } -.block-editor-media-flow__url-input .block-editor-link-control .components-base-control .components-base-control__field { - margin-bottom: 0; -} -.block-editor-media-flow__url-input .block-editor-link-control .block-editor-link-control__search-item-title { - max-width: 180px; - white-space: nowrap; -} +.block-editor-media-flow__url-input .block-editor-link-control .block-editor-link-control__search-item-title, .block-editor-media-flow__url-input .block-editor-link-control .block-editor-link-control__search-item-info { + max-width: 200px; white-space: nowrap; } +.block-editor-media-flow__url-input .block-editor-link-control .block-editor-link-control__tools { + justify-content: flex-end; + padding: 16px var(--wp-admin-border-width-focus) var(--wp-admin-border-width-focus); +} .block-editor-media-flow__url-input .block-editor-link-control .block-editor-link-control__search-item.is-current { width: auto; padding: 0; @@ -6468,11 +6419,6 @@ div.components-toolbar > div + div.has-left-divider::before { transform: rotate(180deg); } -.block-editor-url-popover__input-container .components-base-control:last-child, -.block-editor-url-popover__input-container .components-base-control:last-child .components-base-control__field { - margin-bottom: 0; -} - .block-editor-url-popover__settings { display: block; padding: 16px; @@ -6483,10 +6429,6 @@ div.components-toolbar > div + div.has-left-divider::before { .block-editor-url-popover__link-viewer { display: flex; } -.block-editor-url-popover__link-editor .block-editor-url-input .components-base-control__field, -.block-editor-url-popover__link-viewer .block-editor-url-input .components-base-control__field { - margin-bottom: 0; -} .block-editor-url-popover__link-viewer-url { margin: 7px; @@ -6502,54 +6444,45 @@ div.components-toolbar > div + div.has-left-divider::before { color: #cc1818; } -.block-editor-warning { - align-items: center; - display: flex; - flex-wrap: wrap; - font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; - padding: 1em; - border: 1px solid #1e1e1e; - border-radius: 2px; - background-color: #fff; -} -.block-editor-warning .block-editor-warning__message { - line-height: 1.4; - font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; - font-size: 13px; - color: #1e1e1e; - margin: 0; +.html-anchor-control .components-external-link { + display: block; + margin-top: 8px; } -.block-editor-warning p.block-editor-warning__message.block-editor-warning__message { - min-height: auto; + +.border-block-support-panel .single-column { + grid-column: span 1; } -.block-editor-warning .block-editor-warning__contents { - display: flex; - flex-direction: row; - justify-content: space-between; - flex-wrap: wrap; - align-items: baseline; - width: 100%; + +.color-block-support-panel { + /* Increased specificity required to remove the slot wrapper's row gap */ + /** + * After converting PanelColorGradientSettings to render as a ToolsPanel + * we need to remove the top margin when wrapping inner content due to + * rendering via SlotFills. + */ } -.block-editor-warning .block-editor-warning__actions { - align-items: center; - display: flex; - margin-top: 1em; +.color-block-support-panel .block-editor-contrast-checker { + /** + * Contrast checkers are forced to the bottom of the panel so all + * injected color controls can appear as a single item group without + * the contrast checkers suddenly appearing between items. + */ + order: 9999; + grid-column: span 2; + margin-top: 16px; } -.block-editor-warning .block-editor-warning__action { - margin: 0 8px 0 0; +.color-block-support-panel .block-editor-contrast-checker .components-notice__content { + margin-right: 0; } - -.block-editor-warning__secondary { - margin: auto 0 auto 8px; +.color-block-support-panel.color-block-support-panel .color-block-support-panel__inner-wrapper { + row-gap: 0; } - -.components-popover.block-editor-warning__dropdown { - z-index: 99998; +.color-block-support-panel .block-editor-tools-panel-color-gradient-settings__item.first { + margin-top: 0; } -.html-anchor-control .components-external-link { - display: block; - margin-top: 8px; +.dimensions-block-support-panel .single-column { + grid-column: span 1; } .block-editor-hooks__layout-controls { @@ -6564,6 +6497,10 @@ div.components-toolbar > div + div.has-left-divider::before { margin: auto 0 4px 8px; } +.block-editor-block-inspector .block-editor-hooks__layout-controls-unit-input { + margin-bottom: 0; +} + .block-editor-hooks__layout-controls-reset { display: flex; justify-content: flex-end; @@ -6589,46 +6526,6 @@ div.components-toolbar > div + div.has-left-divider::before { margin-bottom: 16px; } -.border-block-support-panel .single-column { - grid-column: span 1; -} - -.dimensions-block-support-panel .single-column { - grid-column: span 1; -} - -.typography-block-support-panel .single-column { - grid-column: span 1; -} - -.color-block-support-panel { - /* Increased specificity required to remove the slot wrapper's row gap */ - /** - * After converting PanelColorGradientSettings to render as a ToolsPanel - * we need to remove the top margin when wrapping inner content due to - * rendering via SlotFills. - */ -} -.color-block-support-panel .block-editor-contrast-checker { - /** - * Contrast checkers are forced to the bottom of the panel so all - * injected color controls can appear as a single item group without - * the contrast checkers suddenly appearing between items. - */ - order: 9999; - grid-column: span 2; - margin-top: 16px; -} -.color-block-support-panel .block-editor-contrast-checker .components-notice__content { - margin-right: 0; -} -.color-block-support-panel.color-block-support-panel .color-block-support-panel__inner-wrapper { - row-gap: 0; -} -.color-block-support-panel .block-editor-tools-panel-color-gradient-settings__item.first { - margin-top: 0; -} - .block-editor__padding-visualizer { position: absolute; top: 0; @@ -6642,6 +6539,24 @@ div.components-toolbar > div + div.has-left-divider::before { box-sizing: border-box; } +.block-editor-hooks__position-selection__select-control .components-custom-select-control__hint { + display: none; +} + +.block-editor-hooks__position-selection__select-control__option.has-hint { + grid-template-columns: auto 30px; + line-height: 1.4; + margin-bottom: 0; +} +.block-editor-hooks__position-selection__select-control__option .components-custom-select-control__item-hint { + grid-row: 2; + text-align: left; +} + +.typography-block-support-panel .single-column { + grid-column: span 1; +} + /** * Block Toolbar */ @@ -6850,6 +6765,7 @@ div.components-toolbar > div + div.has-left-divider::before { .block-editor-inserter__popover.is-quick .components-popover__content { border: none; outline: none; + box-shadow: 0 0.7px 1px rgba(0, 0, 0, 0.1), 0 1.2px 1.7px -0.2px rgba(0, 0, 0, 0.1), 0 2.3px 3.3px -0.5px rgba(0, 0, 0, 0.1); } .block-editor-inserter__popover.is-quick .components-popover__content .block-editor-inserter__quick-inserter > * { border-left: 1px solid #ccc; @@ -6857,9 +6773,11 @@ div.components-toolbar > div + div.has-left-divider::before { } .block-editor-inserter__popover.is-quick .components-popover__content .block-editor-inserter__quick-inserter > *:first-child { border-top: 1px solid #ccc; + border-radius: 2px 2px 0 0; } .block-editor-inserter__popover.is-quick .components-popover__content .block-editor-inserter__quick-inserter > *:last-child { border-bottom: 1px solid #ccc; + border-radius: 0 0 2px 2px; } .block-editor-inserter__popover.is-quick .components-popover__content .block-editor-inserter__quick-inserter > *.components-button { border: 1px solid #1e1e1e; @@ -7339,8 +7257,10 @@ div.components-toolbar > div + div.has-left-divider::before { } .block-editor-inserter__media-panel { - height: 100%; + min-height: 100%; padding: 0 16px; + display: flex; + flex-direction: column; } @media (min-width: 782px) { .block-editor-inserter__media-panel { @@ -7352,45 +7272,86 @@ div.components-toolbar > div + div.has-left-divider::before { display: flex; align-items: center; justify-content: center; + flex: 1; } .block-editor-inserter__media-panel .block-editor-inserter__media-panel-search.components-search-control input[type=search].components-search-control__input { background: #fff; } +.block-editor-inserter__media-panel .block-editor-inserter__media-panel-search.components-search-control button.components-button { + min-width: auto; + padding-left: 2px; + padding-right: 2px; +} .block-editor-inserter__media-list { margin-top: 16px; } -.block-editor-inserter__media-list__list-item { +.block-editor-inserter__media-list .block-editor-inserter__media-list__list-item { + position: relative; cursor: pointer; margin-bottom: 24px; } -.block-editor-inserter__media-list__list-item.is-placeholder { +.block-editor-inserter__media-list .block-editor-inserter__media-list__list-item.is-placeholder { min-height: 100px; } -.block-editor-inserter__media-list__list-item[draggable=true] .block-editor-block-preview__container { +.block-editor-inserter__media-list .block-editor-inserter__media-list__list-item[draggable=true] .block-editor-block-preview__container { cursor: grab; } -.block-editor-inserter__media-list__item { +.block-editor-inserter__media-list .block-editor-inserter__media-list__list-item.is-hovered .block-editor-inserter__media-list__item-preview { + box-shadow: 0 0 0 2px #1e1e1e, 0 15px 25px rgba(0, 0, 0, 0.07); +} +.block-editor-inserter__media-list .block-editor-inserter__media-list__list-item.is-hovered .block-editor-inserter__media-list__item-preview-options > button { + display: block; +} +.block-editor-inserter__media-list .block-editor-inserter__media-list__list-item .block-editor-inserter__media-list__item-preview-options { + position: absolute; + right: 8px; + top: 8px; +} +.block-editor-inserter__media-list .block-editor-inserter__media-list__list-item .block-editor-inserter__media-list__item-preview-options > button { + background: #fff; + border-radius: 2px; + display: none; +} +.block-editor-inserter__media-list .block-editor-inserter__media-list__list-item .block-editor-inserter__media-list__item-preview-options > button.is-opened, .block-editor-inserter__media-list .block-editor-inserter__media-list__list-item .block-editor-inserter__media-list__item-preview-options > button:focus { + display: block; +} +.block-editor-inserter__media-list .block-editor-inserter__media-list__list-item .block-editor-inserter__media-list__item-preview-options > button:hover { + box-shadow: inset 0 0 0 2px #fff, 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color); + outline: 2px solid transparent; +} +.block-editor-inserter__media-list .block-editor-inserter__media-list__item { height: 100%; } -.block-editor-inserter__media-list__item-preview { +.block-editor-inserter__media-list .block-editor-inserter__media-list__item .block-editor-inserter__media-list__item-preview { display: flex; align-items: center; overflow: hidden; - border-radius: 4px; + border-radius: 2px; } -.block-editor-inserter__media-list__item-preview > * { +.block-editor-inserter__media-list .block-editor-inserter__media-list__item .block-editor-inserter__media-list__item-preview > * { margin: 0 auto; max-width: 100%; } -.block-editor-inserter__media-list__item:hover .block-editor-inserter__media-list__item-preview { - box-shadow: 0 0 0 2px var(--wp-admin-theme-color); +.block-editor-inserter__media-list .block-editor-inserter__media-list__item .block-editor-inserter__media-list__item-preview .block-editor-inserter__media-list__item-preview-spinner { + display: flex; + height: 100%; + width: 100%; + position: absolute; + justify-content: center; + background: rgba(255, 255, 255, 0.7); + align-items: center; + pointer-events: none; } -.block-editor-inserter__media-list__item:focus .block-editor-inserter__media-list__item-preview { - box-shadow: inset 0 0 0 1px #fff, 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color); +.block-editor-inserter__media-list .block-editor-inserter__media-list__item:focus .block-editor-inserter__media-list__item-preview { + box-shadow: inset 0 0 0 2px #fff, 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color); outline: 2px solid transparent; } +.block-editor-inserter__media-list__item-preview-options__popover .components-menu-item__button .components-menu-item__item { + min-width: auto; +} + .block-editor-inserter__mobile-tab-navigation { padding: 16px; height: 100%; @@ -7399,6 +7360,15 @@ div.components-toolbar > div + div.has-left-divider::before { height: 100%; } +@media (min-width: 600px) { + .block-editor-inserter-media-tab-media-preview-inserter-external-image-modal { + max-width: 480px; + } +} +.block-editor-inserter-media-tab-media-preview-inserter-external-image-modal p { + margin: 0; +} + .block-editor-post-preview__dropdown { padding: 0; } @@ -7457,7 +7427,7 @@ div.components-toolbar > div + div.has-left-divider::before { display: grid; grid-template-columns: auto 1fr auto; align-items: center; - grid-template-rows: 16px auto; + grid-template-rows: 24px auto; } .component-spacing-sizes-control { @@ -7473,7 +7443,7 @@ div.components-toolbar > div + div.has-left-divider::before { align-self: center; } .component-spacing-sizes-control .components-base-control__label { - margin-bottom: 0; + margin-bottom: 8px; height: 16px; } .component-spacing-sizes-control .components-spacing-sizes-control__side-labels { @@ -7502,6 +7472,7 @@ div.components-toolbar > div + div.has-left-divider::before { grid-row: 1/1; align-self: center; margin-left: 4px; + margin-bottom: 8px; } .component-spacing-sizes-control .components-spacing-sizes-control__custom-toggle-all { grid-column: 2/2; @@ -7527,26 +7498,25 @@ div.components-toolbar > div + div.has-left-divider::before { .component-spacing-sizes-control .components-spacing-sizes-control__custom-value-range { grid-column: span 2; margin-left: 16px; - margin-top: 8px; } -.component-spacing-sizes-control .components-spacing-sizes-control__custom-value-input { +.component-spacing-sizes-control .components-base-control.components-spacing-sizes-control__custom-value-input { width: 124px; - margin-top: 8px; grid-column: 1; + margin-bottom: 0; } -.component-spacing-sizes-control .components-range-control { +.component-spacing-sizes-control .components-base-control.components-range-control { height: 40px; /* Vertically center the RangeControl until it has true 40px height. */ display: flex; align-items: center; + margin-bottom: 0; } -.component-spacing-sizes-control .components-range-control > .components-base-control__field { +.component-spacing-sizes-control .components-base-control.components-range-control > .components-base-control__field { /* Fixes RangeControl contents when the outer wrapper is flex */ flex: 1; } .component-spacing-sizes-control .components-spacing-sizes-control__range-control { grid-column: span 3; - margin-top: 8px; } .component-spacing-sizes-control .components-range-control__mark { height: 4px; @@ -7560,7 +7530,7 @@ div.components-toolbar > div + div.has-left-divider::before { .component-spacing-sizes-control .components-range-control__marks :first-child { display: none; } -.component-spacing-sizes-control [class*=ThumbWrapper-thumbColor] { +.component-spacing-sizes-control .components-range-control__thumb-wrapper { z-index: 3; } .component-spacing-sizes-control .components-spacing-sizes-control__custom-select-control { @@ -7568,7 +7538,7 @@ div.components-toolbar > div + div.has-left-divider::before { margin-top: 8px; } -.offcanvas-editor__appender .block-editor-inserter__toggle { +.offcanvas-editor-appender .block-editor-inserter__toggle { background-color: #1e1e1e; color: #fff; margin: 8px 0 0 24px; @@ -7577,11 +7547,15 @@ div.components-toolbar > div + div.has-left-divider::before { min-width: 24px; padding: 0; } -.offcanvas-editor__appender .block-editor-inserter__toggle:hover, .offcanvas-editor__appender .block-editor-inserter__toggle:focus { +.offcanvas-editor-appender .block-editor-inserter__toggle:hover, .offcanvas-editor-appender .block-editor-inserter__toggle:focus { background: var(--wp-admin-theme-color); color: #fff; } +.offcanvas-editor-appender__description { + display: none; +} + .offcanvas-editor-list-view-tree-wrapper { max-width: 100%; overflow-x: auto; @@ -7815,6 +7789,9 @@ body.admin-color-sunrise { .wp-block-avatar { box-sizing: border-box; } +.wp-block-avatar img { + box-sizing: border-box; +} .wp-block-avatar.aligncenter { text-align: center; } @@ -7917,6 +7894,37 @@ body.admin-color-sunrise { background-image: none; } +.wp-block-button .wp-block-button__link:where(.has-border-color) { + border-width: initial; +} +.wp-block-button .wp-block-button__link:where([style*="border-top-color"]) { + border-top-width: initial; +} +.wp-block-button .wp-block-button__link:where([style*="border-right-color"]) { + border-right-width: initial; +} +.wp-block-button .wp-block-button__link:where([style*="border-bottom-color"]) { + border-bottom-width: initial; +} +.wp-block-button .wp-block-button__link:where([style*="border-left-color"]) { + border-left-width: initial; +} +.wp-block-button .wp-block-button__link:where([style*="border-style"]) { + border-width: initial; +} +.wp-block-button .wp-block-button__link:where([style*="border-top-style"]) { + border-top-width: initial; +} +.wp-block-button .wp-block-button__link:where([style*="border-right-style"]) { + border-right-width: initial; +} +.wp-block-button .wp-block-button__link:where([style*="border-bottom-style"]) { + border-bottom-width: initial; +} +.wp-block-button .wp-block-button__link:where([style*="border-left-style"]) { + border-left-width: initial; +} + .wp-block-buttons { /* stylelint-disable indentation */ } @@ -8013,6 +8021,7 @@ body.admin-color-sunrise { .wp-block-categories { box-sizing: border-box; + /* Only apply the text align on dropdowns, not lists. */ } .wp-block-categories.alignleft { /*rtl:ignore*/ @@ -8022,6 +8031,9 @@ body.admin-color-sunrise { /*rtl:ignore*/ margin-left: 2em; } +.wp-block-categories.wp-block-categories-dropdown.aligncenter { + text-align: center; +} .wp-block-code { box-sizing: border-box; @@ -8035,7 +8047,6 @@ body.admin-color-sunrise { .wp-block-columns { display: flex; - margin-bottom: 1.75em; box-sizing: border-box; flex-wrap: wrap !important; align-items: initial !important; @@ -8082,6 +8093,10 @@ body.admin-color-sunrise { flex-grow: 0; } +:where(.wp-block-columns) { + margin-bottom: 1.75em; +} + :where(.wp-block-columns.has-background) { padding: 1.25em 2.375em; } @@ -8290,6 +8305,7 @@ body.admin-color-sunrise { justify-content: center; align-items: center; padding: 1em; + overflow: hidden; box-sizing: border-box; /*rtl:raw: direction: ltr; */ /** @@ -8506,14 +8522,10 @@ body.admin-color-sunrise { .wp-block-cover-image .wp-block-cover__inner-container, .wp-block-cover .wp-block-cover__inner-container { width: 100%; - z-index: 1; - color: #fff; + z-index: 32; + color: inherit; /*rtl:raw: direction: rtl; */ } -.wp-block-cover-image.is-light .wp-block-cover__inner-container, -.wp-block-cover.is-light .wp-block-cover__inner-container { - color: #000; -} .wp-block-cover-image p:not(.has-text-color), .wp-block-cover-image h1:not(.has-text-color), .wp-block-cover-image h2:not(.has-text-color), @@ -8610,7 +8622,7 @@ video.wp-block-cover__video-background.has-parallax { background-size: cover; background-repeat: no-repeat; } -@supports (-webkit-overflow-scrolling: touch) { +@supports (-webkit-touch-callout: inherit) { .wp-block-cover-image.has-parallax, .wp-block-cover.has-parallax, .wp-block-cover__image-background.has-parallax, @@ -8695,6 +8707,24 @@ section.wp-block-cover-image > h2, text-align: center; } +:where(.wp-block-cover:not(.has-text-color)), +:where(.wp-block-cover-image:not(.has-text-color)) { + color: #fff; +} + +:where(.wp-block-cover.is-light:not(.has-text-color)), +:where(.wp-block-cover-image.is-light:not(.has-text-color)) { + color: #000; +} + +.wp-block-details { + overflow: hidden; +} + +.wp-block-details-summary { + cursor: pointer; +} + .wp-block[data-align=left] > [data-type="core/embed"], .wp-block[data-align=right] > [data-type="core/embed"], .wp-block-embed.alignleft, @@ -8766,9 +8796,6 @@ section.wp-block-cover-image > h2, padding-top: 200%; } -.wp-block-file { - margin-bottom: 1.5em; -} .wp-block-file:not(.wp-element-button) { font-size: 0.8em; } @@ -8783,6 +8810,10 @@ section.wp-block-cover-image > h2, margin-left: 0.75em; } +:where(.wp-block-file) { + margin-bottom: 1.5em; +} + .wp-block-file__embed { margin-bottom: 1em; } @@ -8790,6 +8821,7 @@ section.wp-block-cover-image > h2, :where(.wp-block-file__button) { border-radius: 2em; padding: 0.5em 1em; + display: inline-block; } :where(.wp-block-file__button):is(a):hover, :where(.wp-block-file__button):is(a):visited, :where(.wp-block-file__button):is(a):focus, :where(.wp-block-file__button):is(a):active { box-shadow: none; @@ -9139,6 +9171,10 @@ h6.has-background { vertical-align: bottom; box-sizing: border-box; } +.wp-block-image[style*=border-radius] > a, +.wp-block-image[style*=border-radius] img { + border-radius: inherit; +} .wp-block-image.has-custom-border img { box-sizing: border-box; } @@ -9167,6 +9203,7 @@ h6.has-background { float: left; /*rtl:ignore*/ margin-left: 0; + /*rtl:ignore*/ margin-right: 1em; margin-top: 0.5em; margin-bottom: 0.5em; @@ -9176,6 +9213,7 @@ h6.has-background { float: right; /*rtl:ignore*/ margin-right: 0; + /*rtl:ignore*/ margin-left: 1em; margin-top: 0.5em; margin-bottom: 0.5em; @@ -9251,12 +9289,24 @@ ol.wp-block-latest-comments { box-sizing: border-box; } +:where(.wp-block-latest-comments:not([style*="line-height"] .wp-block-latest-comments__comment)) { + line-height: 1.1; +} + +:where(.wp-block-latest-comments:not([style*="line-height"] .wp-block-latest-comments__comment-excerpt p)) { + line-height: 1.8; +} + +.has-dates :where(.wp-block-latest-comments:not([style*="line-height"])), +.has-excerpts :where(.wp-block-latest-comments:not([style*="line-height"])) { + line-height: 1.5; +} + .wp-block-latest-comments .wp-block-latest-comments { padding-left: 0; } .wp-block-latest-comments__comment { - line-height: 1.1; list-style: none; margin-bottom: 1em; } @@ -9268,13 +9318,9 @@ ol.wp-block-latest-comments { .has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt { margin-left: 3.25em; } -.has-dates .wp-block-latest-comments__comment, .has-excerpts .wp-block-latest-comments__comment { - line-height: 1.5; -} .wp-block-latest-comments__comment-excerpt p { font-size: 0.875em; - line-height: 1.8; margin: 0.36em 0 1.4em; } @@ -9293,6 +9339,11 @@ ol.wp-block-latest-comments { width: 2.5em; } +.wp-block-latest-comments[style*=font-size] a, +.wp-block-latest-comments[class*=-font-size] a { + font-size: inherit; +} + .wp-block-latest-posts { box-sizing: border-box; } @@ -9988,6 +10039,8 @@ button.wp-block-navigation-item__content { .wp-block-navigation__responsive-close { width: 100%; +} +.has-modal-open .wp-block-navigation__responsive-close { max-width: var(--wp--style--global--wide-size, 100%); margin-left: auto; margin-right: auto; @@ -10176,6 +10229,21 @@ p.has-background { box-sizing: border-box; } +:where(.wp-block-post-excerpt) { + margin-top: var(--wp--style--block-gap); + margin-bottom: var(--wp--style--block-gap); +} + +.wp-block-post-excerpt__excerpt { + margin-top: 0; + margin-bottom: 0; +} + +.wp-block-post-excerpt__more-text { + margin-top: var(--wp--style--block-gap); + margin-bottom: 0; +} + .wp-block-post-excerpt__more-link { display: inline-block; } @@ -10186,6 +10254,7 @@ p.has-background { } .wp-block-post-featured-image a { display: block; + height: 100%; } .wp-block-post-featured-image img { max-width: 100%; @@ -10265,6 +10334,10 @@ p.has-background { white-space: pre-wrap; } +.wp-block-post-time-to-read { + box-sizing: border-box; +} + .wp-block-post-title { word-break: break-word; box-sizing: border-box; @@ -10282,7 +10355,6 @@ p.has-background { } .wp-block-pullquote { - margin: 0 0 1em 0; padding: 3em 0; text-align: center; overflow-wrap: break-word; @@ -10304,6 +10376,10 @@ p.has-background { color: inherit; } +:where(.wp-block-pullquote) { + margin: 0 0 1em 0; +} + .wp-block-pullquote.has-text-align-left blockquote { text-align: left; } @@ -10350,7 +10426,7 @@ p.has-background { flex-wrap: wrap; gap: 1.25em; } -.wp-block-post-template.is-flex-container li { +.wp-block-post-template.is-flex-container > li { margin: 0; width: 100%; } @@ -10417,18 +10493,18 @@ p.has-background { box-sizing: border-box; overflow-wrap: break-word; } -.wp-block-quote.is-style-large:not(.is-style-plain), .wp-block-quote.is-large:not(.is-style-plain) { +.wp-block-quote.is-style-large:where(:not(.is-style-plain)), .wp-block-quote.is-large:where(:not(.is-style-plain)) { margin-bottom: 1em; padding: 0 1em; } -.wp-block-quote.is-style-large:not(.is-style-plain) p, .wp-block-quote.is-large:not(.is-style-plain) p { +.wp-block-quote.is-style-large:where(:not(.is-style-plain)) p, .wp-block-quote.is-large:where(:not(.is-style-plain)) p { font-size: 1.5em; font-style: italic; line-height: 1.6; } -.wp-block-quote.is-style-large:not(.is-style-plain) cite, -.wp-block-quote.is-style-large:not(.is-style-plain) footer, .wp-block-quote.is-large:not(.is-style-plain) cite, -.wp-block-quote.is-large:not(.is-style-plain) footer { +.wp-block-quote.is-style-large:where(:not(.is-style-plain)) cite, +.wp-block-quote.is-style-large:where(:not(.is-style-plain)) footer, .wp-block-quote.is-large:where(:not(.is-style-plain)) cite, +.wp-block-quote.is-large:where(:not(.is-style-plain)) footer { font-size: 1.125em; text-align: right; } @@ -10495,22 +10571,22 @@ ul.wp-block-rss.is-grid li { } .wp-block-search__button { - margin-left: 0.625em; + margin-left: 10px; word-break: normal; } .wp-block-search__button.has-icon { line-height: 0; } .wp-block-search__button svg { - min-width: 1.5em; - min-height: 1.5em; + min-width: 24px; + min-height: 24px; fill: currentColor; vertical-align: text-bottom; } :where(.wp-block-search__button) { border: 1px solid #ccc; - padding: 0.375em 0.625em; + padding: 6px 10px; } .wp-block-search__inside-wrapper { @@ -10529,7 +10605,7 @@ ul.wp-block-rss.is-grid li { flex-grow: 1; margin-left: 0; margin-right: 0; - min-width: 3em; + min-width: 3rem; border: 1px solid #949494; text-decoration: unset !important; } @@ -10541,17 +10617,18 @@ ul.wp-block-rss.is-grid li { :where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) { padding: 4px; border: 1px solid #949494; + box-sizing: border-box; } :where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input { border-radius: 0; border: none; - padding: 0 0 0 0.25em; + padding: 0 4px; } :where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input:focus { outline: none; } :where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) :where(.wp-block-search__button) { - padding: 0.125em 0.5em; + padding: 4px 8px; } .wp-block-search.aligncenter .wp-block-search__inside-wrapper { @@ -11415,9 +11492,23 @@ html :where(img[class*="wp-image-"]) { /** * Reset user agent styles for figure element margins. */ -figure { +:where(figure) { margin: 0 0 1em 0; } + +html :where(.is-position-sticky) { + /* stylelint-disable length-zero-no-unit */ + --wp-admin--admin-bar--position-offset: var(--wp-admin--admin-bar--height, 0px); + /* stylelint-enable length-zero-no-unit */ +} + +@media screen and (max-width: 600px) { + html :where(.is-position-sticky) { + /* stylelint-disable length-zero-no-unit */ + --wp-admin--admin-bar--position-offset: 0px; + /* stylelint-enable length-zero-no-unit */ + } +} /** * Converts a hex value into the rgb equivalent. * @@ -11624,6 +11715,37 @@ div[data-type="core/button"] { text-decoration: inherit; } +.editor-styles-wrapper .wp-block-button .wp-block-button__link:where(.has-border-color) { + border-width: initial; +} +.editor-styles-wrapper .wp-block-button .wp-block-button__link:where([style*="border-top-color"]) { + border-top-width: initial; +} +.editor-styles-wrapper .wp-block-button .wp-block-button__link:where([style*="border-right-color"]) { + border-right-width: initial; +} +.editor-styles-wrapper .wp-block-button .wp-block-button__link:where([style*="border-bottom-color"]) { + border-bottom-width: initial; +} +.editor-styles-wrapper .wp-block-button .wp-block-button__link:where([style*="border-left-color"]) { + border-left-width: initial; +} +.editor-styles-wrapper .wp-block-button .wp-block-button__link:where([style*="border-style"]) { + border-width: initial; +} +.editor-styles-wrapper .wp-block-button .wp-block-button__link:where([style*="border-top-style"]) { + border-top-width: initial; +} +.editor-styles-wrapper .wp-block-button .wp-block-button__link:where([style*="border-right-style"]) { + border-right-width: initial; +} +.editor-styles-wrapper .wp-block-button .wp-block-button__link:where([style*="border-bottom-style"]) { + border-bottom-width: initial; +} +.editor-styles-wrapper .wp-block-button .wp-block-button__link:where([style*="border-left-style"]) { + border-left-width: initial; +} + .wp-block-buttons { /* stylelint-disable indentation */ } @@ -11679,6 +11801,11 @@ div[data-type="core/button"] { margin-top: 6px; } +/* Center alignment for classic themes. */ +[data-align=center] .wp-block-categories { + text-align: center; +} + .wp-block-code code { background: none; } @@ -11878,20 +12005,18 @@ html :where(.wp-block-column) { box-sizing: border-box; } .wp-block-cover.is-placeholder { - min-height: auto !important; padding: 0 !important; -} -.wp-block-cover.is-placeholder .block-library-cover__resize-container { - display: none; + display: flex; + align-items: stretch; + overflow: visible; + min-height: 240px; } .wp-block-cover.is-placeholder .components-placeholder.is-large { - min-height: 240px; justify-content: flex-start; - z-index: 1; + z-index: 32; } -.wp-block-cover.is-placeholder .components-placeholder.is-large + .block-library-cover__resize-container { - min-height: 240px; - display: block; +.wp-block-cover.is-placeholder:focus::after { + min-height: auto; } .wp-block-cover.components-placeholder h2 { color: inherit; @@ -11902,7 +12027,7 @@ html :where(.wp-block-column) { } .wp-block-cover .components-spinner { position: absolute; - z-index: 1; + z-index: 32; top: 50%; left: 50%; transform: translate(-50%, -50%); @@ -11943,8 +12068,9 @@ html :where(.wp-block-column) { min-height: 50px; } -.block-library-cover__resize-container:not(.is-resizing) { - height: auto !important; +.components-popover.block-editor-block-popover.block-library-cover__resizable-box-popover .components-popover__content > div, +.components-popover.block-editor-block-popover.block-library-cover__resizable-box-popover .block-library-cover__resize-container { + pointer-events: none; } .wp-block-cover > .components-drop-zone .components-drop-zone__content { @@ -11963,6 +12089,10 @@ html :where(.wp-block-column) { min-height: auto; } +.wp-block-details-summary div { + display: inline; +} + .wp-block-embed { margin-left: 0; margin-right: 0; @@ -12761,6 +12891,7 @@ figure.wp-block-image:not(.wp-block) { } .wp-block-image__crop-area .reactEasyCrop_Container .reactEasyCrop_Image { border: none; + border-radius: 0; } .wp-block-image__crop-icon { @@ -13305,7 +13436,7 @@ body.editor-styles-wrapper .wp-block-navigation__responsive-container.is-menu-op opacity: 1; } } -.wp-block-navigation .components-spinner { +.wp-block-navigation__loading-indicator-container { padding: 8px 12px; } @@ -13609,6 +13740,10 @@ body.editor-styles-wrapper .wp-block-navigation__responsive-container.is-menu-op margin-left: 0; } +.wp-block-page-list__loading-indicator-container { + padding: 8px 12px; +} + .block-editor-block-list__block[data-type="core/paragraph"].has-drop-cap:focus { min-height: auto !important; } @@ -13622,7 +13757,7 @@ body.editor-styles-wrapper .wp-block-navigation__responsive-container.is-menu-op } .wp-block-post-excerpt .wp-block-post-excerpt__excerpt.is-inline { - display: inline-block; + display: inline; } .wp-block-pullquote.is-style-solid-color blockquote p { @@ -13641,10 +13776,6 @@ body.editor-styles-wrapper .wp-block-navigation__responsive-container.is-menu-op display: inline; } -.wp-block-rss__placeholder-form { - display: flex; - align-items: stretch; -} .wp-block-rss__placeholder-form > * { margin-bottom: 8px; } @@ -13653,18 +13784,9 @@ body.editor-styles-wrapper .wp-block-navigation__responsive-container.is-menu-op margin-bottom: 0; } } - -.wp-block-rss__placeholder-input { - display: flex; - align-items: stretch; - flex-grow: 1; -} -.wp-block-rss__placeholder-input .components-base-control__field { - margin: 0; - display: flex; - align-items: stretch; - flex-grow: 1; - margin-right: 8px; +.wp-block-rss__placeholder-form .wp-block-rss__placeholder-input { + flex: 1; + min-width: 80%; } .wp-block[data-align=center] .wp-block-search .wp-block-search__inside-wrapper { @@ -13690,52 +13812,33 @@ body.editor-styles-wrapper .wp-block-navigation__responsive-container.is-menu-op border: none; } -[data-type="core/shortcode"] .block-editor-plain-text { - max-height: 250px; -} [data-type="core/shortcode"].components-placeholder { min-height: 0; } .blocks-shortcode__textarea { - font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; - padding: 6px 8px; - box-shadow: 0 0 0 transparent; - transition: box-shadow 0.1s linear; - border-radius: 2px; - border: 1px solid #949494; + font-family: Menlo, Consolas, monaco, monospace !important; + color: #1e1e1e !important; + background: #fff !important; + padding: 12px !important; + border: 1px solid #1e1e1e !important; + box-shadow: none !important; + border-radius: 2px !important; + box-sizing: border-box; + max-height: 250px; + resize: none; /* Fonts smaller than 16px causes mobile safari to zoom. */ - font-size: 16px; - /* Override core line-height. To be reviewed. */ - line-height: normal; -} -@media (prefers-reduced-motion: reduce) { - .blocks-shortcode__textarea { - transition-duration: 0s; - transition-delay: 0s; - } + font-size: 16px !important; } @media (min-width: 600px) { .blocks-shortcode__textarea { - font-size: 13px; - /* Override core line-height. To be reviewed. */ - line-height: normal; + font-size: 13px !important; } } .blocks-shortcode__textarea:focus { - border-color: var(--wp-admin-theme-color); - box-shadow: 0 0 0 1px var(--wp-admin-theme-color); - outline: 2px solid transparent; -} -.blocks-shortcode__textarea::-webkit-input-placeholder { - color: rgba(30, 30, 30, 0.62); -} -.blocks-shortcode__textarea::-moz-placeholder { - opacity: 1; - color: rgba(30, 30, 30, 0.62); -} -.blocks-shortcode__textarea:-ms-input-placeholder { - color: rgba(30, 30, 30, 0.62); + border-color: var(--wp-admin-theme-color) !important; + box-shadow: 0 0 0 1px var(--wp-admin-theme-color) !important; + outline: 2px solid transparent !important; } .wp-block[data-align=center] > .wp-block-site-logo, @@ -13764,8 +13867,8 @@ body.editor-styles-wrapper .wp-block-navigation__responsive-container.is-menu-op } .wp-block-site-logo.wp-block-site-logo.is-default-size .components-placeholder { - height: 120px; - width: 120px; + height: 60px; + width: 60px; } .wp-block-site-logo.wp-block-site-logo > div, .wp-block-site-logo.wp-block-site-logo .components-resizable-box__container { @@ -13943,11 +14046,13 @@ body.editor-styles-wrapper .wp-block-navigation__responsive-container.is-menu-op } .wp-block-spacer.is-hovered .block-library-spacer__resize-container, -.block-library-spacer__resize-container.has-show-handle { +.block-library-spacer__resize-container.has-show-handle, +.wp-block-spacer.is-selected.custom-sizes-disabled { background: rgba(0, 0, 0, 0.1); } .is-dark-theme .wp-block-spacer.is-hovered .block-library-spacer__resize-container, -.is-dark-theme .block-library-spacer__resize-container.has-show-handle { +.is-dark-theme .block-library-spacer__resize-container.has-show-handle, +.is-dark-theme .wp-block-spacer.is-selected.custom-sizes-disabled { background: rgba(255, 255, 255, 0.15); } @@ -14032,9 +14137,6 @@ body.editor-styles-wrapper .wp-block-navigation__responsive-container.is-menu-op .blocks-table__placeholder-input input { height: 36px; } -.blocks-table__placeholder-input .components-base-control__field { - margin-bottom: 0; -} .block-editor-template-part__selection-modal { z-index: 1000001; @@ -14134,36 +14236,15 @@ body.editor-styles-wrapper .wp-block-navigation__responsive-container.is-menu-op } .block-library-video-tracks-editor__track-list-track { - display: flex; - place-content: space-between; - align-items: baseline; padding-left: 12px; } -.block-library-video-tracks-editor__single-track-editor-label-language { - display: flex; - margin-top: 12px; -} -.block-library-video-tracks-editor__single-track-editor-label-language > .components-base-control { - width: 50%; -} -.block-library-video-tracks-editor__single-track-editor-label-language > .components-base-control:first-child { - margin-right: 16px; -} - .block-library-video-tracks-editor__single-track-editor-kind-select { max-width: 240px; } -.block-library-video-tracks-editor__single-track-editor-buttons-container { - display: flex; - place-content: space-between; - margin-top: 32px; -} - .block-library-video-tracks-editor__single-track-editor-edit-track-label { margin-top: 4px; - margin-bottom: 12px; color: #757575; text-transform: uppercase; font-size: 11px; @@ -14187,19 +14268,6 @@ body.editor-styles-wrapper .wp-block-navigation__responsive-container.is-menu-op padding: 12px; } -.block-library-video-tracks-editor__single-track-editor .components-base-control .components-base-control__label { - margin-bottom: 4px; -} -.block-library-video-tracks-editor__single-track-editor .components-base-control .components-base-control__field { - margin-bottom: 12px; -} -.block-library-video-tracks-editor__single-track-editor .components-base-control .components-text-control__input { - margin-left: 0; -} -.block-library-video-tracks-editor__single-track-editor .components-base-control .components-input-control__label { - margin-bottom: 4px; -} - .editor-styles-wrapper ul.wp-block-post-template { padding-left: 0; margin-left: 0; @@ -14226,32 +14294,30 @@ body.editor-styles-wrapper .wp-block-navigation__responsive-container.is-menu-op max-height: 250px; } -.block-editor-query-pattern__selection-modal .components-modal__content { - padding: 0; - margin-bottom: 60px; -} -.block-editor-query-pattern__selection-modal .components-modal__content::before { - margin-bottom: 0; -} - @media (min-width: 600px) { - .block-editor-query-pattern__selection-modal { + .block-library-query-pattern__selection-modal .components-modal__frame { width: calc(100% - 32px); height: calc(100% - 120px); } } @media (min-width: 782px) { - .block-editor-query-pattern__selection-modal { + .block-library-query-pattern__selection-modal .components-modal__frame { width: 750px; } } @media (min-width: 960px) { - .block-editor-query-pattern__selection-modal { - height: 80%; - width: 80%; - max-height: none; + .block-library-query-pattern__selection-modal .components-modal__frame { + height: 70%; } } +.block-library-query-pattern__selection-modal .block-library-query-pattern__selection-search { + background: #fff; + position: sticky; + top: 0; + padding: 16px 0; + margin-bottom: 2px; + z-index: 2; +} .block-library-query-toolspanel__filters .components-form-token-field__help { margin-bottom: 0; @@ -14308,6 +14374,7 @@ body.editor-styles-wrapper .wp-block-navigation__responsive-container.is-menu-op justify-content: center; align-items: center; padding: 0; + display: flex; min-height: 200px; } .wp-block-post-featured-image .wp-block-post-featured-image__placeholder .components-form-file-upload, @@ -14482,6 +14549,9 @@ div[data-type="core/post-featured-image"] img { * These are only output in the editor, but styles here are NOT prefixed .editor-styles-wrapper. * This allows us to create normalization styles that are easily overridden by editor styles. */ +.editor-styles-wrapper iframe:not([frameborder]) { + border: 0; +} /** * Converts a hex value into the rgb equivalent. * @@ -14844,31 +14914,15 @@ div[data-type="core/post-featured-image"] img { .block-editor-format-toolbar__image-popover { z-index: 159990; } - -.block-editor-format-toolbar__image-container-content { - display: flex; -} -.block-editor-format-toolbar__image-container-content .components-button { - align-self: flex-end; - height: 30px; - margin-bottom: 8px; - margin-right: 8px; - padding: 0 6px; -} - -.block-editor-format-toolbar__image-container-value { +.block-editor-format-toolbar__image-popover .block-editor-format-toolbar__image-container-value { margin: 7px; - flex-grow: 1; - flex-shrink: 1; - white-space: nowrap; min-width: 150px; max-width: 500px; } -.block-editor-format-toolbar__image-container-value.components-base-control .components-base-control__field { - margin-bottom: 0; -} -.block-editor-format-toolbar__image-container-value.components-base-control .components-base-control__label { - display: block; +.block-editor-format-toolbar__image-popover .block-editor-format-toolbar__image-container-button { + height: 30px; + margin-bottom: 8px; + margin-right: 8px; } .block-editor-format-toolbar__link-container-content { @@ -15309,13 +15363,31 @@ body.is-fullscreen-mode .interface-interface-skeleton { bottom: auto; left: auto; right: 0; - width: 280px; color: #1e1e1e; + background: #fff; + width: 100vw; +} +@media (min-width: 782px) { + .interface-interface-skeleton__actions { + width: 280px; + } } .interface-interface-skeleton__actions:focus, .interface-interface-skeleton__actions:focus-within { top: auto; bottom: 0; } +.is-entity-save-view-open .interface-interface-skeleton__actions:focus, .is-entity-save-view-open .interface-interface-skeleton__actions:focus-within { + top: 46px; +} +@media (min-width: 782px) { + .is-entity-save-view-open .interface-interface-skeleton__actions:focus, .is-entity-save-view-open .interface-interface-skeleton__actions:focus-within { + border-left: 1px solid #ddd; + top: 32px; + } + .is-fullscreen-mode .is-entity-save-view-open .interface-interface-skeleton__actions:focus, .is-fullscreen-mode .is-entity-save-view-open .interface-interface-skeleton__actions:focus-within { + top: 0; + } +} .interface-more-menu-dropdown { margin-left: -4px; @@ -15407,8 +15479,15 @@ body.is-fullscreen-mode .interface-interface-skeleton { box-shadow: none; font-weight: 500; } +.interface-preferences__tabs .components-tab-panel__tabs .components-tab-panel__tabs-item.is-active::after { + content: none; +} .interface-preferences__tabs .components-tab-panel__tabs .components-tab-panel__tabs-item:focus:not(:disabled) { box-shadow: inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color); + outline: 2px solid transparent; +} +.interface-preferences__tabs .components-tab-panel__tabs .components-tab-panel__tabs-item:focus-visible::before { + content: none; } .interface-preferences__tabs .components-tab-panel__tab-content { padding-left: 24px; @@ -15899,8 +15978,6 @@ body.is-fullscreen-mode .interface-interface-skeleton { .edit-post-template-top-area__popover .components-popover__content { min-width: 280px; -} -.edit-post-template-top-area__popover .components-popover__content > div { padding: 0; } .edit-post-template-top-area__popover .edit-site-template-details__group { @@ -16117,6 +16194,10 @@ body.is-fullscreen-mode .edit-post-layout .components-editor-notices__snackbar { bottom: 0; } +.edit-post-layout .entities-saved-states__panel-header { + height: 61px; +} + .edit-post-block-manager__no-results { font-style: italic; padding: 24px 0; @@ -16330,12 +16411,14 @@ body.is-fullscreen-mode .edit-post-layout .components-editor-notices__snackbar { .edit-post-editor__document-overview-panel-header li:only-child { width: 100%; } +.edit-post-editor__document-overview-panel-header.components-panel__header.edit-post-sidebar__panel-tabs .components-button.has-icon { + display: flex; +} .edit-post-editor__list-view-panel-content, .edit-post-editor__list-view-container > .document-outline, .edit-post-editor__list-view-empty-headings { - overflow-x: hidden; - overflow-y: auto; + overflow: auto; height: 100%; padding: 8px 6px; } @@ -16548,6 +16631,7 @@ body.is-fullscreen-mode .edit-post-layout .components-editor-notices__snackbar { .components-button.edit-post-sidebar__panel-tab:focus:not(:disabled) { position: relative; box-shadow: none; + outline: none; } .components-button.edit-post-sidebar__panel-tab::after { content: ""; @@ -16569,6 +16653,8 @@ body.is-fullscreen-mode .edit-post-layout .components-editor-notices__snackbar { } .components-button.edit-post-sidebar__panel-tab.is-active::after { height: calc(1 * var(--wp-admin-border-width-focus)); + outline: 2px solid transparent; + outline-offset: -1px; } .components-button.edit-post-sidebar__panel-tab::before { content: ""; @@ -16590,6 +16676,7 @@ body.is-fullscreen-mode .edit-post-layout .components-editor-notices__snackbar { } .components-button.edit-post-sidebar__panel-tab:focus-visible::before { box-shadow: 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color); + outline: 2px solid transparent; } h2.edit-post-template-summary__title { @@ -17014,12 +17101,20 @@ body.admin-color-sunrise { } } +@supports (scrollbar-gutter: stable) { + .interface-interface-skeleton__header .edit-post-header { + scrollbar-gutter: stable; + overflow: hidden; + } +} + .interface-interface-skeleton__sidebar { border-left: none; } @media (min-width: 782px) { .is-sidebar-opened .interface-interface-skeleton__sidebar { border-left: 1px solid #e0e0e0; + overflow: hidden scroll; } } diff --git a/build-browser/isolated-block-editor.css b/build-browser/isolated-block-editor.css index a4ef83c55..747b6fbf2 100644 --- a/build-browser/isolated-block-editor.css +++ b/build-browser/isolated-block-editor.css @@ -3,5 +3,5 @@ html.interface-interface-skeleton__html-container{position:unset !important}.com .iso-editor .editor-error-boundary{margin-bottom:60px;box-shadow:none;border:none}.iso-editor .block-editor-writing-flow{padding:10px 0}.iso-editor .block-editor-writing-flow ul{list-style-type:disc}.iso-editor .block-editor-writing-flow [data-type="core/list"] li{margin-left:20px}.iso-editor .wp-block{max-width:none;margin-left:auto;margin-right:auto}.iso-editor .wp-block[data-align=wide]{max-width:1100px}.iso-editor .wp-block[data-align=full]{max-width:none}.iso-editor img{max-width:100%;height:auto}.iso-editor iframe{width:100%}.iso-editor .components-navigate-regions{height:100%}.iso-editor .block-editor-block-list__layout:first-of-type .block-editor-default-block-appender{margin-left:0}.iso-editor .block-editor-block-list__layout:first-of-type .block-editor-default-block-appender__content{margin-top:16px;margin-bottom:16px}.iso-editor .edit-post-text-editor{padding-top:0}.iso-editor .edit-post-text-editor__body{max-width:none;margin-top:32px;margin-bottom:32px;padding-top:0}.iso-editor .edit-post-text-editor__body textarea{padding:15px}.iso-editor .components-resizable-box__handle::before{box-sizing:border-box}.iso-editor .components-popover__content button:focus,.iso-editor .components-popover__content button:hover{text-decoration:none}.iso-editor .components-popover__content button:not(.is-active){font-weight:normal;text-transform:none;font-family:Arial}.iso-editor .components-popover__content button:not(.is-active):active,.iso-editor .components-popover__content button:not(.is-active):focus,.iso-editor .components-popover__content button:not(.is-active):hover{background-color:transparent;background-image:none}.iso-editor .block-editor-block-navigation__container .is-selected button:active,.iso-editor .block-editor-block-navigation__container .is-selected button:focus,.iso-editor .block-editor-block-navigation__container .is-selected button:hover{background-color:#1e1e1e}.iso-editor .components-popover__content h1:before,.iso-editor .components-popover__content h2:before{content:none;display:unset;height:unset;margin:unset;width:unset;background:unset}.iso-editor .components-popover__content .block-editor-inserter__menu .components-tab-panel__tab-content button{font-size:16px}.iso-editor .block-editor-default-block-appender textarea{border:none !important;border-radius:unset !important;box-shadow:none !important} .iso-editor .edit-post-layout.interface-interface-skeleton{position:static;top:auto;left:auto}.iso-editor .interface-interface-skeleton__editor,.iso-editor .interface-interface-skeleton__content{width:100%}.iso-editor .is-mode__text .edit-post-text-editor__body{margin-left:0;margin-right:0;margin-bottom:0;padding:16px 24px 96px}.iso-editor .block-editor-writing-flow{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;font-size:16px;line-height:1.8}.iso-editor .block-editor-writing-flow .block-editor-block-list__layout .wp-block:first-child[data-type="core/paragraph"]{padding-top:0}.iso-editor .block-editor-writing-flow .block-list-appender .wp-block{padding-top:0 !important}.iso-editor .block-editor-block-list__layout.is-root-container{padding-left:14px;padding-right:14px}@media(min-width: 600px){.iso-editor .block-editor-block-list__layout.is-root-container{padding-left:36px;padding-right:36px}}.iso-editor .block-editor-link-control__settings{border-left:none;border-right:none;border-bottom:none}.iso-editor a[href="edit.php?post_type=wp_block"]{display:none}.iso-editor .is-fullscreen-mode .block-editor-block-list__layout>div:first-child>.block-list-appender:first-child .wp-block,.iso-editor .is-fullscreen-mode .block-editor-block-list__layout>.block-list-appender:first-child .wp-block{margin:0 auto !important}.iso-editor .edit-post-visual-editor{background-color:#fff} @media(min-width: 280px){.edit-post-header{flex-wrap:nowrap}}.edit-post-header__settings{display:inline-flex;align-items:center}.edit-post-header__settings button.components-button.has-icon{margin-right:0} -.table-of-contents__popover.components-popover .components-popover__content{min-width:380px}.components-popover.table-of-contents__popover{z-index:99998}.table-of-contents__popover .components-popover__content{padding:16px}@media(min-width: 600px){.table-of-contents__popover .components-popover__content{max-height:calc(100vh - 120px);overflow-y:auto}}.table-of-contents__popover hr{margin:10px -16px 0}.table-of-contents__wrapper:focus::before{content:"";display:block;position:absolute;top:0;right:0;bottom:0;left:0;box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);pointer-events:none}.table-of-contents__counts{display:flex;flex-wrap:wrap;margin:0;margin-top:-8px}.table-of-contents__count{flex-basis:33%;display:flex;flex-direction:column;font-size:13px;color:#1e1e1e;padding-right:8px;margin-bottom:0;margin-top:8px}.table-of-contents__count:nth-child(4n){padding-right:0}.table-of-contents__number,.table-of-contents__popover .word-count{font-size:21px;font-weight:400;line-height:30px;color:#1e1e1e}.table-of-contents__title{display:block;margin-top:20px;font-size:15px;font-weight:600} +.block-editor-block-navigation__popover .components-popover__content{padding:0}.block-editor-block-navigation__popover .edit-post-editor__document-overview-panel .edit-post-sidebar__panel-tabs{flex-direction:row}.block-editor-block-navigation__popover .edit-post-editor__list-view-container{max-height:600px} .iso-editor .popover-slot .iso-inspector ul:not(.editor-post-taxonomies__flat-term-most-used-list) li{margin:0}.iso-editor .popover-slot .block-editor-inserter__menu{min-width:300px;max-height:55vh} diff --git a/build-browser/isolated-block-editor.js b/build-browser/isolated-block-editor.js index 990526070..41b333e39 100644 --- a/build-browser/isolated-block-editor.js +++ b/build-browser/isolated-block-editor.js @@ -1,9 +1,9 @@ /*! For license information please see isolated-block-editor.js.LICENSE.txt */ -(()=>{var e={6996:(e,t)=>{var n;!function(){"use strict";var r={}.hasOwnProperty;function o(){for(var e=[],t=0;t{e.exports=function(e){return e&&"__experimental"in e&&!1!==e.__experimental}},1893:(e,t)=>{var n;!function(){"use strict";var r=function(){function e(){}function t(e,t){for(var n=t.length,r=0;r{var n;!function(){"use strict";var r={}.hasOwnProperty;function o(){for(var e=[],t=0;t{var n;!function(){"use strict";var r={}.hasOwnProperty;function o(){for(var e=[],t=0;t{var n;!function(){"use strict";var r={}.hasOwnProperty;function o(){for(var e=[],t=0;t{var n;!function(){"use strict";var r={}.hasOwnProperty;function o(){for(var e=[],t=0;t{var n;!function(){"use strict";var r={}.hasOwnProperty;function o(){for(var e=[],t=0;t-1},get:function(e){return r[n.indexOf(e)]},set:function(e,t){-1===n.indexOf(e)&&(n.push(e),r.push(t))},delete:function(e){var t=n.indexOf(e);t>-1&&(n.splice(t,1),r.splice(t,1))}}),a=function(e){return new Event(e,{bubbles:!0})};try{new Event("test")}catch(e){a=function(e){var t=document.createEvent("Event");return t.initEvent(e,!0,!1),t}}function i(e){if(e&&e.nodeName&&"TEXTAREA"===e.nodeName&&!o.has(e)){var t=null,n=null,r=null,i=function(){e.clientWidth!==n&&m()},l=function(t){window.removeEventListener("resize",i,!1),e.removeEventListener("input",m,!1),e.removeEventListener("keyup",m,!1),e.removeEventListener("autosize:destroy",l,!1),e.removeEventListener("autosize:update",m,!1),Object.keys(t).forEach((function(n){e.style[n]=t[n]})),o.delete(e)}.bind(e,{height:e.style.height,resize:e.style.resize,overflowY:e.style.overflowY,overflowX:e.style.overflowX,wordWrap:e.style.wordWrap});e.addEventListener("autosize:destroy",l,!1),"onpropertychange"in e&&"oninput"in e&&e.addEventListener("keyup",m,!1),window.addEventListener("resize",i,!1),e.addEventListener("input",m,!1),e.addEventListener("autosize:update",m,!1),e.style.overflowX="hidden",e.style.wordWrap="break-word",o.set(e,{destroy:l,update:m}),s()}function s(){var n=window.getComputedStyle(e,null);"vertical"===n.resize?e.style.resize="none":"both"===n.resize&&(e.style.resize="horizontal"),t="content-box"===n.boxSizing?-(parseFloat(n.paddingTop)+parseFloat(n.paddingBottom)):parseFloat(n.borderTopWidth)+parseFloat(n.borderBottomWidth),isNaN(t)&&(t=0),m()}function c(t){var n=e.style.width;e.style.width="0px",e.offsetWidth,e.style.width=n,e.style.overflowY=t}function u(e){for(var t=[];e&&e.parentNode&&e.parentNode instanceof Element;)e.parentNode.scrollTop&&t.push({node:e.parentNode,scrollTop:e.parentNode.scrollTop}),e=e.parentNode;return t}function d(){if(0!==e.scrollHeight){var r=u(e),o=document.documentElement&&document.documentElement.scrollTop;e.style.height="",e.style.height=e.scrollHeight+t+"px",n=e.clientWidth,r.forEach((function(e){e.node.scrollTop=e.scrollTop})),o&&(document.documentElement.scrollTop=o)}}function m(){d();var t=Math.round(parseFloat(e.style.height)),n=window.getComputedStyle(e,null),o="content-box"===n.boxSizing?Math.round(parseFloat(n.height)):e.offsetHeight;if(o{var n;!function(){"use strict";var r={}.hasOwnProperty;function o(){for(var e=[],t=0;t0&&void 0!==arguments[0]?arguments[0]:{};this.action=e.action,this.container=e.container,this.emitter=e.emitter,this.target=e.target,this.text=e.text,this.trigger=e.trigger,this.selectedText=""}},{key:"initSelection",value:function(){this.text?this.selectFake():this.target&&this.selectTarget()}},{key:"createFakeElement",value:function(){var e="rtl"===document.documentElement.getAttribute("dir");this.fakeElem=document.createElement("textarea"),this.fakeElem.style.fontSize="12pt",this.fakeElem.style.border="0",this.fakeElem.style.padding="0",this.fakeElem.style.margin="0",this.fakeElem.style.position="absolute",this.fakeElem.style[e?"right":"left"]="-9999px";var t=window.pageYOffset||document.documentElement.scrollTop;return this.fakeElem.style.top="".concat(t,"px"),this.fakeElem.setAttribute("readonly",""),this.fakeElem.value=this.text,this.fakeElem}},{key:"selectFake",value:function(){var e=this,t=this.createFakeElement();this.fakeHandlerCallback=function(){return e.removeFake()},this.fakeHandler=this.container.addEventListener("click",this.fakeHandlerCallback)||!0,this.container.appendChild(t),this.selectedText=s()(t),this.copyText(),this.removeFake()}},{key:"removeFake",value:function(){this.fakeHandler&&(this.container.removeEventListener("click",this.fakeHandlerCallback),this.fakeHandler=null,this.fakeHandlerCallback=null),this.fakeElem&&(this.container.removeChild(this.fakeElem),this.fakeElem=null)}},{key:"selectTarget",value:function(){this.selectedText=s()(this.target),this.copyText()}},{key:"copyText",value:function(){var e;try{e=document.execCommand(this.action)}catch(t){e=!1}this.handleResult(e)}},{key:"handleResult",value:function(e){this.emitter.emit(e?"success":"error",{action:this.action,text:this.selectedText,trigger:this.trigger,clearSelection:this.clearSelection.bind(this)})}},{key:"clearSelection",value:function(){this.trigger&&this.trigger.focus(),document.activeElement.blur(),window.getSelection().removeAllRanges()}},{key:"destroy",value:function(){this.removeFake()}},{key:"action",set:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"copy";if(this._action=e,"copy"!==this._action&&"cut"!==this._action)throw new Error('Invalid "action" value, use either "copy" or "cut"')},get:function(){return this._action}},{key:"target",set:function(e){if(void 0!==e){if(!e||"object"!==c(e)||1!==e.nodeType)throw new Error('Invalid "target" value, use a valid Element');if("copy"===this.action&&e.hasAttribute("disabled"))throw new Error('Invalid "target" attribute. Please use "readonly" instead of "disabled" attribute');if("cut"===this.action&&(e.hasAttribute("readonly")||e.hasAttribute("disabled")))throw new Error('Invalid "target" attribute. You can\'t cut text from elements with "readonly" or "disabled" attributes');this._target=e}},get:function(){return this._target}}],n&&u(t.prototype,n),r&&u(t,r),e}(),m=d;function p(e){return p="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},p(e)}function f(e,t){for(var n=0;n0&&void 0!==arguments[0]?arguments[0]:{};this.action="function"==typeof e.action?e.action:this.defaultAction,this.target="function"==typeof e.target?e.target:this.defaultTarget,this.text="function"==typeof e.text?e.text:this.defaultText,this.container="object"===p(e.container)?e.container:document.body}},{key:"listenClick",value:function(e){var t=this;this.listener=i()(e,"click",(function(e){return t.onClick(e)}))}},{key:"onClick",value:function(e){var t=e.delegateTarget||e.currentTarget;this.clipboardAction&&(this.clipboardAction=null),this.clipboardAction=new m({action:this.action(t),target:this.target(t),text:this.text(t),container:this.container,trigger:t,emitter:this})}},{key:"defaultAction",value:function(e){return y("action",e)}},{key:"defaultTarget",value:function(e){var t=y("target",e);if(t)return document.querySelector(t)}},{key:"defaultText",value:function(e){return y("text",e)}},{key:"destroy",value:function(){this.listener.destroy(),this.clipboardAction&&(this.clipboardAction.destroy(),this.clipboardAction=null)}}],r=[{key:"isSupported",value:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:["copy","cut"],t="string"==typeof e?[e]:e,n=!!document.queryCommandSupported;return t.forEach((function(e){n=n&&!!document.queryCommandSupported(e)})),n}}],n&&f(t.prototype,n),r&&f(t,r),a}(o()),M=_},828:function(e){if("undefined"!=typeof Element&&!Element.prototype.matches){var t=Element.prototype;t.matches=t.matchesSelector||t.mozMatchesSelector||t.msMatchesSelector||t.oMatchesSelector||t.webkitMatchesSelector}e.exports=function(e,t){for(;e&&9!==e.nodeType;){if("function"==typeof e.matches&&e.matches(t))return e;e=e.parentNode}}},438:function(e,t,n){var r=n(828);function o(e,t,n,r,o){var i=a.apply(this,arguments);return e.addEventListener(n,i,o),{destroy:function(){e.removeEventListener(n,i,o)}}}function a(e,t,n,o){return function(n){n.delegateTarget=r(n.target,t),n.delegateTarget&&o.call(e,n)}}e.exports=function(e,t,n,r,a){return"function"==typeof e.addEventListener?o.apply(null,arguments):"function"==typeof n?o.bind(null,document).apply(null,arguments):("string"==typeof e&&(e=document.querySelectorAll(e)),Array.prototype.map.call(e,(function(e){return o(e,t,n,r,a)})))}},879:function(e,t){t.node=function(e){return void 0!==e&&e instanceof HTMLElement&&1===e.nodeType},t.nodeList=function(e){var n=Object.prototype.toString.call(e);return void 0!==e&&("[object NodeList]"===n||"[object HTMLCollection]"===n)&&"length"in e&&(0===e.length||t.node(e[0]))},t.string=function(e){return"string"==typeof e||e instanceof String},t.fn=function(e){return"[object Function]"===Object.prototype.toString.call(e)}},370:function(e,t,n){var r=n(879),o=n(438);e.exports=function(e,t,n){if(!e&&!t&&!n)throw new Error("Missing required arguments");if(!r.string(t))throw new TypeError("Second argument must be a String");if(!r.fn(n))throw new TypeError("Third argument must be a Function");if(r.node(e))return function(e,t,n){return e.addEventListener(t,n),{destroy:function(){e.removeEventListener(t,n)}}}(e,t,n);if(r.nodeList(e))return function(e,t,n){return Array.prototype.forEach.call(e,(function(e){e.addEventListener(t,n)})),{destroy:function(){Array.prototype.forEach.call(e,(function(e){e.removeEventListener(t,n)}))}}}(e,t,n);if(r.string(e))return function(e,t,n){return o(document.body,e,t,n)}(e,t,n);throw new TypeError("First argument must be a String, HTMLElement, HTMLCollection, or NodeList")}},817:function(e){e.exports=function(e){var t;if("SELECT"===e.nodeName)e.focus(),t=e.value;else if("INPUT"===e.nodeName||"TEXTAREA"===e.nodeName){var n=e.hasAttribute("readonly");n||e.setAttribute("readonly",""),e.select(),e.setSelectionRange(0,e.value.length),n||e.removeAttribute("readonly"),t=e.value}else{e.hasAttribute("contenteditable")&&e.focus();var r=window.getSelection(),o=document.createRange();o.selectNodeContents(e),r.removeAllRanges(),r.addRange(o),t=r.toString()}return t}},279:function(e){function t(){}t.prototype={on:function(e,t,n){var r=this.e||(this.e={});return(r[e]||(r[e]=[])).push({fn:t,ctx:n}),this},once:function(e,t,n){var r=this;function o(){r.off(e,o),t.apply(n,arguments)}return o._=t,this.on(e,o,n)},emit:function(e){for(var t=[].slice.call(arguments,1),n=((this.e||(this.e={}))[e]||[]).slice(),r=0,o=n.length;r{e.exports=function(e,t,n){return((n=window.getComputedStyle)?n(e):e.currentStyle)[t.replace(/-(\w)/gi,(function(e,t){return t.toUpperCase()}))]}},9435:e=>{var t=1e3,n=60*t,r=60*n,o=24*r,a=7*o,i=365.25*o;function l(e,t,n,r){var o=t>=1.5*n;return Math.round(e/n)+" "+r+(o?"s":"")}e.exports=function(e,s){s=s||{};var c=typeof e;if("string"===c&&e.length>0)return function(e){if((e=String(e)).length>100)return;var l=/^(-?(?:\d+)?\.?\d+) *(milliseconds?|msecs?|ms|seconds?|secs?|s|minutes?|mins?|m|hours?|hrs?|h|days?|d|weeks?|w|years?|yrs?|y)?$/i.exec(e);if(!l)return;var s=parseFloat(l[1]);switch((l[2]||"ms").toLowerCase()){case"years":case"year":case"yrs":case"yr":case"y":return s*i;case"weeks":case"week":case"w":return s*a;case"days":case"day":case"d":return s*o;case"hours":case"hour":case"hrs":case"hr":case"h":return s*r;case"minutes":case"minute":case"mins":case"min":case"m":return s*n;case"seconds":case"second":case"secs":case"sec":case"s":return s*t;case"milliseconds":case"millisecond":case"msecs":case"msec":case"ms":return s;default:return}}(e);if("number"===c&&isFinite(e))return s.long?function(e){var a=Math.abs(e);if(a>=o)return l(e,a,o,"day");if(a>=r)return l(e,a,r,"hour");if(a>=n)return l(e,a,n,"minute");if(a>=t)return l(e,a,t,"second");return e+" ms"}(e):function(e){var a=Math.abs(e);if(a>=o)return Math.round(e/o)+"d";if(a>=r)return Math.round(e/r)+"h";if(a>=n)return Math.round(e/n)+"m";if(a>=t)return Math.round(e/t)+"s";return e+"ms"}(e);throw new Error("val is not a non-empty string or a valid number. val="+JSON.stringify(e))}},1227:(e,t,n)=>{t.formatArgs=function(t){if(t[0]=(this.useColors?"%c":"")+this.namespace+(this.useColors?" %c":" ")+t[0]+(this.useColors?"%c ":" ")+"+"+e.exports.humanize(this.diff),!this.useColors)return;const n="color: "+this.color;t.splice(1,0,n,"color: inherit");let r=0,o=0;t[0].replace(/%[a-zA-Z%]/g,(e=>{"%%"!==e&&(r++,"%c"===e&&(o=r))})),t.splice(o,0,n)},t.save=function(e){try{e?t.storage.setItem("debug",e):t.storage.removeItem("debug")}catch(e){}},t.load=function(){let e;try{e=t.storage.getItem("debug")}catch(e){}!e&&"undefined"!=typeof process&&"env"in process&&(e={NODE_ENV:"production"}.DEBUG);return e},t.useColors=function(){if("undefined"!=typeof window&&window.process&&("renderer"===window.process.type||window.process.__nwjs))return!0;if("undefined"!=typeof navigator&&navigator.userAgent&&navigator.userAgent.toLowerCase().match(/(edge|trident)\/(\d+)/))return!1;return"undefined"!=typeof document&&document.documentElement&&document.documentElement.style&&document.documentElement.style.WebkitAppearance||"undefined"!=typeof window&&window.console&&(window.console.firebug||window.console.exception&&window.console.table)||"undefined"!=typeof navigator&&navigator.userAgent&&navigator.userAgent.toLowerCase().match(/firefox\/(\d+)/)&&parseInt(RegExp.$1,10)>=31||"undefined"!=typeof navigator&&navigator.userAgent&&navigator.userAgent.toLowerCase().match(/applewebkit\/(\d+)/)},t.storage=function(){try{return localStorage}catch(e){}}(),t.destroy=(()=>{let e=!1;return()=>{e||(e=!0,console.warn("Instance method `debug.destroy()` is deprecated and no longer does anything. It will be removed in the next major version of `debug`."))}})(),t.colors=["#0000CC","#0000FF","#0033CC","#0033FF","#0066CC","#0066FF","#0099CC","#0099FF","#00CC00","#00CC33","#00CC66","#00CC99","#00CCCC","#00CCFF","#3300CC","#3300FF","#3333CC","#3333FF","#3366CC","#3366FF","#3399CC","#3399FF","#33CC00","#33CC33","#33CC66","#33CC99","#33CCCC","#33CCFF","#6600CC","#6600FF","#6633CC","#6633FF","#66CC00","#66CC33","#9900CC","#9900FF","#9933CC","#9933FF","#99CC00","#99CC33","#CC0000","#CC0033","#CC0066","#CC0099","#CC00CC","#CC00FF","#CC3300","#CC3333","#CC3366","#CC3399","#CC33CC","#CC33FF","#CC6600","#CC6633","#CC9900","#CC9933","#CCCC00","#CCCC33","#FF0000","#FF0033","#FF0066","#FF0099","#FF00CC","#FF00FF","#FF3300","#FF3333","#FF3366","#FF3399","#FF33CC","#FF33FF","#FF6600","#FF6633","#FF9900","#FF9933","#FFCC00","#FFCC33"],t.log=console.debug||console.log||(()=>{}),e.exports=n(2447)(t);const{formatters:r}=e.exports;r.j=function(e){try{return JSON.stringify(e)}catch(e){return"[UnexpectedJSONParseError]: "+e.message}}},2447:(e,t,n)=>{e.exports=function(e){function t(e){let n,o,a,i=null;function l(...e){if(!l.enabled)return;const r=l,o=Number(new Date),a=o-(n||o);r.diff=a,r.prev=n,r.curr=o,n=o,e[0]=t.coerce(e[0]),"string"!=typeof e[0]&&e.unshift("%O");let i=0;e[0]=e[0].replace(/%([a-zA-Z%])/g,((n,o)=>{if("%%"===n)return"%";i++;const a=t.formatters[o];if("function"==typeof a){const t=e[i];n=a.call(r,t),e.splice(i,1),i--}return n})),t.formatArgs.call(r,e);(r.log||t.log).apply(r,e)}return l.namespace=e,l.useColors=t.useColors(),l.color=t.selectColor(e),l.extend=r,l.destroy=t.destroy,Object.defineProperty(l,"enabled",{enumerable:!0,configurable:!1,get:()=>null!==i?i:(o!==t.namespaces&&(o=t.namespaces,a=t.enabled(e)),a),set:e=>{i=e}}),"function"==typeof t.init&&t.init(l),l}function r(e,n){const r=t(this.namespace+(void 0===n?":":n)+e);return r.log=this.log,r}function o(e){return e.toString().substring(2,e.toString().length-2).replace(/\.\*\?$/,"*")}return t.debug=t,t.default=t,t.coerce=function(e){if(e instanceof Error)return e.stack||e.message;return e},t.disable=function(){const e=[...t.names.map(o),...t.skips.map(o).map((e=>"-"+e))].join(",");return t.enable(""),e},t.enable=function(e){let n;t.save(e),t.namespaces=e,t.names=[],t.skips=[];const r=("string"==typeof e?e:"").split(/[\s,]+/),o=r.length;for(n=0;n{t[n]=e[n]})),t.names=[],t.skips=[],t.formatters={},t.selectColor=function(e){let n=0;for(let t=0;t{"use strict";function n(){}function r(e,t,n,r,o){for(var a=0,i=t.length,l=0,s=0;ae.length?n:e})),c.value=e.join(d)}else c.value=e.join(n.slice(l,l+c.count));l+=c.count,c.added||(s+=c.count)}}var m=t[i-1];return i>1&&"string"==typeof m.value&&(m.added||m.removed)&&e.equals("",m.value)&&(t[i-2].value+=m.value,t.pop()),t}function o(e){return{newPos:e.newPos,components:e.components.slice(0)}}Object.defineProperty(t,"__esModule",{value:!0}),t.default=n,n.prototype={diff:function(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},a=n.callback;"function"==typeof n&&(a=n,n={}),this.options=n;var i=this;function l(e){return a?(setTimeout((function(){a(void 0,e)}),0),!0):e}e=this.castInput(e),t=this.castInput(t),e=this.removeEmpty(this.tokenize(e));var s=(t=this.removeEmpty(this.tokenize(t))).length,c=e.length,u=1,d=s+c,m=[{newPos:-1,components:[]}],p=this.extractCommon(m[0],t,e,0);if(m[0].newPos+1>=s&&p+1>=c)return l([{value:this.join(t),count:t.length}]);function f(){for(var n=-1*u;n<=u;n+=2){var a=void 0,d=m[n-1],p=m[n+1],f=(p?p.newPos:0)-n;d&&(m[n-1]=void 0);var h=d&&d.newPos+1=s&&f+1>=c)return l(r(i,a.components,t,e,i.useLongestToken));m[n]=a}else m[n]=void 0}u++}if(a)!function e(){setTimeout((function(){if(u>d)return a();f()||e()}),0)}();else for(;u<=d;){var h=f();if(h)return h}},pushComponent:function(e,t,n){var r=e[e.length-1];r&&r.added===t&&r.removed===n?e[e.length-1]={count:r.count+1,added:t,removed:n}:e.push({count:1,added:t,removed:n})},extractCommon:function(e,t,n,r){for(var o=t.length,a=n.length,i=e.newPos,l=i-r,s=0;i+1{"use strict";var r;t.Kx=function(e,t,n){return o.diff(e,t,n)};var o=new(((r=n(5913))&&r.__esModule?r:{default:r}).default)},9010:(e,t,n)=>{"use strict";var r=n(4657);e.exports=function(e,t,n){n=n||{},9===t.nodeType&&(t=r.getWindow(t));var o=n.allowHorizontalScroll,a=n.onlyScrollIfNeeded,i=n.alignWithTop,l=n.alignWithLeft,s=n.offsetTop||0,c=n.offsetLeft||0,u=n.offsetBottom||0,d=n.offsetRight||0;o=void 0===o||o;var m=r.isWindow(t),p=r.offset(e),f=r.outerHeight(e),h=r.outerWidth(e),g=void 0,b=void 0,v=void 0,y=void 0,_=void 0,M=void 0,k=void 0,w=void 0,E=void 0,x=void 0;m?(k=t,x=r.height(k),E=r.width(k),w={left:r.scrollLeft(k),top:r.scrollTop(k)},_={left:p.left-w.left-c,top:p.top-w.top-s},M={left:p.left+h-(w.left+E)+d,top:p.top+f-(w.top+x)+u},y=w):(g=r.offset(t),b=t.clientHeight,v=t.clientWidth,y={left:t.scrollLeft,top:t.scrollTop},_={left:p.left-(g.left+(parseFloat(r.css(t,"borderLeftWidth"))||0))-c,top:p.top-(g.top+(parseFloat(r.css(t,"borderTopWidth"))||0))-s},M={left:p.left+h-(g.left+v+(parseFloat(r.css(t,"borderRightWidth"))||0))+d,top:p.top+f-(g.top+b+(parseFloat(r.css(t,"borderBottomWidth"))||0))+u}),_.top<0||M.top>0?!0===i?r.scrollTop(t,y.top+_.top):!1===i?r.scrollTop(t,y.top+M.top):_.top<0?r.scrollTop(t,y.top+_.top):r.scrollTop(t,y.top+M.top):a||((i=void 0===i||!!i)?r.scrollTop(t,y.top+_.top):r.scrollTop(t,y.top+M.top)),o&&(_.left<0||M.left>0?!0===l?r.scrollLeft(t,y.left+_.left):!1===l?r.scrollLeft(t,y.left+M.left):_.left<0?r.scrollLeft(t,y.left+_.left):r.scrollLeft(t,y.left+M.left):a||((l=void 0===l||!!l)?r.scrollLeft(t,y.left+_.left):r.scrollLeft(t,y.left+M.left)))}},4979:(e,t,n)=>{"use strict";e.exports=n(9010)},4657:e=>{"use strict";var t=Object.assign||function(e){for(var t=1;t{"use strict";function t(e){return t="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},t(e)}function n(e,t){for(var n=0;n1&&void 0!==arguments[1]?arguments[1]:this;this._map.forEach((function(o,a){null!==a&&"object"===t(a)&&(o=o[1]),e.call(r,o,a,n)}))}},{key:"clear",value:function(){this._map=new Map,this._arrayTreeMap=new Map,this._objectTreeMap=new Map}},{key:"size",get:function(){return this._map.size}}],a&&n(o.prototype,a),i&&n(o,i),e}();e.exports=o},2991:e=>{"use strict";e.exports=function e(t,n){if(t===n)return!0;if(t&&n&&"object"==typeof t&&"object"==typeof n){if(t.constructor!==n.constructor)return!1;var r,o,a;if(Array.isArray(t)){if((r=t.length)!=n.length)return!1;for(o=r;0!=o--;)if(!e(t[o],n[o]))return!1;return!0}if(t instanceof Map&&n instanceof Map){if(t.size!==n.size)return!1;for(o of t.entries())if(!n.has(o[0]))return!1;for(o of t.entries())if(!e(o[1],n.get(o[0])))return!1;return!0}if(t instanceof Set&&n instanceof Set){if(t.size!==n.size)return!1;for(o of t.entries())if(!n.has(o[0]))return!1;return!0}if(ArrayBuffer.isView(t)&&ArrayBuffer.isView(n)){if((r=t.length)!=n.length)return!1;for(o=r;0!=o--;)if(t[o]!==n[o])return!1;return!0}if(t.constructor===RegExp)return t.source===n.source&&t.flags===n.flags;if(t.valueOf!==Object.prototype.valueOf)return t.valueOf()===n.valueOf();if(t.toString!==Object.prototype.toString)return t.toString()===n.toString();if((r=(a=Object.keys(t)).length)!==Object.keys(n).length)return!1;for(o=r;0!=o--;)if(!Object.prototype.hasOwnProperty.call(n,a[o]))return!1;for(o=r;0!=o--;){var i=a[o];if(!e(t[i],n[i]))return!1}return!0}return t!=t&&n!=n}},3316:e=>{function t(e,t,n,r){var o,a=null==(o=r)||"number"==typeof o||"boolean"==typeof o?r:n(r),i=t.get(a);return void 0===i&&(i=e.call(this,r),t.set(a,i)),i}function n(e,t,n){var r=Array.prototype.slice.call(arguments,3),o=n(r),a=t.get(o);return void 0===a&&(a=e.apply(this,r),t.set(o,a)),a}function r(e,t,n,r,o){return n.bind(t,e,r,o)}function o(e,o){return r(e,this,1===e.length?t:n,o.cache.create(),o.serializer)}function a(){return JSON.stringify(arguments)}function i(){this.cache=Object.create(null)}i.prototype.has=function(e){return e in this.cache},i.prototype.get=function(e){return this.cache[e]},i.prototype.set=function(e,t){this.cache[e]=t};var l={create:function(){return new i}};e.exports=function(e,t){var n=t&&t.cache?t.cache:l,r=t&&t.serializer?t.serializer:a;return(t&&t.strategy?t.strategy:o)(e,{cache:n,serializer:r})},e.exports.strategies={variadic:function(e,t){return r(e,this,n,t.cache.create(),t.serializer)},monadic:function(e,n){return r(e,this,t,n.cache.create(),n.serializer)}}},9948:(e,t)=>{var n={};n.parse=function(){var e=/^(\-(webkit|o|ms|moz)\-)?(linear\-gradient)/i,t=/^(\-(webkit|o|ms|moz)\-)?(repeating\-linear\-gradient)/i,n=/^(\-(webkit|o|ms|moz)\-)?(radial\-gradient)/i,r=/^(\-(webkit|o|ms|moz)\-)?(repeating\-radial\-gradient)/i,o=/^to (left (top|bottom)|right (top|bottom)|left|right|top|bottom)/i,a=/^(closest\-side|closest\-corner|farthest\-side|farthest\-corner|contain|cover)/,i=/^(left|center|right|top|bottom)/i,l=/^(-?(([0-9]*\.[0-9]+)|([0-9]+\.?)))px/,s=/^(-?(([0-9]*\.[0-9]+)|([0-9]+\.?)))\%/,c=/^(-?(([0-9]*\.[0-9]+)|([0-9]+\.?)))em/,u=/^(-?(([0-9]*\.[0-9]+)|([0-9]+\.?)))deg/,d=/^\(/,m=/^\)/,p=/^,/,f=/^\#([0-9a-fA-F]+)/,h=/^([a-zA-Z]+)/,g=/^rgb/i,b=/^rgba/i,v=/^(([0-9]*\.[0-9]+)|([0-9]+\.?))/,y="";function _(e){var t=new Error(y+": "+e);throw t.source=y,t}function M(){var e=T(k);return y.length>0&&_("Invalid input not EOF"),e}function k(){return w("linear-gradient",e,x)||w("repeating-linear-gradient",t,x)||w("radial-gradient",n,C)||w("repeating-radial-gradient",r,C)}function w(e,t,n){return E(t,(function(t){var r=n();return r&&(I(p)||_("Missing comma before color stops")),{type:e,orientation:r,colorStops:T(z)}}))}function E(e,t){var n=I(e);if(n)return I(d)||_("Missing ("),result=t(n),I(m)||_("Missing )"),result}function x(){return D("directional",o,1)||D("angular",u,1)}function C(){var e,t,n=L();return n&&((e=[]).push(n),t=y,I(p)&&((n=L())?e.push(n):y=t)),e}function L(){var e=function(){var e=D("shape",/^(circle)/i,0);e&&(e.style=B()||S());return e}()||function(){var e=D("shape",/^(ellipse)/i,0);e&&(e.style=O()||S());return e}();if(e)e.at=function(){if(D("position",/^at/,0)){var e=A();return e||_("Missing positioning value"),e}}();else{var t=A();t&&(e={type:"default-radial",at:t})}return e}function S(){return D("extent-keyword",a,1)}function A(){var e={x:O(),y:O()};if(e.x||e.y)return{type:"position",value:e}}function T(e){var t=e(),n=[];if(t)for(n.push(t);I(p);)(t=e())?n.push(t):_("One extra comma");return n}function z(){var e=D("hex",f,1)||E(b,(function(){return{type:"rgba",value:T(N)}}))||E(g,(function(){return{type:"rgb",value:T(N)}}))||D("literal",h,0);return e||_("Expected color definition"),e.length=O(),e}function N(){return I(v)[1]}function O(){return D("%",s,1)||D("position-keyword",i,1)||B()}function B(){return D("px",l,1)||D("em",c,1)}function D(e,t,n){var r=I(t);if(r)return{type:e,value:r[n]}}function I(e){var t,n;return(n=/^[\n\r\t\s]+/.exec(y))&&R(n[0].length),(t=e.exec(y))&&R(t[0].length),t}function R(e){y=y.substr(e)}return function(e){return y=e.toString(),M()}}(),t.parse=(n||{}).parse},6928:e=>{e.exports=function(e){var t={};function n(r){if(t[r])return t[r].exports;var o=t[r]={exports:{},id:r,loaded:!1};return e[r].call(o.exports,o,o.exports,n),o.loaded=!0,o.exports}return n.m=e,n.c=t,n.p="",n(0)}([function(e,t,n){e.exports=n(1)},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=n(2);Object.defineProperty(t,"combineChunks",{enumerable:!0,get:function(){return r.combineChunks}}),Object.defineProperty(t,"fillInChunks",{enumerable:!0,get:function(){return r.fillInChunks}}),Object.defineProperty(t,"findAll",{enumerable:!0,get:function(){return r.findAll}}),Object.defineProperty(t,"findChunks",{enumerable:!0,get:function(){return r.findChunks}})},function(e,t){"use strict";Object.defineProperty(t,"__esModule",{value:!0});t.findAll=function(e){var t=e.autoEscape,a=e.caseSensitive,i=void 0!==a&&a,l=e.findChunks,s=void 0===l?r:l,c=e.sanitize,u=e.searchWords,d=e.textToHighlight;return o({chunksToHighlight:n({chunks:s({autoEscape:t,caseSensitive:i,sanitize:c,searchWords:u,textToHighlight:d})}),totalLength:d?d.length:0})};var n=t.combineChunks=function(e){var t=e.chunks;return t=t.sort((function(e,t){return e.start-t.start})).reduce((function(e,t){if(0===e.length)return[t];var n=e.pop();if(t.start<=n.end){var r=Math.max(n.end,t.end);e.push({highlight:!1,start:n.start,end:r})}else e.push(n,t);return e}),[])},r=function(e){var t=e.autoEscape,n=e.caseSensitive,r=e.sanitize,o=void 0===r?a:r,i=e.searchWords,l=e.textToHighlight;return l=o(l),i.filter((function(e){return e})).reduce((function(e,r){r=o(r),t&&(r=r.replace(/[\-\[\]\/\{\}\(\)\*\+\?\.\\\^\$\|]/g,"\\$&"));for(var a=new RegExp(r,n?"g":"gi"),i=void 0;i=a.exec(l);){var s=i.index,c=a.lastIndex;c>s&&e.push({highlight:!1,start:s,end:c}),i.index===a.lastIndex&&a.lastIndex++}return e}),[])};t.findChunks=r;var o=t.fillInChunks=function(e){var t=e.chunksToHighlight,n=e.totalLength,r=[],o=function(e,t,n){t-e>0&&r.push({start:e,end:t,highlight:n})};if(0===t.length)o(0,n,!1);else{var a=0;t.forEach((function(e){o(a,e.start,!1),o(e.start,e.end,!0),a=e.end})),o(a,n,!1)}return r};function a(e){return e}}])},8679:(e,t,n)=>{"use strict";var r=n(1296),o={childContextTypes:!0,contextType:!0,contextTypes:!0,defaultProps:!0,displayName:!0,getDefaultProps:!0,getDerivedStateFromError:!0,getDerivedStateFromProps:!0,mixins:!0,propTypes:!0,type:!0},a={name:!0,length:!0,prototype:!0,caller:!0,callee:!0,arguments:!0,arity:!0},i={$$typeof:!0,compare:!0,defaultProps:!0,displayName:!0,propTypes:!0,type:!0},l={};function s(e){return r.isMemo(e)?i:l[e.$$typeof]||o}l[r.ForwardRef]={$$typeof:!0,render:!0,defaultProps:!0,displayName:!0,propTypes:!0},l[r.Memo]=i;var c=Object.defineProperty,u=Object.getOwnPropertyNames,d=Object.getOwnPropertySymbols,m=Object.getOwnPropertyDescriptor,p=Object.getPrototypeOf,f=Object.prototype;e.exports=function e(t,n,r){if("string"!=typeof n){if(f){var o=p(n);o&&o!==f&&e(t,o,r)}var i=u(n);d&&(i=i.concat(d(n)));for(var l=s(t),h=s(n),g=0;g{"use strict";var n="function"==typeof Symbol&&Symbol.for,r=n?Symbol.for("react.element"):60103,o=n?Symbol.for("react.portal"):60106,a=n?Symbol.for("react.fragment"):60107,i=n?Symbol.for("react.strict_mode"):60108,l=n?Symbol.for("react.profiler"):60114,s=n?Symbol.for("react.provider"):60109,c=n?Symbol.for("react.context"):60110,u=n?Symbol.for("react.async_mode"):60111,d=n?Symbol.for("react.concurrent_mode"):60111,m=n?Symbol.for("react.forward_ref"):60112,p=n?Symbol.for("react.suspense"):60113,f=n?Symbol.for("react.suspense_list"):60120,h=n?Symbol.for("react.memo"):60115,g=n?Symbol.for("react.lazy"):60116,b=n?Symbol.for("react.block"):60121,v=n?Symbol.for("react.fundamental"):60117,y=n?Symbol.for("react.responder"):60118,_=n?Symbol.for("react.scope"):60119;function M(e){if("object"==typeof e&&null!==e){var t=e.$$typeof;switch(t){case r:switch(e=e.type){case u:case d:case a:case l:case i:case p:return e;default:switch(e=e&&e.$$typeof){case c:case m:case g:case h:case s:return e;default:return t}}case o:return t}}}function k(e){return M(e)===d}t.AsyncMode=u,t.ConcurrentMode=d,t.ContextConsumer=c,t.ContextProvider=s,t.Element=r,t.ForwardRef=m,t.Fragment=a,t.Lazy=g,t.Memo=h,t.Portal=o,t.Profiler=l,t.StrictMode=i,t.Suspense=p,t.isAsyncMode=function(e){return k(e)||M(e)===u},t.isConcurrentMode=k,t.isContextConsumer=function(e){return M(e)===c},t.isContextProvider=function(e){return M(e)===s},t.isElement=function(e){return"object"==typeof e&&null!==e&&e.$$typeof===r},t.isForwardRef=function(e){return M(e)===m},t.isFragment=function(e){return M(e)===a},t.isLazy=function(e){return M(e)===g},t.isMemo=function(e){return M(e)===h},t.isPortal=function(e){return M(e)===o},t.isProfiler=function(e){return M(e)===l},t.isStrictMode=function(e){return M(e)===i},t.isSuspense=function(e){return M(e)===p},t.isValidElementType=function(e){return"string"==typeof e||"function"==typeof e||e===a||e===d||e===l||e===i||e===p||e===f||"object"==typeof e&&null!==e&&(e.$$typeof===g||e.$$typeof===h||e.$$typeof===s||e.$$typeof===c||e.$$typeof===m||e.$$typeof===v||e.$$typeof===y||e.$$typeof===_||e.$$typeof===b)},t.typeOf=M},1296:(e,t,n)=>{"use strict";e.exports=n(6103)},5717:e=>{"function"==typeof Object.create?e.exports=function(e,t){t&&(e.super_=t,e.prototype=Object.create(t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}))}:e.exports=function(e,t){if(t){e.super_=t;var n=function(){};n.prototype=t.prototype,e.prototype=new n,e.prototype.constructor=e}}},8303:(e,t,n)=>{var r=n(1934);e.exports=function(e){var t=r(e,"line-height"),n=parseFloat(t,10);if(t===n+""){var o=e.style.lineHeight;e.style.lineHeight=t+"em",t=r(e,"line-height"),n=parseFloat(t,10),o?e.style.lineHeight=o:delete e.style.lineHeight}if(-1!==t.indexOf("pt")?(n*=4,n/=3):-1!==t.indexOf("mm")?(n*=96,n/=25.4):-1!==t.indexOf("cm")?(n*=96,n/=2.54):-1!==t.indexOf("in")?n*=96:-1!==t.indexOf("pc")&&(n*=16),n=Math.round(n),"normal"===t){var a=e.nodeName,i=document.createElement(a);i.innerHTML=" ","TEXTAREA"===a.toUpperCase()&&i.setAttribute("rows","1");var l=r(e,"font-size");i.style.fontSize=l,i.style.padding="0px",i.style.border="0px";var s=document.body;s.appendChild(i),n=i.offsetHeight,s.removeChild(i)}return n}},6486:function(e,t,n){var r;e=n.nmd(e),function(){var o,a="Expected a function",i="__lodash_hash_undefined__",l="__lodash_placeholder__",s=16,c=32,u=64,d=128,m=256,p=1/0,f=9007199254740991,h=NaN,g=4294967295,b=[["ary",d],["bind",1],["bindKey",2],["curry",8],["curryRight",s],["flip",512],["partial",c],["partialRight",u],["rearg",m]],v="[object Arguments]",y="[object Array]",_="[object Boolean]",M="[object Date]",k="[object Error]",w="[object Function]",E="[object GeneratorFunction]",x="[object Map]",C="[object Number]",L="[object Object]",S="[object Promise]",A="[object RegExp]",T="[object Set]",z="[object String]",N="[object Symbol]",O="[object WeakMap]",B="[object ArrayBuffer]",D="[object DataView]",I="[object Float32Array]",R="[object Float64Array]",P="[object Int8Array]",H="[object Int16Array]",W="[object Int32Array]",Y="[object Uint8Array]",F="[object Uint8ClampedArray]",j="[object Uint16Array]",q="[object Uint32Array]",V=/\b__p \+= '';/g,U=/\b(__p \+=) '' \+/g,X=/(__e\(.*?\)|\b__t\)) \+\n'';/g,$=/&(?:amp|lt|gt|quot|#39);/g,G=/[&<>"']/g,K=RegExp($.source),J=RegExp(G.source),Z=/<%-([\s\S]+?)%>/g,Q=/<%([\s\S]+?)%>/g,ee=/<%=([\s\S]+?)%>/g,te=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,ne=/^\w*$/,re=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,oe=/[\\^$.*+?()[\]{}|]/g,ae=RegExp(oe.source),ie=/^\s+/,le=/\s/,se=/\{(?:\n\/\* \[wrapped with .+\] \*\/)?\n?/,ce=/\{\n\/\* \[wrapped with (.+)\] \*/,ue=/,? & /,de=/[^\x00-\x2f\x3a-\x40\x5b-\x60\x7b-\x7f]+/g,me=/[()=,{}\[\]\/\s]/,pe=/\\(\\)?/g,fe=/\$\{([^\\}]*(?:\\.[^\\}]*)*)\}/g,he=/\w*$/,ge=/^[-+]0x[0-9a-f]+$/i,be=/^0b[01]+$/i,ve=/^\[object .+?Constructor\]$/,ye=/^0o[0-7]+$/i,_e=/^(?:0|[1-9]\d*)$/,Me=/[\xc0-\xd6\xd8-\xf6\xf8-\xff\u0100-\u017f]/g,ke=/($^)/,we=/['\n\r\u2028\u2029\\]/g,Ee="\\u0300-\\u036f\\ufe20-\\ufe2f\\u20d0-\\u20ff",xe="\\u2700-\\u27bf",Ce="a-z\\xdf-\\xf6\\xf8-\\xff",Le="A-Z\\xc0-\\xd6\\xd8-\\xde",Se="\\ufe0e\\ufe0f",Ae="\\xac\\xb1\\xd7\\xf7\\x00-\\x2f\\x3a-\\x40\\x5b-\\x60\\x7b-\\xbf\\u2000-\\u206f \\t\\x0b\\f\\xa0\\ufeff\\n\\r\\u2028\\u2029\\u1680\\u180e\\u2000\\u2001\\u2002\\u2003\\u2004\\u2005\\u2006\\u2007\\u2008\\u2009\\u200a\\u202f\\u205f\\u3000",Te="['’]",ze="[\\ud800-\\udfff]",Ne="["+Ae+"]",Oe="["+Ee+"]",Be="\\d+",De="[\\u2700-\\u27bf]",Ie="["+Ce+"]",Re="[^\\ud800-\\udfff"+Ae+Be+xe+Ce+Le+"]",Pe="\\ud83c[\\udffb-\\udfff]",He="[^\\ud800-\\udfff]",We="(?:\\ud83c[\\udde6-\\uddff]){2}",Ye="[\\ud800-\\udbff][\\udc00-\\udfff]",Fe="["+Le+"]",je="(?:"+Ie+"|"+Re+")",qe="(?:"+Fe+"|"+Re+")",Ve="(?:['’](?:d|ll|m|re|s|t|ve))?",Ue="(?:['’](?:D|LL|M|RE|S|T|VE))?",Xe="(?:"+Oe+"|"+Pe+")"+"?",$e="[\\ufe0e\\ufe0f]?",Ge=$e+Xe+("(?:\\u200d(?:"+[He,We,Ye].join("|")+")"+$e+Xe+")*"),Ke="(?:"+[De,We,Ye].join("|")+")"+Ge,Je="(?:"+[He+Oe+"?",Oe,We,Ye,ze].join("|")+")",Ze=RegExp(Te,"g"),Qe=RegExp(Oe,"g"),et=RegExp(Pe+"(?="+Pe+")|"+Je+Ge,"g"),tt=RegExp([Fe+"?"+Ie+"+"+Ve+"(?="+[Ne,Fe,"$"].join("|")+")",qe+"+"+Ue+"(?="+[Ne,Fe+je,"$"].join("|")+")",Fe+"?"+je+"+"+Ve,Fe+"+"+Ue,"\\d*(?:1ST|2ND|3RD|(?![123])\\dTH)(?=\\b|[a-z_])","\\d*(?:1st|2nd|3rd|(?![123])\\dth)(?=\\b|[A-Z_])",Be,Ke].join("|"),"g"),nt=RegExp("[\\u200d\\ud800-\\udfff"+Ee+Se+"]"),rt=/[a-z][A-Z]|[A-Z]{2}[a-z]|[0-9][a-zA-Z]|[a-zA-Z][0-9]|[^a-zA-Z0-9 ]/,ot=["Array","Buffer","DataView","Date","Error","Float32Array","Float64Array","Function","Int8Array","Int16Array","Int32Array","Map","Math","Object","Promise","RegExp","Set","String","Symbol","TypeError","Uint8Array","Uint8ClampedArray","Uint16Array","Uint32Array","WeakMap","_","clearTimeout","isFinite","parseInt","setTimeout"],at=-1,it={};it[I]=it[R]=it[P]=it[H]=it[W]=it[Y]=it[F]=it[j]=it[q]=!0,it[v]=it[y]=it[B]=it[_]=it[D]=it[M]=it[k]=it[w]=it[x]=it[C]=it[L]=it[A]=it[T]=it[z]=it[O]=!1;var lt={};lt[v]=lt[y]=lt[B]=lt[D]=lt[_]=lt[M]=lt[I]=lt[R]=lt[P]=lt[H]=lt[W]=lt[x]=lt[C]=lt[L]=lt[A]=lt[T]=lt[z]=lt[N]=lt[Y]=lt[F]=lt[j]=lt[q]=!0,lt[k]=lt[w]=lt[O]=!1;var st={"\\":"\\","'":"'","\n":"n","\r":"r","\u2028":"u2028","\u2029":"u2029"},ct=parseFloat,ut=parseInt,dt="object"==typeof n.g&&n.g&&n.g.Object===Object&&n.g,mt="object"==typeof self&&self&&self.Object===Object&&self,pt=dt||mt||Function("return this")(),ft=t&&!t.nodeType&&t,ht=ft&&e&&!e.nodeType&&e,gt=ht&&ht.exports===ft,bt=gt&&dt.process,vt=function(){try{var e=ht&&ht.require&&ht.require("util").types;return e||bt&&bt.binding&&bt.binding("util")}catch(e){}}(),yt=vt&&vt.isArrayBuffer,_t=vt&&vt.isDate,Mt=vt&&vt.isMap,kt=vt&&vt.isRegExp,wt=vt&&vt.isSet,Et=vt&&vt.isTypedArray;function xt(e,t,n){switch(n.length){case 0:return e.call(t);case 1:return e.call(t,n[0]);case 2:return e.call(t,n[0],n[1]);case 3:return e.call(t,n[0],n[1],n[2])}return e.apply(t,n)}function Ct(e,t,n,r){for(var o=-1,a=null==e?0:e.length;++o-1}function Nt(e,t,n){for(var r=-1,o=null==e?0:e.length;++r-1;);return n}function tn(e,t){for(var n=e.length;n--&&Yt(t,e[n],0)>-1;);return n}function nn(e,t){for(var n=e.length,r=0;n--;)e[n]===t&&++r;return r}var rn=Ut({À:"A",Á:"A",Â:"A",Ã:"A",Ä:"A",Å:"A",à:"a",á:"a",â:"a",ã:"a",ä:"a",å:"a",Ç:"C",ç:"c",Ð:"D",ð:"d",È:"E",É:"E",Ê:"E",Ë:"E",è:"e",é:"e",ê:"e",ë:"e",Ì:"I",Í:"I",Î:"I",Ï:"I",ì:"i",í:"i",î:"i",ï:"i",Ñ:"N",ñ:"n",Ò:"O",Ó:"O",Ô:"O",Õ:"O",Ö:"O",Ø:"O",ò:"o",ó:"o",ô:"o",õ:"o",ö:"o",ø:"o",Ù:"U",Ú:"U",Û:"U",Ü:"U",ù:"u",ú:"u",û:"u",ü:"u",Ý:"Y",ý:"y",ÿ:"y",Æ:"Ae",æ:"ae",Þ:"Th",þ:"th",ß:"ss",Ā:"A",Ă:"A",Ą:"A",ā:"a",ă:"a",ą:"a",Ć:"C",Ĉ:"C",Ċ:"C",Č:"C",ć:"c",ĉ:"c",ċ:"c",č:"c",Ď:"D",Đ:"D",ď:"d",đ:"d",Ē:"E",Ĕ:"E",Ė:"E",Ę:"E",Ě:"E",ē:"e",ĕ:"e",ė:"e",ę:"e",ě:"e",Ĝ:"G",Ğ:"G",Ġ:"G",Ģ:"G",ĝ:"g",ğ:"g",ġ:"g",ģ:"g",Ĥ:"H",Ħ:"H",ĥ:"h",ħ:"h",Ĩ:"I",Ī:"I",Ĭ:"I",Į:"I",İ:"I",ĩ:"i",ī:"i",ĭ:"i",į:"i",ı:"i",Ĵ:"J",ĵ:"j",Ķ:"K",ķ:"k",ĸ:"k",Ĺ:"L",Ļ:"L",Ľ:"L",Ŀ:"L",Ł:"L",ĺ:"l",ļ:"l",ľ:"l",ŀ:"l",ł:"l",Ń:"N",Ņ:"N",Ň:"N",Ŋ:"N",ń:"n",ņ:"n",ň:"n",ŋ:"n",Ō:"O",Ŏ:"O",Ő:"O",ō:"o",ŏ:"o",ő:"o",Ŕ:"R",Ŗ:"R",Ř:"R",ŕ:"r",ŗ:"r",ř:"r",Ś:"S",Ŝ:"S",Ş:"S",Š:"S",ś:"s",ŝ:"s",ş:"s",š:"s",Ţ:"T",Ť:"T",Ŧ:"T",ţ:"t",ť:"t",ŧ:"t",Ũ:"U",Ū:"U",Ŭ:"U",Ů:"U",Ű:"U",Ų:"U",ũ:"u",ū:"u",ŭ:"u",ů:"u",ű:"u",ų:"u",Ŵ:"W",ŵ:"w",Ŷ:"Y",ŷ:"y",Ÿ:"Y",Ź:"Z",Ż:"Z",Ž:"Z",ź:"z",ż:"z",ž:"z",IJ:"IJ",ij:"ij",Œ:"Oe",œ:"oe",ʼn:"'n",ſ:"s"}),on=Ut({"&":"&","<":"<",">":">",'"':""","'":"'"});function an(e){return"\\"+st[e]}function ln(e){return nt.test(e)}function sn(e){var t=-1,n=Array(e.size);return e.forEach((function(e,r){n[++t]=[r,e]})),n}function cn(e,t){return function(n){return e(t(n))}}function un(e,t){for(var n=-1,r=e.length,o=0,a=[];++n",""":'"',"'":"'"});var bn=function e(t){var n,r=(t=null==t?pt:bn.defaults(pt.Object(),t,bn.pick(pt,ot))).Array,le=t.Date,Ee=t.Error,xe=t.Function,Ce=t.Math,Le=t.Object,Se=t.RegExp,Ae=t.String,Te=t.TypeError,ze=r.prototype,Ne=xe.prototype,Oe=Le.prototype,Be=t["__core-js_shared__"],De=Ne.toString,Ie=Oe.hasOwnProperty,Re=0,Pe=(n=/[^.]+$/.exec(Be&&Be.keys&&Be.keys.IE_PROTO||""))?"Symbol(src)_1."+n:"",He=Oe.toString,We=De.call(Le),Ye=pt._,Fe=Se("^"+De.call(Ie).replace(oe,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),je=gt?t.Buffer:o,qe=t.Symbol,Ve=t.Uint8Array,Ue=je?je.allocUnsafe:o,Xe=cn(Le.getPrototypeOf,Le),$e=Le.create,Ge=Oe.propertyIsEnumerable,Ke=ze.splice,Je=qe?qe.isConcatSpreadable:o,et=qe?qe.iterator:o,nt=qe?qe.toStringTag:o,st=function(){try{var e=fa(Le,"defineProperty");return e({},"",{}),e}catch(e){}}(),dt=t.clearTimeout!==pt.clearTimeout&&t.clearTimeout,mt=le&&le.now!==pt.Date.now&&le.now,ft=t.setTimeout!==pt.setTimeout&&t.setTimeout,ht=Ce.ceil,bt=Ce.floor,vt=Le.getOwnPropertySymbols,Pt=je?je.isBuffer:o,Ut=t.isFinite,vn=ze.join,yn=cn(Le.keys,Le),_n=Ce.max,Mn=Ce.min,kn=le.now,wn=t.parseInt,En=Ce.random,xn=ze.reverse,Cn=fa(t,"DataView"),Ln=fa(t,"Map"),Sn=fa(t,"Promise"),An=fa(t,"Set"),Tn=fa(t,"WeakMap"),zn=fa(Le,"create"),Nn=Tn&&new Tn,On={},Bn=Ya(Cn),Dn=Ya(Ln),In=Ya(Sn),Rn=Ya(An),Pn=Ya(Tn),Hn=qe?qe.prototype:o,Wn=Hn?Hn.valueOf:o,Yn=Hn?Hn.toString:o;function Fn(e){if(ol(e)&&!Xi(e)&&!(e instanceof Un)){if(e instanceof Vn)return e;if(Ie.call(e,"__wrapped__"))return Fa(e)}return new Vn(e)}var jn=function(){function e(){}return function(t){if(!rl(t))return{};if($e)return $e(t);e.prototype=t;var n=new e;return e.prototype=o,n}}();function qn(){}function Vn(e,t){this.__wrapped__=e,this.__actions__=[],this.__chain__=!!t,this.__index__=0,this.__values__=o}function Un(e){this.__wrapped__=e,this.__actions__=[],this.__dir__=1,this.__filtered__=!1,this.__iteratees__=[],this.__takeCount__=g,this.__views__=[]}function Xn(e){var t=-1,n=null==e?0:e.length;for(this.clear();++t=t?e:t)),e}function ur(e,t,n,r,a,i){var l,s=1&t,c=2&t,u=4&t;if(n&&(l=a?n(e,r,a,i):n(e)),l!==o)return l;if(!rl(e))return e;var d=Xi(e);if(d){if(l=function(e){var t=e.length,n=new e.constructor(t);t&&"string"==typeof e[0]&&Ie.call(e,"index")&&(n.index=e.index,n.input=e.input);return n}(e),!s)return No(e,l)}else{var m=ba(e),p=m==w||m==E;if(Ji(e))return Co(e,s);if(m==L||m==v||p&&!a){if(l=c||p?{}:ya(e),!s)return c?function(e,t){return Oo(e,ga(e),t)}(e,function(e,t){return e&&Oo(t,Dl(t),e)}(l,e)):function(e,t){return Oo(e,ha(e),t)}(e,ir(l,e))}else{if(!lt[m])return a?e:{};l=function(e,t,n){var r=e.constructor;switch(t){case B:return Lo(e);case _:case M:return new r(+e);case D:return function(e,t){var n=t?Lo(e.buffer):e.buffer;return new e.constructor(n,e.byteOffset,e.byteLength)}(e,n);case I:case R:case P:case H:case W:case Y:case F:case j:case q:return So(e,n);case x:return new r;case C:case z:return new r(e);case A:return function(e){var t=new e.constructor(e.source,he.exec(e));return t.lastIndex=e.lastIndex,t}(e);case T:return new r;case N:return o=e,Wn?Le(Wn.call(o)):{}}var o}(e,m,s)}}i||(i=new Jn);var f=i.get(e);if(f)return f;i.set(e,l),cl(e)?e.forEach((function(r){l.add(ur(r,t,n,r,e,i))})):al(e)&&e.forEach((function(r,o){l.set(o,ur(r,t,n,o,e,i))}));var h=d?o:(u?c?la:ia:c?Dl:Bl)(e);return Lt(h||e,(function(r,o){h&&(r=e[o=r]),rr(l,o,ur(r,t,n,o,e,i))})),l}function dr(e,t,n){var r=n.length;if(null==e)return!r;for(e=Le(e);r--;){var a=n[r],i=t[a],l=e[a];if(l===o&&!(a in e)||!i(l))return!1}return!0}function mr(e,t,n){if("function"!=typeof e)throw new Te(a);return Ba((function(){e.apply(o,n)}),t)}function pr(e,t,n,r){var o=-1,a=zt,i=!0,l=e.length,s=[],c=t.length;if(!l)return s;n&&(t=Ot(t,Jt(n))),r?(a=Nt,i=!1):t.length>=200&&(a=Qt,i=!1,t=new Kn(t));e:for(;++o-1},$n.prototype.set=function(e,t){var n=this.__data__,r=or(n,e);return r<0?(++this.size,n.push([e,t])):n[r][1]=t,this},Gn.prototype.clear=function(){this.size=0,this.__data__={hash:new Xn,map:new(Ln||$n),string:new Xn}},Gn.prototype.delete=function(e){var t=ma(this,e).delete(e);return this.size-=t?1:0,t},Gn.prototype.get=function(e){return ma(this,e).get(e)},Gn.prototype.has=function(e){return ma(this,e).has(e)},Gn.prototype.set=function(e,t){var n=ma(this,e),r=n.size;return n.set(e,t),this.size+=n.size==r?0:1,this},Kn.prototype.add=Kn.prototype.push=function(e){return this.__data__.set(e,i),this},Kn.prototype.has=function(e){return this.__data__.has(e)},Jn.prototype.clear=function(){this.__data__=new $n,this.size=0},Jn.prototype.delete=function(e){var t=this.__data__,n=t.delete(e);return this.size=t.size,n},Jn.prototype.get=function(e){return this.__data__.get(e)},Jn.prototype.has=function(e){return this.__data__.has(e)},Jn.prototype.set=function(e,t){var n=this.__data__;if(n instanceof $n){var r=n.__data__;if(!Ln||r.length<199)return r.push([e,t]),this.size=++n.size,this;n=this.__data__=new Gn(r)}return n.set(e,t),this.size=n.size,this};var fr=Io(kr),hr=Io(wr,!0);function gr(e,t){var n=!0;return fr(e,(function(e,r,o){return n=!!t(e,r,o)})),n}function br(e,t,n){for(var r=-1,a=e.length;++r0&&n(l)?t>1?yr(l,t-1,n,r,o):Bt(o,l):r||(o[o.length]=l)}return o}var _r=Ro(),Mr=Ro(!0);function kr(e,t){return e&&_r(e,t,Bl)}function wr(e,t){return e&&Mr(e,t,Bl)}function Er(e,t){return Tt(t,(function(t){return el(e[t])}))}function xr(e,t){for(var n=0,r=(t=ko(t,e)).length;null!=e&&nt}function Ar(e,t){return null!=e&&Ie.call(e,t)}function Tr(e,t){return null!=e&&t in Le(e)}function zr(e,t,n){for(var a=n?Nt:zt,i=e[0].length,l=e.length,s=l,c=r(l),u=1/0,d=[];s--;){var m=e[s];s&&t&&(m=Ot(m,Jt(t))),u=Mn(m.length,u),c[s]=!n&&(t||i>=120&&m.length>=120)?new Kn(s&&m):o}m=e[0];var p=-1,f=c[0];e:for(;++p=l?s:s*("desc"==n[r]?-1:1)}return e.index-t.index}(e,t,n)}))}function Xr(e,t,n){for(var r=-1,o=t.length,a={};++r-1;)l!==e&&Ke.call(l,s,1),Ke.call(e,s,1);return e}function Gr(e,t){for(var n=e?t.length:0,r=n-1;n--;){var o=t[n];if(n==r||o!==a){var a=o;Ma(o)?Ke.call(e,o,1):fo(e,o)}}return e}function Kr(e,t){return e+bt(En()*(t-e+1))}function Jr(e,t){var n="";if(!e||t<1||t>f)return n;do{t%2&&(n+=e),(t=bt(t/2))&&(e+=e)}while(t);return n}function Zr(e,t){return Da(Aa(e,t,is),e+"")}function Qr(e){return Qn(jl(e))}function eo(e,t){var n=jl(e);return Pa(n,cr(t,0,n.length))}function to(e,t,n,r){if(!rl(e))return e;for(var a=-1,i=(t=ko(t,e)).length,l=i-1,s=e;null!=s&&++aa?0:a+t),(n=n>a?a:n)<0&&(n+=a),a=t>n?0:n-t>>>0,t>>>=0;for(var i=r(a);++o>>1,i=e[a];null!==i&&!dl(i)&&(n?i<=t:i=200){var c=t?null:Zo(e);if(c)return dn(c);i=!1,o=Qt,s=new Kn}else s=t?[]:l;e:for(;++r=r?e:ao(e,t,n)}var xo=dt||function(e){return pt.clearTimeout(e)};function Co(e,t){if(t)return e.slice();var n=e.length,r=Ue?Ue(n):new e.constructor(n);return e.copy(r),r}function Lo(e){var t=new e.constructor(e.byteLength);return new Ve(t).set(new Ve(e)),t}function So(e,t){var n=t?Lo(e.buffer):e.buffer;return new e.constructor(n,e.byteOffset,e.length)}function Ao(e,t){if(e!==t){var n=e!==o,r=null===e,a=e==e,i=dl(e),l=t!==o,s=null===t,c=t==t,u=dl(t);if(!s&&!u&&!i&&e>t||i&&l&&c&&!s&&!u||r&&l&&c||!n&&c||!a)return 1;if(!r&&!i&&!u&&e1?n[a-1]:o,l=a>2?n[2]:o;for(i=e.length>3&&"function"==typeof i?(a--,i):o,l&&ka(n[0],n[1],l)&&(i=a<3?o:i,a=1),t=Le(t);++r-1?a[i?t[l]:l]:o}}function Fo(e){return aa((function(t){var n=t.length,r=n,i=Vn.prototype.thru;for(e&&t.reverse();r--;){var l=t[r];if("function"!=typeof l)throw new Te(a);if(i&&!s&&"wrapper"==ca(l))var s=new Vn([],!0)}for(r=s?r:n;++r1&&y.reverse(),p&&us))return!1;var u=i.get(e),d=i.get(t);if(u&&d)return u==t&&d==e;var m=-1,p=!0,f=2&n?new Kn:o;for(i.set(e,t),i.set(t,e);++m-1&&e%1==0&&e1?"& ":"")+t[r],t=t.join(n>2?", ":" "),e.replace(se,"{\n/* [wrapped with "+t+"] */\n")}(r,function(e,t){return Lt(b,(function(n){var r="_."+n[0];t&n[1]&&!zt(e,r)&&e.push(r)})),e.sort()}(function(e){var t=e.match(ce);return t?t[1].split(ue):[]}(r),n)))}function Ra(e){var t=0,n=0;return function(){var r=kn(),a=16-(r-n);if(n=r,a>0){if(++t>=800)return arguments[0]}else t=0;return e.apply(o,arguments)}}function Pa(e,t){var n=-1,r=e.length,a=r-1;for(t=t===o?r:t;++n1?e[t-1]:o;return n="function"==typeof n?(e.pop(),n):o,si(e,n)}));function hi(e){var t=Fn(e);return t.__chain__=!0,t}function gi(e,t){return t(e)}var bi=aa((function(e){var t=e.length,n=t?e[0]:0,r=this.__wrapped__,a=function(t){return sr(t,e)};return!(t>1||this.__actions__.length)&&r instanceof Un&&Ma(n)?((r=r.slice(n,+n+(t?1:0))).__actions__.push({func:gi,args:[a],thisArg:o}),new Vn(r,this.__chain__).thru((function(e){return t&&!e.length&&e.push(o),e}))):this.thru(a)}));var vi=Bo((function(e,t,n){Ie.call(e,n)?++e[n]:lr(e,n,1)}));var yi=Yo(Ua),_i=Yo(Xa);function Mi(e,t){return(Xi(e)?Lt:fr)(e,da(t,3))}function ki(e,t){return(Xi(e)?St:hr)(e,da(t,3))}var wi=Bo((function(e,t,n){Ie.call(e,n)?e[n].push(t):lr(e,n,[t])}));var Ei=Zr((function(e,t,n){var o=-1,a="function"==typeof t,i=Gi(e)?r(e.length):[];return fr(e,(function(e){i[++o]=a?xt(t,e,n):Nr(e,t,n)})),i})),xi=Bo((function(e,t,n){lr(e,n,t)}));function Ci(e,t){return(Xi(e)?Ot:Yr)(e,da(t,3))}var Li=Bo((function(e,t,n){e[n?0:1].push(t)}),(function(){return[[],[]]}));var Si=Zr((function(e,t){if(null==e)return[];var n=t.length;return n>1&&ka(e,t[0],t[1])?t=[]:n>2&&ka(t[0],t[1],t[2])&&(t=[t[0]]),Ur(e,yr(t,1),[])})),Ai=mt||function(){return pt.Date.now()};function Ti(e,t,n){return t=n?o:t,t=e&&null==t?e.length:t,ea(e,d,o,o,o,o,t)}function zi(e,t){var n;if("function"!=typeof t)throw new Te(a);return e=bl(e),function(){return--e>0&&(n=t.apply(this,arguments)),e<=1&&(t=o),n}}var Ni=Zr((function(e,t,n){var r=1;if(n.length){var o=un(n,ua(Ni));r|=c}return ea(e,r,t,n,o)})),Oi=Zr((function(e,t,n){var r=3;if(n.length){var o=un(n,ua(Oi));r|=c}return ea(t,r,e,n,o)}));function Bi(e,t,n){var r,i,l,s,c,u,d=0,m=!1,p=!1,f=!0;if("function"!=typeof e)throw new Te(a);function h(t){var n=r,a=i;return r=i=o,d=t,s=e.apply(a,n)}function g(e){return d=e,c=Ba(v,t),m?h(e):s}function b(e){var n=e-u;return u===o||n>=t||n<0||p&&e-d>=l}function v(){var e=Ai();if(b(e))return y(e);c=Ba(v,function(e){var n=t-(e-u);return p?Mn(n,l-(e-d)):n}(e))}function y(e){return c=o,f&&r?h(e):(r=i=o,s)}function _(){var e=Ai(),n=b(e);if(r=arguments,i=this,u=e,n){if(c===o)return g(u);if(p)return xo(c),c=Ba(v,t),h(u)}return c===o&&(c=Ba(v,t)),s}return t=yl(t)||0,rl(n)&&(m=!!n.leading,l=(p="maxWait"in n)?_n(yl(n.maxWait)||0,t):l,f="trailing"in n?!!n.trailing:f),_.cancel=function(){c!==o&&xo(c),d=0,r=u=i=c=o},_.flush=function(){return c===o?s:y(Ai())},_}var Di=Zr((function(e,t){return mr(e,1,t)})),Ii=Zr((function(e,t,n){return mr(e,yl(t)||0,n)}));function Ri(e,t){if("function"!=typeof e||null!=t&&"function"!=typeof t)throw new Te(a);var n=function(){var r=arguments,o=t?t.apply(this,r):r[0],a=n.cache;if(a.has(o))return a.get(o);var i=e.apply(this,r);return n.cache=a.set(o,i)||a,i};return n.cache=new(Ri.Cache||Gn),n}function Pi(e){if("function"!=typeof e)throw new Te(a);return function(){var t=arguments;switch(t.length){case 0:return!e.call(this);case 1:return!e.call(this,t[0]);case 2:return!e.call(this,t[0],t[1]);case 3:return!e.call(this,t[0],t[1],t[2])}return!e.apply(this,t)}}Ri.Cache=Gn;var Hi=wo((function(e,t){var n=(t=1==t.length&&Xi(t[0])?Ot(t[0],Jt(da())):Ot(yr(t,1),Jt(da()))).length;return Zr((function(r){for(var o=-1,a=Mn(r.length,n);++o=t})),Ui=Or(function(){return arguments}())?Or:function(e){return ol(e)&&Ie.call(e,"callee")&&!Ge.call(e,"callee")},Xi=r.isArray,$i=yt?Jt(yt):function(e){return ol(e)&&Lr(e)==B};function Gi(e){return null!=e&&nl(e.length)&&!el(e)}function Ki(e){return ol(e)&&Gi(e)}var Ji=Pt||ys,Zi=_t?Jt(_t):function(e){return ol(e)&&Lr(e)==M};function Qi(e){if(!ol(e))return!1;var t=Lr(e);return t==k||"[object DOMException]"==t||"string"==typeof e.message&&"string"==typeof e.name&&!ll(e)}function el(e){if(!rl(e))return!1;var t=Lr(e);return t==w||t==E||"[object AsyncFunction]"==t||"[object Proxy]"==t}function tl(e){return"number"==typeof e&&e==bl(e)}function nl(e){return"number"==typeof e&&e>-1&&e%1==0&&e<=f}function rl(e){var t=typeof e;return null!=e&&("object"==t||"function"==t)}function ol(e){return null!=e&&"object"==typeof e}var al=Mt?Jt(Mt):function(e){return ol(e)&&ba(e)==x};function il(e){return"number"==typeof e||ol(e)&&Lr(e)==C}function ll(e){if(!ol(e)||Lr(e)!=L)return!1;var t=Xe(e);if(null===t)return!0;var n=Ie.call(t,"constructor")&&t.constructor;return"function"==typeof n&&n instanceof n&&De.call(n)==We}var sl=kt?Jt(kt):function(e){return ol(e)&&Lr(e)==A};var cl=wt?Jt(wt):function(e){return ol(e)&&ba(e)==T};function ul(e){return"string"==typeof e||!Xi(e)&&ol(e)&&Lr(e)==z}function dl(e){return"symbol"==typeof e||ol(e)&&Lr(e)==N}var ml=Et?Jt(Et):function(e){return ol(e)&&nl(e.length)&&!!it[Lr(e)]};var pl=Go(Wr),fl=Go((function(e,t){return e<=t}));function hl(e){if(!e)return[];if(Gi(e))return ul(e)?fn(e):No(e);if(et&&e[et])return function(e){for(var t,n=[];!(t=e.next()).done;)n.push(t.value);return n}(e[et]());var t=ba(e);return(t==x?sn:t==T?dn:jl)(e)}function gl(e){return e?(e=yl(e))===p||e===-1/0?17976931348623157e292*(e<0?-1:1):e==e?e:0:0===e?e:0}function bl(e){var t=gl(e),n=t%1;return t==t?n?t-n:t:0}function vl(e){return e?cr(bl(e),0,g):0}function yl(e){if("number"==typeof e)return e;if(dl(e))return h;if(rl(e)){var t="function"==typeof e.valueOf?e.valueOf():e;e=rl(t)?t+"":t}if("string"!=typeof e)return 0===e?e:+e;e=Kt(e);var n=be.test(e);return n||ye.test(e)?ut(e.slice(2),n?2:8):ge.test(e)?h:+e}function _l(e){return Oo(e,Dl(e))}function Ml(e){return null==e?"":mo(e)}var kl=Do((function(e,t){if(Ca(t)||Gi(t))Oo(t,Bl(t),e);else for(var n in t)Ie.call(t,n)&&rr(e,n,t[n])})),wl=Do((function(e,t){Oo(t,Dl(t),e)})),El=Do((function(e,t,n,r){Oo(t,Dl(t),e,r)})),xl=Do((function(e,t,n,r){Oo(t,Bl(t),e,r)})),Cl=aa(sr);var Ll=Zr((function(e,t){e=Le(e);var n=-1,r=t.length,a=r>2?t[2]:o;for(a&&ka(t[0],t[1],a)&&(r=1);++n1),t})),Oo(e,la(e),n),r&&(n=ur(n,7,ra));for(var o=t.length;o--;)fo(n,t[o]);return n}));var Hl=aa((function(e,t){return null==e?{}:function(e,t){return Xr(e,t,(function(t,n){return Tl(e,n)}))}(e,t)}));function Wl(e,t){if(null==e)return{};var n=Ot(la(e),(function(e){return[e]}));return t=da(t),Xr(e,n,(function(e,n){return t(e,n[0])}))}var Yl=Qo(Bl),Fl=Qo(Dl);function jl(e){return null==e?[]:Zt(e,Bl(e))}var ql=Ho((function(e,t,n){return t=t.toLowerCase(),e+(n?Vl(t):t)}));function Vl(e){return Ql(Ml(e).toLowerCase())}function Ul(e){return(e=Ml(e))&&e.replace(Me,rn).replace(Qe,"")}var Xl=Ho((function(e,t,n){return e+(n?"-":"")+t.toLowerCase()})),$l=Ho((function(e,t,n){return e+(n?" ":"")+t.toLowerCase()})),Gl=Po("toLowerCase");var Kl=Ho((function(e,t,n){return e+(n?"_":"")+t.toLowerCase()}));var Jl=Ho((function(e,t,n){return e+(n?" ":"")+Ql(t)}));var Zl=Ho((function(e,t,n){return e+(n?" ":"")+t.toUpperCase()})),Ql=Po("toUpperCase");function es(e,t,n){return e=Ml(e),(t=n?o:t)===o?function(e){return rt.test(e)}(e)?function(e){return e.match(tt)||[]}(e):function(e){return e.match(de)||[]}(e):e.match(t)||[]}var ts=Zr((function(e,t){try{return xt(e,o,t)}catch(e){return Qi(e)?e:new Ee(e)}})),ns=aa((function(e,t){return Lt(t,(function(t){t=Wa(t),lr(e,t,Ni(e[t],e))})),e}));function rs(e){return function(){return e}}var os=Fo(),as=Fo(!0);function is(e){return e}function ls(e){return Rr("function"==typeof e?e:ur(e,1))}var ss=Zr((function(e,t){return function(n){return Nr(n,e,t)}})),cs=Zr((function(e,t){return function(n){return Nr(e,n,t)}}));function us(e,t,n){var r=Bl(t),o=Er(t,r);null!=n||rl(t)&&(o.length||!r.length)||(n=t,t=e,e=this,o=Er(t,Bl(t)));var a=!(rl(n)&&"chain"in n&&!n.chain),i=el(e);return Lt(o,(function(n){var r=t[n];e[n]=r,i&&(e.prototype[n]=function(){var t=this.__chain__;if(a||t){var n=e(this.__wrapped__),o=n.__actions__=No(this.__actions__);return o.push({func:r,args:arguments,thisArg:e}),n.__chain__=t,n}return r.apply(e,Bt([this.value()],arguments))})})),e}function ds(){}var ms=Uo(Ot),ps=Uo(At),fs=Uo(Rt);function hs(e){return wa(e)?Vt(Wa(e)):function(e){return function(t){return xr(t,e)}}(e)}var gs=$o(),bs=$o(!0);function vs(){return[]}function ys(){return!1}var _s=Vo((function(e,t){return e+t}),0),Ms=Jo("ceil"),ks=Vo((function(e,t){return e/t}),1),ws=Jo("floor");var Es,xs=Vo((function(e,t){return e*t}),1),Cs=Jo("round"),Ls=Vo((function(e,t){return e-t}),0);return Fn.after=function(e,t){if("function"!=typeof t)throw new Te(a);return e=bl(e),function(){if(--e<1)return t.apply(this,arguments)}},Fn.ary=Ti,Fn.assign=kl,Fn.assignIn=wl,Fn.assignInWith=El,Fn.assignWith=xl,Fn.at=Cl,Fn.before=zi,Fn.bind=Ni,Fn.bindAll=ns,Fn.bindKey=Oi,Fn.castArray=function(){if(!arguments.length)return[];var e=arguments[0];return Xi(e)?e:[e]},Fn.chain=hi,Fn.chunk=function(e,t,n){t=(n?ka(e,t,n):t===o)?1:_n(bl(t),0);var a=null==e?0:e.length;if(!a||t<1)return[];for(var i=0,l=0,s=r(ht(a/t));ia?0:a+n),(r=r===o||r>a?a:bl(r))<0&&(r+=a),r=n>r?0:vl(r);n>>0)?(e=Ml(e))&&("string"==typeof t||null!=t&&!sl(t))&&!(t=mo(t))&&ln(e)?Eo(fn(e),0,n):e.split(t,n):[]},Fn.spread=function(e,t){if("function"!=typeof e)throw new Te(a);return t=null==t?0:_n(bl(t),0),Zr((function(n){var r=n[t],o=Eo(n,0,t);return r&&Bt(o,r),xt(e,this,o)}))},Fn.tail=function(e){var t=null==e?0:e.length;return t?ao(e,1,t):[]},Fn.take=function(e,t,n){return e&&e.length?ao(e,0,(t=n||t===o?1:bl(t))<0?0:t):[]},Fn.takeRight=function(e,t,n){var r=null==e?0:e.length;return r?ao(e,(t=r-(t=n||t===o?1:bl(t)))<0?0:t,r):[]},Fn.takeRightWhile=function(e,t){return e&&e.length?go(e,da(t,3),!1,!0):[]},Fn.takeWhile=function(e,t){return e&&e.length?go(e,da(t,3)):[]},Fn.tap=function(e,t){return t(e),e},Fn.throttle=function(e,t,n){var r=!0,o=!0;if("function"!=typeof e)throw new Te(a);return rl(n)&&(r="leading"in n?!!n.leading:r,o="trailing"in n?!!n.trailing:o),Bi(e,t,{leading:r,maxWait:t,trailing:o})},Fn.thru=gi,Fn.toArray=hl,Fn.toPairs=Yl,Fn.toPairsIn=Fl,Fn.toPath=function(e){return Xi(e)?Ot(e,Wa):dl(e)?[e]:No(Ha(Ml(e)))},Fn.toPlainObject=_l,Fn.transform=function(e,t,n){var r=Xi(e),o=r||Ji(e)||ml(e);if(t=da(t,4),null==n){var a=e&&e.constructor;n=o?r?new a:[]:rl(e)&&el(a)?jn(Xe(e)):{}}return(o?Lt:kr)(e,(function(e,r,o){return t(n,e,r,o)})),n},Fn.unary=function(e){return Ti(e,1)},Fn.union=oi,Fn.unionBy=ai,Fn.unionWith=ii,Fn.uniq=function(e){return e&&e.length?po(e):[]},Fn.uniqBy=function(e,t){return e&&e.length?po(e,da(t,2)):[]},Fn.uniqWith=function(e,t){return t="function"==typeof t?t:o,e&&e.length?po(e,o,t):[]},Fn.unset=function(e,t){return null==e||fo(e,t)},Fn.unzip=li,Fn.unzipWith=si,Fn.update=function(e,t,n){return null==e?e:ho(e,t,Mo(n))},Fn.updateWith=function(e,t,n,r){return r="function"==typeof r?r:o,null==e?e:ho(e,t,Mo(n),r)},Fn.values=jl,Fn.valuesIn=function(e){return null==e?[]:Zt(e,Dl(e))},Fn.without=ci,Fn.words=es,Fn.wrap=function(e,t){return Wi(Mo(t),e)},Fn.xor=ui,Fn.xorBy=di,Fn.xorWith=mi,Fn.zip=pi,Fn.zipObject=function(e,t){return yo(e||[],t||[],rr)},Fn.zipObjectDeep=function(e,t){return yo(e||[],t||[],to)},Fn.zipWith=fi,Fn.entries=Yl,Fn.entriesIn=Fl,Fn.extend=wl,Fn.extendWith=El,us(Fn,Fn),Fn.add=_s,Fn.attempt=ts,Fn.camelCase=ql,Fn.capitalize=Vl,Fn.ceil=Ms,Fn.clamp=function(e,t,n){return n===o&&(n=t,t=o),n!==o&&(n=(n=yl(n))==n?n:0),t!==o&&(t=(t=yl(t))==t?t:0),cr(yl(e),t,n)},Fn.clone=function(e){return ur(e,4)},Fn.cloneDeep=function(e){return ur(e,5)},Fn.cloneDeepWith=function(e,t){return ur(e,5,t="function"==typeof t?t:o)},Fn.cloneWith=function(e,t){return ur(e,4,t="function"==typeof t?t:o)},Fn.conformsTo=function(e,t){return null==t||dr(e,t,Bl(t))},Fn.deburr=Ul,Fn.defaultTo=function(e,t){return null==e||e!=e?t:e},Fn.divide=ks,Fn.endsWith=function(e,t,n){e=Ml(e),t=mo(t);var r=e.length,a=n=n===o?r:cr(bl(n),0,r);return(n-=t.length)>=0&&e.slice(n,a)==t},Fn.eq=ji,Fn.escape=function(e){return(e=Ml(e))&&J.test(e)?e.replace(G,on):e},Fn.escapeRegExp=function(e){return(e=Ml(e))&&ae.test(e)?e.replace(oe,"\\$&"):e},Fn.every=function(e,t,n){var r=Xi(e)?At:gr;return n&&ka(e,t,n)&&(t=o),r(e,da(t,3))},Fn.find=yi,Fn.findIndex=Ua,Fn.findKey=function(e,t){return Ht(e,da(t,3),kr)},Fn.findLast=_i,Fn.findLastIndex=Xa,Fn.findLastKey=function(e,t){return Ht(e,da(t,3),wr)},Fn.floor=ws,Fn.forEach=Mi,Fn.forEachRight=ki,Fn.forIn=function(e,t){return null==e?e:_r(e,da(t,3),Dl)},Fn.forInRight=function(e,t){return null==e?e:Mr(e,da(t,3),Dl)},Fn.forOwn=function(e,t){return e&&kr(e,da(t,3))},Fn.forOwnRight=function(e,t){return e&&wr(e,da(t,3))},Fn.get=Al,Fn.gt=qi,Fn.gte=Vi,Fn.has=function(e,t){return null!=e&&va(e,t,Ar)},Fn.hasIn=Tl,Fn.head=Ga,Fn.identity=is,Fn.includes=function(e,t,n,r){e=Gi(e)?e:jl(e),n=n&&!r?bl(n):0;var o=e.length;return n<0&&(n=_n(o+n,0)),ul(e)?n<=o&&e.indexOf(t,n)>-1:!!o&&Yt(e,t,n)>-1},Fn.indexOf=function(e,t,n){var r=null==e?0:e.length;if(!r)return-1;var o=null==n?0:bl(n);return o<0&&(o=_n(r+o,0)),Yt(e,t,o)},Fn.inRange=function(e,t,n){return t=gl(t),n===o?(n=t,t=0):n=gl(n),function(e,t,n){return e>=Mn(t,n)&&e<_n(t,n)}(e=yl(e),t,n)},Fn.invoke=Ol,Fn.isArguments=Ui,Fn.isArray=Xi,Fn.isArrayBuffer=$i,Fn.isArrayLike=Gi,Fn.isArrayLikeObject=Ki,Fn.isBoolean=function(e){return!0===e||!1===e||ol(e)&&Lr(e)==_},Fn.isBuffer=Ji,Fn.isDate=Zi,Fn.isElement=function(e){return ol(e)&&1===e.nodeType&&!ll(e)},Fn.isEmpty=function(e){if(null==e)return!0;if(Gi(e)&&(Xi(e)||"string"==typeof e||"function"==typeof e.splice||Ji(e)||ml(e)||Ui(e)))return!e.length;var t=ba(e);if(t==x||t==T)return!e.size;if(Ca(e))return!Pr(e).length;for(var n in e)if(Ie.call(e,n))return!1;return!0},Fn.isEqual=function(e,t){return Br(e,t)},Fn.isEqualWith=function(e,t,n){var r=(n="function"==typeof n?n:o)?n(e,t):o;return r===o?Br(e,t,o,n):!!r},Fn.isError=Qi,Fn.isFinite=function(e){return"number"==typeof e&&Ut(e)},Fn.isFunction=el,Fn.isInteger=tl,Fn.isLength=nl,Fn.isMap=al,Fn.isMatch=function(e,t){return e===t||Dr(e,t,pa(t))},Fn.isMatchWith=function(e,t,n){return n="function"==typeof n?n:o,Dr(e,t,pa(t),n)},Fn.isNaN=function(e){return il(e)&&e!=+e},Fn.isNative=function(e){if(xa(e))throw new Ee("Unsupported core-js use. Try https://npms.io/search?q=ponyfill.");return Ir(e)},Fn.isNil=function(e){return null==e},Fn.isNull=function(e){return null===e},Fn.isNumber=il,Fn.isObject=rl,Fn.isObjectLike=ol,Fn.isPlainObject=ll,Fn.isRegExp=sl,Fn.isSafeInteger=function(e){return tl(e)&&e>=-9007199254740991&&e<=f},Fn.isSet=cl,Fn.isString=ul,Fn.isSymbol=dl,Fn.isTypedArray=ml,Fn.isUndefined=function(e){return e===o},Fn.isWeakMap=function(e){return ol(e)&&ba(e)==O},Fn.isWeakSet=function(e){return ol(e)&&"[object WeakSet]"==Lr(e)},Fn.join=function(e,t){return null==e?"":vn.call(e,t)},Fn.kebabCase=Xl,Fn.last=Qa,Fn.lastIndexOf=function(e,t,n){var r=null==e?0:e.length;if(!r)return-1;var a=r;return n!==o&&(a=(a=bl(n))<0?_n(r+a,0):Mn(a,r-1)),t==t?function(e,t,n){for(var r=n+1;r--;)if(e[r]===t)return r;return r}(e,t,a):Wt(e,jt,a,!0)},Fn.lowerCase=$l,Fn.lowerFirst=Gl,Fn.lt=pl,Fn.lte=fl,Fn.max=function(e){return e&&e.length?br(e,is,Sr):o},Fn.maxBy=function(e,t){return e&&e.length?br(e,da(t,2),Sr):o},Fn.mean=function(e){return qt(e,is)},Fn.meanBy=function(e,t){return qt(e,da(t,2))},Fn.min=function(e){return e&&e.length?br(e,is,Wr):o},Fn.minBy=function(e,t){return e&&e.length?br(e,da(t,2),Wr):o},Fn.stubArray=vs,Fn.stubFalse=ys,Fn.stubObject=function(){return{}},Fn.stubString=function(){return""},Fn.stubTrue=function(){return!0},Fn.multiply=xs,Fn.nth=function(e,t){return e&&e.length?Vr(e,bl(t)):o},Fn.noConflict=function(){return pt._===this&&(pt._=Ye),this},Fn.noop=ds,Fn.now=Ai,Fn.pad=function(e,t,n){e=Ml(e);var r=(t=bl(t))?pn(e):0;if(!t||r>=t)return e;var o=(t-r)/2;return Xo(bt(o),n)+e+Xo(ht(o),n)},Fn.padEnd=function(e,t,n){e=Ml(e);var r=(t=bl(t))?pn(e):0;return t&&rt){var r=e;e=t,t=r}if(n||e%1||t%1){var a=En();return Mn(e+a*(t-e+ct("1e-"+((a+"").length-1))),t)}return Kr(e,t)},Fn.reduce=function(e,t,n){var r=Xi(e)?Dt:Xt,o=arguments.length<3;return r(e,da(t,4),n,o,fr)},Fn.reduceRight=function(e,t,n){var r=Xi(e)?It:Xt,o=arguments.length<3;return r(e,da(t,4),n,o,hr)},Fn.repeat=function(e,t,n){return t=(n?ka(e,t,n):t===o)?1:bl(t),Jr(Ml(e),t)},Fn.replace=function(){var e=arguments,t=Ml(e[0]);return e.length<3?t:t.replace(e[1],e[2])},Fn.result=function(e,t,n){var r=-1,a=(t=ko(t,e)).length;for(a||(a=1,e=o);++rf)return[];var n=g,r=Mn(e,g);t=da(t),e-=g;for(var o=Gt(r,t);++n=i)return e;var s=n-pn(r);if(s<1)return r;var c=l?Eo(l,0,s).join(""):e.slice(0,s);if(a===o)return c+r;if(l&&(s+=c.length-s),sl(a)){if(e.slice(s).search(a)){var u,d=c;for(a.global||(a=Se(a.source,Ml(he.exec(a))+"g")),a.lastIndex=0;u=a.exec(d);)var m=u.index;c=c.slice(0,m===o?s:m)}}else if(e.indexOf(mo(a),s)!=s){var p=c.lastIndexOf(a);p>-1&&(c=c.slice(0,p))}return c+r},Fn.unescape=function(e){return(e=Ml(e))&&K.test(e)?e.replace($,gn):e},Fn.uniqueId=function(e){var t=++Re;return Ml(e)+t},Fn.upperCase=Zl,Fn.upperFirst=Ql,Fn.each=Mi,Fn.eachRight=ki,Fn.first=Ga,us(Fn,(Es={},kr(Fn,(function(e,t){Ie.call(Fn.prototype,t)||(Es[t]=e)})),Es),{chain:!1}),Fn.VERSION="4.17.21",Lt(["bind","bindKey","curry","curryRight","partial","partialRight"],(function(e){Fn[e].placeholder=Fn})),Lt(["drop","take"],(function(e,t){Un.prototype[e]=function(n){n=n===o?1:_n(bl(n),0);var r=this.__filtered__&&!t?new Un(this):this.clone();return r.__filtered__?r.__takeCount__=Mn(n,r.__takeCount__):r.__views__.push({size:Mn(n,g),type:e+(r.__dir__<0?"Right":"")}),r},Un.prototype[e+"Right"]=function(t){return this.reverse()[e](t).reverse()}})),Lt(["filter","map","takeWhile"],(function(e,t){var n=t+1,r=1==n||3==n;Un.prototype[e]=function(e){var t=this.clone();return t.__iteratees__.push({iteratee:da(e,3),type:n}),t.__filtered__=t.__filtered__||r,t}})),Lt(["head","last"],(function(e,t){var n="take"+(t?"Right":"");Un.prototype[e]=function(){return this[n](1).value()[0]}})),Lt(["initial","tail"],(function(e,t){var n="drop"+(t?"":"Right");Un.prototype[e]=function(){return this.__filtered__?new Un(this):this[n](1)}})),Un.prototype.compact=function(){return this.filter(is)},Un.prototype.find=function(e){return this.filter(e).head()},Un.prototype.findLast=function(e){return this.reverse().find(e)},Un.prototype.invokeMap=Zr((function(e,t){return"function"==typeof e?new Un(this):this.map((function(n){return Nr(n,e,t)}))})),Un.prototype.reject=function(e){return this.filter(Pi(da(e)))},Un.prototype.slice=function(e,t){e=bl(e);var n=this;return n.__filtered__&&(e>0||t<0)?new Un(n):(e<0?n=n.takeRight(-e):e&&(n=n.drop(e)),t!==o&&(n=(t=bl(t))<0?n.dropRight(-t):n.take(t-e)),n)},Un.prototype.takeRightWhile=function(e){return this.reverse().takeWhile(e).reverse()},Un.prototype.toArray=function(){return this.take(g)},kr(Un.prototype,(function(e,t){var n=/^(?:filter|find|map|reject)|While$/.test(t),r=/^(?:head|last)$/.test(t),a=Fn[r?"take"+("last"==t?"Right":""):t],i=r||/^find/.test(t);a&&(Fn.prototype[t]=function(){var t=this.__wrapped__,l=r?[1]:arguments,s=t instanceof Un,c=l[0],u=s||Xi(t),d=function(e){var t=a.apply(Fn,Bt([e],l));return r&&m?t[0]:t};u&&n&&"function"==typeof c&&1!=c.length&&(s=u=!1);var m=this.__chain__,p=!!this.__actions__.length,f=i&&!m,h=s&&!p;if(!i&&u){t=h?t:new Un(this);var g=e.apply(t,l);return g.__actions__.push({func:gi,args:[d],thisArg:o}),new Vn(g,m)}return f&&h?e.apply(this,l):(g=this.thru(d),f?r?g.value()[0]:g.value():g)})})),Lt(["pop","push","shift","sort","splice","unshift"],(function(e){var t=ze[e],n=/^(?:push|sort|unshift)$/.test(e)?"tap":"thru",r=/^(?:pop|shift)$/.test(e);Fn.prototype[e]=function(){var e=arguments;if(r&&!this.__chain__){var o=this.value();return t.apply(Xi(o)?o:[],e)}return this[n]((function(n){return t.apply(Xi(n)?n:[],e)}))}})),kr(Un.prototype,(function(e,t){var n=Fn[t];if(n){var r=n.name+"";Ie.call(On,r)||(On[r]=[]),On[r].push({name:t,func:n})}})),On[jo(o,2).name]=[{name:"wrapper",func:o}],Un.prototype.clone=function(){var e=new Un(this.__wrapped__);return e.__actions__=No(this.__actions__),e.__dir__=this.__dir__,e.__filtered__=this.__filtered__,e.__iteratees__=No(this.__iteratees__),e.__takeCount__=this.__takeCount__,e.__views__=No(this.__views__),e},Un.prototype.reverse=function(){if(this.__filtered__){var e=new Un(this);e.__dir__=-1,e.__filtered__=!0}else(e=this.clone()).__dir__*=-1;return e},Un.prototype.value=function(){var e=this.__wrapped__.value(),t=this.__dir__,n=Xi(e),r=t<0,o=n?e.length:0,a=function(e,t,n){var r=-1,o=n.length;for(;++r=this.__values__.length;return{done:e,value:e?o:this.__values__[this.__index__++]}},Fn.prototype.plant=function(e){for(var t,n=this;n instanceof qn;){var r=Fa(n);r.__index__=0,r.__values__=o,t?a.__wrapped__=r:t=r;var a=r;n=n.__wrapped__}return a.__wrapped__=e,t},Fn.prototype.reverse=function(){var e=this.__wrapped__;if(e instanceof Un){var t=e;return this.__actions__.length&&(t=new Un(this)),(t=t.reverse()).__actions__.push({func:gi,args:[ri],thisArg:o}),new Vn(t,this.__chain__)}return this.thru(ri)},Fn.prototype.toJSON=Fn.prototype.valueOf=Fn.prototype.value=function(){return bo(this.__wrapped__,this.__actions__)},Fn.prototype.first=Fn.prototype.head,et&&(Fn.prototype[et]=function(){return this}),Fn}();pt._=bn,(r=function(){return bn}.call(t,n,t,e))===o||(e.exports=r)}.call(this)},9588:e=>{e.exports=function(e,t){var n,r,o=0;function a(){var a,i,l=n,s=arguments.length;e:for(;l;){if(l.args.length===arguments.length){for(i=0;i{(e.exports=n(5177)).tz.load(n(1128))},5341:function(e,t,n){var r,o,a;!function(i,l){"use strict";e.exports?e.exports=l(n(8)):(o=[n(381)],void 0===(a="function"==typeof(r=l)?r.apply(t,o):r)||(e.exports=a))}(0,(function(e){"use strict";if(!e.tz)throw new Error("moment-timezone-utils.js must be loaded after moment-timezone.js");var t="0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWX";function n(e,n){for(var r="",o=Math.abs(e),a=Math.floor(o),i=function(e,n){for(var r,o=".",a="";n>0;)n-=1,e*=60,r=Math.floor(e+1e-6),o+=t[r],e-=r,r&&(a+=o,o="");return a}(o-a,Math.min(~~n,10));a>0;)r=t[a%60]+r,a=Math.floor(a/60);return e<0&&(r="-"+r),r&&i?r+i:(i||"-"!==r)&&(r||i)||"0"}function r(e){var t,r=[],o=0;for(t=0;tl.population||i.population===l.population&&r&&r[i.name]?s.unshift(i):s.push(i),u=!0);u||d.push([i])}for(o=0;on&&(o=t,t=n,n=o),o=0;on&&(i=Math.min(i,o+1)));return[a,i]}(e.untils,t,n),a=r.apply(e.untils,o);return a[a.length-1]=null,{name:e.name,abbrs:r.apply(e.abbrs,o),untils:a,offsets:r.apply(e.offsets,o),population:e.population,countries:e.countries}}return e.tz.pack=i,e.tz.packBase60=n,e.tz.createLinks=u,e.tz.filterYears=d,e.tz.filterLinkPack=function(e,t,n,r){var o,a,s=e.zones,c=[];for(o=0;o96?e-87:e>64?e-29:e-48}function d(e){var t=0,n=e.split("."),r=n[0],o=n[1]||"",a=1,i=0,l=1;for(45===e.charCodeAt(0)&&(t=1,l=-1);t3){var t=a[E(e)];if(t)return t;A("Moment Timezone found "+e+" from the Intl api, but did not have that data loaded.")}}catch(e){}var n,r,o,i=function(){var e,t,n,r=(new Date).getFullYear()-2,o=new b(new Date(r,0,1)),a=[o];for(n=1;n<48;n++)(t=new b(new Date(r,n,1))).offset!==o.offset&&(e=y(o,t),a.push(e),a.push(new b(new Date(e.at+6e4)))),o=t;for(n=0;n<4;n++)a.push(new b(new Date(r+n,0,1))),a.push(new b(new Date(r+n,6,1)));return a}(),l=i.length,s=k(i),c=[];for(r=0;r0?c[0].zone.name:void 0}function E(e){return(e||"").toLowerCase().replace(/\//g,"_")}function x(e){var t,r,o,i;for("string"==typeof e&&(e=[e]),t=0;t= 2.6.0. You are using Moment.js "+e.version+". See momentjs.com"),h.prototype={_set:function(e){this.name=e.name,this.abbrs=e.abbrs,this.untils=e.untils,this.offsets=e.offsets,this.population=e.population},_index:function(e){var t,n=+e,r=this.untils;for(t=0;tr&&T.moveInvalidForward&&(t=r),a0&&(this._z=null),z.apply(this,arguments)}),e.tz.setDefault=function(t){return(s<2||2===s&&c<9)&&A("Moment Timezone setDefault() requires Moment.js >= 2.9.0. You are using Moment.js "+e.version+"."),e.defaultZone=t?C(t):null,e};var D=e.momentProperties;return"[object Array]"===Object.prototype.toString.call(D)?(D.push("_z"),D.push("_a")):D&&(D._z=null),e}))},2786:function(e,t,n){!function(e){"use strict";e.defineLocale("af",{months:"Januarie_Februarie_Maart_April_Mei_Junie_Julie_Augustus_September_Oktober_November_Desember".split("_"),monthsShort:"Jan_Feb_Mrt_Apr_Mei_Jun_Jul_Aug_Sep_Okt_Nov_Des".split("_"),weekdays:"Sondag_Maandag_Dinsdag_Woensdag_Donderdag_Vrydag_Saterdag".split("_"),weekdaysShort:"Son_Maa_Din_Woe_Don_Vry_Sat".split("_"),weekdaysMin:"So_Ma_Di_Wo_Do_Vr_Sa".split("_"),meridiemParse:/vm|nm/i,isPM:function(e){return/^nm$/i.test(e)},meridiem:function(e,t,n){return e<12?n?"vm":"VM":n?"nm":"NM"},longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Vandag om] LT",nextDay:"[Môre om] LT",nextWeek:"dddd [om] LT",lastDay:"[Gister om] LT",lastWeek:"[Laas] dddd [om] LT",sameElse:"L"},relativeTime:{future:"oor %s",past:"%s gelede",s:"'n paar sekondes",ss:"%d sekondes",m:"'n minuut",mm:"%d minute",h:"'n uur",hh:"%d ure",d:"'n dag",dd:"%d dae",M:"'n maand",MM:"%d maande",y:"'n jaar",yy:"%d jaar"},dayOfMonthOrdinalParse:/\d{1,2}(ste|de)/,ordinal:function(e){return e+(1===e||8===e||e>=20?"ste":"de")},week:{dow:1,doy:4}})}(n(381))},4130:function(e,t,n){!function(e){"use strict";var t=function(e){return 0===e?0:1===e?1:2===e?2:e%100>=3&&e%100<=10?3:e%100>=11?4:5},n={s:["أقل من ثانية","ثانية واحدة",["ثانيتان","ثانيتين"],"%d ثوان","%d ثانية","%d ثانية"],m:["أقل من دقيقة","دقيقة واحدة",["دقيقتان","دقيقتين"],"%d دقائق","%d دقيقة","%d دقيقة"],h:["أقل من ساعة","ساعة واحدة",["ساعتان","ساعتين"],"%d ساعات","%d ساعة","%d ساعة"],d:["أقل من يوم","يوم واحد",["يومان","يومين"],"%d أيام","%d يومًا","%d يوم"],M:["أقل من شهر","شهر واحد",["شهران","شهرين"],"%d أشهر","%d شهرا","%d شهر"],y:["أقل من عام","عام واحد",["عامان","عامين"],"%d أعوام","%d عامًا","%d عام"]},r=function(e){return function(r,o,a,i){var l=t(r),s=n[e][t(r)];return 2===l&&(s=s[o?0:1]),s.replace(/%d/i,r)}},o=["جانفي","فيفري","مارس","أفريل","ماي","جوان","جويلية","أوت","سبتمبر","أكتوبر","نوفمبر","ديسمبر"];e.defineLocale("ar-dz",{months:o,monthsShort:o,weekdays:"الأحد_الإثنين_الثلاثاء_الأربعاء_الخميس_الجمعة_السبت".split("_"),weekdaysShort:"أحد_إثنين_ثلاثاء_أربعاء_خميس_جمعة_سبت".split("_"),weekdaysMin:"ح_ن_ث_ر_خ_ج_س".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"D/‏M/‏YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},meridiemParse:/ص|م/,isPM:function(e){return"م"===e},meridiem:function(e,t,n){return e<12?"ص":"م"},calendar:{sameDay:"[اليوم عند الساعة] LT",nextDay:"[غدًا عند الساعة] LT",nextWeek:"dddd [عند الساعة] LT",lastDay:"[أمس عند الساعة] LT",lastWeek:"dddd [عند الساعة] LT",sameElse:"L"},relativeTime:{future:"بعد %s",past:"منذ %s",s:r("s"),ss:r("s"),m:r("m"),mm:r("m"),h:r("h"),hh:r("h"),d:r("d"),dd:r("d"),M:r("M"),MM:r("M"),y:r("y"),yy:r("y")},postformat:function(e){return e.replace(/,/g,"،")},week:{dow:0,doy:4}})}(n(381))},6135:function(e,t,n){!function(e){"use strict";e.defineLocale("ar-kw",{months:"يناير_فبراير_مارس_أبريل_ماي_يونيو_يوليوز_غشت_شتنبر_أكتوبر_نونبر_دجنبر".split("_"),monthsShort:"يناير_فبراير_مارس_أبريل_ماي_يونيو_يوليوز_غشت_شتنبر_أكتوبر_نونبر_دجنبر".split("_"),weekdays:"الأحد_الإتنين_الثلاثاء_الأربعاء_الخميس_الجمعة_السبت".split("_"),weekdaysShort:"احد_اتنين_ثلاثاء_اربعاء_خميس_جمعة_سبت".split("_"),weekdaysMin:"ح_ن_ث_ر_خ_ج_س".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[اليوم على الساعة] LT",nextDay:"[غدا على الساعة] LT",nextWeek:"dddd [على الساعة] LT",lastDay:"[أمس على الساعة] LT",lastWeek:"dddd [على الساعة] LT",sameElse:"L"},relativeTime:{future:"في %s",past:"منذ %s",s:"ثوان",ss:"%d ثانية",m:"دقيقة",mm:"%d دقائق",h:"ساعة",hh:"%d ساعات",d:"يوم",dd:"%d أيام",M:"شهر",MM:"%d أشهر",y:"سنة",yy:"%d سنوات"},week:{dow:0,doy:12}})}(n(381))},6440:function(e,t,n){!function(e){"use strict";var t={1:"1",2:"2",3:"3",4:"4",5:"5",6:"6",7:"7",8:"8",9:"9",0:"0"},n=function(e){return 0===e?0:1===e?1:2===e?2:e%100>=3&&e%100<=10?3:e%100>=11?4:5},r={s:["أقل من ثانية","ثانية واحدة",["ثانيتان","ثانيتين"],"%d ثوان","%d ثانية","%d ثانية"],m:["أقل من دقيقة","دقيقة واحدة",["دقيقتان","دقيقتين"],"%d دقائق","%d دقيقة","%d دقيقة"],h:["أقل من ساعة","ساعة واحدة",["ساعتان","ساعتين"],"%d ساعات","%d ساعة","%d ساعة"],d:["أقل من يوم","يوم واحد",["يومان","يومين"],"%d أيام","%d يومًا","%d يوم"],M:["أقل من شهر","شهر واحد",["شهران","شهرين"],"%d أشهر","%d شهرا","%d شهر"],y:["أقل من عام","عام واحد",["عامان","عامين"],"%d أعوام","%d عامًا","%d عام"]},o=function(e){return function(t,o,a,i){var l=n(t),s=r[e][n(t)];return 2===l&&(s=s[o?0:1]),s.replace(/%d/i,t)}},a=["يناير","فبراير","مارس","أبريل","مايو","يونيو","يوليو","أغسطس","سبتمبر","أكتوبر","نوفمبر","ديسمبر"];e.defineLocale("ar-ly",{months:a,monthsShort:a,weekdays:"الأحد_الإثنين_الثلاثاء_الأربعاء_الخميس_الجمعة_السبت".split("_"),weekdaysShort:"أحد_إثنين_ثلاثاء_أربعاء_خميس_جمعة_سبت".split("_"),weekdaysMin:"ح_ن_ث_ر_خ_ج_س".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"D/‏M/‏YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},meridiemParse:/ص|م/,isPM:function(e){return"م"===e},meridiem:function(e,t,n){return e<12?"ص":"م"},calendar:{sameDay:"[اليوم عند الساعة] LT",nextDay:"[غدًا عند الساعة] LT",nextWeek:"dddd [عند الساعة] LT",lastDay:"[أمس عند الساعة] LT",lastWeek:"dddd [عند الساعة] LT",sameElse:"L"},relativeTime:{future:"بعد %s",past:"منذ %s",s:o("s"),ss:o("s"),m:o("m"),mm:o("m"),h:o("h"),hh:o("h"),d:o("d"),dd:o("d"),M:o("M"),MM:o("M"),y:o("y"),yy:o("y")},preparse:function(e){return e.replace(/،/g,",")},postformat:function(e){return e.replace(/\d/g,(function(e){return t[e]})).replace(/,/g,"،")},week:{dow:6,doy:12}})}(n(381))},7702:function(e,t,n){!function(e){"use strict";e.defineLocale("ar-ma",{months:"يناير_فبراير_مارس_أبريل_ماي_يونيو_يوليوز_غشت_شتنبر_أكتوبر_نونبر_دجنبر".split("_"),monthsShort:"يناير_فبراير_مارس_أبريل_ماي_يونيو_يوليوز_غشت_شتنبر_أكتوبر_نونبر_دجنبر".split("_"),weekdays:"الأحد_الإثنين_الثلاثاء_الأربعاء_الخميس_الجمعة_السبت".split("_"),weekdaysShort:"احد_اثنين_ثلاثاء_اربعاء_خميس_جمعة_سبت".split("_"),weekdaysMin:"ح_ن_ث_ر_خ_ج_س".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[اليوم على الساعة] LT",nextDay:"[غدا على الساعة] LT",nextWeek:"dddd [على الساعة] LT",lastDay:"[أمس على الساعة] LT",lastWeek:"dddd [على الساعة] LT",sameElse:"L"},relativeTime:{future:"في %s",past:"منذ %s",s:"ثوان",ss:"%d ثانية",m:"دقيقة",mm:"%d دقائق",h:"ساعة",hh:"%d ساعات",d:"يوم",dd:"%d أيام",M:"شهر",MM:"%d أشهر",y:"سنة",yy:"%d سنوات"},week:{dow:1,doy:4}})}(n(381))},6040:function(e,t,n){!function(e){"use strict";var t={1:"١",2:"٢",3:"٣",4:"٤",5:"٥",6:"٦",7:"٧",8:"٨",9:"٩",0:"٠"},n={"١":"1","٢":"2","٣":"3","٤":"4","٥":"5","٦":"6","٧":"7","٨":"8","٩":"9","٠":"0"};e.defineLocale("ar-sa",{months:"يناير_فبراير_مارس_أبريل_مايو_يونيو_يوليو_أغسطس_سبتمبر_أكتوبر_نوفمبر_ديسمبر".split("_"),monthsShort:"يناير_فبراير_مارس_أبريل_مايو_يونيو_يوليو_أغسطس_سبتمبر_أكتوبر_نوفمبر_ديسمبر".split("_"),weekdays:"الأحد_الإثنين_الثلاثاء_الأربعاء_الخميس_الجمعة_السبت".split("_"),weekdaysShort:"أحد_إثنين_ثلاثاء_أربعاء_خميس_جمعة_سبت".split("_"),weekdaysMin:"ح_ن_ث_ر_خ_ج_س".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},meridiemParse:/ص|م/,isPM:function(e){return"م"===e},meridiem:function(e,t,n){return e<12?"ص":"م"},calendar:{sameDay:"[اليوم على الساعة] LT",nextDay:"[غدا على الساعة] LT",nextWeek:"dddd [على الساعة] LT",lastDay:"[أمس على الساعة] LT",lastWeek:"dddd [على الساعة] LT",sameElse:"L"},relativeTime:{future:"في %s",past:"منذ %s",s:"ثوان",ss:"%d ثانية",m:"دقيقة",mm:"%d دقائق",h:"ساعة",hh:"%d ساعات",d:"يوم",dd:"%d أيام",M:"شهر",MM:"%d أشهر",y:"سنة",yy:"%d سنوات"},preparse:function(e){return e.replace(/[١٢٣٤٥٦٧٨٩٠]/g,(function(e){return n[e]})).replace(/،/g,",")},postformat:function(e){return e.replace(/\d/g,(function(e){return t[e]})).replace(/,/g,"،")},week:{dow:0,doy:6}})}(n(381))},7100:function(e,t,n){!function(e){"use strict";e.defineLocale("ar-tn",{months:"جانفي_فيفري_مارس_أفريل_ماي_جوان_جويلية_أوت_سبتمبر_أكتوبر_نوفمبر_ديسمبر".split("_"),monthsShort:"جانفي_فيفري_مارس_أفريل_ماي_جوان_جويلية_أوت_سبتمبر_أكتوبر_نوفمبر_ديسمبر".split("_"),weekdays:"الأحد_الإثنين_الثلاثاء_الأربعاء_الخميس_الجمعة_السبت".split("_"),weekdaysShort:"أحد_إثنين_ثلاثاء_أربعاء_خميس_جمعة_سبت".split("_"),weekdaysMin:"ح_ن_ث_ر_خ_ج_س".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[اليوم على الساعة] LT",nextDay:"[غدا على الساعة] LT",nextWeek:"dddd [على الساعة] LT",lastDay:"[أمس على الساعة] LT",lastWeek:"dddd [على الساعة] LT",sameElse:"L"},relativeTime:{future:"في %s",past:"منذ %s",s:"ثوان",ss:"%d ثانية",m:"دقيقة",mm:"%d دقائق",h:"ساعة",hh:"%d ساعات",d:"يوم",dd:"%d أيام",M:"شهر",MM:"%d أشهر",y:"سنة",yy:"%d سنوات"},week:{dow:1,doy:4}})}(n(381))},867:function(e,t,n){!function(e){"use strict";var t={1:"١",2:"٢",3:"٣",4:"٤",5:"٥",6:"٦",7:"٧",8:"٨",9:"٩",0:"٠"},n={"١":"1","٢":"2","٣":"3","٤":"4","٥":"5","٦":"6","٧":"7","٨":"8","٩":"9","٠":"0"},r=function(e){return 0===e?0:1===e?1:2===e?2:e%100>=3&&e%100<=10?3:e%100>=11?4:5},o={s:["أقل من ثانية","ثانية واحدة",["ثانيتان","ثانيتين"],"%d ثوان","%d ثانية","%d ثانية"],m:["أقل من دقيقة","دقيقة واحدة",["دقيقتان","دقيقتين"],"%d دقائق","%d دقيقة","%d دقيقة"],h:["أقل من ساعة","ساعة واحدة",["ساعتان","ساعتين"],"%d ساعات","%d ساعة","%d ساعة"],d:["أقل من يوم","يوم واحد",["يومان","يومين"],"%d أيام","%d يومًا","%d يوم"],M:["أقل من شهر","شهر واحد",["شهران","شهرين"],"%d أشهر","%d شهرا","%d شهر"],y:["أقل من عام","عام واحد",["عامان","عامين"],"%d أعوام","%d عامًا","%d عام"]},a=function(e){return function(t,n,a,i){var l=r(t),s=o[e][r(t)];return 2===l&&(s=s[n?0:1]),s.replace(/%d/i,t)}},i=["يناير","فبراير","مارس","أبريل","مايو","يونيو","يوليو","أغسطس","سبتمبر","أكتوبر","نوفمبر","ديسمبر"];e.defineLocale("ar",{months:i,monthsShort:i,weekdays:"الأحد_الإثنين_الثلاثاء_الأربعاء_الخميس_الجمعة_السبت".split("_"),weekdaysShort:"أحد_إثنين_ثلاثاء_أربعاء_خميس_جمعة_سبت".split("_"),weekdaysMin:"ح_ن_ث_ر_خ_ج_س".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"D/‏M/‏YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},meridiemParse:/ص|م/,isPM:function(e){return"م"===e},meridiem:function(e,t,n){return e<12?"ص":"م"},calendar:{sameDay:"[اليوم عند الساعة] LT",nextDay:"[غدًا عند الساعة] LT",nextWeek:"dddd [عند الساعة] LT",lastDay:"[أمس عند الساعة] LT",lastWeek:"dddd [عند الساعة] LT",sameElse:"L"},relativeTime:{future:"بعد %s",past:"منذ %s",s:a("s"),ss:a("s"),m:a("m"),mm:a("m"),h:a("h"),hh:a("h"),d:a("d"),dd:a("d"),M:a("M"),MM:a("M"),y:a("y"),yy:a("y")},preparse:function(e){return e.replace(/[١٢٣٤٥٦٧٨٩٠]/g,(function(e){return n[e]})).replace(/،/g,",")},postformat:function(e){return e.replace(/\d/g,(function(e){return t[e]})).replace(/,/g,"،")},week:{dow:6,doy:12}})}(n(381))},1083:function(e,t,n){!function(e){"use strict";var t={1:"-inci",5:"-inci",8:"-inci",70:"-inci",80:"-inci",2:"-nci",7:"-nci",20:"-nci",50:"-nci",3:"-üncü",4:"-üncü",100:"-üncü",6:"-ncı",9:"-uncu",10:"-uncu",30:"-uncu",60:"-ıncı",90:"-ıncı"};e.defineLocale("az",{months:"yanvar_fevral_mart_aprel_may_iyun_iyul_avqust_sentyabr_oktyabr_noyabr_dekabr".split("_"),monthsShort:"yan_fev_mar_apr_may_iyn_iyl_avq_sen_okt_noy_dek".split("_"),weekdays:"Bazar_Bazar ertəsi_Çərşənbə axşamı_Çərşənbə_Cümə axşamı_Cümə_Şənbə".split("_"),weekdaysShort:"Baz_BzE_ÇAx_Çər_CAx_Cüm_Şən".split("_"),weekdaysMin:"Bz_BE_ÇA_Çə_CA_Cü_Şə".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[bugün saat] LT",nextDay:"[sabah saat] LT",nextWeek:"[gələn həftə] dddd [saat] LT",lastDay:"[dünən] LT",lastWeek:"[keçən həftə] dddd [saat] LT",sameElse:"L"},relativeTime:{future:"%s sonra",past:"%s əvvəl",s:"bir neçə saniyə",ss:"%d saniyə",m:"bir dəqiqə",mm:"%d dəqiqə",h:"bir saat",hh:"%d saat",d:"bir gün",dd:"%d gün",M:"bir ay",MM:"%d ay",y:"bir il",yy:"%d il"},meridiemParse:/gecə|səhər|gündüz|axşam/,isPM:function(e){return/^(gündüz|axşam)$/.test(e)},meridiem:function(e,t,n){return e<4?"gecə":e<12?"səhər":e<17?"gündüz":"axşam"},dayOfMonthOrdinalParse:/\d{1,2}-(ıncı|inci|nci|üncü|ncı|uncu)/,ordinal:function(e){if(0===e)return e+"-ıncı";var n=e%10,r=e%100-n,o=e>=100?100:null;return e+(t[n]||t[r]||t[o])},week:{dow:1,doy:7}})}(n(381))},9808:function(e,t,n){!function(e){"use strict";function t(e,t){var n=e.split("_");return t%10==1&&t%100!=11?n[0]:t%10>=2&&t%10<=4&&(t%100<10||t%100>=20)?n[1]:n[2]}function n(e,n,r){return"m"===r?n?"хвіліна":"хвіліну":"h"===r?n?"гадзіна":"гадзіну":e+" "+t({ss:n?"секунда_секунды_секунд":"секунду_секунды_секунд",mm:n?"хвіліна_хвіліны_хвілін":"хвіліну_хвіліны_хвілін",hh:n?"гадзіна_гадзіны_гадзін":"гадзіну_гадзіны_гадзін",dd:"дзень_дні_дзён",MM:"месяц_месяцы_месяцаў",yy:"год_гады_гадоў"}[r],+e)}e.defineLocale("be",{months:{format:"студзеня_лютага_сакавіка_красавіка_траўня_чэрвеня_ліпеня_жніўня_верасня_кастрычніка_лістапада_снежня".split("_"),standalone:"студзень_люты_сакавік_красавік_травень_чэрвень_ліпень_жнівень_верасень_кастрычнік_лістапад_снежань".split("_")},monthsShort:"студ_лют_сак_крас_трав_чэрв_ліп_жнів_вер_каст_ліст_снеж".split("_"),weekdays:{format:"нядзелю_панядзелак_аўторак_сераду_чацвер_пятніцу_суботу".split("_"),standalone:"нядзеля_панядзелак_аўторак_серада_чацвер_пятніца_субота".split("_"),isFormat:/\[ ?[Ууў] ?(?:мінулую|наступную)? ?\] ?dddd/},weekdaysShort:"нд_пн_ат_ср_чц_пт_сб".split("_"),weekdaysMin:"нд_пн_ат_ср_чц_пт_сб".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY г.",LLL:"D MMMM YYYY г., HH:mm",LLLL:"dddd, D MMMM YYYY г., HH:mm"},calendar:{sameDay:"[Сёння ў] LT",nextDay:"[Заўтра ў] LT",lastDay:"[Учора ў] LT",nextWeek:function(){return"[У] dddd [ў] LT"},lastWeek:function(){switch(this.day()){case 0:case 3:case 5:case 6:return"[У мінулую] dddd [ў] LT";case 1:case 2:case 4:return"[У мінулы] dddd [ў] LT"}},sameElse:"L"},relativeTime:{future:"праз %s",past:"%s таму",s:"некалькі секунд",m:n,mm:n,h:n,hh:n,d:"дзень",dd:n,M:"месяц",MM:n,y:"год",yy:n},meridiemParse:/ночы|раніцы|дня|вечара/,isPM:function(e){return/^(дня|вечара)$/.test(e)},meridiem:function(e,t,n){return e<4?"ночы":e<12?"раніцы":e<17?"дня":"вечара"},dayOfMonthOrdinalParse:/\d{1,2}-(і|ы|га)/,ordinal:function(e,t){switch(t){case"M":case"d":case"DDD":case"w":case"W":return e%10!=2&&e%10!=3||e%100==12||e%100==13?e+"-ы":e+"-і";case"D":return e+"-га";default:return e}},week:{dow:1,doy:7}})}(n(381))},8338:function(e,t,n){!function(e){"use strict";e.defineLocale("bg",{months:"януари_февруари_март_април_май_юни_юли_август_септември_октомври_ноември_декември".split("_"),monthsShort:"яну_фев_мар_апр_май_юни_юли_авг_сеп_окт_ное_дек".split("_"),weekdays:"неделя_понеделник_вторник_сряда_четвъртък_петък_събота".split("_"),weekdaysShort:"нед_пон_вто_сря_чет_пет_съб".split("_"),weekdaysMin:"нд_пн_вт_ср_чт_пт_сб".split("_"),longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"D.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY H:mm",LLLL:"dddd, D MMMM YYYY H:mm"},calendar:{sameDay:"[Днес в] LT",nextDay:"[Утре в] LT",nextWeek:"dddd [в] LT",lastDay:"[Вчера в] LT",lastWeek:function(){switch(this.day()){case 0:case 3:case 6:return"[Миналата] dddd [в] LT";case 1:case 2:case 4:case 5:return"[Миналия] dddd [в] LT"}},sameElse:"L"},relativeTime:{future:"след %s",past:"преди %s",s:"няколко секунди",ss:"%d секунди",m:"минута",mm:"%d минути",h:"час",hh:"%d часа",d:"ден",dd:"%d дена",w:"седмица",ww:"%d седмици",M:"месец",MM:"%d месеца",y:"година",yy:"%d години"},dayOfMonthOrdinalParse:/\d{1,2}-(ев|ен|ти|ви|ри|ми)/,ordinal:function(e){var t=e%10,n=e%100;return 0===e?e+"-ев":0===n?e+"-ен":n>10&&n<20?e+"-ти":1===t?e+"-ви":2===t?e+"-ри":7===t||8===t?e+"-ми":e+"-ти"},week:{dow:1,doy:7}})}(n(381))},7438:function(e,t,n){!function(e){"use strict";e.defineLocale("bm",{months:"Zanwuyekalo_Fewuruyekalo_Marisikalo_Awirilikalo_Mɛkalo_Zuwɛnkalo_Zuluyekalo_Utikalo_Sɛtanburukalo_ɔkutɔburukalo_Nowanburukalo_Desanburukalo".split("_"),monthsShort:"Zan_Few_Mar_Awi_Mɛ_Zuw_Zul_Uti_Sɛt_ɔku_Now_Des".split("_"),weekdays:"Kari_Ntɛnɛn_Tarata_Araba_Alamisa_Juma_Sibiri".split("_"),weekdaysShort:"Kar_Ntɛ_Tar_Ara_Ala_Jum_Sib".split("_"),weekdaysMin:"Ka_Nt_Ta_Ar_Al_Ju_Si".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"MMMM [tile] D [san] YYYY",LLL:"MMMM [tile] D [san] YYYY [lɛrɛ] HH:mm",LLLL:"dddd MMMM [tile] D [san] YYYY [lɛrɛ] HH:mm"},calendar:{sameDay:"[Bi lɛrɛ] LT",nextDay:"[Sini lɛrɛ] LT",nextWeek:"dddd [don lɛrɛ] LT",lastDay:"[Kunu lɛrɛ] LT",lastWeek:"dddd [tɛmɛnen lɛrɛ] LT",sameElse:"L"},relativeTime:{future:"%s kɔnɔ",past:"a bɛ %s bɔ",s:"sanga dama dama",ss:"sekondi %d",m:"miniti kelen",mm:"miniti %d",h:"lɛrɛ kelen",hh:"lɛrɛ %d",d:"tile kelen",dd:"tile %d",M:"kalo kelen",MM:"kalo %d",y:"san kelen",yy:"san %d"},week:{dow:1,doy:4}})}(n(381))},6225:function(e,t,n){!function(e){"use strict";var t={1:"১",2:"২",3:"৩",4:"৪",5:"৫",6:"৬",7:"৭",8:"৮",9:"৯",0:"০"},n={"১":"1","২":"2","৩":"3","৪":"4","৫":"5","৬":"6","৭":"7","৮":"8","৯":"9","০":"0"};e.defineLocale("bn-bd",{months:"জানুয়ারি_ফেব্রুয়ারি_মার্চ_এপ্রিল_মে_জুন_জুলাই_আগস্ট_সেপ্টেম্বর_অক্টোবর_নভেম্বর_ডিসেম্বর".split("_"),monthsShort:"জানু_ফেব্রু_মার্চ_এপ্রিল_মে_জুন_জুলাই_আগস্ট_সেপ্ট_অক্টো_নভে_ডিসে".split("_"),weekdays:"রবিবার_সোমবার_মঙ্গলবার_বুধবার_বৃহস্পতিবার_শুক্রবার_শনিবার".split("_"),weekdaysShort:"রবি_সোম_মঙ্গল_বুধ_বৃহস্পতি_শুক্র_শনি".split("_"),weekdaysMin:"রবি_সোম_মঙ্গল_বুধ_বৃহ_শুক্র_শনি".split("_"),longDateFormat:{LT:"A h:mm সময়",LTS:"A h:mm:ss সময়",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, A h:mm সময়",LLLL:"dddd, D MMMM YYYY, A h:mm সময়"},calendar:{sameDay:"[আজ] LT",nextDay:"[আগামীকাল] LT",nextWeek:"dddd, LT",lastDay:"[গতকাল] LT",lastWeek:"[গত] dddd, LT",sameElse:"L"},relativeTime:{future:"%s পরে",past:"%s আগে",s:"কয়েক সেকেন্ড",ss:"%d সেকেন্ড",m:"এক মিনিট",mm:"%d মিনিট",h:"এক ঘন্টা",hh:"%d ঘন্টা",d:"এক দিন",dd:"%d দিন",M:"এক মাস",MM:"%d মাস",y:"এক বছর",yy:"%d বছর"},preparse:function(e){return e.replace(/[১২৩৪৫৬৭৮৯০]/g,(function(e){return n[e]}))},postformat:function(e){return e.replace(/\d/g,(function(e){return t[e]}))},meridiemParse:/রাত|ভোর|সকাল|দুপুর|বিকাল|সন্ধ্যা|রাত/,meridiemHour:function(e,t){return 12===e&&(e=0),"রাত"===t?e<4?e:e+12:"ভোর"===t||"সকাল"===t?e:"দুপুর"===t?e>=3?e:e+12:"বিকাল"===t||"সন্ধ্যা"===t?e+12:void 0},meridiem:function(e,t,n){return e<4?"রাত":e<6?"ভোর":e<12?"সকাল":e<15?"দুপুর":e<18?"বিকাল":e<20?"সন্ধ্যা":"রাত"},week:{dow:0,doy:6}})}(n(381))},8905:function(e,t,n){!function(e){"use strict";var t={1:"১",2:"২",3:"৩",4:"৪",5:"৫",6:"৬",7:"৭",8:"৮",9:"৯",0:"০"},n={"১":"1","২":"2","৩":"3","৪":"4","৫":"5","৬":"6","৭":"7","৮":"8","৯":"9","০":"0"};e.defineLocale("bn",{months:"জানুয়ারি_ফেব্রুয়ারি_মার্চ_এপ্রিল_মে_জুন_জুলাই_আগস্ট_সেপ্টেম্বর_অক্টোবর_নভেম্বর_ডিসেম্বর".split("_"),monthsShort:"জানু_ফেব্রু_মার্চ_এপ্রিল_মে_জুন_জুলাই_আগস্ট_সেপ্ট_অক্টো_নভে_ডিসে".split("_"),weekdays:"রবিবার_সোমবার_মঙ্গলবার_বুধবার_বৃহস্পতিবার_শুক্রবার_শনিবার".split("_"),weekdaysShort:"রবি_সোম_মঙ্গল_বুধ_বৃহস্পতি_শুক্র_শনি".split("_"),weekdaysMin:"রবি_সোম_মঙ্গল_বুধ_বৃহ_শুক্র_শনি".split("_"),longDateFormat:{LT:"A h:mm সময়",LTS:"A h:mm:ss সময়",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, A h:mm সময়",LLLL:"dddd, D MMMM YYYY, A h:mm সময়"},calendar:{sameDay:"[আজ] LT",nextDay:"[আগামীকাল] LT",nextWeek:"dddd, LT",lastDay:"[গতকাল] LT",lastWeek:"[গত] dddd, LT",sameElse:"L"},relativeTime:{future:"%s পরে",past:"%s আগে",s:"কয়েক সেকেন্ড",ss:"%d সেকেন্ড",m:"এক মিনিট",mm:"%d মিনিট",h:"এক ঘন্টা",hh:"%d ঘন্টা",d:"এক দিন",dd:"%d দিন",M:"এক মাস",MM:"%d মাস",y:"এক বছর",yy:"%d বছর"},preparse:function(e){return e.replace(/[১২৩৪৫৬৭৮৯০]/g,(function(e){return n[e]}))},postformat:function(e){return e.replace(/\d/g,(function(e){return t[e]}))},meridiemParse:/রাত|সকাল|দুপুর|বিকাল|রাত/,meridiemHour:function(e,t){return 12===e&&(e=0),"রাত"===t&&e>=4||"দুপুর"===t&&e<5||"বিকাল"===t?e+12:e},meridiem:function(e,t,n){return e<4?"রাত":e<10?"সকাল":e<17?"দুপুর":e<20?"বিকাল":"রাত"},week:{dow:0,doy:6}})}(n(381))},1560:function(e,t,n){!function(e){"use strict";var t={1:"༡",2:"༢",3:"༣",4:"༤",5:"༥",6:"༦",7:"༧",8:"༨",9:"༩",0:"༠"},n={"༡":"1","༢":"2","༣":"3","༤":"4","༥":"5","༦":"6","༧":"7","༨":"8","༩":"9","༠":"0"};e.defineLocale("bo",{months:"ཟླ་བ་དང་པོ_ཟླ་བ་གཉིས་པ_ཟླ་བ་གསུམ་པ_ཟླ་བ་བཞི་པ_ཟླ་བ་ལྔ་པ_ཟླ་བ་དྲུག་པ_ཟླ་བ་བདུན་པ_ཟླ་བ་བརྒྱད་པ_ཟླ་བ་དགུ་པ_ཟླ་བ་བཅུ་པ_ཟླ་བ་བཅུ་གཅིག་པ_ཟླ་བ་བཅུ་གཉིས་པ".split("_"),monthsShort:"ཟླ་1_ཟླ་2_ཟླ་3_ཟླ་4_ཟླ་5_ཟླ་6_ཟླ་7_ཟླ་8_ཟླ་9_ཟླ་10_ཟླ་11_ཟླ་12".split("_"),monthsShortRegex:/^(ཟླ་\d{1,2})/,monthsParseExact:!0,weekdays:"གཟའ་ཉི་མ་_གཟའ་ཟླ་བ་_གཟའ་མིག་དམར་_གཟའ་ལྷག་པ་_གཟའ་ཕུར་བུ_གཟའ་པ་སངས་_གཟའ་སྤེན་པ་".split("_"),weekdaysShort:"ཉི་མ་_ཟླ་བ་_མིག་དམར་_ལྷག་པ་_ཕུར་བུ_པ་སངས་_སྤེན་པ་".split("_"),weekdaysMin:"ཉི_ཟླ_མིག_ལྷག_ཕུར_སངས_སྤེན".split("_"),longDateFormat:{LT:"A h:mm",LTS:"A h:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, A h:mm",LLLL:"dddd, D MMMM YYYY, A h:mm"},calendar:{sameDay:"[དི་རིང] LT",nextDay:"[སང་ཉིན] LT",nextWeek:"[བདུན་ཕྲག་རྗེས་མ], LT",lastDay:"[ཁ་སང] LT",lastWeek:"[བདུན་ཕྲག་མཐའ་མ] dddd, LT",sameElse:"L"},relativeTime:{future:"%s ལ་",past:"%s སྔན་ལ",s:"ལམ་སང",ss:"%d སྐར་ཆ།",m:"སྐར་མ་གཅིག",mm:"%d སྐར་མ",h:"ཆུ་ཚོད་གཅིག",hh:"%d ཆུ་ཚོད",d:"ཉིན་གཅིག",dd:"%d ཉིན་",M:"ཟླ་བ་གཅིག",MM:"%d ཟླ་བ",y:"ལོ་གཅིག",yy:"%d ལོ"},preparse:function(e){return e.replace(/[༡༢༣༤༥༦༧༨༩༠]/g,(function(e){return n[e]}))},postformat:function(e){return e.replace(/\d/g,(function(e){return t[e]}))},meridiemParse:/མཚན་མོ|ཞོགས་ཀས|ཉིན་གུང|དགོང་དག|མཚན་མོ/,meridiemHour:function(e,t){return 12===e&&(e=0),"མཚན་མོ"===t&&e>=4||"ཉིན་གུང"===t&&e<5||"དགོང་དག"===t?e+12:e},meridiem:function(e,t,n){return e<4?"མཚན་མོ":e<10?"ཞོགས་ཀས":e<17?"ཉིན་གུང":e<20?"དགོང་དག":"མཚན་མོ"},week:{dow:0,doy:6}})}(n(381))},1278:function(e,t,n){!function(e){"use strict";function t(e,t,n){return e+" "+o({mm:"munutenn",MM:"miz",dd:"devezh"}[n],e)}function n(e){switch(r(e)){case 1:case 3:case 4:case 5:case 9:return e+" bloaz";default:return e+" vloaz"}}function r(e){return e>9?r(e%10):e}function o(e,t){return 2===t?a(e):e}function a(e){var t={m:"v",b:"v",d:"z"};return void 0===t[e.charAt(0)]?e:t[e.charAt(0)]+e.substring(1)}var i=[/^gen/i,/^c[ʼ\']hwe/i,/^meu/i,/^ebr/i,/^mae/i,/^(mez|eve)/i,/^gou/i,/^eos/i,/^gwe/i,/^her/i,/^du/i,/^ker/i],l=/^(genver|c[ʼ\']hwevrer|meurzh|ebrel|mae|mezheven|gouere|eost|gwengolo|here|du|kerzu|gen|c[ʼ\']hwe|meu|ebr|mae|eve|gou|eos|gwe|her|du|ker)/i,s=/^(genver|c[ʼ\']hwevrer|meurzh|ebrel|mae|mezheven|gouere|eost|gwengolo|here|du|kerzu)/i,c=/^(gen|c[ʼ\']hwe|meu|ebr|mae|eve|gou|eos|gwe|her|du|ker)/i,u=[/^sul/i,/^lun/i,/^meurzh/i,/^merc[ʼ\']her/i,/^yaou/i,/^gwener/i,/^sadorn/i],d=[/^Sul/i,/^Lun/i,/^Meu/i,/^Mer/i,/^Yao/i,/^Gwe/i,/^Sad/i],m=[/^Su/i,/^Lu/i,/^Me([^r]|$)/i,/^Mer/i,/^Ya/i,/^Gw/i,/^Sa/i];e.defineLocale("br",{months:"Genver_Cʼhwevrer_Meurzh_Ebrel_Mae_Mezheven_Gouere_Eost_Gwengolo_Here_Du_Kerzu".split("_"),monthsShort:"Gen_Cʼhwe_Meu_Ebr_Mae_Eve_Gou_Eos_Gwe_Her_Du_Ker".split("_"),weekdays:"Sul_Lun_Meurzh_Mercʼher_Yaou_Gwener_Sadorn".split("_"),weekdaysShort:"Sul_Lun_Meu_Mer_Yao_Gwe_Sad".split("_"),weekdaysMin:"Su_Lu_Me_Mer_Ya_Gw_Sa".split("_"),weekdaysParse:m,fullWeekdaysParse:u,shortWeekdaysParse:d,minWeekdaysParse:m,monthsRegex:l,monthsShortRegex:l,monthsStrictRegex:s,monthsShortStrictRegex:c,monthsParse:i,longMonthsParse:i,shortMonthsParse:i,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D [a viz] MMMM YYYY",LLL:"D [a viz] MMMM YYYY HH:mm",LLLL:"dddd, D [a viz] MMMM YYYY HH:mm"},calendar:{sameDay:"[Hiziv da] LT",nextDay:"[Warcʼhoazh da] LT",nextWeek:"dddd [da] LT",lastDay:"[Decʼh da] LT",lastWeek:"dddd [paset da] LT",sameElse:"L"},relativeTime:{future:"a-benn %s",past:"%s ʼzo",s:"un nebeud segondennoù",ss:"%d eilenn",m:"ur vunutenn",mm:t,h:"un eur",hh:"%d eur",d:"un devezh",dd:t,M:"ur miz",MM:t,y:"ur bloaz",yy:n},dayOfMonthOrdinalParse:/\d{1,2}(añ|vet)/,ordinal:function(e){return e+(1===e?"añ":"vet")},week:{dow:1,doy:4},meridiemParse:/a.m.|g.m./,isPM:function(e){return"g.m."===e},meridiem:function(e,t,n){return e<12?"a.m.":"g.m."}})}(n(381))},622:function(e,t,n){!function(e){"use strict";function t(e,t,n){var r=e+" ";switch(n){case"ss":return r+=1===e?"sekunda":2===e||3===e||4===e?"sekunde":"sekundi";case"m":return t?"jedna minuta":"jedne minute";case"mm":return r+=1===e?"minuta":2===e||3===e||4===e?"minute":"minuta";case"h":return t?"jedan sat":"jednog sata";case"hh":return r+=1===e?"sat":2===e||3===e||4===e?"sata":"sati";case"dd":return r+=1===e?"dan":"dana";case"MM":return r+=1===e?"mjesec":2===e||3===e||4===e?"mjeseca":"mjeseci";case"yy":return r+=1===e?"godina":2===e||3===e||4===e?"godine":"godina"}}e.defineLocale("bs",{months:"januar_februar_mart_april_maj_juni_juli_august_septembar_oktobar_novembar_decembar".split("_"),monthsShort:"jan._feb._mar._apr._maj._jun._jul._aug._sep._okt._nov._dec.".split("_"),monthsParseExact:!0,weekdays:"nedjelja_ponedjeljak_utorak_srijeda_četvrtak_petak_subota".split("_"),weekdaysShort:"ned._pon._uto._sri._čet._pet._sub.".split("_"),weekdaysMin:"ne_po_ut_sr_če_pe_su".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY H:mm",LLLL:"dddd, D. MMMM YYYY H:mm"},calendar:{sameDay:"[danas u] LT",nextDay:"[sutra u] LT",nextWeek:function(){switch(this.day()){case 0:return"[u] [nedjelju] [u] LT";case 3:return"[u] [srijedu] [u] LT";case 6:return"[u] [subotu] [u] LT";case 1:case 2:case 4:case 5:return"[u] dddd [u] LT"}},lastDay:"[jučer u] LT",lastWeek:function(){switch(this.day()){case 0:case 3:return"[prošlu] dddd [u] LT";case 6:return"[prošle] [subote] [u] LT";case 1:case 2:case 4:case 5:return"[prošli] dddd [u] LT"}},sameElse:"L"},relativeTime:{future:"za %s",past:"prije %s",s:"par sekundi",ss:t,m:t,mm:t,h:t,hh:t,d:"dan",dd:t,M:"mjesec",MM:t,y:"godinu",yy:t},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:7}})}(n(381))},2468:function(e,t,n){!function(e){"use strict";e.defineLocale("ca",{months:{standalone:"gener_febrer_març_abril_maig_juny_juliol_agost_setembre_octubre_novembre_desembre".split("_"),format:"de gener_de febrer_de març_d'abril_de maig_de juny_de juliol_d'agost_de setembre_d'octubre_de novembre_de desembre".split("_"),isFormat:/D[oD]?(\s)+MMMM/},monthsShort:"gen._febr._març_abr._maig_juny_jul._ag._set._oct._nov._des.".split("_"),monthsParseExact:!0,weekdays:"diumenge_dilluns_dimarts_dimecres_dijous_divendres_dissabte".split("_"),weekdaysShort:"dg._dl._dt._dc._dj._dv._ds.".split("_"),weekdaysMin:"dg_dl_dt_dc_dj_dv_ds".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM [de] YYYY",ll:"D MMM YYYY",LLL:"D MMMM [de] YYYY [a les] H:mm",lll:"D MMM YYYY, H:mm",LLLL:"dddd D MMMM [de] YYYY [a les] H:mm",llll:"ddd D MMM YYYY, H:mm"},calendar:{sameDay:function(){return"[avui a "+(1!==this.hours()?"les":"la")+"] LT"},nextDay:function(){return"[demà a "+(1!==this.hours()?"les":"la")+"] LT"},nextWeek:function(){return"dddd [a "+(1!==this.hours()?"les":"la")+"] LT"},lastDay:function(){return"[ahir a "+(1!==this.hours()?"les":"la")+"] LT"},lastWeek:function(){return"[el] dddd [passat a "+(1!==this.hours()?"les":"la")+"] LT"},sameElse:"L"},relativeTime:{future:"d'aquí %s",past:"fa %s",s:"uns segons",ss:"%d segons",m:"un minut",mm:"%d minuts",h:"una hora",hh:"%d hores",d:"un dia",dd:"%d dies",M:"un mes",MM:"%d mesos",y:"un any",yy:"%d anys"},dayOfMonthOrdinalParse:/\d{1,2}(r|n|t|è|a)/,ordinal:function(e,t){var n=1===e?"r":2===e?"n":3===e?"r":4===e?"t":"è";return"w"!==t&&"W"!==t||(n="a"),e+n},week:{dow:1,doy:4}})}(n(381))},5822:function(e,t,n){!function(e){"use strict";var t="leden_únor_březen_duben_květen_červen_červenec_srpen_září_říjen_listopad_prosinec".split("_"),n="led_úno_bře_dub_kvě_čvn_čvc_srp_zář_říj_lis_pro".split("_"),r=[/^led/i,/^úno/i,/^bře/i,/^dub/i,/^kvě/i,/^(čvn|červen$|června)/i,/^(čvc|červenec|července)/i,/^srp/i,/^zář/i,/^říj/i,/^lis/i,/^pro/i],o=/^(leden|únor|březen|duben|květen|červenec|července|červen|června|srpen|září|říjen|listopad|prosinec|led|úno|bře|dub|kvě|čvn|čvc|srp|zář|říj|lis|pro)/i;function a(e){return e>1&&e<5&&1!=~~(e/10)}function i(e,t,n,r){var o=e+" ";switch(n){case"s":return t||r?"pár sekund":"pár sekundami";case"ss":return t||r?o+(a(e)?"sekundy":"sekund"):o+"sekundami";case"m":return t?"minuta":r?"minutu":"minutou";case"mm":return t||r?o+(a(e)?"minuty":"minut"):o+"minutami";case"h":return t?"hodina":r?"hodinu":"hodinou";case"hh":return t||r?o+(a(e)?"hodiny":"hodin"):o+"hodinami";case"d":return t||r?"den":"dnem";case"dd":return t||r?o+(a(e)?"dny":"dní"):o+"dny";case"M":return t||r?"měsíc":"měsícem";case"MM":return t||r?o+(a(e)?"měsíce":"měsíců"):o+"měsíci";case"y":return t||r?"rok":"rokem";case"yy":return t||r?o+(a(e)?"roky":"let"):o+"lety"}}e.defineLocale("cs",{months:t,monthsShort:n,monthsRegex:o,monthsShortRegex:o,monthsStrictRegex:/^(leden|ledna|února|únor|březen|března|duben|dubna|květen|května|červenec|července|červen|června|srpen|srpna|září|říjen|října|listopadu|listopad|prosinec|prosince)/i,monthsShortStrictRegex:/^(led|úno|bře|dub|kvě|čvn|čvc|srp|zář|říj|lis|pro)/i,monthsParse:r,longMonthsParse:r,shortMonthsParse:r,weekdays:"neděle_pondělí_úterý_středa_čtvrtek_pátek_sobota".split("_"),weekdaysShort:"ne_po_út_st_čt_pá_so".split("_"),weekdaysMin:"ne_po_út_st_čt_pá_so".split("_"),longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY H:mm",LLLL:"dddd D. MMMM YYYY H:mm",l:"D. M. YYYY"},calendar:{sameDay:"[dnes v] LT",nextDay:"[zítra v] LT",nextWeek:function(){switch(this.day()){case 0:return"[v neděli v] LT";case 1:case 2:return"[v] dddd [v] LT";case 3:return"[ve středu v] LT";case 4:return"[ve čtvrtek v] LT";case 5:return"[v pátek v] LT";case 6:return"[v sobotu v] LT"}},lastDay:"[včera v] LT",lastWeek:function(){switch(this.day()){case 0:return"[minulou neděli v] LT";case 1:case 2:return"[minulé] dddd [v] LT";case 3:return"[minulou středu v] LT";case 4:case 5:return"[minulý] dddd [v] LT";case 6:return"[minulou sobotu v] LT"}},sameElse:"L"},relativeTime:{future:"za %s",past:"před %s",s:i,ss:i,m:i,mm:i,h:i,hh:i,d:i,dd:i,M:i,MM:i,y:i,yy:i},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(n(381))},877:function(e,t,n){!function(e){"use strict";e.defineLocale("cv",{months:"кӑрлач_нарӑс_пуш_ака_май_ҫӗртме_утӑ_ҫурла_авӑн_юпа_чӳк_раштав".split("_"),monthsShort:"кӑр_нар_пуш_ака_май_ҫӗр_утӑ_ҫур_авн_юпа_чӳк_раш".split("_"),weekdays:"вырсарникун_тунтикун_ытларикун_юнкун_кӗҫнерникун_эрнекун_шӑматкун".split("_"),weekdaysShort:"выр_тун_ытл_юн_кӗҫ_эрн_шӑм".split("_"),weekdaysMin:"вр_тн_ыт_юн_кҫ_эр_шм".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD-MM-YYYY",LL:"YYYY [ҫулхи] MMMM [уйӑхӗн] D[-мӗшӗ]",LLL:"YYYY [ҫулхи] MMMM [уйӑхӗн] D[-мӗшӗ], HH:mm",LLLL:"dddd, YYYY [ҫулхи] MMMM [уйӑхӗн] D[-мӗшӗ], HH:mm"},calendar:{sameDay:"[Паян] LT [сехетре]",nextDay:"[Ыран] LT [сехетре]",lastDay:"[Ӗнер] LT [сехетре]",nextWeek:"[Ҫитес] dddd LT [сехетре]",lastWeek:"[Иртнӗ] dddd LT [сехетре]",sameElse:"L"},relativeTime:{future:function(e){return e+(/сехет$/i.exec(e)?"рен":/ҫул$/i.exec(e)?"тан":"ран")},past:"%s каялла",s:"пӗр-ик ҫеккунт",ss:"%d ҫеккунт",m:"пӗр минут",mm:"%d минут",h:"пӗр сехет",hh:"%d сехет",d:"пӗр кун",dd:"%d кун",M:"пӗр уйӑх",MM:"%d уйӑх",y:"пӗр ҫул",yy:"%d ҫул"},dayOfMonthOrdinalParse:/\d{1,2}-мӗш/,ordinal:"%d-мӗш",week:{dow:1,doy:7}})}(n(381))},7373:function(e,t,n){!function(e){"use strict";e.defineLocale("cy",{months:"Ionawr_Chwefror_Mawrth_Ebrill_Mai_Mehefin_Gorffennaf_Awst_Medi_Hydref_Tachwedd_Rhagfyr".split("_"),monthsShort:"Ion_Chwe_Maw_Ebr_Mai_Meh_Gor_Aws_Med_Hyd_Tach_Rhag".split("_"),weekdays:"Dydd Sul_Dydd Llun_Dydd Mawrth_Dydd Mercher_Dydd Iau_Dydd Gwener_Dydd Sadwrn".split("_"),weekdaysShort:"Sul_Llun_Maw_Mer_Iau_Gwe_Sad".split("_"),weekdaysMin:"Su_Ll_Ma_Me_Ia_Gw_Sa".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Heddiw am] LT",nextDay:"[Yfory am] LT",nextWeek:"dddd [am] LT",lastDay:"[Ddoe am] LT",lastWeek:"dddd [diwethaf am] LT",sameElse:"L"},relativeTime:{future:"mewn %s",past:"%s yn ôl",s:"ychydig eiliadau",ss:"%d eiliad",m:"munud",mm:"%d munud",h:"awr",hh:"%d awr",d:"diwrnod",dd:"%d diwrnod",M:"mis",MM:"%d mis",y:"blwyddyn",yy:"%d flynedd"},dayOfMonthOrdinalParse:/\d{1,2}(fed|ain|af|il|ydd|ed|eg)/,ordinal:function(e){var t="";return e>20?t=40===e||50===e||60===e||80===e||100===e?"fed":"ain":e>0&&(t=["","af","il","ydd","ydd","ed","ed","ed","fed","fed","fed","eg","fed","eg","eg","fed","eg","eg","fed","eg","fed"][e]),e+t},week:{dow:1,doy:4}})}(n(381))},4780:function(e,t,n){!function(e){"use strict";e.defineLocale("da",{months:"januar_februar_marts_april_maj_juni_juli_august_september_oktober_november_december".split("_"),monthsShort:"jan_feb_mar_apr_maj_jun_jul_aug_sep_okt_nov_dec".split("_"),weekdays:"søndag_mandag_tirsdag_onsdag_torsdag_fredag_lørdag".split("_"),weekdaysShort:"søn_man_tir_ons_tor_fre_lør".split("_"),weekdaysMin:"sø_ma_ti_on_to_fr_lø".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY HH:mm",LLLL:"dddd [d.] D. MMMM YYYY [kl.] HH:mm"},calendar:{sameDay:"[i dag kl.] LT",nextDay:"[i morgen kl.] LT",nextWeek:"på dddd [kl.] LT",lastDay:"[i går kl.] LT",lastWeek:"[i] dddd[s kl.] LT",sameElse:"L"},relativeTime:{future:"om %s",past:"%s siden",s:"få sekunder",ss:"%d sekunder",m:"et minut",mm:"%d minutter",h:"en time",hh:"%d timer",d:"en dag",dd:"%d dage",M:"en måned",MM:"%d måneder",y:"et år",yy:"%d år"},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(n(381))},217:function(e,t,n){!function(e){"use strict";function t(e,t,n,r){var o={m:["eine Minute","einer Minute"],h:["eine Stunde","einer Stunde"],d:["ein Tag","einem Tag"],dd:[e+" Tage",e+" Tagen"],w:["eine Woche","einer Woche"],M:["ein Monat","einem Monat"],MM:[e+" Monate",e+" Monaten"],y:["ein Jahr","einem Jahr"],yy:[e+" Jahre",e+" Jahren"]};return t?o[n][0]:o[n][1]}e.defineLocale("de-at",{months:"Jänner_Februar_März_April_Mai_Juni_Juli_August_September_Oktober_November_Dezember".split("_"),monthsShort:"Jän._Feb._März_Apr._Mai_Juni_Juli_Aug._Sep._Okt._Nov._Dez.".split("_"),monthsParseExact:!0,weekdays:"Sonntag_Montag_Dienstag_Mittwoch_Donnerstag_Freitag_Samstag".split("_"),weekdaysShort:"So._Mo._Di._Mi._Do._Fr._Sa.".split("_"),weekdaysMin:"So_Mo_Di_Mi_Do_Fr_Sa".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY HH:mm",LLLL:"dddd, D. MMMM YYYY HH:mm"},calendar:{sameDay:"[heute um] LT [Uhr]",sameElse:"L",nextDay:"[morgen um] LT [Uhr]",nextWeek:"dddd [um] LT [Uhr]",lastDay:"[gestern um] LT [Uhr]",lastWeek:"[letzten] dddd [um] LT [Uhr]"},relativeTime:{future:"in %s",past:"vor %s",s:"ein paar Sekunden",ss:"%d Sekunden",m:t,mm:"%d Minuten",h:t,hh:"%d Stunden",d:t,dd:t,w:t,ww:"%d Wochen",M:t,MM:t,y:t,yy:t},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(n(381))},894:function(e,t,n){!function(e){"use strict";function t(e,t,n,r){var o={m:["eine Minute","einer Minute"],h:["eine Stunde","einer Stunde"],d:["ein Tag","einem Tag"],dd:[e+" Tage",e+" Tagen"],w:["eine Woche","einer Woche"],M:["ein Monat","einem Monat"],MM:[e+" Monate",e+" Monaten"],y:["ein Jahr","einem Jahr"],yy:[e+" Jahre",e+" Jahren"]};return t?o[n][0]:o[n][1]}e.defineLocale("de-ch",{months:"Januar_Februar_März_April_Mai_Juni_Juli_August_September_Oktober_November_Dezember".split("_"),monthsShort:"Jan._Feb._März_Apr._Mai_Juni_Juli_Aug._Sep._Okt._Nov._Dez.".split("_"),monthsParseExact:!0,weekdays:"Sonntag_Montag_Dienstag_Mittwoch_Donnerstag_Freitag_Samstag".split("_"),weekdaysShort:"So_Mo_Di_Mi_Do_Fr_Sa".split("_"),weekdaysMin:"So_Mo_Di_Mi_Do_Fr_Sa".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY HH:mm",LLLL:"dddd, D. MMMM YYYY HH:mm"},calendar:{sameDay:"[heute um] LT [Uhr]",sameElse:"L",nextDay:"[morgen um] LT [Uhr]",nextWeek:"dddd [um] LT [Uhr]",lastDay:"[gestern um] LT [Uhr]",lastWeek:"[letzten] dddd [um] LT [Uhr]"},relativeTime:{future:"in %s",past:"vor %s",s:"ein paar Sekunden",ss:"%d Sekunden",m:t,mm:"%d Minuten",h:t,hh:"%d Stunden",d:t,dd:t,w:t,ww:"%d Wochen",M:t,MM:t,y:t,yy:t},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(n(381))},9740:function(e,t,n){!function(e){"use strict";function t(e,t,n,r){var o={m:["eine Minute","einer Minute"],h:["eine Stunde","einer Stunde"],d:["ein Tag","einem Tag"],dd:[e+" Tage",e+" Tagen"],w:["eine Woche","einer Woche"],M:["ein Monat","einem Monat"],MM:[e+" Monate",e+" Monaten"],y:["ein Jahr","einem Jahr"],yy:[e+" Jahre",e+" Jahren"]};return t?o[n][0]:o[n][1]}e.defineLocale("de",{months:"Januar_Februar_März_April_Mai_Juni_Juli_August_September_Oktober_November_Dezember".split("_"),monthsShort:"Jan._Feb._März_Apr._Mai_Juni_Juli_Aug._Sep._Okt._Nov._Dez.".split("_"),monthsParseExact:!0,weekdays:"Sonntag_Montag_Dienstag_Mittwoch_Donnerstag_Freitag_Samstag".split("_"),weekdaysShort:"So._Mo._Di._Mi._Do._Fr._Sa.".split("_"),weekdaysMin:"So_Mo_Di_Mi_Do_Fr_Sa".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY HH:mm",LLLL:"dddd, D. MMMM YYYY HH:mm"},calendar:{sameDay:"[heute um] LT [Uhr]",sameElse:"L",nextDay:"[morgen um] LT [Uhr]",nextWeek:"dddd [um] LT [Uhr]",lastDay:"[gestern um] LT [Uhr]",lastWeek:"[letzten] dddd [um] LT [Uhr]"},relativeTime:{future:"in %s",past:"vor %s",s:"ein paar Sekunden",ss:"%d Sekunden",m:t,mm:"%d Minuten",h:t,hh:"%d Stunden",d:t,dd:t,w:t,ww:"%d Wochen",M:t,MM:t,y:t,yy:t},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(n(381))},5300:function(e,t,n){!function(e){"use strict";var t=["ޖެނުއަރީ","ފެބްރުއަރީ","މާރިޗު","އޭޕްރީލު","މޭ","ޖޫން","ޖުލައި","އޯގަސްޓު","ސެޕްޓެމްބަރު","އޮކްޓޯބަރު","ނޮވެމްބަރު","ޑިސެމްބަރު"],n=["އާދިއްތަ","ހޯމަ","އަންގާރަ","ބުދަ","ބުރާސްފަތި","ހުކުރު","ހޮނިހިރު"];e.defineLocale("dv",{months:t,monthsShort:t,weekdays:n,weekdaysShort:n,weekdaysMin:"އާދި_ހޯމަ_އަން_ބުދަ_ބުރާ_ހުކު_ހޮނި".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"D/M/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},meridiemParse:/މކ|މފ/,isPM:function(e){return"މފ"===e},meridiem:function(e,t,n){return e<12?"މކ":"މފ"},calendar:{sameDay:"[މިއަދު] LT",nextDay:"[މާދަމާ] LT",nextWeek:"dddd LT",lastDay:"[އިއްޔެ] LT",lastWeek:"[ފާއިތުވި] dddd LT",sameElse:"L"},relativeTime:{future:"ތެރޭގައި %s",past:"ކުރިން %s",s:"ސިކުންތުކޮޅެއް",ss:"d% ސިކުންތު",m:"މިނިޓެއް",mm:"މިނިޓު %d",h:"ގަޑިއިރެއް",hh:"ގަޑިއިރު %d",d:"ދުވަހެއް",dd:"ދުވަސް %d",M:"މަހެއް",MM:"މަސް %d",y:"އަހަރެއް",yy:"އަހަރު %d"},preparse:function(e){return e.replace(/،/g,",")},postformat:function(e){return e.replace(/,/g,"،")},week:{dow:7,doy:12}})}(n(381))},837:function(e,t,n){!function(e){"use strict";function t(e){return"undefined"!=typeof Function&&e instanceof Function||"[object Function]"===Object.prototype.toString.call(e)}e.defineLocale("el",{monthsNominativeEl:"Ιανουάριος_Φεβρουάριος_Μάρτιος_Απρίλιος_Μάιος_Ιούνιος_Ιούλιος_Αύγουστος_Σεπτέμβριος_Οκτώβριος_Νοέμβριος_Δεκέμβριος".split("_"),monthsGenitiveEl:"Ιανουαρίου_Φεβρουαρίου_Μαρτίου_Απριλίου_Μαΐου_Ιουνίου_Ιουλίου_Αυγούστου_Σεπτεμβρίου_Οκτωβρίου_Νοεμβρίου_Δεκεμβρίου".split("_"),months:function(e,t){return e?"string"==typeof t&&/D/.test(t.substring(0,t.indexOf("MMMM")))?this._monthsGenitiveEl[e.month()]:this._monthsNominativeEl[e.month()]:this._monthsNominativeEl},monthsShort:"Ιαν_Φεβ_Μαρ_Απρ_Μαϊ_Ιουν_Ιουλ_Αυγ_Σεπ_Οκτ_Νοε_Δεκ".split("_"),weekdays:"Κυριακή_Δευτέρα_Τρίτη_Τετάρτη_Πέμπτη_Παρασκευή_Σάββατο".split("_"),weekdaysShort:"Κυρ_Δευ_Τρι_Τετ_Πεμ_Παρ_Σαβ".split("_"),weekdaysMin:"Κυ_Δε_Τρ_Τε_Πε_Πα_Σα".split("_"),meridiem:function(e,t,n){return e>11?n?"μμ":"ΜΜ":n?"πμ":"ΠΜ"},isPM:function(e){return"μ"===(e+"").toLowerCase()[0]},meridiemParse:/[ΠΜ]\.?Μ?\.?/i,longDateFormat:{LT:"h:mm A",LTS:"h:mm:ss A",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY h:mm A",LLLL:"dddd, D MMMM YYYY h:mm A"},calendarEl:{sameDay:"[Σήμερα {}] LT",nextDay:"[Αύριο {}] LT",nextWeek:"dddd [{}] LT",lastDay:"[Χθες {}] LT",lastWeek:function(){return 6===this.day()?"[το προηγούμενο] dddd [{}] LT":"[την προηγούμενη] dddd [{}] LT"},sameElse:"L"},calendar:function(e,n){var r=this._calendarEl[e],o=n&&n.hours();return t(r)&&(r=r.apply(n)),r.replace("{}",o%12==1?"στη":"στις")},relativeTime:{future:"σε %s",past:"%s πριν",s:"λίγα δευτερόλεπτα",ss:"%d δευτερόλεπτα",m:"ένα λεπτό",mm:"%d λεπτά",h:"μία ώρα",hh:"%d ώρες",d:"μία μέρα",dd:"%d μέρες",M:"ένας μήνας",MM:"%d μήνες",y:"ένας χρόνος",yy:"%d χρόνια"},dayOfMonthOrdinalParse:/\d{1,2}η/,ordinal:"%dη",week:{dow:1,doy:4}})}(n(381))},8348:function(e,t,n){!function(e){"use strict";e.defineLocale("en-au",{months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),monthsShort:"Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_"),weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),weekdaysShort:"Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),weekdaysMin:"Su_Mo_Tu_We_Th_Fr_Sa".split("_"),longDateFormat:{LT:"h:mm A",LTS:"h:mm:ss A",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY h:mm A",LLLL:"dddd, D MMMM YYYY h:mm A"},calendar:{sameDay:"[Today at] LT",nextDay:"[Tomorrow at] LT",nextWeek:"dddd [at] LT",lastDay:"[Yesterday at] LT",lastWeek:"[Last] dddd [at] LT",sameElse:"L"},relativeTime:{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",M:"a month",MM:"%d months",y:"a year",yy:"%d years"},dayOfMonthOrdinalParse:/\d{1,2}(st|nd|rd|th)/,ordinal:function(e){var t=e%10;return e+(1==~~(e%100/10)?"th":1===t?"st":2===t?"nd":3===t?"rd":"th")},week:{dow:0,doy:4}})}(n(381))},7925:function(e,t,n){!function(e){"use strict";e.defineLocale("en-ca",{months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),monthsShort:"Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_"),weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),weekdaysShort:"Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),weekdaysMin:"Su_Mo_Tu_We_Th_Fr_Sa".split("_"),longDateFormat:{LT:"h:mm A",LTS:"h:mm:ss A",L:"YYYY-MM-DD",LL:"MMMM D, YYYY",LLL:"MMMM D, YYYY h:mm A",LLLL:"dddd, MMMM D, YYYY h:mm A"},calendar:{sameDay:"[Today at] LT",nextDay:"[Tomorrow at] LT",nextWeek:"dddd [at] LT",lastDay:"[Yesterday at] LT",lastWeek:"[Last] dddd [at] LT",sameElse:"L"},relativeTime:{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",M:"a month",MM:"%d months",y:"a year",yy:"%d years"},dayOfMonthOrdinalParse:/\d{1,2}(st|nd|rd|th)/,ordinal:function(e){var t=e%10;return e+(1==~~(e%100/10)?"th":1===t?"st":2===t?"nd":3===t?"rd":"th")}})}(n(381))},2243:function(e,t,n){!function(e){"use strict";e.defineLocale("en-gb",{months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),monthsShort:"Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_"),weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),weekdaysShort:"Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),weekdaysMin:"Su_Mo_Tu_We_Th_Fr_Sa".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Today at] LT",nextDay:"[Tomorrow at] LT",nextWeek:"dddd [at] LT",lastDay:"[Yesterday at] LT",lastWeek:"[Last] dddd [at] LT",sameElse:"L"},relativeTime:{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",M:"a month",MM:"%d months",y:"a year",yy:"%d years"},dayOfMonthOrdinalParse:/\d{1,2}(st|nd|rd|th)/,ordinal:function(e){var t=e%10;return e+(1==~~(e%100/10)?"th":1===t?"st":2===t?"nd":3===t?"rd":"th")},week:{dow:1,doy:4}})}(n(381))},6436:function(e,t,n){!function(e){"use strict";e.defineLocale("en-ie",{months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),monthsShort:"Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_"),weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),weekdaysShort:"Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),weekdaysMin:"Su_Mo_Tu_We_Th_Fr_Sa".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[Today at] LT",nextDay:"[Tomorrow at] LT",nextWeek:"dddd [at] LT",lastDay:"[Yesterday at] LT",lastWeek:"[Last] dddd [at] LT",sameElse:"L"},relativeTime:{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",M:"a month",MM:"%d months",y:"a year",yy:"%d years"},dayOfMonthOrdinalParse:/\d{1,2}(st|nd|rd|th)/,ordinal:function(e){var t=e%10;return e+(1==~~(e%100/10)?"th":1===t?"st":2===t?"nd":3===t?"rd":"th")},week:{dow:1,doy:4}})}(n(381))},7207:function(e,t,n){!function(e){"use strict";e.defineLocale("en-il",{months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),monthsShort:"Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_"),weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),weekdaysShort:"Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),weekdaysMin:"Su_Mo_Tu_We_Th_Fr_Sa".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Today at] LT",nextDay:"[Tomorrow at] LT",nextWeek:"dddd [at] LT",lastDay:"[Yesterday at] LT",lastWeek:"[Last] dddd [at] LT",sameElse:"L"},relativeTime:{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",M:"a month",MM:"%d months",y:"a year",yy:"%d years"},dayOfMonthOrdinalParse:/\d{1,2}(st|nd|rd|th)/,ordinal:function(e){var t=e%10;return e+(1==~~(e%100/10)?"th":1===t?"st":2===t?"nd":3===t?"rd":"th")}})}(n(381))},4175:function(e,t,n){!function(e){"use strict";e.defineLocale("en-in",{months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),monthsShort:"Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_"),weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),weekdaysShort:"Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),weekdaysMin:"Su_Mo_Tu_We_Th_Fr_Sa".split("_"),longDateFormat:{LT:"h:mm A",LTS:"h:mm:ss A",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY h:mm A",LLLL:"dddd, D MMMM YYYY h:mm A"},calendar:{sameDay:"[Today at] LT",nextDay:"[Tomorrow at] LT",nextWeek:"dddd [at] LT",lastDay:"[Yesterday at] LT",lastWeek:"[Last] dddd [at] LT",sameElse:"L"},relativeTime:{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",M:"a month",MM:"%d months",y:"a year",yy:"%d years"},dayOfMonthOrdinalParse:/\d{1,2}(st|nd|rd|th)/,ordinal:function(e){var t=e%10;return e+(1==~~(e%100/10)?"th":1===t?"st":2===t?"nd":3===t?"rd":"th")},week:{dow:0,doy:6}})}(n(381))},6319:function(e,t,n){!function(e){"use strict";e.defineLocale("en-nz",{months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),monthsShort:"Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_"),weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),weekdaysShort:"Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),weekdaysMin:"Su_Mo_Tu_We_Th_Fr_Sa".split("_"),longDateFormat:{LT:"h:mm A",LTS:"h:mm:ss A",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY h:mm A",LLLL:"dddd, D MMMM YYYY h:mm A"},calendar:{sameDay:"[Today at] LT",nextDay:"[Tomorrow at] LT",nextWeek:"dddd [at] LT",lastDay:"[Yesterday at] LT",lastWeek:"[Last] dddd [at] LT",sameElse:"L"},relativeTime:{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",M:"a month",MM:"%d months",y:"a year",yy:"%d years"},dayOfMonthOrdinalParse:/\d{1,2}(st|nd|rd|th)/,ordinal:function(e){var t=e%10;return e+(1==~~(e%100/10)?"th":1===t?"st":2===t?"nd":3===t?"rd":"th")},week:{dow:1,doy:4}})}(n(381))},1662:function(e,t,n){!function(e){"use strict";e.defineLocale("en-sg",{months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),monthsShort:"Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_"),weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),weekdaysShort:"Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),weekdaysMin:"Su_Mo_Tu_We_Th_Fr_Sa".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Today at] LT",nextDay:"[Tomorrow at] LT",nextWeek:"dddd [at] LT",lastDay:"[Yesterday at] LT",lastWeek:"[Last] dddd [at] LT",sameElse:"L"},relativeTime:{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",M:"a month",MM:"%d months",y:"a year",yy:"%d years"},dayOfMonthOrdinalParse:/\d{1,2}(st|nd|rd|th)/,ordinal:function(e){var t=e%10;return e+(1==~~(e%100/10)?"th":1===t?"st":2===t?"nd":3===t?"rd":"th")},week:{dow:1,doy:4}})}(n(381))},2915:function(e,t,n){!function(e){"use strict";e.defineLocale("eo",{months:"januaro_februaro_marto_aprilo_majo_junio_julio_aŭgusto_septembro_oktobro_novembro_decembro".split("_"),monthsShort:"jan_feb_mart_apr_maj_jun_jul_aŭg_sept_okt_nov_dec".split("_"),weekdays:"dimanĉo_lundo_mardo_merkredo_ĵaŭdo_vendredo_sabato".split("_"),weekdaysShort:"dim_lun_mard_merk_ĵaŭ_ven_sab".split("_"),weekdaysMin:"di_lu_ma_me_ĵa_ve_sa".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY-MM-DD",LL:"[la] D[-an de] MMMM, YYYY",LLL:"[la] D[-an de] MMMM, YYYY HH:mm",LLLL:"dddd[n], [la] D[-an de] MMMM, YYYY HH:mm",llll:"ddd, [la] D[-an de] MMM, YYYY HH:mm"},meridiemParse:/[ap]\.t\.m/i,isPM:function(e){return"p"===e.charAt(0).toLowerCase()},meridiem:function(e,t,n){return e>11?n?"p.t.m.":"P.T.M.":n?"a.t.m.":"A.T.M."},calendar:{sameDay:"[Hodiaŭ je] LT",nextDay:"[Morgaŭ je] LT",nextWeek:"dddd[n je] LT",lastDay:"[Hieraŭ je] LT",lastWeek:"[pasintan] dddd[n je] LT",sameElse:"L"},relativeTime:{future:"post %s",past:"antaŭ %s",s:"kelkaj sekundoj",ss:"%d sekundoj",m:"unu minuto",mm:"%d minutoj",h:"unu horo",hh:"%d horoj",d:"unu tago",dd:"%d tagoj",M:"unu monato",MM:"%d monatoj",y:"unu jaro",yy:"%d jaroj"},dayOfMonthOrdinalParse:/\d{1,2}a/,ordinal:"%da",week:{dow:1,doy:7}})}(n(381))},5251:function(e,t,n){!function(e){"use strict";var t="ene._feb._mar._abr._may._jun._jul._ago._sep._oct._nov._dic.".split("_"),n="ene_feb_mar_abr_may_jun_jul_ago_sep_oct_nov_dic".split("_"),r=[/^ene/i,/^feb/i,/^mar/i,/^abr/i,/^may/i,/^jun/i,/^jul/i,/^ago/i,/^sep/i,/^oct/i,/^nov/i,/^dic/i],o=/^(enero|febrero|marzo|abril|mayo|junio|julio|agosto|septiembre|octubre|noviembre|diciembre|ene\.?|feb\.?|mar\.?|abr\.?|may\.?|jun\.?|jul\.?|ago\.?|sep\.?|oct\.?|nov\.?|dic\.?)/i;e.defineLocale("es-do",{months:"enero_febrero_marzo_abril_mayo_junio_julio_agosto_septiembre_octubre_noviembre_diciembre".split("_"),monthsShort:function(e,r){return e?/-MMM-/.test(r)?n[e.month()]:t[e.month()]:t},monthsRegex:o,monthsShortRegex:o,monthsStrictRegex:/^(enero|febrero|marzo|abril|mayo|junio|julio|agosto|septiembre|octubre|noviembre|diciembre)/i,monthsShortStrictRegex:/^(ene\.?|feb\.?|mar\.?|abr\.?|may\.?|jun\.?|jul\.?|ago\.?|sep\.?|oct\.?|nov\.?|dic\.?)/i,monthsParse:r,longMonthsParse:r,shortMonthsParse:r,weekdays:"domingo_lunes_martes_miércoles_jueves_viernes_sábado".split("_"),weekdaysShort:"dom._lun._mar._mié._jue._vie._sáb.".split("_"),weekdaysMin:"do_lu_ma_mi_ju_vi_sá".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"h:mm A",LTS:"h:mm:ss A",L:"DD/MM/YYYY",LL:"D [de] MMMM [de] YYYY",LLL:"D [de] MMMM [de] YYYY h:mm A",LLLL:"dddd, D [de] MMMM [de] YYYY h:mm A"},calendar:{sameDay:function(){return"[hoy a la"+(1!==this.hours()?"s":"")+"] LT"},nextDay:function(){return"[mañana a la"+(1!==this.hours()?"s":"")+"] LT"},nextWeek:function(){return"dddd [a la"+(1!==this.hours()?"s":"")+"] LT"},lastDay:function(){return"[ayer a la"+(1!==this.hours()?"s":"")+"] LT"},lastWeek:function(){return"[el] dddd [pasado a la"+(1!==this.hours()?"s":"")+"] LT"},sameElse:"L"},relativeTime:{future:"en %s",past:"hace %s",s:"unos segundos",ss:"%d segundos",m:"un minuto",mm:"%d minutos",h:"una hora",hh:"%d horas",d:"un día",dd:"%d días",w:"una semana",ww:"%d semanas",M:"un mes",MM:"%d meses",y:"un año",yy:"%d años"},dayOfMonthOrdinalParse:/\d{1,2}º/,ordinal:"%dº",week:{dow:1,doy:4}})}(n(381))},6112:function(e,t,n){!function(e){"use strict";var t="ene._feb._mar._abr._may._jun._jul._ago._sep._oct._nov._dic.".split("_"),n="ene_feb_mar_abr_may_jun_jul_ago_sep_oct_nov_dic".split("_"),r=[/^ene/i,/^feb/i,/^mar/i,/^abr/i,/^may/i,/^jun/i,/^jul/i,/^ago/i,/^sep/i,/^oct/i,/^nov/i,/^dic/i],o=/^(enero|febrero|marzo|abril|mayo|junio|julio|agosto|septiembre|octubre|noviembre|diciembre|ene\.?|feb\.?|mar\.?|abr\.?|may\.?|jun\.?|jul\.?|ago\.?|sep\.?|oct\.?|nov\.?|dic\.?)/i;e.defineLocale("es-mx",{months:"enero_febrero_marzo_abril_mayo_junio_julio_agosto_septiembre_octubre_noviembre_diciembre".split("_"),monthsShort:function(e,r){return e?/-MMM-/.test(r)?n[e.month()]:t[e.month()]:t},monthsRegex:o,monthsShortRegex:o,monthsStrictRegex:/^(enero|febrero|marzo|abril|mayo|junio|julio|agosto|septiembre|octubre|noviembre|diciembre)/i,monthsShortStrictRegex:/^(ene\.?|feb\.?|mar\.?|abr\.?|may\.?|jun\.?|jul\.?|ago\.?|sep\.?|oct\.?|nov\.?|dic\.?)/i,monthsParse:r,longMonthsParse:r,shortMonthsParse:r,weekdays:"domingo_lunes_martes_miércoles_jueves_viernes_sábado".split("_"),weekdaysShort:"dom._lun._mar._mié._jue._vie._sáb.".split("_"),weekdaysMin:"do_lu_ma_mi_ju_vi_sá".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD/MM/YYYY",LL:"D [de] MMMM [de] YYYY",LLL:"D [de] MMMM [de] YYYY H:mm",LLLL:"dddd, D [de] MMMM [de] YYYY H:mm"},calendar:{sameDay:function(){return"[hoy a la"+(1!==this.hours()?"s":"")+"] LT"},nextDay:function(){return"[mañana a la"+(1!==this.hours()?"s":"")+"] LT"},nextWeek:function(){return"dddd [a la"+(1!==this.hours()?"s":"")+"] LT"},lastDay:function(){return"[ayer a la"+(1!==this.hours()?"s":"")+"] LT"},lastWeek:function(){return"[el] dddd [pasado a la"+(1!==this.hours()?"s":"")+"] LT"},sameElse:"L"},relativeTime:{future:"en %s",past:"hace %s",s:"unos segundos",ss:"%d segundos",m:"un minuto",mm:"%d minutos",h:"una hora",hh:"%d horas",d:"un día",dd:"%d días",w:"una semana",ww:"%d semanas",M:"un mes",MM:"%d meses",y:"un año",yy:"%d años"},dayOfMonthOrdinalParse:/\d{1,2}º/,ordinal:"%dº",week:{dow:0,doy:4},invalidDate:"Fecha inválida"})}(n(381))},1146:function(e,t,n){!function(e){"use strict";var t="ene._feb._mar._abr._may._jun._jul._ago._sep._oct._nov._dic.".split("_"),n="ene_feb_mar_abr_may_jun_jul_ago_sep_oct_nov_dic".split("_"),r=[/^ene/i,/^feb/i,/^mar/i,/^abr/i,/^may/i,/^jun/i,/^jul/i,/^ago/i,/^sep/i,/^oct/i,/^nov/i,/^dic/i],o=/^(enero|febrero|marzo|abril|mayo|junio|julio|agosto|septiembre|octubre|noviembre|diciembre|ene\.?|feb\.?|mar\.?|abr\.?|may\.?|jun\.?|jul\.?|ago\.?|sep\.?|oct\.?|nov\.?|dic\.?)/i;e.defineLocale("es-us",{months:"enero_febrero_marzo_abril_mayo_junio_julio_agosto_septiembre_octubre_noviembre_diciembre".split("_"),monthsShort:function(e,r){return e?/-MMM-/.test(r)?n[e.month()]:t[e.month()]:t},monthsRegex:o,monthsShortRegex:o,monthsStrictRegex:/^(enero|febrero|marzo|abril|mayo|junio|julio|agosto|septiembre|octubre|noviembre|diciembre)/i,monthsShortStrictRegex:/^(ene\.?|feb\.?|mar\.?|abr\.?|may\.?|jun\.?|jul\.?|ago\.?|sep\.?|oct\.?|nov\.?|dic\.?)/i,monthsParse:r,longMonthsParse:r,shortMonthsParse:r,weekdays:"domingo_lunes_martes_miércoles_jueves_viernes_sábado".split("_"),weekdaysShort:"dom._lun._mar._mié._jue._vie._sáb.".split("_"),weekdaysMin:"do_lu_ma_mi_ju_vi_sá".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"h:mm A",LTS:"h:mm:ss A",L:"MM/DD/YYYY",LL:"D [de] MMMM [de] YYYY",LLL:"D [de] MMMM [de] YYYY h:mm A",LLLL:"dddd, D [de] MMMM [de] YYYY h:mm A"},calendar:{sameDay:function(){return"[hoy a la"+(1!==this.hours()?"s":"")+"] LT"},nextDay:function(){return"[mañana a la"+(1!==this.hours()?"s":"")+"] LT"},nextWeek:function(){return"dddd [a la"+(1!==this.hours()?"s":"")+"] LT"},lastDay:function(){return"[ayer a la"+(1!==this.hours()?"s":"")+"] LT"},lastWeek:function(){return"[el] dddd [pasado a la"+(1!==this.hours()?"s":"")+"] LT"},sameElse:"L"},relativeTime:{future:"en %s",past:"hace %s",s:"unos segundos",ss:"%d segundos",m:"un minuto",mm:"%d minutos",h:"una hora",hh:"%d horas",d:"un día",dd:"%d días",w:"una semana",ww:"%d semanas",M:"un mes",MM:"%d meses",y:"un año",yy:"%d años"},dayOfMonthOrdinalParse:/\d{1,2}º/,ordinal:"%dº",week:{dow:0,doy:6}})}(n(381))},5655:function(e,t,n){!function(e){"use strict";var t="ene._feb._mar._abr._may._jun._jul._ago._sep._oct._nov._dic.".split("_"),n="ene_feb_mar_abr_may_jun_jul_ago_sep_oct_nov_dic".split("_"),r=[/^ene/i,/^feb/i,/^mar/i,/^abr/i,/^may/i,/^jun/i,/^jul/i,/^ago/i,/^sep/i,/^oct/i,/^nov/i,/^dic/i],o=/^(enero|febrero|marzo|abril|mayo|junio|julio|agosto|septiembre|octubre|noviembre|diciembre|ene\.?|feb\.?|mar\.?|abr\.?|may\.?|jun\.?|jul\.?|ago\.?|sep\.?|oct\.?|nov\.?|dic\.?)/i;e.defineLocale("es",{months:"enero_febrero_marzo_abril_mayo_junio_julio_agosto_septiembre_octubre_noviembre_diciembre".split("_"),monthsShort:function(e,r){return e?/-MMM-/.test(r)?n[e.month()]:t[e.month()]:t},monthsRegex:o,monthsShortRegex:o,monthsStrictRegex:/^(enero|febrero|marzo|abril|mayo|junio|julio|agosto|septiembre|octubre|noviembre|diciembre)/i,monthsShortStrictRegex:/^(ene\.?|feb\.?|mar\.?|abr\.?|may\.?|jun\.?|jul\.?|ago\.?|sep\.?|oct\.?|nov\.?|dic\.?)/i,monthsParse:r,longMonthsParse:r,shortMonthsParse:r,weekdays:"domingo_lunes_martes_miércoles_jueves_viernes_sábado".split("_"),weekdaysShort:"dom._lun._mar._mié._jue._vie._sáb.".split("_"),weekdaysMin:"do_lu_ma_mi_ju_vi_sá".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD/MM/YYYY",LL:"D [de] MMMM [de] YYYY",LLL:"D [de] MMMM [de] YYYY H:mm",LLLL:"dddd, D [de] MMMM [de] YYYY H:mm"},calendar:{sameDay:function(){return"[hoy a la"+(1!==this.hours()?"s":"")+"] LT"},nextDay:function(){return"[mañana a la"+(1!==this.hours()?"s":"")+"] LT"},nextWeek:function(){return"dddd [a la"+(1!==this.hours()?"s":"")+"] LT"},lastDay:function(){return"[ayer a la"+(1!==this.hours()?"s":"")+"] LT"},lastWeek:function(){return"[el] dddd [pasado a la"+(1!==this.hours()?"s":"")+"] LT"},sameElse:"L"},relativeTime:{future:"en %s",past:"hace %s",s:"unos segundos",ss:"%d segundos",m:"un minuto",mm:"%d minutos",h:"una hora",hh:"%d horas",d:"un día",dd:"%d días",w:"una semana",ww:"%d semanas",M:"un mes",MM:"%d meses",y:"un año",yy:"%d años"},dayOfMonthOrdinalParse:/\d{1,2}º/,ordinal:"%dº",week:{dow:1,doy:4},invalidDate:"Fecha inválida"})}(n(381))},5603:function(e,t,n){!function(e){"use strict";function t(e,t,n,r){var o={s:["mõne sekundi","mõni sekund","paar sekundit"],ss:[e+"sekundi",e+"sekundit"],m:["ühe minuti","üks minut"],mm:[e+" minuti",e+" minutit"],h:["ühe tunni","tund aega","üks tund"],hh:[e+" tunni",e+" tundi"],d:["ühe päeva","üks päev"],M:["kuu aja","kuu aega","üks kuu"],MM:[e+" kuu",e+" kuud"],y:["ühe aasta","aasta","üks aasta"],yy:[e+" aasta",e+" aastat"]};return t?o[n][2]?o[n][2]:o[n][1]:r?o[n][0]:o[n][1]}e.defineLocale("et",{months:"jaanuar_veebruar_märts_aprill_mai_juuni_juuli_august_september_oktoober_november_detsember".split("_"),monthsShort:"jaan_veebr_märts_apr_mai_juuni_juuli_aug_sept_okt_nov_dets".split("_"),weekdays:"pühapäev_esmaspäev_teisipäev_kolmapäev_neljapäev_reede_laupäev".split("_"),weekdaysShort:"P_E_T_K_N_R_L".split("_"),weekdaysMin:"P_E_T_K_N_R_L".split("_"),longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY H:mm",LLLL:"dddd, D. MMMM YYYY H:mm"},calendar:{sameDay:"[Täna,] LT",nextDay:"[Homme,] LT",nextWeek:"[Järgmine] dddd LT",lastDay:"[Eile,] LT",lastWeek:"[Eelmine] dddd LT",sameElse:"L"},relativeTime:{future:"%s pärast",past:"%s tagasi",s:t,ss:t,m:t,mm:t,h:t,hh:t,d:t,dd:"%d päeva",M:t,MM:t,y:t,yy:t},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(n(381))},7763:function(e,t,n){!function(e){"use strict";e.defineLocale("eu",{months:"urtarrila_otsaila_martxoa_apirila_maiatza_ekaina_uztaila_abuztua_iraila_urria_azaroa_abendua".split("_"),monthsShort:"urt._ots._mar._api._mai._eka._uzt._abu._ira._urr._aza._abe.".split("_"),monthsParseExact:!0,weekdays:"igandea_astelehena_asteartea_asteazkena_osteguna_ostirala_larunbata".split("_"),weekdaysShort:"ig._al._ar._az._og._ol._lr.".split("_"),weekdaysMin:"ig_al_ar_az_og_ol_lr".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY-MM-DD",LL:"YYYY[ko] MMMM[ren] D[a]",LLL:"YYYY[ko] MMMM[ren] D[a] HH:mm",LLLL:"dddd, YYYY[ko] MMMM[ren] D[a] HH:mm",l:"YYYY-M-D",ll:"YYYY[ko] MMM D[a]",lll:"YYYY[ko] MMM D[a] HH:mm",llll:"ddd, YYYY[ko] MMM D[a] HH:mm"},calendar:{sameDay:"[gaur] LT[etan]",nextDay:"[bihar] LT[etan]",nextWeek:"dddd LT[etan]",lastDay:"[atzo] LT[etan]",lastWeek:"[aurreko] dddd LT[etan]",sameElse:"L"},relativeTime:{future:"%s barru",past:"duela %s",s:"segundo batzuk",ss:"%d segundo",m:"minutu bat",mm:"%d minutu",h:"ordu bat",hh:"%d ordu",d:"egun bat",dd:"%d egun",M:"hilabete bat",MM:"%d hilabete",y:"urte bat",yy:"%d urte"},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:7}})}(n(381))},6959:function(e,t,n){!function(e){"use strict";var t={1:"۱",2:"۲",3:"۳",4:"۴",5:"۵",6:"۶",7:"۷",8:"۸",9:"۹",0:"۰"},n={"۱":"1","۲":"2","۳":"3","۴":"4","۵":"5","۶":"6","۷":"7","۸":"8","۹":"9","۰":"0"};e.defineLocale("fa",{months:"ژانویه_فوریه_مارس_آوریل_مه_ژوئن_ژوئیه_اوت_سپتامبر_اکتبر_نوامبر_دسامبر".split("_"),monthsShort:"ژانویه_فوریه_مارس_آوریل_مه_ژوئن_ژوئیه_اوت_سپتامبر_اکتبر_نوامبر_دسامبر".split("_"),weekdays:"یک‌شنبه_دوشنبه_سه‌شنبه_چهارشنبه_پنج‌شنبه_جمعه_شنبه".split("_"),weekdaysShort:"یک‌شنبه_دوشنبه_سه‌شنبه_چهارشنبه_پنج‌شنبه_جمعه_شنبه".split("_"),weekdaysMin:"ی_د_س_چ_پ_ج_ش".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},meridiemParse:/قبل از ظهر|بعد از ظهر/,isPM:function(e){return/بعد از ظهر/.test(e)},meridiem:function(e,t,n){return e<12?"قبل از ظهر":"بعد از ظهر"},calendar:{sameDay:"[امروز ساعت] LT",nextDay:"[فردا ساعت] LT",nextWeek:"dddd [ساعت] LT",lastDay:"[دیروز ساعت] LT",lastWeek:"dddd [پیش] [ساعت] LT",sameElse:"L"},relativeTime:{future:"در %s",past:"%s پیش",s:"چند ثانیه",ss:"%d ثانیه",m:"یک دقیقه",mm:"%d دقیقه",h:"یک ساعت",hh:"%d ساعت",d:"یک روز",dd:"%d روز",M:"یک ماه",MM:"%d ماه",y:"یک سال",yy:"%d سال"},preparse:function(e){return e.replace(/[۰-۹]/g,(function(e){return n[e]})).replace(/،/g,",")},postformat:function(e){return e.replace(/\d/g,(function(e){return t[e]})).replace(/,/g,"،")},dayOfMonthOrdinalParse:/\d{1,2}م/,ordinal:"%dم",week:{dow:6,doy:12}})}(n(381))},1897:function(e,t,n){!function(e){"use strict";var t="nolla yksi kaksi kolme neljä viisi kuusi seitsemän kahdeksan yhdeksän".split(" "),n=["nolla","yhden","kahden","kolmen","neljän","viiden","kuuden",t[7],t[8],t[9]];function r(e,t,n,r){var a="";switch(n){case"s":return r?"muutaman sekunnin":"muutama sekunti";case"ss":a=r?"sekunnin":"sekuntia";break;case"m":return r?"minuutin":"minuutti";case"mm":a=r?"minuutin":"minuuttia";break;case"h":return r?"tunnin":"tunti";case"hh":a=r?"tunnin":"tuntia";break;case"d":return r?"päivän":"päivä";case"dd":a=r?"päivän":"päivää";break;case"M":return r?"kuukauden":"kuukausi";case"MM":a=r?"kuukauden":"kuukautta";break;case"y":return r?"vuoden":"vuosi";case"yy":a=r?"vuoden":"vuotta"}return a=o(e,r)+" "+a}function o(e,r){return e<10?r?n[e]:t[e]:e}e.defineLocale("fi",{months:"tammikuu_helmikuu_maaliskuu_huhtikuu_toukokuu_kesäkuu_heinäkuu_elokuu_syyskuu_lokakuu_marraskuu_joulukuu".split("_"),monthsShort:"tammi_helmi_maalis_huhti_touko_kesä_heinä_elo_syys_loka_marras_joulu".split("_"),weekdays:"sunnuntai_maanantai_tiistai_keskiviikko_torstai_perjantai_lauantai".split("_"),weekdaysShort:"su_ma_ti_ke_to_pe_la".split("_"),weekdaysMin:"su_ma_ti_ke_to_pe_la".split("_"),longDateFormat:{LT:"HH.mm",LTS:"HH.mm.ss",L:"DD.MM.YYYY",LL:"Do MMMM[ta] YYYY",LLL:"Do MMMM[ta] YYYY, [klo] HH.mm",LLLL:"dddd, Do MMMM[ta] YYYY, [klo] HH.mm",l:"D.M.YYYY",ll:"Do MMM YYYY",lll:"Do MMM YYYY, [klo] HH.mm",llll:"ddd, Do MMM YYYY, [klo] HH.mm"},calendar:{sameDay:"[tänään] [klo] LT",nextDay:"[huomenna] [klo] LT",nextWeek:"dddd [klo] LT",lastDay:"[eilen] [klo] LT",lastWeek:"[viime] dddd[na] [klo] LT",sameElse:"L"},relativeTime:{future:"%s päästä",past:"%s sitten",s:r,ss:r,m:r,mm:r,h:r,hh:r,d:r,dd:r,M:r,MM:r,y:r,yy:r},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(n(381))},2549:function(e,t,n){!function(e){"use strict";e.defineLocale("fil",{months:"Enero_Pebrero_Marso_Abril_Mayo_Hunyo_Hulyo_Agosto_Setyembre_Oktubre_Nobyembre_Disyembre".split("_"),monthsShort:"Ene_Peb_Mar_Abr_May_Hun_Hul_Ago_Set_Okt_Nob_Dis".split("_"),weekdays:"Linggo_Lunes_Martes_Miyerkules_Huwebes_Biyernes_Sabado".split("_"),weekdaysShort:"Lin_Lun_Mar_Miy_Huw_Biy_Sab".split("_"),weekdaysMin:"Li_Lu_Ma_Mi_Hu_Bi_Sab".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"MM/D/YYYY",LL:"MMMM D, YYYY",LLL:"MMMM D, YYYY HH:mm",LLLL:"dddd, MMMM DD, YYYY HH:mm"},calendar:{sameDay:"LT [ngayong araw]",nextDay:"[Bukas ng] LT",nextWeek:"LT [sa susunod na] dddd",lastDay:"LT [kahapon]",lastWeek:"LT [noong nakaraang] dddd",sameElse:"L"},relativeTime:{future:"sa loob ng %s",past:"%s ang nakalipas",s:"ilang segundo",ss:"%d segundo",m:"isang minuto",mm:"%d minuto",h:"isang oras",hh:"%d oras",d:"isang araw",dd:"%d araw",M:"isang buwan",MM:"%d buwan",y:"isang taon",yy:"%d taon"},dayOfMonthOrdinalParse:/\d{1,2}/,ordinal:function(e){return e},week:{dow:1,doy:4}})}(n(381))},4694:function(e,t,n){!function(e){"use strict";e.defineLocale("fo",{months:"januar_februar_mars_apríl_mai_juni_juli_august_september_oktober_november_desember".split("_"),monthsShort:"jan_feb_mar_apr_mai_jun_jul_aug_sep_okt_nov_des".split("_"),weekdays:"sunnudagur_mánadagur_týsdagur_mikudagur_hósdagur_fríggjadagur_leygardagur".split("_"),weekdaysShort:"sun_mán_týs_mik_hós_frí_ley".split("_"),weekdaysMin:"su_má_tý_mi_hó_fr_le".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D. MMMM, YYYY HH:mm"},calendar:{sameDay:"[Í dag kl.] LT",nextDay:"[Í morgin kl.] LT",nextWeek:"dddd [kl.] LT",lastDay:"[Í gjár kl.] LT",lastWeek:"[síðstu] dddd [kl] LT",sameElse:"L"},relativeTime:{future:"um %s",past:"%s síðani",s:"fá sekund",ss:"%d sekundir",m:"ein minuttur",mm:"%d minuttir",h:"ein tími",hh:"%d tímar",d:"ein dagur",dd:"%d dagar",M:"ein mánaður",MM:"%d mánaðir",y:"eitt ár",yy:"%d ár"},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(n(381))},3049:function(e,t,n){!function(e){"use strict";e.defineLocale("fr-ca",{months:"janvier_février_mars_avril_mai_juin_juillet_août_septembre_octobre_novembre_décembre".split("_"),monthsShort:"janv._févr._mars_avr._mai_juin_juil._août_sept._oct._nov._déc.".split("_"),monthsParseExact:!0,weekdays:"dimanche_lundi_mardi_mercredi_jeudi_vendredi_samedi".split("_"),weekdaysShort:"dim._lun._mar._mer._jeu._ven._sam.".split("_"),weekdaysMin:"di_lu_ma_me_je_ve_sa".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY-MM-DD",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[Aujourd’hui à] LT",nextDay:"[Demain à] LT",nextWeek:"dddd [à] LT",lastDay:"[Hier à] LT",lastWeek:"dddd [dernier à] LT",sameElse:"L"},relativeTime:{future:"dans %s",past:"il y a %s",s:"quelques secondes",ss:"%d secondes",m:"une minute",mm:"%d minutes",h:"une heure",hh:"%d heures",d:"un jour",dd:"%d jours",M:"un mois",MM:"%d mois",y:"un an",yy:"%d ans"},dayOfMonthOrdinalParse:/\d{1,2}(er|e)/,ordinal:function(e,t){switch(t){default:case"M":case"Q":case"D":case"DDD":case"d":return e+(1===e?"er":"e");case"w":case"W":return e+(1===e?"re":"e")}}})}(n(381))},2330:function(e,t,n){!function(e){"use strict";e.defineLocale("fr-ch",{months:"janvier_février_mars_avril_mai_juin_juillet_août_septembre_octobre_novembre_décembre".split("_"),monthsShort:"janv._févr._mars_avr._mai_juin_juil._août_sept._oct._nov._déc.".split("_"),monthsParseExact:!0,weekdays:"dimanche_lundi_mardi_mercredi_jeudi_vendredi_samedi".split("_"),weekdaysShort:"dim._lun._mar._mer._jeu._ven._sam.".split("_"),weekdaysMin:"di_lu_ma_me_je_ve_sa".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[Aujourd’hui à] LT",nextDay:"[Demain à] LT",nextWeek:"dddd [à] LT",lastDay:"[Hier à] LT",lastWeek:"dddd [dernier à] LT",sameElse:"L"},relativeTime:{future:"dans %s",past:"il y a %s",s:"quelques secondes",ss:"%d secondes",m:"une minute",mm:"%d minutes",h:"une heure",hh:"%d heures",d:"un jour",dd:"%d jours",M:"un mois",MM:"%d mois",y:"un an",yy:"%d ans"},dayOfMonthOrdinalParse:/\d{1,2}(er|e)/,ordinal:function(e,t){switch(t){default:case"M":case"Q":case"D":case"DDD":case"d":return e+(1===e?"er":"e");case"w":case"W":return e+(1===e?"re":"e")}},week:{dow:1,doy:4}})}(n(381))},4470:function(e,t,n){!function(e){"use strict";var t=/^(janvier|février|mars|avril|mai|juin|juillet|août|septembre|octobre|novembre|décembre)/i,n=/(janv\.?|févr\.?|mars|avr\.?|mai|juin|juil\.?|août|sept\.?|oct\.?|nov\.?|déc\.?)/i,r=/(janv\.?|févr\.?|mars|avr\.?|mai|juin|juil\.?|août|sept\.?|oct\.?|nov\.?|déc\.?|janvier|février|mars|avril|mai|juin|juillet|août|septembre|octobre|novembre|décembre)/i,o=[/^janv/i,/^févr/i,/^mars/i,/^avr/i,/^mai/i,/^juin/i,/^juil/i,/^août/i,/^sept/i,/^oct/i,/^nov/i,/^déc/i];e.defineLocale("fr",{months:"janvier_février_mars_avril_mai_juin_juillet_août_septembre_octobre_novembre_décembre".split("_"),monthsShort:"janv._févr._mars_avr._mai_juin_juil._août_sept._oct._nov._déc.".split("_"),monthsRegex:r,monthsShortRegex:r,monthsStrictRegex:t,monthsShortStrictRegex:n,monthsParse:o,longMonthsParse:o,shortMonthsParse:o,weekdays:"dimanche_lundi_mardi_mercredi_jeudi_vendredi_samedi".split("_"),weekdaysShort:"dim._lun._mar._mer._jeu._ven._sam.".split("_"),weekdaysMin:"di_lu_ma_me_je_ve_sa".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[Aujourd’hui à] LT",nextDay:"[Demain à] LT",nextWeek:"dddd [à] LT",lastDay:"[Hier à] LT",lastWeek:"dddd [dernier à] LT",sameElse:"L"},relativeTime:{future:"dans %s",past:"il y a %s",s:"quelques secondes",ss:"%d secondes",m:"une minute",mm:"%d minutes",h:"une heure",hh:"%d heures",d:"un jour",dd:"%d jours",w:"une semaine",ww:"%d semaines",M:"un mois",MM:"%d mois",y:"un an",yy:"%d ans"},dayOfMonthOrdinalParse:/\d{1,2}(er|)/,ordinal:function(e,t){switch(t){case"D":return e+(1===e?"er":"");default:case"M":case"Q":case"DDD":case"d":return e+(1===e?"er":"e");case"w":case"W":return e+(1===e?"re":"e")}},week:{dow:1,doy:4}})}(n(381))},5044:function(e,t,n){!function(e){"use strict";var t="jan._feb._mrt._apr._mai_jun._jul._aug._sep._okt._nov._des.".split("_"),n="jan_feb_mrt_apr_mai_jun_jul_aug_sep_okt_nov_des".split("_");e.defineLocale("fy",{months:"jannewaris_febrewaris_maart_april_maaie_juny_july_augustus_septimber_oktober_novimber_desimber".split("_"),monthsShort:function(e,r){return e?/-MMM-/.test(r)?n[e.month()]:t[e.month()]:t},monthsParseExact:!0,weekdays:"snein_moandei_tiisdei_woansdei_tongersdei_freed_sneon".split("_"),weekdaysShort:"si._mo._ti._wo._to._fr._so.".split("_"),weekdaysMin:"Si_Mo_Ti_Wo_To_Fr_So".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD-MM-YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[hjoed om] LT",nextDay:"[moarn om] LT",nextWeek:"dddd [om] LT",lastDay:"[juster om] LT",lastWeek:"[ôfrûne] dddd [om] LT",sameElse:"L"},relativeTime:{future:"oer %s",past:"%s lyn",s:"in pear sekonden",ss:"%d sekonden",m:"ien minút",mm:"%d minuten",h:"ien oere",hh:"%d oeren",d:"ien dei",dd:"%d dagen",M:"ien moanne",MM:"%d moannen",y:"ien jier",yy:"%d jierren"},dayOfMonthOrdinalParse:/\d{1,2}(ste|de)/,ordinal:function(e){return e+(1===e||8===e||e>=20?"ste":"de")},week:{dow:1,doy:4}})}(n(381))},9295:function(e,t,n){!function(e){"use strict";var t=["Eanáir","Feabhra","Márta","Aibreán","Bealtaine","Meitheamh","Iúil","Lúnasa","Meán Fómhair","Deireadh Fómhair","Samhain","Nollaig"],n=["Ean","Feabh","Márt","Aib","Beal","Meith","Iúil","Lún","M.F.","D.F.","Samh","Noll"],r=["Dé Domhnaigh","Dé Luain","Dé Máirt","Dé Céadaoin","Déardaoin","Dé hAoine","Dé Sathairn"],o=["Domh","Luan","Máirt","Céad","Déar","Aoine","Sath"],a=["Do","Lu","Má","Cé","Dé","A","Sa"];e.defineLocale("ga",{months:t,monthsShort:n,monthsParseExact:!0,weekdays:r,weekdaysShort:o,weekdaysMin:a,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Inniu ag] LT",nextDay:"[Amárach ag] LT",nextWeek:"dddd [ag] LT",lastDay:"[Inné ag] LT",lastWeek:"dddd [seo caite] [ag] LT",sameElse:"L"},relativeTime:{future:"i %s",past:"%s ó shin",s:"cúpla soicind",ss:"%d soicind",m:"nóiméad",mm:"%d nóiméad",h:"uair an chloig",hh:"%d uair an chloig",d:"lá",dd:"%d lá",M:"mí",MM:"%d míonna",y:"bliain",yy:"%d bliain"},dayOfMonthOrdinalParse:/\d{1,2}(d|na|mh)/,ordinal:function(e){return e+(1===e?"d":e%10==2?"na":"mh")},week:{dow:1,doy:4}})}(n(381))},2101:function(e,t,n){!function(e){"use strict";var t=["Am Faoilleach","An Gearran","Am Màrt","An Giblean","An Cèitean","An t-Ògmhios","An t-Iuchar","An Lùnastal","An t-Sultain","An Dàmhair","An t-Samhain","An Dùbhlachd"],n=["Faoi","Gear","Màrt","Gibl","Cèit","Ògmh","Iuch","Lùn","Sult","Dàmh","Samh","Dùbh"],r=["Didòmhnaich","Diluain","Dimàirt","Diciadain","Diardaoin","Dihaoine","Disathairne"],o=["Did","Dil","Dim","Dic","Dia","Dih","Dis"],a=["Dò","Lu","Mà","Ci","Ar","Ha","Sa"];e.defineLocale("gd",{months:t,monthsShort:n,monthsParseExact:!0,weekdays:r,weekdaysShort:o,weekdaysMin:a,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[An-diugh aig] LT",nextDay:"[A-màireach aig] LT",nextWeek:"dddd [aig] LT",lastDay:"[An-dè aig] LT",lastWeek:"dddd [seo chaidh] [aig] LT",sameElse:"L"},relativeTime:{future:"ann an %s",past:"bho chionn %s",s:"beagan diogan",ss:"%d diogan",m:"mionaid",mm:"%d mionaidean",h:"uair",hh:"%d uairean",d:"latha",dd:"%d latha",M:"mìos",MM:"%d mìosan",y:"bliadhna",yy:"%d bliadhna"},dayOfMonthOrdinalParse:/\d{1,2}(d|na|mh)/,ordinal:function(e){return e+(1===e?"d":e%10==2?"na":"mh")},week:{dow:1,doy:4}})}(n(381))},8794:function(e,t,n){!function(e){"use strict";e.defineLocale("gl",{months:"xaneiro_febreiro_marzo_abril_maio_xuño_xullo_agosto_setembro_outubro_novembro_decembro".split("_"),monthsShort:"xan._feb._mar._abr._mai._xuñ._xul._ago._set._out._nov._dec.".split("_"),monthsParseExact:!0,weekdays:"domingo_luns_martes_mércores_xoves_venres_sábado".split("_"),weekdaysShort:"dom._lun._mar._mér._xov._ven._sáb.".split("_"),weekdaysMin:"do_lu_ma_mé_xo_ve_sá".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD/MM/YYYY",LL:"D [de] MMMM [de] YYYY",LLL:"D [de] MMMM [de] YYYY H:mm",LLLL:"dddd, D [de] MMMM [de] YYYY H:mm"},calendar:{sameDay:function(){return"[hoxe "+(1!==this.hours()?"ás":"á")+"] LT"},nextDay:function(){return"[mañá "+(1!==this.hours()?"ás":"á")+"] LT"},nextWeek:function(){return"dddd ["+(1!==this.hours()?"ás":"a")+"] LT"},lastDay:function(){return"[onte "+(1!==this.hours()?"á":"a")+"] LT"},lastWeek:function(){return"[o] dddd [pasado "+(1!==this.hours()?"ás":"a")+"] LT"},sameElse:"L"},relativeTime:{future:function(e){return 0===e.indexOf("un")?"n"+e:"en "+e},past:"hai %s",s:"uns segundos",ss:"%d segundos",m:"un minuto",mm:"%d minutos",h:"unha hora",hh:"%d horas",d:"un día",dd:"%d días",M:"un mes",MM:"%d meses",y:"un ano",yy:"%d anos"},dayOfMonthOrdinalParse:/\d{1,2}º/,ordinal:"%dº",week:{dow:1,doy:4}})}(n(381))},7884:function(e,t,n){!function(e){"use strict";function t(e,t,n,r){var o={s:["थोडया सॅकंडांनी","थोडे सॅकंड"],ss:[e+" सॅकंडांनी",e+" सॅकंड"],m:["एका मिणटान","एक मिनूट"],mm:[e+" मिणटांनी",e+" मिणटां"],h:["एका वरान","एक वर"],hh:[e+" वरांनी",e+" वरां"],d:["एका दिसान","एक दीस"],dd:[e+" दिसांनी",e+" दीस"],M:["एका म्हयन्यान","एक म्हयनो"],MM:[e+" म्हयन्यानी",e+" म्हयने"],y:["एका वर्सान","एक वर्स"],yy:[e+" वर्सांनी",e+" वर्सां"]};return r?o[n][0]:o[n][1]}e.defineLocale("gom-deva",{months:{standalone:"जानेवारी_फेब्रुवारी_मार्च_एप्रील_मे_जून_जुलय_ऑगस्ट_सप्टेंबर_ऑक्टोबर_नोव्हेंबर_डिसेंबर".split("_"),format:"जानेवारीच्या_फेब्रुवारीच्या_मार्चाच्या_एप्रीलाच्या_मेयाच्या_जूनाच्या_जुलयाच्या_ऑगस्टाच्या_सप्टेंबराच्या_ऑक्टोबराच्या_नोव्हेंबराच्या_डिसेंबराच्या".split("_"),isFormat:/MMMM(\s)+D[oD]?/},monthsShort:"जाने._फेब्रु._मार्च_एप्री._मे_जून_जुल._ऑग._सप्टें._ऑक्टो._नोव्हें._डिसें.".split("_"),monthsParseExact:!0,weekdays:"आयतार_सोमार_मंगळार_बुधवार_बिरेस्तार_सुक्रार_शेनवार".split("_"),weekdaysShort:"आयत._सोम._मंगळ._बुध._ब्रेस्त._सुक्र._शेन.".split("_"),weekdaysMin:"आ_सो_मं_बु_ब्रे_सु_शे".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"A h:mm [वाजतां]",LTS:"A h:mm:ss [वाजतां]",L:"DD-MM-YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY A h:mm [वाजतां]",LLLL:"dddd, MMMM Do, YYYY, A h:mm [वाजतां]",llll:"ddd, D MMM YYYY, A h:mm [वाजतां]"},calendar:{sameDay:"[आयज] LT",nextDay:"[फाल्यां] LT",nextWeek:"[फुडलो] dddd[,] LT",lastDay:"[काल] LT",lastWeek:"[फाटलो] dddd[,] LT",sameElse:"L"},relativeTime:{future:"%s",past:"%s आदीं",s:t,ss:t,m:t,mm:t,h:t,hh:t,d:t,dd:t,M:t,MM:t,y:t,yy:t},dayOfMonthOrdinalParse:/\d{1,2}(वेर)/,ordinal:function(e,t){return"D"===t?e+"वेर":e},week:{dow:0,doy:3},meridiemParse:/राती|सकाळीं|दनपारां|सांजे/,meridiemHour:function(e,t){return 12===e&&(e=0),"राती"===t?e<4?e:e+12:"सकाळीं"===t?e:"दनपारां"===t?e>12?e:e+12:"सांजे"===t?e+12:void 0},meridiem:function(e,t,n){return e<4?"राती":e<12?"सकाळीं":e<16?"दनपारां":e<20?"सांजे":"राती"}})}(n(381))},3168:function(e,t,n){!function(e){"use strict";function t(e,t,n,r){var o={s:["thoddea sekondamni","thodde sekond"],ss:[e+" sekondamni",e+" sekond"],m:["eka mintan","ek minut"],mm:[e+" mintamni",e+" mintam"],h:["eka voran","ek vor"],hh:[e+" voramni",e+" voram"],d:["eka disan","ek dis"],dd:[e+" disamni",e+" dis"],M:["eka mhoinean","ek mhoino"],MM:[e+" mhoineamni",e+" mhoine"],y:["eka vorsan","ek voros"],yy:[e+" vorsamni",e+" vorsam"]};return r?o[n][0]:o[n][1]}e.defineLocale("gom-latn",{months:{standalone:"Janer_Febrer_Mars_Abril_Mai_Jun_Julai_Agost_Setembr_Otubr_Novembr_Dezembr".split("_"),format:"Janerachea_Febrerachea_Marsachea_Abrilachea_Maiachea_Junachea_Julaiachea_Agostachea_Setembrachea_Otubrachea_Novembrachea_Dezembrachea".split("_"),isFormat:/MMMM(\s)+D[oD]?/},monthsShort:"Jan._Feb._Mars_Abr._Mai_Jun_Jul._Ago._Set._Otu._Nov._Dez.".split("_"),monthsParseExact:!0,weekdays:"Aitar_Somar_Mongllar_Budhvar_Birestar_Sukrar_Son'var".split("_"),weekdaysShort:"Ait._Som._Mon._Bud._Bre._Suk._Son.".split("_"),weekdaysMin:"Ai_Sm_Mo_Bu_Br_Su_Sn".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"A h:mm [vazta]",LTS:"A h:mm:ss [vazta]",L:"DD-MM-YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY A h:mm [vazta]",LLLL:"dddd, MMMM Do, YYYY, A h:mm [vazta]",llll:"ddd, D MMM YYYY, A h:mm [vazta]"},calendar:{sameDay:"[Aiz] LT",nextDay:"[Faleam] LT",nextWeek:"[Fuddlo] dddd[,] LT",lastDay:"[Kal] LT",lastWeek:"[Fattlo] dddd[,] LT",sameElse:"L"},relativeTime:{future:"%s",past:"%s adim",s:t,ss:t,m:t,mm:t,h:t,hh:t,d:t,dd:t,M:t,MM:t,y:t,yy:t},dayOfMonthOrdinalParse:/\d{1,2}(er)/,ordinal:function(e,t){return"D"===t?e+"er":e},week:{dow:0,doy:3},meridiemParse:/rati|sokallim|donparam|sanje/,meridiemHour:function(e,t){return 12===e&&(e=0),"rati"===t?e<4?e:e+12:"sokallim"===t?e:"donparam"===t?e>12?e:e+12:"sanje"===t?e+12:void 0},meridiem:function(e,t,n){return e<4?"rati":e<12?"sokallim":e<16?"donparam":e<20?"sanje":"rati"}})}(n(381))},5349:function(e,t,n){!function(e){"use strict";var t={1:"૧",2:"૨",3:"૩",4:"૪",5:"૫",6:"૬",7:"૭",8:"૮",9:"૯",0:"૦"},n={"૧":"1","૨":"2","૩":"3","૪":"4","૫":"5","૬":"6","૭":"7","૮":"8","૯":"9","૦":"0"};e.defineLocale("gu",{months:"જાન્યુઆરી_ફેબ્રુઆરી_માર્ચ_એપ્રિલ_મે_જૂન_જુલાઈ_ઑગસ્ટ_સપ્ટેમ્બર_ઑક્ટ્બર_નવેમ્બર_ડિસેમ્બર".split("_"),monthsShort:"જાન્યુ._ફેબ્રુ._માર્ચ_એપ્રિ._મે_જૂન_જુલા._ઑગ._સપ્ટે._ઑક્ટ્._નવે._ડિસે.".split("_"),monthsParseExact:!0,weekdays:"રવિવાર_સોમવાર_મંગળવાર_બુધ્વાર_ગુરુવાર_શુક્રવાર_શનિવાર".split("_"),weekdaysShort:"રવિ_સોમ_મંગળ_બુધ્_ગુરુ_શુક્ર_શનિ".split("_"),weekdaysMin:"ર_સો_મં_બુ_ગુ_શુ_શ".split("_"),longDateFormat:{LT:"A h:mm વાગ્યે",LTS:"A h:mm:ss વાગ્યે",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, A h:mm વાગ્યે",LLLL:"dddd, D MMMM YYYY, A h:mm વાગ્યે"},calendar:{sameDay:"[આજ] LT",nextDay:"[કાલે] LT",nextWeek:"dddd, LT",lastDay:"[ગઇકાલે] LT",lastWeek:"[પાછલા] dddd, LT",sameElse:"L"},relativeTime:{future:"%s મા",past:"%s પહેલા",s:"અમુક પળો",ss:"%d સેકંડ",m:"એક મિનિટ",mm:"%d મિનિટ",h:"એક કલાક",hh:"%d કલાક",d:"એક દિવસ",dd:"%d દિવસ",M:"એક મહિનો",MM:"%d મહિનો",y:"એક વર્ષ",yy:"%d વર્ષ"},preparse:function(e){return e.replace(/[૧૨૩૪૫૬૭૮૯૦]/g,(function(e){return n[e]}))},postformat:function(e){return e.replace(/\d/g,(function(e){return t[e]}))},meridiemParse:/રાત|બપોર|સવાર|સાંજ/,meridiemHour:function(e,t){return 12===e&&(e=0),"રાત"===t?e<4?e:e+12:"સવાર"===t?e:"બપોર"===t?e>=10?e:e+12:"સાંજ"===t?e+12:void 0},meridiem:function(e,t,n){return e<4?"રાત":e<10?"સવાર":e<17?"બપોર":e<20?"સાંજ":"રાત"},week:{dow:0,doy:6}})}(n(381))},4206:function(e,t,n){!function(e){"use strict";e.defineLocale("he",{months:"ינואר_פברואר_מרץ_אפריל_מאי_יוני_יולי_אוגוסט_ספטמבר_אוקטובר_נובמבר_דצמבר".split("_"),monthsShort:"ינו׳_פבר׳_מרץ_אפר׳_מאי_יוני_יולי_אוג׳_ספט׳_אוק׳_נוב׳_דצמ׳".split("_"),weekdays:"ראשון_שני_שלישי_רביעי_חמישי_שישי_שבת".split("_"),weekdaysShort:"א׳_ב׳_ג׳_ד׳_ה׳_ו׳_ש׳".split("_"),weekdaysMin:"א_ב_ג_ד_ה_ו_ש".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D [ב]MMMM YYYY",LLL:"D [ב]MMMM YYYY HH:mm",LLLL:"dddd, D [ב]MMMM YYYY HH:mm",l:"D/M/YYYY",ll:"D MMM YYYY",lll:"D MMM YYYY HH:mm",llll:"ddd, D MMM YYYY HH:mm"},calendar:{sameDay:"[היום ב־]LT",nextDay:"[מחר ב־]LT",nextWeek:"dddd [בשעה] LT",lastDay:"[אתמול ב־]LT",lastWeek:"[ביום] dddd [האחרון בשעה] LT",sameElse:"L"},relativeTime:{future:"בעוד %s",past:"לפני %s",s:"מספר שניות",ss:"%d שניות",m:"דקה",mm:"%d דקות",h:"שעה",hh:function(e){return 2===e?"שעתיים":e+" שעות"},d:"יום",dd:function(e){return 2===e?"יומיים":e+" ימים"},M:"חודש",MM:function(e){return 2===e?"חודשיים":e+" חודשים"},y:"שנה",yy:function(e){return 2===e?"שנתיים":e%10==0&&10!==e?e+" שנה":e+" שנים"}},meridiemParse:/אחה"צ|לפנה"צ|אחרי הצהריים|לפני הצהריים|לפנות בוקר|בבוקר|בערב/i,isPM:function(e){return/^(אחה"צ|אחרי הצהריים|בערב)$/.test(e)},meridiem:function(e,t,n){return e<5?"לפנות בוקר":e<10?"בבוקר":e<12?n?'לפנה"צ':"לפני הצהריים":e<18?n?'אחה"צ':"אחרי הצהריים":"בערב"}})}(n(381))},94:function(e,t,n){!function(e){"use strict";var t={1:"१",2:"२",3:"३",4:"४",5:"५",6:"६",7:"७",8:"८",9:"९",0:"०"},n={"१":"1","२":"2","३":"3","४":"4","५":"5","६":"6","७":"7","८":"8","९":"9","०":"0"},r=[/^जन/i,/^फ़र|फर/i,/^मार्च/i,/^अप्रै/i,/^मई/i,/^जून/i,/^जुल/i,/^अग/i,/^सितं|सित/i,/^अक्टू/i,/^नव|नवं/i,/^दिसं|दिस/i],o=[/^जन/i,/^फ़र/i,/^मार्च/i,/^अप्रै/i,/^मई/i,/^जून/i,/^जुल/i,/^अग/i,/^सित/i,/^अक्टू/i,/^नव/i,/^दिस/i];e.defineLocale("hi",{months:{format:"जनवरी_फ़रवरी_मार्च_अप्रैल_मई_जून_जुलाई_अगस्त_सितम्बर_अक्टूबर_नवम्बर_दिसम्बर".split("_"),standalone:"जनवरी_फरवरी_मार्च_अप्रैल_मई_जून_जुलाई_अगस्त_सितंबर_अक्टूबर_नवंबर_दिसंबर".split("_")},monthsShort:"जन._फ़र._मार्च_अप्रै._मई_जून_जुल._अग._सित._अक्टू._नव._दिस.".split("_"),weekdays:"रविवार_सोमवार_मंगलवार_बुधवार_गुरूवार_शुक्रवार_शनिवार".split("_"),weekdaysShort:"रवि_सोम_मंगल_बुध_गुरू_शुक्र_शनि".split("_"),weekdaysMin:"र_सो_मं_बु_गु_शु_श".split("_"),longDateFormat:{LT:"A h:mm बजे",LTS:"A h:mm:ss बजे",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, A h:mm बजे",LLLL:"dddd, D MMMM YYYY, A h:mm बजे"},monthsParse:r,longMonthsParse:r,shortMonthsParse:o,monthsRegex:/^(जनवरी|जन\.?|फ़रवरी|फरवरी|फ़र\.?|मार्च?|अप्रैल|अप्रै\.?|मई?|जून?|जुलाई|जुल\.?|अगस्त|अग\.?|सितम्बर|सितंबर|सित\.?|अक्टूबर|अक्टू\.?|नवम्बर|नवंबर|नव\.?|दिसम्बर|दिसंबर|दिस\.?)/i,monthsShortRegex:/^(जनवरी|जन\.?|फ़रवरी|फरवरी|फ़र\.?|मार्च?|अप्रैल|अप्रै\.?|मई?|जून?|जुलाई|जुल\.?|अगस्त|अग\.?|सितम्बर|सितंबर|सित\.?|अक्टूबर|अक्टू\.?|नवम्बर|नवंबर|नव\.?|दिसम्बर|दिसंबर|दिस\.?)/i,monthsStrictRegex:/^(जनवरी?|फ़रवरी|फरवरी?|मार्च?|अप्रैल?|मई?|जून?|जुलाई?|अगस्त?|सितम्बर|सितंबर|सित?\.?|अक्टूबर|अक्टू\.?|नवम्बर|नवंबर?|दिसम्बर|दिसंबर?)/i,monthsShortStrictRegex:/^(जन\.?|फ़र\.?|मार्च?|अप्रै\.?|मई?|जून?|जुल\.?|अग\.?|सित\.?|अक्टू\.?|नव\.?|दिस\.?)/i,calendar:{sameDay:"[आज] LT",nextDay:"[कल] LT",nextWeek:"dddd, LT",lastDay:"[कल] LT",lastWeek:"[पिछले] dddd, LT",sameElse:"L"},relativeTime:{future:"%s में",past:"%s पहले",s:"कुछ ही क्षण",ss:"%d सेकंड",m:"एक मिनट",mm:"%d मिनट",h:"एक घंटा",hh:"%d घंटे",d:"एक दिन",dd:"%d दिन",M:"एक महीने",MM:"%d महीने",y:"एक वर्ष",yy:"%d वर्ष"},preparse:function(e){return e.replace(/[१२३४५६७८९०]/g,(function(e){return n[e]}))},postformat:function(e){return e.replace(/\d/g,(function(e){return t[e]}))},meridiemParse:/रात|सुबह|दोपहर|शाम/,meridiemHour:function(e,t){return 12===e&&(e=0),"रात"===t?e<4?e:e+12:"सुबह"===t?e:"दोपहर"===t?e>=10?e:e+12:"शाम"===t?e+12:void 0},meridiem:function(e,t,n){return e<4?"रात":e<10?"सुबह":e<17?"दोपहर":e<20?"शाम":"रात"},week:{dow:0,doy:6}})}(n(381))},316:function(e,t,n){!function(e){"use strict";function t(e,t,n){var r=e+" ";switch(n){case"ss":return r+=1===e?"sekunda":2===e||3===e||4===e?"sekunde":"sekundi";case"m":return t?"jedna minuta":"jedne minute";case"mm":return r+=1===e?"minuta":2===e||3===e||4===e?"minute":"minuta";case"h":return t?"jedan sat":"jednog sata";case"hh":return r+=1===e?"sat":2===e||3===e||4===e?"sata":"sati";case"dd":return r+=1===e?"dan":"dana";case"MM":return r+=1===e?"mjesec":2===e||3===e||4===e?"mjeseca":"mjeseci";case"yy":return r+=1===e?"godina":2===e||3===e||4===e?"godine":"godina"}}e.defineLocale("hr",{months:{format:"siječnja_veljače_ožujka_travnja_svibnja_lipnja_srpnja_kolovoza_rujna_listopada_studenoga_prosinca".split("_"),standalone:"siječanj_veljača_ožujak_travanj_svibanj_lipanj_srpanj_kolovoz_rujan_listopad_studeni_prosinac".split("_")},monthsShort:"sij._velj._ožu._tra._svi._lip._srp._kol._ruj._lis._stu._pro.".split("_"),monthsParseExact:!0,weekdays:"nedjelja_ponedjeljak_utorak_srijeda_četvrtak_petak_subota".split("_"),weekdaysShort:"ned._pon._uto._sri._čet._pet._sub.".split("_"),weekdaysMin:"ne_po_ut_sr_če_pe_su".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD.MM.YYYY",LL:"Do MMMM YYYY",LLL:"Do MMMM YYYY H:mm",LLLL:"dddd, Do MMMM YYYY H:mm"},calendar:{sameDay:"[danas u] LT",nextDay:"[sutra u] LT",nextWeek:function(){switch(this.day()){case 0:return"[u] [nedjelju] [u] LT";case 3:return"[u] [srijedu] [u] LT";case 6:return"[u] [subotu] [u] LT";case 1:case 2:case 4:case 5:return"[u] dddd [u] LT"}},lastDay:"[jučer u] LT",lastWeek:function(){switch(this.day()){case 0:return"[prošlu] [nedjelju] [u] LT";case 3:return"[prošlu] [srijedu] [u] LT";case 6:return"[prošle] [subote] [u] LT";case 1:case 2:case 4:case 5:return"[prošli] dddd [u] LT"}},sameElse:"L"},relativeTime:{future:"za %s",past:"prije %s",s:"par sekundi",ss:t,m:t,mm:t,h:t,hh:t,d:"dan",dd:t,M:"mjesec",MM:t,y:"godinu",yy:t},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:7}})}(n(381))},2138:function(e,t,n){!function(e){"use strict";var t="vasárnap hétfőn kedden szerdán csütörtökön pénteken szombaton".split(" ");function n(e,t,n,r){var o=e;switch(n){case"s":return r||t?"néhány másodperc":"néhány másodperce";case"ss":return o+(r||t)?" másodperc":" másodperce";case"m":return"egy"+(r||t?" perc":" perce");case"mm":return o+(r||t?" perc":" perce");case"h":return"egy"+(r||t?" óra":" órája");case"hh":return o+(r||t?" óra":" órája");case"d":return"egy"+(r||t?" nap":" napja");case"dd":return o+(r||t?" nap":" napja");case"M":return"egy"+(r||t?" hónap":" hónapja");case"MM":return o+(r||t?" hónap":" hónapja");case"y":return"egy"+(r||t?" év":" éve");case"yy":return o+(r||t?" év":" éve")}return""}function r(e){return(e?"":"[múlt] ")+"["+t[this.day()]+"] LT[-kor]"}e.defineLocale("hu",{months:"január_február_március_április_május_június_július_augusztus_szeptember_október_november_december".split("_"),monthsShort:"jan._feb._márc._ápr._máj._jún._júl._aug._szept._okt._nov._dec.".split("_"),monthsParseExact:!0,weekdays:"vasárnap_hétfő_kedd_szerda_csütörtök_péntek_szombat".split("_"),weekdaysShort:"vas_hét_kedd_sze_csüt_pén_szo".split("_"),weekdaysMin:"v_h_k_sze_cs_p_szo".split("_"),longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"YYYY.MM.DD.",LL:"YYYY. MMMM D.",LLL:"YYYY. MMMM D. H:mm",LLLL:"YYYY. MMMM D., dddd H:mm"},meridiemParse:/de|du/i,isPM:function(e){return"u"===e.charAt(1).toLowerCase()},meridiem:function(e,t,n){return e<12?!0===n?"de":"DE":!0===n?"du":"DU"},calendar:{sameDay:"[ma] LT[-kor]",nextDay:"[holnap] LT[-kor]",nextWeek:function(){return r.call(this,!0)},lastDay:"[tegnap] LT[-kor]",lastWeek:function(){return r.call(this,!1)},sameElse:"L"},relativeTime:{future:"%s múlva",past:"%s",s:n,ss:n,m:n,mm:n,h:n,hh:n,d:n,dd:n,M:n,MM:n,y:n,yy:n},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(n(381))},1423:function(e,t,n){!function(e){"use strict";e.defineLocale("hy-am",{months:{format:"հունվարի_փետրվարի_մարտի_ապրիլի_մայիսի_հունիսի_հուլիսի_օգոստոսի_սեպտեմբերի_հոկտեմբերի_նոյեմբերի_դեկտեմբերի".split("_"),standalone:"հունվար_փետրվար_մարտ_ապրիլ_մայիս_հունիս_հուլիս_օգոստոս_սեպտեմբեր_հոկտեմբեր_նոյեմբեր_դեկտեմբեր".split("_")},monthsShort:"հնվ_փտր_մրտ_ապր_մյս_հնս_հլս_օգս_սպտ_հկտ_նմբ_դկտ".split("_"),weekdays:"կիրակի_երկուշաբթի_երեքշաբթի_չորեքշաբթի_հինգշաբթի_ուրբաթ_շաբաթ".split("_"),weekdaysShort:"կրկ_երկ_երք_չրք_հնգ_ուրբ_շբթ".split("_"),weekdaysMin:"կրկ_երկ_երք_չրք_հնգ_ուրբ_շբթ".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY թ.",LLL:"D MMMM YYYY թ., HH:mm",LLLL:"dddd, D MMMM YYYY թ., HH:mm"},calendar:{sameDay:"[այսօր] LT",nextDay:"[վաղը] LT",lastDay:"[երեկ] LT",nextWeek:function(){return"dddd [օրը ժամը] LT"},lastWeek:function(){return"[անցած] dddd [օրը ժամը] LT"},sameElse:"L"},relativeTime:{future:"%s հետո",past:"%s առաջ",s:"մի քանի վայրկյան",ss:"%d վայրկյան",m:"րոպե",mm:"%d րոպե",h:"ժամ",hh:"%d ժամ",d:"օր",dd:"%d օր",M:"ամիս",MM:"%d ամիս",y:"տարի",yy:"%d տարի"},meridiemParse:/գիշերվա|առավոտվա|ցերեկվա|երեկոյան/,isPM:function(e){return/^(ցերեկվա|երեկոյան)$/.test(e)},meridiem:function(e){return e<4?"գիշերվա":e<12?"առավոտվա":e<17?"ցերեկվա":"երեկոյան"},dayOfMonthOrdinalParse:/\d{1,2}|\d{1,2}-(ին|րդ)/,ordinal:function(e,t){switch(t){case"DDD":case"w":case"W":case"DDDo":return 1===e?e+"-ին":e+"-րդ";default:return e}},week:{dow:1,doy:7}})}(n(381))},9218:function(e,t,n){!function(e){"use strict";e.defineLocale("id",{months:"Januari_Februari_Maret_April_Mei_Juni_Juli_Agustus_September_Oktober_November_Desember".split("_"),monthsShort:"Jan_Feb_Mar_Apr_Mei_Jun_Jul_Agt_Sep_Okt_Nov_Des".split("_"),weekdays:"Minggu_Senin_Selasa_Rabu_Kamis_Jumat_Sabtu".split("_"),weekdaysShort:"Min_Sen_Sel_Rab_Kam_Jum_Sab".split("_"),weekdaysMin:"Mg_Sn_Sl_Rb_Km_Jm_Sb".split("_"),longDateFormat:{LT:"HH.mm",LTS:"HH.mm.ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY [pukul] HH.mm",LLLL:"dddd, D MMMM YYYY [pukul] HH.mm"},meridiemParse:/pagi|siang|sore|malam/,meridiemHour:function(e,t){return 12===e&&(e=0),"pagi"===t?e:"siang"===t?e>=11?e:e+12:"sore"===t||"malam"===t?e+12:void 0},meridiem:function(e,t,n){return e<11?"pagi":e<15?"siang":e<19?"sore":"malam"},calendar:{sameDay:"[Hari ini pukul] LT",nextDay:"[Besok pukul] LT",nextWeek:"dddd [pukul] LT",lastDay:"[Kemarin pukul] LT",lastWeek:"dddd [lalu pukul] LT",sameElse:"L"},relativeTime:{future:"dalam %s",past:"%s yang lalu",s:"beberapa detik",ss:"%d detik",m:"semenit",mm:"%d menit",h:"sejam",hh:"%d jam",d:"sehari",dd:"%d hari",M:"sebulan",MM:"%d bulan",y:"setahun",yy:"%d tahun"},week:{dow:0,doy:6}})}(n(381))},135:function(e,t,n){!function(e){"use strict";function t(e){return e%100==11||e%10!=1}function n(e,n,r,o){var a=e+" ";switch(r){case"s":return n||o?"nokkrar sekúndur":"nokkrum sekúndum";case"ss":return t(e)?a+(n||o?"sekúndur":"sekúndum"):a+"sekúnda";case"m":return n?"mínúta":"mínútu";case"mm":return t(e)?a+(n||o?"mínútur":"mínútum"):n?a+"mínúta":a+"mínútu";case"hh":return t(e)?a+(n||o?"klukkustundir":"klukkustundum"):a+"klukkustund";case"d":return n?"dagur":o?"dag":"degi";case"dd":return t(e)?n?a+"dagar":a+(o?"daga":"dögum"):n?a+"dagur":a+(o?"dag":"degi");case"M":return n?"mánuður":o?"mánuð":"mánuði";case"MM":return t(e)?n?a+"mánuðir":a+(o?"mánuði":"mánuðum"):n?a+"mánuður":a+(o?"mánuð":"mánuði");case"y":return n||o?"ár":"ári";case"yy":return t(e)?a+(n||o?"ár":"árum"):a+(n||o?"ár":"ári")}}e.defineLocale("is",{months:"janúar_febrúar_mars_apríl_maí_júní_júlí_ágúst_september_október_nóvember_desember".split("_"),monthsShort:"jan_feb_mar_apr_maí_jún_júl_ágú_sep_okt_nóv_des".split("_"),weekdays:"sunnudagur_mánudagur_þriðjudagur_miðvikudagur_fimmtudagur_föstudagur_laugardagur".split("_"),weekdaysShort:"sun_mán_þri_mið_fim_fös_lau".split("_"),weekdaysMin:"Su_Má_Þr_Mi_Fi_Fö_La".split("_"),longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY [kl.] H:mm",LLLL:"dddd, D. MMMM YYYY [kl.] H:mm"},calendar:{sameDay:"[í dag kl.] LT",nextDay:"[á morgun kl.] LT",nextWeek:"dddd [kl.] LT",lastDay:"[í gær kl.] LT",lastWeek:"[síðasta] dddd [kl.] LT",sameElse:"L"},relativeTime:{future:"eftir %s",past:"fyrir %s síðan",s:n,ss:n,m:n,mm:n,h:"klukkustund",hh:n,d:n,dd:n,M:n,MM:n,y:n,yy:n},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(n(381))},150:function(e,t,n){!function(e){"use strict";e.defineLocale("it-ch",{months:"gennaio_febbraio_marzo_aprile_maggio_giugno_luglio_agosto_settembre_ottobre_novembre_dicembre".split("_"),monthsShort:"gen_feb_mar_apr_mag_giu_lug_ago_set_ott_nov_dic".split("_"),weekdays:"domenica_lunedì_martedì_mercoledì_giovedì_venerdì_sabato".split("_"),weekdaysShort:"dom_lun_mar_mer_gio_ven_sab".split("_"),weekdaysMin:"do_lu_ma_me_gi_ve_sa".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[Oggi alle] LT",nextDay:"[Domani alle] LT",nextWeek:"dddd [alle] LT",lastDay:"[Ieri alle] LT",lastWeek:function(){return 0===this.day()?"[la scorsa] dddd [alle] LT":"[lo scorso] dddd [alle] LT"},sameElse:"L"},relativeTime:{future:function(e){return(/^[0-9].+$/.test(e)?"tra":"in")+" "+e},past:"%s fa",s:"alcuni secondi",ss:"%d secondi",m:"un minuto",mm:"%d minuti",h:"un'ora",hh:"%d ore",d:"un giorno",dd:"%d giorni",M:"un mese",MM:"%d mesi",y:"un anno",yy:"%d anni"},dayOfMonthOrdinalParse:/\d{1,2}º/,ordinal:"%dº",week:{dow:1,doy:4}})}(n(381))},626:function(e,t,n){!function(e){"use strict";e.defineLocale("it",{months:"gennaio_febbraio_marzo_aprile_maggio_giugno_luglio_agosto_settembre_ottobre_novembre_dicembre".split("_"),monthsShort:"gen_feb_mar_apr_mag_giu_lug_ago_set_ott_nov_dic".split("_"),weekdays:"domenica_lunedì_martedì_mercoledì_giovedì_venerdì_sabato".split("_"),weekdaysShort:"dom_lun_mar_mer_gio_ven_sab".split("_"),weekdaysMin:"do_lu_ma_me_gi_ve_sa".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:function(){return"[Oggi a"+(this.hours()>1?"lle ":0===this.hours()?" ":"ll'")+"]LT"},nextDay:function(){return"[Domani a"+(this.hours()>1?"lle ":0===this.hours()?" ":"ll'")+"]LT"},nextWeek:function(){return"dddd [a"+(this.hours()>1?"lle ":0===this.hours()?" ":"ll'")+"]LT"},lastDay:function(){return"[Ieri a"+(this.hours()>1?"lle ":0===this.hours()?" ":"ll'")+"]LT"},lastWeek:function(){return 0===this.day()?"[La scorsa] dddd [a"+(this.hours()>1?"lle ":0===this.hours()?" ":"ll'")+"]LT":"[Lo scorso] dddd [a"+(this.hours()>1?"lle ":0===this.hours()?" ":"ll'")+"]LT"},sameElse:"L"},relativeTime:{future:"tra %s",past:"%s fa",s:"alcuni secondi",ss:"%d secondi",m:"un minuto",mm:"%d minuti",h:"un'ora",hh:"%d ore",d:"un giorno",dd:"%d giorni",w:"una settimana",ww:"%d settimane",M:"un mese",MM:"%d mesi",y:"un anno",yy:"%d anni"},dayOfMonthOrdinalParse:/\d{1,2}º/,ordinal:"%dº",week:{dow:1,doy:4}})}(n(381))},9183:function(e,t,n){!function(e){"use strict";e.defineLocale("ja",{eras:[{since:"2019-05-01",offset:1,name:"令和",narrow:"㋿",abbr:"R"},{since:"1989-01-08",until:"2019-04-30",offset:1,name:"平成",narrow:"㍻",abbr:"H"},{since:"1926-12-25",until:"1989-01-07",offset:1,name:"昭和",narrow:"㍼",abbr:"S"},{since:"1912-07-30",until:"1926-12-24",offset:1,name:"大正",narrow:"㍽",abbr:"T"},{since:"1873-01-01",until:"1912-07-29",offset:6,name:"明治",narrow:"㍾",abbr:"M"},{since:"0001-01-01",until:"1873-12-31",offset:1,name:"西暦",narrow:"AD",abbr:"AD"},{since:"0000-12-31",until:-1/0,offset:1,name:"紀元前",narrow:"BC",abbr:"BC"}],eraYearOrdinalRegex:/(元|\d+)年/,eraYearOrdinalParse:function(e,t){return"元"===t[1]?1:parseInt(t[1]||e,10)},months:"1月_2月_3月_4月_5月_6月_7月_8月_9月_10月_11月_12月".split("_"),monthsShort:"1月_2月_3月_4月_5月_6月_7月_8月_9月_10月_11月_12月".split("_"),weekdays:"日曜日_月曜日_火曜日_水曜日_木曜日_金曜日_土曜日".split("_"),weekdaysShort:"日_月_火_水_木_金_土".split("_"),weekdaysMin:"日_月_火_水_木_金_土".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY/MM/DD",LL:"YYYY年M月D日",LLL:"YYYY年M月D日 HH:mm",LLLL:"YYYY年M月D日 dddd HH:mm",l:"YYYY/MM/DD",ll:"YYYY年M月D日",lll:"YYYY年M月D日 HH:mm",llll:"YYYY年M月D日(ddd) HH:mm"},meridiemParse:/午前|午後/i,isPM:function(e){return"午後"===e},meridiem:function(e,t,n){return e<12?"午前":"午後"},calendar:{sameDay:"[今日] LT",nextDay:"[明日] LT",nextWeek:function(e){return e.week()!==this.week()?"[来週]dddd LT":"dddd LT"},lastDay:"[昨日] LT",lastWeek:function(e){return this.week()!==e.week()?"[先週]dddd LT":"dddd LT"},sameElse:"L"},dayOfMonthOrdinalParse:/\d{1,2}日/,ordinal:function(e,t){switch(t){case"y":return 1===e?"元年":e+"年";case"d":case"D":case"DDD":return e+"日";default:return e}},relativeTime:{future:"%s後",past:"%s前",s:"数秒",ss:"%d秒",m:"1分",mm:"%d分",h:"1時間",hh:"%d時間",d:"1日",dd:"%d日",M:"1ヶ月",MM:"%dヶ月",y:"1年",yy:"%d年"}})}(n(381))},4286:function(e,t,n){!function(e){"use strict";e.defineLocale("jv",{months:"Januari_Februari_Maret_April_Mei_Juni_Juli_Agustus_September_Oktober_Nopember_Desember".split("_"),monthsShort:"Jan_Feb_Mar_Apr_Mei_Jun_Jul_Ags_Sep_Okt_Nop_Des".split("_"),weekdays:"Minggu_Senen_Seloso_Rebu_Kemis_Jemuwah_Septu".split("_"),weekdaysShort:"Min_Sen_Sel_Reb_Kem_Jem_Sep".split("_"),weekdaysMin:"Mg_Sn_Sl_Rb_Km_Jm_Sp".split("_"),longDateFormat:{LT:"HH.mm",LTS:"HH.mm.ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY [pukul] HH.mm",LLLL:"dddd, D MMMM YYYY [pukul] HH.mm"},meridiemParse:/enjing|siyang|sonten|ndalu/,meridiemHour:function(e,t){return 12===e&&(e=0),"enjing"===t?e:"siyang"===t?e>=11?e:e+12:"sonten"===t||"ndalu"===t?e+12:void 0},meridiem:function(e,t,n){return e<11?"enjing":e<15?"siyang":e<19?"sonten":"ndalu"},calendar:{sameDay:"[Dinten puniko pukul] LT",nextDay:"[Mbenjang pukul] LT",nextWeek:"dddd [pukul] LT",lastDay:"[Kala wingi pukul] LT",lastWeek:"dddd [kepengker pukul] LT",sameElse:"L"},relativeTime:{future:"wonten ing %s",past:"%s ingkang kepengker",s:"sawetawis detik",ss:"%d detik",m:"setunggal menit",mm:"%d menit",h:"setunggal jam",hh:"%d jam",d:"sedinten",dd:"%d dinten",M:"sewulan",MM:"%d wulan",y:"setaun",yy:"%d taun"},week:{dow:1,doy:7}})}(n(381))},2105:function(e,t,n){!function(e){"use strict";e.defineLocale("ka",{months:"იანვარი_თებერვალი_მარტი_აპრილი_მაისი_ივნისი_ივლისი_აგვისტო_სექტემბერი_ოქტომბერი_ნოემბერი_დეკემბერი".split("_"),monthsShort:"იან_თებ_მარ_აპრ_მაი_ივნ_ივლ_აგვ_სექ_ოქტ_ნოე_დეკ".split("_"),weekdays:{standalone:"კვირა_ორშაბათი_სამშაბათი_ოთხშაბათი_ხუთშაბათი_პარასკევი_შაბათი".split("_"),format:"კვირას_ორშაბათს_სამშაბათს_ოთხშაბათს_ხუთშაბათს_პარასკევს_შაბათს".split("_"),isFormat:/(წინა|შემდეგ)/},weekdaysShort:"კვი_ორშ_სამ_ოთხ_ხუთ_პარ_შაბ".split("_"),weekdaysMin:"კვ_ორ_სა_ოთ_ხუ_პა_შა".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[დღეს] LT[-ზე]",nextDay:"[ხვალ] LT[-ზე]",lastDay:"[გუშინ] LT[-ზე]",nextWeek:"[შემდეგ] dddd LT[-ზე]",lastWeek:"[წინა] dddd LT-ზე",sameElse:"L"},relativeTime:{future:function(e){return e.replace(/(წამ|წუთ|საათ|წელ|დღ|თვ)(ი|ე)/,(function(e,t,n){return"ი"===n?t+"ში":t+n+"ში"}))},past:function(e){return/(წამი|წუთი|საათი|დღე|თვე)/.test(e)?e.replace(/(ი|ე)$/,"ის წინ"):/წელი/.test(e)?e.replace(/წელი$/,"წლის წინ"):e},s:"რამდენიმე წამი",ss:"%d წამი",m:"წუთი",mm:"%d წუთი",h:"საათი",hh:"%d საათი",d:"დღე",dd:"%d დღე",M:"თვე",MM:"%d თვე",y:"წელი",yy:"%d წელი"},dayOfMonthOrdinalParse:/0|1-ლი|მე-\d{1,2}|\d{1,2}-ე/,ordinal:function(e){return 0===e?e:1===e?e+"-ლი":e<20||e<=100&&e%20==0||e%100==0?"მე-"+e:e+"-ე"},week:{dow:1,doy:7}})}(n(381))},7772:function(e,t,n){!function(e){"use strict";var t={0:"-ші",1:"-ші",2:"-ші",3:"-ші",4:"-ші",5:"-ші",6:"-шы",7:"-ші",8:"-ші",9:"-шы",10:"-шы",20:"-шы",30:"-шы",40:"-шы",50:"-ші",60:"-шы",70:"-ші",80:"-ші",90:"-шы",100:"-ші"};e.defineLocale("kk",{months:"қаңтар_ақпан_наурыз_сәуір_мамыр_маусым_шілде_тамыз_қыркүйек_қазан_қараша_желтоқсан".split("_"),monthsShort:"қаң_ақп_нау_сәу_мам_мау_шіл_там_қыр_қаз_қар_жел".split("_"),weekdays:"жексенбі_дүйсенбі_сейсенбі_сәрсенбі_бейсенбі_жұма_сенбі".split("_"),weekdaysShort:"жек_дүй_сей_сәр_бей_жұм_сен".split("_"),weekdaysMin:"жк_дй_сй_ср_бй_жм_сн".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Бүгін сағат] LT",nextDay:"[Ертең сағат] LT",nextWeek:"dddd [сағат] LT",lastDay:"[Кеше сағат] LT",lastWeek:"[Өткен аптаның] dddd [сағат] LT",sameElse:"L"},relativeTime:{future:"%s ішінде",past:"%s бұрын",s:"бірнеше секунд",ss:"%d секунд",m:"бір минут",mm:"%d минут",h:"бір сағат",hh:"%d сағат",d:"бір күн",dd:"%d күн",M:"бір ай",MM:"%d ай",y:"бір жыл",yy:"%d жыл"},dayOfMonthOrdinalParse:/\d{1,2}-(ші|шы)/,ordinal:function(e){var n=e%10,r=e>=100?100:null;return e+(t[e]||t[n]||t[r])},week:{dow:1,doy:7}})}(n(381))},8758:function(e,t,n){!function(e){"use strict";var t={1:"១",2:"២",3:"៣",4:"៤",5:"៥",6:"៦",7:"៧",8:"៨",9:"៩",0:"០"},n={"១":"1","២":"2","៣":"3","៤":"4","៥":"5","៦":"6","៧":"7","៨":"8","៩":"9","០":"0"};e.defineLocale("km",{months:"មករា_កុម្ភៈ_មីនា_មេសា_ឧសភា_មិថុនា_កក្កដា_សីហា_កញ្ញា_តុលា_វិច្ឆិកា_ធ្នូ".split("_"),monthsShort:"មករា_កុម្ភៈ_មីនា_មេសា_ឧសភា_មិថុនា_កក្កដា_សីហា_កញ្ញា_តុលា_វិច្ឆិកា_ធ្នូ".split("_"),weekdays:"អាទិត្យ_ច័ន្ទ_អង្គារ_ពុធ_ព្រហស្បតិ៍_សុក្រ_សៅរ៍".split("_"),weekdaysShort:"អា_ច_អ_ព_ព្រ_សុ_ស".split("_"),weekdaysMin:"អា_ច_អ_ព_ព្រ_សុ_ស".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},meridiemParse:/ព្រឹក|ល្ងាច/,isPM:function(e){return"ល្ងាច"===e},meridiem:function(e,t,n){return e<12?"ព្រឹក":"ល្ងាច"},calendar:{sameDay:"[ថ្ងៃនេះ ម៉ោង] LT",nextDay:"[ស្អែក ម៉ោង] LT",nextWeek:"dddd [ម៉ោង] LT",lastDay:"[ម្សិលមិញ ម៉ោង] LT",lastWeek:"dddd [សប្តាហ៍មុន] [ម៉ោង] LT",sameElse:"L"},relativeTime:{future:"%sទៀត",past:"%sមុន",s:"ប៉ុន្មានវិនាទី",ss:"%d វិនាទី",m:"មួយនាទី",mm:"%d នាទី",h:"មួយម៉ោង",hh:"%d ម៉ោង",d:"មួយថ្ងៃ",dd:"%d ថ្ងៃ",M:"មួយខែ",MM:"%d ខែ",y:"មួយឆ្នាំ",yy:"%d ឆ្នាំ"},dayOfMonthOrdinalParse:/ទី\d{1,2}/,ordinal:"ទី%d",preparse:function(e){return e.replace(/[១២៣៤៥៦៧៨៩០]/g,(function(e){return n[e]}))},postformat:function(e){return e.replace(/\d/g,(function(e){return t[e]}))},week:{dow:1,doy:4}})}(n(381))},9282:function(e,t,n){!function(e){"use strict";var t={1:"೧",2:"೨",3:"೩",4:"೪",5:"೫",6:"೬",7:"೭",8:"೮",9:"೯",0:"೦"},n={"೧":"1","೨":"2","೩":"3","೪":"4","೫":"5","೬":"6","೭":"7","೮":"8","೯":"9","೦":"0"};e.defineLocale("kn",{months:"ಜನವರಿ_ಫೆಬ್ರವರಿ_ಮಾರ್ಚ್_ಏಪ್ರಿಲ್_ಮೇ_ಜೂನ್_ಜುಲೈ_ಆಗಸ್ಟ್_ಸೆಪ್ಟೆಂಬರ್_ಅಕ್ಟೋಬರ್_ನವೆಂಬರ್_ಡಿಸೆಂಬರ್".split("_"),monthsShort:"ಜನ_ಫೆಬ್ರ_ಮಾರ್ಚ್_ಏಪ್ರಿಲ್_ಮೇ_ಜೂನ್_ಜುಲೈ_ಆಗಸ್ಟ್_ಸೆಪ್ಟೆಂ_ಅಕ್ಟೋ_ನವೆಂ_ಡಿಸೆಂ".split("_"),monthsParseExact:!0,weekdays:"ಭಾನುವಾರ_ಸೋಮವಾರ_ಮಂಗಳವಾರ_ಬುಧವಾರ_ಗುರುವಾರ_ಶುಕ್ರವಾರ_ಶನಿವಾರ".split("_"),weekdaysShort:"ಭಾನು_ಸೋಮ_ಮಂಗಳ_ಬುಧ_ಗುರು_ಶುಕ್ರ_ಶನಿ".split("_"),weekdaysMin:"ಭಾ_ಸೋ_ಮಂ_ಬು_ಗು_ಶು_ಶ".split("_"),longDateFormat:{LT:"A h:mm",LTS:"A h:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, A h:mm",LLLL:"dddd, D MMMM YYYY, A h:mm"},calendar:{sameDay:"[ಇಂದು] LT",nextDay:"[ನಾಳೆ] LT",nextWeek:"dddd, LT",lastDay:"[ನಿನ್ನೆ] LT",lastWeek:"[ಕೊನೆಯ] dddd, LT",sameElse:"L"},relativeTime:{future:"%s ನಂತರ",past:"%s ಹಿಂದೆ",s:"ಕೆಲವು ಕ್ಷಣಗಳು",ss:"%d ಸೆಕೆಂಡುಗಳು",m:"ಒಂದು ನಿಮಿಷ",mm:"%d ನಿಮಿಷ",h:"ಒಂದು ಗಂಟೆ",hh:"%d ಗಂಟೆ",d:"ಒಂದು ದಿನ",dd:"%d ದಿನ",M:"ಒಂದು ತಿಂಗಳು",MM:"%d ತಿಂಗಳು",y:"ಒಂದು ವರ್ಷ",yy:"%d ವರ್ಷ"},preparse:function(e){return e.replace(/[೧೨೩೪೫೬೭೮೯೦]/g,(function(e){return n[e]}))},postformat:function(e){return e.replace(/\d/g,(function(e){return t[e]}))},meridiemParse:/ರಾತ್ರಿ|ಬೆಳಿಗ್ಗೆ|ಮಧ್ಯಾಹ್ನ|ಸಂಜೆ/,meridiemHour:function(e,t){return 12===e&&(e=0),"ರಾತ್ರಿ"===t?e<4?e:e+12:"ಬೆಳಿಗ್ಗೆ"===t?e:"ಮಧ್ಯಾಹ್ನ"===t?e>=10?e:e+12:"ಸಂಜೆ"===t?e+12:void 0},meridiem:function(e,t,n){return e<4?"ರಾತ್ರಿ":e<10?"ಬೆಳಿಗ್ಗೆ":e<17?"ಮಧ್ಯಾಹ್ನ":e<20?"ಸಂಜೆ":"ರಾತ್ರಿ"},dayOfMonthOrdinalParse:/\d{1,2}(ನೇ)/,ordinal:function(e){return e+"ನೇ"},week:{dow:0,doy:6}})}(n(381))},3730:function(e,t,n){!function(e){"use strict";e.defineLocale("ko",{months:"1월_2월_3월_4월_5월_6월_7월_8월_9월_10월_11월_12월".split("_"),monthsShort:"1월_2월_3월_4월_5월_6월_7월_8월_9월_10월_11월_12월".split("_"),weekdays:"일요일_월요일_화요일_수요일_목요일_금요일_토요일".split("_"),weekdaysShort:"일_월_화_수_목_금_토".split("_"),weekdaysMin:"일_월_화_수_목_금_토".split("_"),longDateFormat:{LT:"A h:mm",LTS:"A h:mm:ss",L:"YYYY.MM.DD.",LL:"YYYY년 MMMM D일",LLL:"YYYY년 MMMM D일 A h:mm",LLLL:"YYYY년 MMMM D일 dddd A h:mm",l:"YYYY.MM.DD.",ll:"YYYY년 MMMM D일",lll:"YYYY년 MMMM D일 A h:mm",llll:"YYYY년 MMMM D일 dddd A h:mm"},calendar:{sameDay:"오늘 LT",nextDay:"내일 LT",nextWeek:"dddd LT",lastDay:"어제 LT",lastWeek:"지난주 dddd LT",sameElse:"L"},relativeTime:{future:"%s 후",past:"%s 전",s:"몇 초",ss:"%d초",m:"1분",mm:"%d분",h:"한 시간",hh:"%d시간",d:"하루",dd:"%d일",M:"한 달",MM:"%d달",y:"일 년",yy:"%d년"},dayOfMonthOrdinalParse:/\d{1,2}(일|월|주)/,ordinal:function(e,t){switch(t){case"d":case"D":case"DDD":return e+"일";case"M":return e+"월";case"w":case"W":return e+"주";default:return e}},meridiemParse:/오전|오후/,isPM:function(e){return"오후"===e},meridiem:function(e,t,n){return e<12?"오전":"오후"}})}(n(381))},1408:function(e,t,n){!function(e){"use strict";var t={1:"١",2:"٢",3:"٣",4:"٤",5:"٥",6:"٦",7:"٧",8:"٨",9:"٩",0:"٠"},n={"١":"1","٢":"2","٣":"3","٤":"4","٥":"5","٦":"6","٧":"7","٨":"8","٩":"9","٠":"0"},r=["کانونی دووەم","شوبات","ئازار","نیسان","ئایار","حوزەیران","تەمموز","ئاب","ئەیلوول","تشرینی یەكەم","تشرینی دووەم","كانونی یەکەم"];e.defineLocale("ku",{months:r,monthsShort:r,weekdays:"یه‌كشه‌ممه‌_دووشه‌ممه‌_سێشه‌ممه‌_چوارشه‌ممه‌_پێنجشه‌ممه‌_هه‌ینی_شه‌ممه‌".split("_"),weekdaysShort:"یه‌كشه‌م_دووشه‌م_سێشه‌م_چوارشه‌م_پێنجشه‌م_هه‌ینی_شه‌ممه‌".split("_"),weekdaysMin:"ی_د_س_چ_پ_ه_ش".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},meridiemParse:/ئێواره‌|به‌یانی/,isPM:function(e){return/ئێواره‌/.test(e)},meridiem:function(e,t,n){return e<12?"به‌یانی":"ئێواره‌"},calendar:{sameDay:"[ئه‌مرۆ كاتژمێر] LT",nextDay:"[به‌یانی كاتژمێر] LT",nextWeek:"dddd [كاتژمێر] LT",lastDay:"[دوێنێ كاتژمێر] LT",lastWeek:"dddd [كاتژمێر] LT",sameElse:"L"},relativeTime:{future:"له‌ %s",past:"%s",s:"چه‌ند چركه‌یه‌ك",ss:"چركه‌ %d",m:"یه‌ك خوله‌ك",mm:"%d خوله‌ك",h:"یه‌ك كاتژمێر",hh:"%d كاتژمێر",d:"یه‌ك ڕۆژ",dd:"%d ڕۆژ",M:"یه‌ك مانگ",MM:"%d مانگ",y:"یه‌ك ساڵ",yy:"%d ساڵ"},preparse:function(e){return e.replace(/[١٢٣٤٥٦٧٨٩٠]/g,(function(e){return n[e]})).replace(/،/g,",")},postformat:function(e){return e.replace(/\d/g,(function(e){return t[e]})).replace(/,/g,"،")},week:{dow:6,doy:12}})}(n(381))},3291:function(e,t,n){!function(e){"use strict";var t={0:"-чү",1:"-чи",2:"-чи",3:"-чү",4:"-чү",5:"-чи",6:"-чы",7:"-чи",8:"-чи",9:"-чу",10:"-чу",20:"-чы",30:"-чу",40:"-чы",50:"-чү",60:"-чы",70:"-чи",80:"-чи",90:"-чу",100:"-чү"};e.defineLocale("ky",{months:"январь_февраль_март_апрель_май_июнь_июль_август_сентябрь_октябрь_ноябрь_декабрь".split("_"),monthsShort:"янв_фев_март_апр_май_июнь_июль_авг_сен_окт_ноя_дек".split("_"),weekdays:"Жекшемби_Дүйшөмбү_Шейшемби_Шаршемби_Бейшемби_Жума_Ишемби".split("_"),weekdaysShort:"Жек_Дүй_Шей_Шар_Бей_Жум_Ише".split("_"),weekdaysMin:"Жк_Дй_Шй_Шр_Бй_Жм_Иш".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Бүгүн саат] LT",nextDay:"[Эртең саат] LT",nextWeek:"dddd [саат] LT",lastDay:"[Кечээ саат] LT",lastWeek:"[Өткөн аптанын] dddd [күнү] [саат] LT",sameElse:"L"},relativeTime:{future:"%s ичинде",past:"%s мурун",s:"бирнече секунд",ss:"%d секунд",m:"бир мүнөт",mm:"%d мүнөт",h:"бир саат",hh:"%d саат",d:"бир күн",dd:"%d күн",M:"бир ай",MM:"%d ай",y:"бир жыл",yy:"%d жыл"},dayOfMonthOrdinalParse:/\d{1,2}-(чи|чы|чү|чу)/,ordinal:function(e){var n=e%10,r=e>=100?100:null;return e+(t[e]||t[n]||t[r])},week:{dow:1,doy:7}})}(n(381))},6841:function(e,t,n){!function(e){"use strict";function t(e,t,n,r){var o={m:["eng Minutt","enger Minutt"],h:["eng Stonn","enger Stonn"],d:["een Dag","engem Dag"],M:["ee Mount","engem Mount"],y:["ee Joer","engem Joer"]};return t?o[n][0]:o[n][1]}function n(e){return o(e.substr(0,e.indexOf(" ")))?"a "+e:"an "+e}function r(e){return o(e.substr(0,e.indexOf(" ")))?"viru "+e:"virun "+e}function o(e){if(e=parseInt(e,10),isNaN(e))return!1;if(e<0)return!0;if(e<10)return 4<=e&&e<=7;if(e<100){var t=e%10;return o(0===t?e/10:t)}if(e<1e4){for(;e>=10;)e/=10;return o(e)}return o(e/=1e3)}e.defineLocale("lb",{months:"Januar_Februar_Mäerz_Abrëll_Mee_Juni_Juli_August_September_Oktober_November_Dezember".split("_"),monthsShort:"Jan._Febr._Mrz._Abr._Mee_Jun._Jul._Aug._Sept._Okt._Nov._Dez.".split("_"),monthsParseExact:!0,weekdays:"Sonndeg_Méindeg_Dënschdeg_Mëttwoch_Donneschdeg_Freideg_Samschdeg".split("_"),weekdaysShort:"So._Mé._Dë._Më._Do._Fr._Sa.".split("_"),weekdaysMin:"So_Mé_Dë_Më_Do_Fr_Sa".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm [Auer]",LTS:"H:mm:ss [Auer]",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY H:mm [Auer]",LLLL:"dddd, D. MMMM YYYY H:mm [Auer]"},calendar:{sameDay:"[Haut um] LT",sameElse:"L",nextDay:"[Muer um] LT",nextWeek:"dddd [um] LT",lastDay:"[Gëschter um] LT",lastWeek:function(){switch(this.day()){case 2:case 4:return"[Leschten] dddd [um] LT";default:return"[Leschte] dddd [um] LT"}}},relativeTime:{future:n,past:r,s:"e puer Sekonnen",ss:"%d Sekonnen",m:t,mm:"%d Minutten",h:t,hh:"%d Stonnen",d:t,dd:"%d Deeg",M:t,MM:"%d Méint",y:t,yy:"%d Joer"},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(n(381))},5466:function(e,t,n){!function(e){"use strict";e.defineLocale("lo",{months:"ມັງກອນ_ກຸມພາ_ມີນາ_ເມສາ_ພຶດສະພາ_ມິຖຸນາ_ກໍລະກົດ_ສິງຫາ_ກັນຍາ_ຕຸລາ_ພະຈິກ_ທັນວາ".split("_"),monthsShort:"ມັງກອນ_ກຸມພາ_ມີນາ_ເມສາ_ພຶດສະພາ_ມິຖຸນາ_ກໍລະກົດ_ສິງຫາ_ກັນຍາ_ຕຸລາ_ພະຈິກ_ທັນວາ".split("_"),weekdays:"ອາທິດ_ຈັນ_ອັງຄານ_ພຸດ_ພະຫັດ_ສຸກ_ເສົາ".split("_"),weekdaysShort:"ທິດ_ຈັນ_ອັງຄານ_ພຸດ_ພະຫັດ_ສຸກ_ເສົາ".split("_"),weekdaysMin:"ທ_ຈ_ອຄ_ພ_ພຫ_ສກ_ສ".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"ວັນdddd D MMMM YYYY HH:mm"},meridiemParse:/ຕອນເຊົ້າ|ຕອນແລງ/,isPM:function(e){return"ຕອນແລງ"===e},meridiem:function(e,t,n){return e<12?"ຕອນເຊົ້າ":"ຕອນແລງ"},calendar:{sameDay:"[ມື້ນີ້ເວລາ] LT",nextDay:"[ມື້ອື່ນເວລາ] LT",nextWeek:"[ວັນ]dddd[ໜ້າເວລາ] LT",lastDay:"[ມື້ວານນີ້ເວລາ] LT",lastWeek:"[ວັນ]dddd[ແລ້ວນີ້ເວລາ] LT",sameElse:"L"},relativeTime:{future:"ອີກ %s",past:"%sຜ່ານມາ",s:"ບໍ່ເທົ່າໃດວິນາທີ",ss:"%d ວິນາທີ",m:"1 ນາທີ",mm:"%d ນາທີ",h:"1 ຊົ່ວໂມງ",hh:"%d ຊົ່ວໂມງ",d:"1 ມື້",dd:"%d ມື້",M:"1 ເດືອນ",MM:"%d ເດືອນ",y:"1 ປີ",yy:"%d ປີ"},dayOfMonthOrdinalParse:/(ທີ່)\d{1,2}/,ordinal:function(e){return"ທີ່"+e}})}(n(381))},7010:function(e,t,n){!function(e){"use strict";var t={ss:"sekundė_sekundžių_sekundes",m:"minutė_minutės_minutę",mm:"minutės_minučių_minutes",h:"valanda_valandos_valandą",hh:"valandos_valandų_valandas",d:"diena_dienos_dieną",dd:"dienos_dienų_dienas",M:"mėnuo_mėnesio_mėnesį",MM:"mėnesiai_mėnesių_mėnesius",y:"metai_metų_metus",yy:"metai_metų_metus"};function n(e,t,n,r){return t?"kelios sekundės":r?"kelių sekundžių":"kelias sekundes"}function r(e,t,n,r){return t?a(n)[0]:r?a(n)[1]:a(n)[2]}function o(e){return e%10==0||e>10&&e<20}function a(e){return t[e].split("_")}function i(e,t,n,i){var l=e+" ";return 1===e?l+r(e,t,n[0],i):t?l+(o(e)?a(n)[1]:a(n)[0]):i?l+a(n)[1]:l+(o(e)?a(n)[1]:a(n)[2])}e.defineLocale("lt",{months:{format:"sausio_vasario_kovo_balandžio_gegužės_birželio_liepos_rugpjūčio_rugsėjo_spalio_lapkričio_gruodžio".split("_"),standalone:"sausis_vasaris_kovas_balandis_gegužė_birželis_liepa_rugpjūtis_rugsėjis_spalis_lapkritis_gruodis".split("_"),isFormat:/D[oD]?(\[[^\[\]]*\]|\s)+MMMM?|MMMM?(\[[^\[\]]*\]|\s)+D[oD]?/},monthsShort:"sau_vas_kov_bal_geg_bir_lie_rgp_rgs_spa_lap_grd".split("_"),weekdays:{format:"sekmadienį_pirmadienį_antradienį_trečiadienį_ketvirtadienį_penktadienį_šeštadienį".split("_"),standalone:"sekmadienis_pirmadienis_antradienis_trečiadienis_ketvirtadienis_penktadienis_šeštadienis".split("_"),isFormat:/dddd HH:mm/},weekdaysShort:"Sek_Pir_Ant_Tre_Ket_Pen_Šeš".split("_"),weekdaysMin:"S_P_A_T_K_Pn_Š".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY-MM-DD",LL:"YYYY [m.] MMMM D [d.]",LLL:"YYYY [m.] MMMM D [d.], HH:mm [val.]",LLLL:"YYYY [m.] MMMM D [d.], dddd, HH:mm [val.]",l:"YYYY-MM-DD",ll:"YYYY [m.] MMMM D [d.]",lll:"YYYY [m.] MMMM D [d.], HH:mm [val.]",llll:"YYYY [m.] MMMM D [d.], ddd, HH:mm [val.]"},calendar:{sameDay:"[Šiandien] LT",nextDay:"[Rytoj] LT",nextWeek:"dddd LT",lastDay:"[Vakar] LT",lastWeek:"[Praėjusį] dddd LT",sameElse:"L"},relativeTime:{future:"po %s",past:"prieš %s",s:n,ss:i,m:r,mm:i,h:r,hh:i,d:r,dd:i,M:r,MM:i,y:r,yy:i},dayOfMonthOrdinalParse:/\d{1,2}-oji/,ordinal:function(e){return e+"-oji"},week:{dow:1,doy:4}})}(n(381))},7595:function(e,t,n){!function(e){"use strict";var t={ss:"sekundes_sekundēm_sekunde_sekundes".split("_"),m:"minūtes_minūtēm_minūte_minūtes".split("_"),mm:"minūtes_minūtēm_minūte_minūtes".split("_"),h:"stundas_stundām_stunda_stundas".split("_"),hh:"stundas_stundām_stunda_stundas".split("_"),d:"dienas_dienām_diena_dienas".split("_"),dd:"dienas_dienām_diena_dienas".split("_"),M:"mēneša_mēnešiem_mēnesis_mēneši".split("_"),MM:"mēneša_mēnešiem_mēnesis_mēneši".split("_"),y:"gada_gadiem_gads_gadi".split("_"),yy:"gada_gadiem_gads_gadi".split("_")};function n(e,t,n){return n?t%10==1&&t%100!=11?e[2]:e[3]:t%10==1&&t%100!=11?e[0]:e[1]}function r(e,r,o){return e+" "+n(t[o],e,r)}function o(e,r,o){return n(t[o],e,r)}function a(e,t){return t?"dažas sekundes":"dažām sekundēm"}e.defineLocale("lv",{months:"janvāris_februāris_marts_aprīlis_maijs_jūnijs_jūlijs_augusts_septembris_oktobris_novembris_decembris".split("_"),monthsShort:"jan_feb_mar_apr_mai_jūn_jūl_aug_sep_okt_nov_dec".split("_"),weekdays:"svētdiena_pirmdiena_otrdiena_trešdiena_ceturtdiena_piektdiena_sestdiena".split("_"),weekdaysShort:"Sv_P_O_T_C_Pk_S".split("_"),weekdaysMin:"Sv_P_O_T_C_Pk_S".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY.",LL:"YYYY. [gada] D. MMMM",LLL:"YYYY. [gada] D. MMMM, HH:mm",LLLL:"YYYY. [gada] D. MMMM, dddd, HH:mm"},calendar:{sameDay:"[Šodien pulksten] LT",nextDay:"[Rīt pulksten] LT",nextWeek:"dddd [pulksten] LT",lastDay:"[Vakar pulksten] LT",lastWeek:"[Pagājušā] dddd [pulksten] LT",sameElse:"L"},relativeTime:{future:"pēc %s",past:"pirms %s",s:a,ss:r,m:o,mm:r,h:o,hh:r,d:o,dd:r,M:o,MM:r,y:o,yy:r},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(n(381))},9861:function(e,t,n){!function(e){"use strict";var t={words:{ss:["sekund","sekunda","sekundi"],m:["jedan minut","jednog minuta"],mm:["minut","minuta","minuta"],h:["jedan sat","jednog sata"],hh:["sat","sata","sati"],dd:["dan","dana","dana"],MM:["mjesec","mjeseca","mjeseci"],yy:["godina","godine","godina"]},correctGrammaticalCase:function(e,t){return 1===e?t[0]:e>=2&&e<=4?t[1]:t[2]},translate:function(e,n,r){var o=t.words[r];return 1===r.length?n?o[0]:o[1]:e+" "+t.correctGrammaticalCase(e,o)}};e.defineLocale("me",{months:"januar_februar_mart_april_maj_jun_jul_avgust_septembar_oktobar_novembar_decembar".split("_"),monthsShort:"jan._feb._mar._apr._maj_jun_jul_avg._sep._okt._nov._dec.".split("_"),monthsParseExact:!0,weekdays:"nedjelja_ponedjeljak_utorak_srijeda_četvrtak_petak_subota".split("_"),weekdaysShort:"ned._pon._uto._sri._čet._pet._sub.".split("_"),weekdaysMin:"ne_po_ut_sr_če_pe_su".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY H:mm",LLLL:"dddd, D. MMMM YYYY H:mm"},calendar:{sameDay:"[danas u] LT",nextDay:"[sjutra u] LT",nextWeek:function(){switch(this.day()){case 0:return"[u] [nedjelju] [u] LT";case 3:return"[u] [srijedu] [u] LT";case 6:return"[u] [subotu] [u] LT";case 1:case 2:case 4:case 5:return"[u] dddd [u] LT"}},lastDay:"[juče u] LT",lastWeek:function(){return["[prošle] [nedjelje] [u] LT","[prošlog] [ponedjeljka] [u] LT","[prošlog] [utorka] [u] LT","[prošle] [srijede] [u] LT","[prošlog] [četvrtka] [u] LT","[prošlog] [petka] [u] LT","[prošle] [subote] [u] LT"][this.day()]},sameElse:"L"},relativeTime:{future:"za %s",past:"prije %s",s:"nekoliko sekundi",ss:t.translate,m:t.translate,mm:t.translate,h:t.translate,hh:t.translate,d:"dan",dd:t.translate,M:"mjesec",MM:t.translate,y:"godinu",yy:t.translate},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:7}})}(n(381))},5493:function(e,t,n){!function(e){"use strict";e.defineLocale("mi",{months:"Kohi-tāte_Hui-tanguru_Poutū-te-rangi_Paenga-whāwhā_Haratua_Pipiri_Hōngoingoi_Here-turi-kōkā_Mahuru_Whiringa-ā-nuku_Whiringa-ā-rangi_Hakihea".split("_"),monthsShort:"Kohi_Hui_Pou_Pae_Hara_Pipi_Hōngoi_Here_Mahu_Whi-nu_Whi-ra_Haki".split("_"),monthsRegex:/(?:['a-z\u0101\u014D\u016B]+\-?){1,3}/i,monthsStrictRegex:/(?:['a-z\u0101\u014D\u016B]+\-?){1,3}/i,monthsShortRegex:/(?:['a-z\u0101\u014D\u016B]+\-?){1,3}/i,monthsShortStrictRegex:/(?:['a-z\u0101\u014D\u016B]+\-?){1,2}/i,weekdays:"Rātapu_Mane_Tūrei_Wenerei_Tāite_Paraire_Hātarei".split("_"),weekdaysShort:"Ta_Ma_Tū_We_Tāi_Pa_Hā".split("_"),weekdaysMin:"Ta_Ma_Tū_We_Tāi_Pa_Hā".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY [i] HH:mm",LLLL:"dddd, D MMMM YYYY [i] HH:mm"},calendar:{sameDay:"[i teie mahana, i] LT",nextDay:"[apopo i] LT",nextWeek:"dddd [i] LT",lastDay:"[inanahi i] LT",lastWeek:"dddd [whakamutunga i] LT",sameElse:"L"},relativeTime:{future:"i roto i %s",past:"%s i mua",s:"te hēkona ruarua",ss:"%d hēkona",m:"he meneti",mm:"%d meneti",h:"te haora",hh:"%d haora",d:"he ra",dd:"%d ra",M:"he marama",MM:"%d marama",y:"he tau",yy:"%d tau"},dayOfMonthOrdinalParse:/\d{1,2}º/,ordinal:"%dº",week:{dow:1,doy:4}})}(n(381))},5966:function(e,t,n){!function(e){"use strict";e.defineLocale("mk",{months:"јануари_февруари_март_април_мај_јуни_јули_август_септември_октомври_ноември_декември".split("_"),monthsShort:"јан_фев_мар_апр_мај_јун_јул_авг_сеп_окт_ное_дек".split("_"),weekdays:"недела_понеделник_вторник_среда_четврток_петок_сабота".split("_"),weekdaysShort:"нед_пон_вто_сре_чет_пет_саб".split("_"),weekdaysMin:"нe_пo_вт_ср_че_пе_сa".split("_"),longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"D.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY H:mm",LLLL:"dddd, D MMMM YYYY H:mm"},calendar:{sameDay:"[Денес во] LT",nextDay:"[Утре во] LT",nextWeek:"[Во] dddd [во] LT",lastDay:"[Вчера во] LT",lastWeek:function(){switch(this.day()){case 0:case 3:case 6:return"[Изминатата] dddd [во] LT";case 1:case 2:case 4:case 5:return"[Изминатиот] dddd [во] LT"}},sameElse:"L"},relativeTime:{future:"за %s",past:"пред %s",s:"неколку секунди",ss:"%d секунди",m:"една минута",mm:"%d минути",h:"еден час",hh:"%d часа",d:"еден ден",dd:"%d дена",M:"еден месец",MM:"%d месеци",y:"една година",yy:"%d години"},dayOfMonthOrdinalParse:/\d{1,2}-(ев|ен|ти|ви|ри|ми)/,ordinal:function(e){var t=e%10,n=e%100;return 0===e?e+"-ев":0===n?e+"-ен":n>10&&n<20?e+"-ти":1===t?e+"-ви":2===t?e+"-ри":7===t||8===t?e+"-ми":e+"-ти"},week:{dow:1,doy:7}})}(n(381))},7341:function(e,t,n){!function(e){"use strict";e.defineLocale("ml",{months:"ജനുവരി_ഫെബ്രുവരി_മാർച്ച്_ഏപ്രിൽ_മേയ്_ജൂൺ_ജൂലൈ_ഓഗസ്റ്റ്_സെപ്റ്റംബർ_ഒക്ടോബർ_നവംബർ_ഡിസംബർ".split("_"),monthsShort:"ജനു._ഫെബ്രു._മാർ._ഏപ്രി._മേയ്_ജൂൺ_ജൂലൈ._ഓഗ._സെപ്റ്റ._ഒക്ടോ._നവം._ഡിസം.".split("_"),monthsParseExact:!0,weekdays:"ഞായറാഴ്ച_തിങ്കളാഴ്ച_ചൊവ്വാഴ്ച_ബുധനാഴ്ച_വ്യാഴാഴ്ച_വെള്ളിയാഴ്ച_ശനിയാഴ്ച".split("_"),weekdaysShort:"ഞായർ_തിങ്കൾ_ചൊവ്വ_ബുധൻ_വ്യാഴം_വെള്ളി_ശനി".split("_"),weekdaysMin:"ഞാ_തി_ചൊ_ബു_വ്യാ_വെ_ശ".split("_"),longDateFormat:{LT:"A h:mm -നു",LTS:"A h:mm:ss -നു",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, A h:mm -നു",LLLL:"dddd, D MMMM YYYY, A h:mm -നു"},calendar:{sameDay:"[ഇന്ന്] LT",nextDay:"[നാളെ] LT",nextWeek:"dddd, LT",lastDay:"[ഇന്നലെ] LT",lastWeek:"[കഴിഞ്ഞ] dddd, LT",sameElse:"L"},relativeTime:{future:"%s കഴിഞ്ഞ്",past:"%s മുൻപ്",s:"അൽപ നിമിഷങ്ങൾ",ss:"%d സെക്കൻഡ്",m:"ഒരു മിനിറ്റ്",mm:"%d മിനിറ്റ്",h:"ഒരു മണിക്കൂർ",hh:"%d മണിക്കൂർ",d:"ഒരു ദിവസം",dd:"%d ദിവസം",M:"ഒരു മാസം",MM:"%d മാസം",y:"ഒരു വർഷം",yy:"%d വർഷം"},meridiemParse:/രാത്രി|രാവിലെ|ഉച്ച കഴിഞ്ഞ്|വൈകുന്നേരം|രാത്രി/i,meridiemHour:function(e,t){return 12===e&&(e=0),"രാത്രി"===t&&e>=4||"ഉച്ച കഴിഞ്ഞ്"===t||"വൈകുന്നേരം"===t?e+12:e},meridiem:function(e,t,n){return e<4?"രാത്രി":e<12?"രാവിലെ":e<17?"ഉച്ച കഴിഞ്ഞ്":e<20?"വൈകുന്നേരം":"രാത്രി"}})}(n(381))},5115:function(e,t,n){!function(e){"use strict";function t(e,t,n,r){switch(n){case"s":return t?"хэдхэн секунд":"хэдхэн секундын";case"ss":return e+(t?" секунд":" секундын");case"m":case"mm":return e+(t?" минут":" минутын");case"h":case"hh":return e+(t?" цаг":" цагийн");case"d":case"dd":return e+(t?" өдөр":" өдрийн");case"M":case"MM":return e+(t?" сар":" сарын");case"y":case"yy":return e+(t?" жил":" жилийн");default:return e}}e.defineLocale("mn",{months:"Нэгдүгээр сар_Хоёрдугаар сар_Гуравдугаар сар_Дөрөвдүгээр сар_Тавдугаар сар_Зургадугаар сар_Долдугаар сар_Наймдугаар сар_Есдүгээр сар_Аравдугаар сар_Арван нэгдүгээр сар_Арван хоёрдугаар сар".split("_"),monthsShort:"1 сар_2 сар_3 сар_4 сар_5 сар_6 сар_7 сар_8 сар_9 сар_10 сар_11 сар_12 сар".split("_"),monthsParseExact:!0,weekdays:"Ням_Даваа_Мягмар_Лхагва_Пүрэв_Баасан_Бямба".split("_"),weekdaysShort:"Ням_Дав_Мяг_Лха_Пүр_Баа_Бям".split("_"),weekdaysMin:"Ня_Да_Мя_Лх_Пү_Ба_Бя".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY-MM-DD",LL:"YYYY оны MMMMын D",LLL:"YYYY оны MMMMын D HH:mm",LLLL:"dddd, YYYY оны MMMMын D HH:mm"},meridiemParse:/ҮӨ|ҮХ/i,isPM:function(e){return"ҮХ"===e},meridiem:function(e,t,n){return e<12?"ҮӨ":"ҮХ"},calendar:{sameDay:"[Өнөөдөр] LT",nextDay:"[Маргааш] LT",nextWeek:"[Ирэх] dddd LT",lastDay:"[Өчигдөр] LT",lastWeek:"[Өнгөрсөн] dddd LT",sameElse:"L"},relativeTime:{future:"%s дараа",past:"%s өмнө",s:t,ss:t,m:t,mm:t,h:t,hh:t,d:t,dd:t,M:t,MM:t,y:t,yy:t},dayOfMonthOrdinalParse:/\d{1,2} өдөр/,ordinal:function(e,t){switch(t){case"d":case"D":case"DDD":return e+" өдөр";default:return e}}})}(n(381))},370:function(e,t,n){!function(e){"use strict";var t={1:"१",2:"२",3:"३",4:"४",5:"५",6:"६",7:"७",8:"८",9:"९",0:"०"},n={"१":"1","२":"2","३":"3","४":"4","५":"5","६":"6","७":"7","८":"8","९":"9","०":"0"};function r(e,t,n,r){var o="";if(t)switch(n){case"s":o="काही सेकंद";break;case"ss":o="%d सेकंद";break;case"m":o="एक मिनिट";break;case"mm":o="%d मिनिटे";break;case"h":o="एक तास";break;case"hh":o="%d तास";break;case"d":o="एक दिवस";break;case"dd":o="%d दिवस";break;case"M":o="एक महिना";break;case"MM":o="%d महिने";break;case"y":o="एक वर्ष";break;case"yy":o="%d वर्षे"}else switch(n){case"s":o="काही सेकंदां";break;case"ss":o="%d सेकंदां";break;case"m":o="एका मिनिटा";break;case"mm":o="%d मिनिटां";break;case"h":o="एका तासा";break;case"hh":o="%d तासां";break;case"d":o="एका दिवसा";break;case"dd":o="%d दिवसां";break;case"M":o="एका महिन्या";break;case"MM":o="%d महिन्यां";break;case"y":o="एका वर्षा";break;case"yy":o="%d वर्षां"}return o.replace(/%d/i,e)}e.defineLocale("mr",{months:"जानेवारी_फेब्रुवारी_मार्च_एप्रिल_मे_जून_जुलै_ऑगस्ट_सप्टेंबर_ऑक्टोबर_नोव्हेंबर_डिसेंबर".split("_"),monthsShort:"जाने._फेब्रु._मार्च._एप्रि._मे._जून._जुलै._ऑग._सप्टें._ऑक्टो._नोव्हें._डिसें.".split("_"),monthsParseExact:!0,weekdays:"रविवार_सोमवार_मंगळवार_बुधवार_गुरूवार_शुक्रवार_शनिवार".split("_"),weekdaysShort:"रवि_सोम_मंगळ_बुध_गुरू_शुक्र_शनि".split("_"),weekdaysMin:"र_सो_मं_बु_गु_शु_श".split("_"),longDateFormat:{LT:"A h:mm वाजता",LTS:"A h:mm:ss वाजता",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, A h:mm वाजता",LLLL:"dddd, D MMMM YYYY, A h:mm वाजता"},calendar:{sameDay:"[आज] LT",nextDay:"[उद्या] LT",nextWeek:"dddd, LT",lastDay:"[काल] LT",lastWeek:"[मागील] dddd, LT",sameElse:"L"},relativeTime:{future:"%sमध्ये",past:"%sपूर्वी",s:r,ss:r,m:r,mm:r,h:r,hh:r,d:r,dd:r,M:r,MM:r,y:r,yy:r},preparse:function(e){return e.replace(/[१२३४५६७८९०]/g,(function(e){return n[e]}))},postformat:function(e){return e.replace(/\d/g,(function(e){return t[e]}))},meridiemParse:/पहाटे|सकाळी|दुपारी|सायंकाळी|रात्री/,meridiemHour:function(e,t){return 12===e&&(e=0),"पहाटे"===t||"सकाळी"===t?e:"दुपारी"===t||"सायंकाळी"===t||"रात्री"===t?e>=12?e:e+12:void 0},meridiem:function(e,t,n){return e>=0&&e<6?"पहाटे":e<12?"सकाळी":e<17?"दुपारी":e<20?"सायंकाळी":"रात्री"},week:{dow:0,doy:6}})}(n(381))},1237:function(e,t,n){!function(e){"use strict";e.defineLocale("ms-my",{months:"Januari_Februari_Mac_April_Mei_Jun_Julai_Ogos_September_Oktober_November_Disember".split("_"),monthsShort:"Jan_Feb_Mac_Apr_Mei_Jun_Jul_Ogs_Sep_Okt_Nov_Dis".split("_"),weekdays:"Ahad_Isnin_Selasa_Rabu_Khamis_Jumaat_Sabtu".split("_"),weekdaysShort:"Ahd_Isn_Sel_Rab_Kha_Jum_Sab".split("_"),weekdaysMin:"Ah_Is_Sl_Rb_Km_Jm_Sb".split("_"),longDateFormat:{LT:"HH.mm",LTS:"HH.mm.ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY [pukul] HH.mm",LLLL:"dddd, D MMMM YYYY [pukul] HH.mm"},meridiemParse:/pagi|tengahari|petang|malam/,meridiemHour:function(e,t){return 12===e&&(e=0),"pagi"===t?e:"tengahari"===t?e>=11?e:e+12:"petang"===t||"malam"===t?e+12:void 0},meridiem:function(e,t,n){return e<11?"pagi":e<15?"tengahari":e<19?"petang":"malam"},calendar:{sameDay:"[Hari ini pukul] LT",nextDay:"[Esok pukul] LT",nextWeek:"dddd [pukul] LT",lastDay:"[Kelmarin pukul] LT",lastWeek:"dddd [lepas pukul] LT",sameElse:"L"},relativeTime:{future:"dalam %s",past:"%s yang lepas",s:"beberapa saat",ss:"%d saat",m:"seminit",mm:"%d minit",h:"sejam",hh:"%d jam",d:"sehari",dd:"%d hari",M:"sebulan",MM:"%d bulan",y:"setahun",yy:"%d tahun"},week:{dow:1,doy:7}})}(n(381))},9847:function(e,t,n){!function(e){"use strict";e.defineLocale("ms",{months:"Januari_Februari_Mac_April_Mei_Jun_Julai_Ogos_September_Oktober_November_Disember".split("_"),monthsShort:"Jan_Feb_Mac_Apr_Mei_Jun_Jul_Ogs_Sep_Okt_Nov_Dis".split("_"),weekdays:"Ahad_Isnin_Selasa_Rabu_Khamis_Jumaat_Sabtu".split("_"),weekdaysShort:"Ahd_Isn_Sel_Rab_Kha_Jum_Sab".split("_"),weekdaysMin:"Ah_Is_Sl_Rb_Km_Jm_Sb".split("_"),longDateFormat:{LT:"HH.mm",LTS:"HH.mm.ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY [pukul] HH.mm",LLLL:"dddd, D MMMM YYYY [pukul] HH.mm"},meridiemParse:/pagi|tengahari|petang|malam/,meridiemHour:function(e,t){return 12===e&&(e=0),"pagi"===t?e:"tengahari"===t?e>=11?e:e+12:"petang"===t||"malam"===t?e+12:void 0},meridiem:function(e,t,n){return e<11?"pagi":e<15?"tengahari":e<19?"petang":"malam"},calendar:{sameDay:"[Hari ini pukul] LT",nextDay:"[Esok pukul] LT",nextWeek:"dddd [pukul] LT",lastDay:"[Kelmarin pukul] LT",lastWeek:"dddd [lepas pukul] LT",sameElse:"L"},relativeTime:{future:"dalam %s",past:"%s yang lepas",s:"beberapa saat",ss:"%d saat",m:"seminit",mm:"%d minit",h:"sejam",hh:"%d jam",d:"sehari",dd:"%d hari",M:"sebulan",MM:"%d bulan",y:"setahun",yy:"%d tahun"},week:{dow:1,doy:7}})}(n(381))},2126:function(e,t,n){!function(e){"use strict";e.defineLocale("mt",{months:"Jannar_Frar_Marzu_April_Mejju_Ġunju_Lulju_Awwissu_Settembru_Ottubru_Novembru_Diċembru".split("_"),monthsShort:"Jan_Fra_Mar_Apr_Mej_Ġun_Lul_Aww_Set_Ott_Nov_Diċ".split("_"),weekdays:"Il-Ħadd_It-Tnejn_It-Tlieta_L-Erbgħa_Il-Ħamis_Il-Ġimgħa_Is-Sibt".split("_"),weekdaysShort:"Ħad_Tne_Tli_Erb_Ħam_Ġim_Sib".split("_"),weekdaysMin:"Ħa_Tn_Tl_Er_Ħa_Ġi_Si".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Illum fil-]LT",nextDay:"[Għada fil-]LT",nextWeek:"dddd [fil-]LT",lastDay:"[Il-bieraħ fil-]LT",lastWeek:"dddd [li għadda] [fil-]LT",sameElse:"L"},relativeTime:{future:"f’ %s",past:"%s ilu",s:"ftit sekondi",ss:"%d sekondi",m:"minuta",mm:"%d minuti",h:"siegħa",hh:"%d siegħat",d:"ġurnata",dd:"%d ġranet",M:"xahar",MM:"%d xhur",y:"sena",yy:"%d sni"},dayOfMonthOrdinalParse:/\d{1,2}º/,ordinal:"%dº",week:{dow:1,doy:4}})}(n(381))},6165:function(e,t,n){!function(e){"use strict";var t={1:"၁",2:"၂",3:"၃",4:"၄",5:"၅",6:"၆",7:"၇",8:"၈",9:"၉",0:"၀"},n={"၁":"1","၂":"2","၃":"3","၄":"4","၅":"5","၆":"6","၇":"7","၈":"8","၉":"9","၀":"0"};e.defineLocale("my",{months:"ဇန်နဝါရီ_ဖေဖော်ဝါရီ_မတ်_ဧပြီ_မေ_ဇွန်_ဇူလိုင်_သြဂုတ်_စက်တင်ဘာ_အောက်တိုဘာ_နိုဝင်ဘာ_ဒီဇင်ဘာ".split("_"),monthsShort:"ဇန်_ဖေ_မတ်_ပြီ_မေ_ဇွန်_လိုင်_သြ_စက်_အောက်_နို_ဒီ".split("_"),weekdays:"တနင်္ဂနွေ_တနင်္လာ_အင်္ဂါ_ဗုဒ္ဓဟူး_ကြာသပတေး_သောကြာ_စနေ".split("_"),weekdaysShort:"နွေ_လာ_ဂါ_ဟူး_ကြာ_သော_နေ".split("_"),weekdaysMin:"နွေ_လာ_ဂါ_ဟူး_ကြာ_သော_နေ".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[ယနေ.] LT [မှာ]",nextDay:"[မနက်ဖြန်] LT [မှာ]",nextWeek:"dddd LT [မှာ]",lastDay:"[မနေ.က] LT [မှာ]",lastWeek:"[ပြီးခဲ့သော] dddd LT [မှာ]",sameElse:"L"},relativeTime:{future:"လာမည့် %s မှာ",past:"လွန်ခဲ့သော %s က",s:"စက္ကန်.အနည်းငယ်",ss:"%d စက္ကန့်",m:"တစ်မိနစ်",mm:"%d မိနစ်",h:"တစ်နာရီ",hh:"%d နာရီ",d:"တစ်ရက်",dd:"%d ရက်",M:"တစ်လ",MM:"%d လ",y:"တစ်နှစ်",yy:"%d နှစ်"},preparse:function(e){return e.replace(/[၁၂၃၄၅၆၇၈၉၀]/g,(function(e){return n[e]}))},postformat:function(e){return e.replace(/\d/g,(function(e){return t[e]}))},week:{dow:1,doy:4}})}(n(381))},4924:function(e,t,n){!function(e){"use strict";e.defineLocale("nb",{months:"januar_februar_mars_april_mai_juni_juli_august_september_oktober_november_desember".split("_"),monthsShort:"jan._feb._mars_apr._mai_juni_juli_aug._sep._okt._nov._des.".split("_"),monthsParseExact:!0,weekdays:"søndag_mandag_tirsdag_onsdag_torsdag_fredag_lørdag".split("_"),weekdaysShort:"sø._ma._ti._on._to._fr._lø.".split("_"),weekdaysMin:"sø_ma_ti_on_to_fr_lø".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY [kl.] HH:mm",LLLL:"dddd D. MMMM YYYY [kl.] HH:mm"},calendar:{sameDay:"[i dag kl.] LT",nextDay:"[i morgen kl.] LT",nextWeek:"dddd [kl.] LT",lastDay:"[i går kl.] LT",lastWeek:"[forrige] dddd [kl.] LT",sameElse:"L"},relativeTime:{future:"om %s",past:"%s siden",s:"noen sekunder",ss:"%d sekunder",m:"ett minutt",mm:"%d minutter",h:"en time",hh:"%d timer",d:"en dag",dd:"%d dager",w:"en uke",ww:"%d uker",M:"en måned",MM:"%d måneder",y:"ett år",yy:"%d år"},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(n(381))},6744:function(e,t,n){!function(e){"use strict";var t={1:"१",2:"२",3:"३",4:"४",5:"५",6:"६",7:"७",8:"८",9:"९",0:"०"},n={"१":"1","२":"2","३":"3","४":"4","५":"5","६":"6","७":"7","८":"8","९":"9","०":"0"};e.defineLocale("ne",{months:"जनवरी_फेब्रुवरी_मार्च_अप्रिल_मई_जुन_जुलाई_अगष्ट_सेप्टेम्बर_अक्टोबर_नोभेम्बर_डिसेम्बर".split("_"),monthsShort:"जन._फेब्रु._मार्च_अप्रि._मई_जुन_जुलाई._अग._सेप्ट._अक्टो._नोभे._डिसे.".split("_"),monthsParseExact:!0,weekdays:"आइतबार_सोमबार_मङ्गलबार_बुधबार_बिहिबार_शुक्रबार_शनिबार".split("_"),weekdaysShort:"आइत._सोम._मङ्गल._बुध._बिहि._शुक्र._शनि.".split("_"),weekdaysMin:"आ._सो._मं._बु._बि._शु._श.".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"Aको h:mm बजे",LTS:"Aको h:mm:ss बजे",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, Aको h:mm बजे",LLLL:"dddd, D MMMM YYYY, Aको h:mm बजे"},preparse:function(e){return e.replace(/[१२३४५६७८९०]/g,(function(e){return n[e]}))},postformat:function(e){return e.replace(/\d/g,(function(e){return t[e]}))},meridiemParse:/राति|बिहान|दिउँसो|साँझ/,meridiemHour:function(e,t){return 12===e&&(e=0),"राति"===t?e<4?e:e+12:"बिहान"===t?e:"दिउँसो"===t?e>=10?e:e+12:"साँझ"===t?e+12:void 0},meridiem:function(e,t,n){return e<3?"राति":e<12?"बिहान":e<16?"दिउँसो":e<20?"साँझ":"राति"},calendar:{sameDay:"[आज] LT",nextDay:"[भोलि] LT",nextWeek:"[आउँदो] dddd[,] LT",lastDay:"[हिजो] LT",lastWeek:"[गएको] dddd[,] LT",sameElse:"L"},relativeTime:{future:"%sमा",past:"%s अगाडि",s:"केही क्षण",ss:"%d सेकेण्ड",m:"एक मिनेट",mm:"%d मिनेट",h:"एक घण्टा",hh:"%d घण्टा",d:"एक दिन",dd:"%d दिन",M:"एक महिना",MM:"%d महिना",y:"एक बर्ष",yy:"%d बर्ष"},week:{dow:0,doy:6}})}(n(381))},9814:function(e,t,n){!function(e){"use strict";var t="jan._feb._mrt._apr._mei_jun._jul._aug._sep._okt._nov._dec.".split("_"),n="jan_feb_mrt_apr_mei_jun_jul_aug_sep_okt_nov_dec".split("_"),r=[/^jan/i,/^feb/i,/^maart|mrt.?$/i,/^apr/i,/^mei$/i,/^jun[i.]?$/i,/^jul[i.]?$/i,/^aug/i,/^sep/i,/^okt/i,/^nov/i,/^dec/i],o=/^(januari|februari|maart|april|mei|ju[nl]i|augustus|september|oktober|november|december|jan\.?|feb\.?|mrt\.?|apr\.?|ju[nl]\.?|aug\.?|sep\.?|okt\.?|nov\.?|dec\.?)/i;e.defineLocale("nl-be",{months:"januari_februari_maart_april_mei_juni_juli_augustus_september_oktober_november_december".split("_"),monthsShort:function(e,r){return e?/-MMM-/.test(r)?n[e.month()]:t[e.month()]:t},monthsRegex:o,monthsShortRegex:o,monthsStrictRegex:/^(januari|februari|maart|april|mei|ju[nl]i|augustus|september|oktober|november|december)/i,monthsShortStrictRegex:/^(jan\.?|feb\.?|mrt\.?|apr\.?|mei|ju[nl]\.?|aug\.?|sep\.?|okt\.?|nov\.?|dec\.?)/i,monthsParse:r,longMonthsParse:r,shortMonthsParse:r,weekdays:"zondag_maandag_dinsdag_woensdag_donderdag_vrijdag_zaterdag".split("_"),weekdaysShort:"zo._ma._di._wo._do._vr._za.".split("_"),weekdaysMin:"zo_ma_di_wo_do_vr_za".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[vandaag om] LT",nextDay:"[morgen om] LT",nextWeek:"dddd [om] LT",lastDay:"[gisteren om] LT",lastWeek:"[afgelopen] dddd [om] LT",sameElse:"L"},relativeTime:{future:"over %s",past:"%s geleden",s:"een paar seconden",ss:"%d seconden",m:"één minuut",mm:"%d minuten",h:"één uur",hh:"%d uur",d:"één dag",dd:"%d dagen",M:"één maand",MM:"%d maanden",y:"één jaar",yy:"%d jaar"},dayOfMonthOrdinalParse:/\d{1,2}(ste|de)/,ordinal:function(e){return e+(1===e||8===e||e>=20?"ste":"de")},week:{dow:1,doy:4}})}(n(381))},3901:function(e,t,n){!function(e){"use strict";var t="jan._feb._mrt._apr._mei_jun._jul._aug._sep._okt._nov._dec.".split("_"),n="jan_feb_mrt_apr_mei_jun_jul_aug_sep_okt_nov_dec".split("_"),r=[/^jan/i,/^feb/i,/^maart|mrt.?$/i,/^apr/i,/^mei$/i,/^jun[i.]?$/i,/^jul[i.]?$/i,/^aug/i,/^sep/i,/^okt/i,/^nov/i,/^dec/i],o=/^(januari|februari|maart|april|mei|ju[nl]i|augustus|september|oktober|november|december|jan\.?|feb\.?|mrt\.?|apr\.?|ju[nl]\.?|aug\.?|sep\.?|okt\.?|nov\.?|dec\.?)/i;e.defineLocale("nl",{months:"januari_februari_maart_april_mei_juni_juli_augustus_september_oktober_november_december".split("_"),monthsShort:function(e,r){return e?/-MMM-/.test(r)?n[e.month()]:t[e.month()]:t},monthsRegex:o,monthsShortRegex:o,monthsStrictRegex:/^(januari|februari|maart|april|mei|ju[nl]i|augustus|september|oktober|november|december)/i,monthsShortStrictRegex:/^(jan\.?|feb\.?|mrt\.?|apr\.?|mei|ju[nl]\.?|aug\.?|sep\.?|okt\.?|nov\.?|dec\.?)/i,monthsParse:r,longMonthsParse:r,shortMonthsParse:r,weekdays:"zondag_maandag_dinsdag_woensdag_donderdag_vrijdag_zaterdag".split("_"),weekdaysShort:"zo._ma._di._wo._do._vr._za.".split("_"),weekdaysMin:"zo_ma_di_wo_do_vr_za".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD-MM-YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[vandaag om] LT",nextDay:"[morgen om] LT",nextWeek:"dddd [om] LT",lastDay:"[gisteren om] LT",lastWeek:"[afgelopen] dddd [om] LT",sameElse:"L"},relativeTime:{future:"over %s",past:"%s geleden",s:"een paar seconden",ss:"%d seconden",m:"één minuut",mm:"%d minuten",h:"één uur",hh:"%d uur",d:"één dag",dd:"%d dagen",w:"één week",ww:"%d weken",M:"één maand",MM:"%d maanden",y:"één jaar",yy:"%d jaar"},dayOfMonthOrdinalParse:/\d{1,2}(ste|de)/,ordinal:function(e){return e+(1===e||8===e||e>=20?"ste":"de")},week:{dow:1,doy:4}})}(n(381))},3877:function(e,t,n){!function(e){"use strict";e.defineLocale("nn",{months:"januar_februar_mars_april_mai_juni_juli_august_september_oktober_november_desember".split("_"),monthsShort:"jan._feb._mars_apr._mai_juni_juli_aug._sep._okt._nov._des.".split("_"),monthsParseExact:!0,weekdays:"sundag_måndag_tysdag_onsdag_torsdag_fredag_laurdag".split("_"),weekdaysShort:"su._må._ty._on._to._fr._lau.".split("_"),weekdaysMin:"su_må_ty_on_to_fr_la".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY [kl.] H:mm",LLLL:"dddd D. MMMM YYYY [kl.] HH:mm"},calendar:{sameDay:"[I dag klokka] LT",nextDay:"[I morgon klokka] LT",nextWeek:"dddd [klokka] LT",lastDay:"[I går klokka] LT",lastWeek:"[Føregåande] dddd [klokka] LT",sameElse:"L"},relativeTime:{future:"om %s",past:"%s sidan",s:"nokre sekund",ss:"%d sekund",m:"eit minutt",mm:"%d minutt",h:"ein time",hh:"%d timar",d:"ein dag",dd:"%d dagar",w:"ei veke",ww:"%d veker",M:"ein månad",MM:"%d månader",y:"eit år",yy:"%d år"},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(n(381))},2135:function(e,t,n){!function(e){"use strict";e.defineLocale("oc-lnc",{months:{standalone:"genièr_febrièr_març_abril_mai_junh_julhet_agost_setembre_octòbre_novembre_decembre".split("_"),format:"de genièr_de febrièr_de març_d'abril_de mai_de junh_de julhet_d'agost_de setembre_d'octòbre_de novembre_de decembre".split("_"),isFormat:/D[oD]?(\s)+MMMM/},monthsShort:"gen._febr._març_abr._mai_junh_julh._ago._set._oct._nov._dec.".split("_"),monthsParseExact:!0,weekdays:"dimenge_diluns_dimars_dimècres_dijòus_divendres_dissabte".split("_"),weekdaysShort:"dg._dl._dm._dc._dj._dv._ds.".split("_"),weekdaysMin:"dg_dl_dm_dc_dj_dv_ds".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM [de] YYYY",ll:"D MMM YYYY",LLL:"D MMMM [de] YYYY [a] H:mm",lll:"D MMM YYYY, H:mm",LLLL:"dddd D MMMM [de] YYYY [a] H:mm",llll:"ddd D MMM YYYY, H:mm"},calendar:{sameDay:"[uèi a] LT",nextDay:"[deman a] LT",nextWeek:"dddd [a] LT",lastDay:"[ièr a] LT",lastWeek:"dddd [passat a] LT",sameElse:"L"},relativeTime:{future:"d'aquí %s",past:"fa %s",s:"unas segondas",ss:"%d segondas",m:"una minuta",mm:"%d minutas",h:"una ora",hh:"%d oras",d:"un jorn",dd:"%d jorns",M:"un mes",MM:"%d meses",y:"un an",yy:"%d ans"},dayOfMonthOrdinalParse:/\d{1,2}(r|n|t|è|a)/,ordinal:function(e,t){var n=1===e?"r":2===e?"n":3===e?"r":4===e?"t":"è";return"w"!==t&&"W"!==t||(n="a"),e+n},week:{dow:1,doy:4}})}(n(381))},5858:function(e,t,n){!function(e){"use strict";var t={1:"੧",2:"੨",3:"੩",4:"੪",5:"੫",6:"੬",7:"੭",8:"੮",9:"੯",0:"੦"},n={"੧":"1","੨":"2","੩":"3","੪":"4","੫":"5","੬":"6","੭":"7","੮":"8","੯":"9","੦":"0"};e.defineLocale("pa-in",{months:"ਜਨਵਰੀ_ਫ਼ਰਵਰੀ_ਮਾਰਚ_ਅਪ੍ਰੈਲ_ਮਈ_ਜੂਨ_ਜੁਲਾਈ_ਅਗਸਤ_ਸਤੰਬਰ_ਅਕਤੂਬਰ_ਨਵੰਬਰ_ਦਸੰਬਰ".split("_"),monthsShort:"ਜਨਵਰੀ_ਫ਼ਰਵਰੀ_ਮਾਰਚ_ਅਪ੍ਰੈਲ_ਮਈ_ਜੂਨ_ਜੁਲਾਈ_ਅਗਸਤ_ਸਤੰਬਰ_ਅਕਤੂਬਰ_ਨਵੰਬਰ_ਦਸੰਬਰ".split("_"),weekdays:"ਐਤਵਾਰ_ਸੋਮਵਾਰ_ਮੰਗਲਵਾਰ_ਬੁਧਵਾਰ_ਵੀਰਵਾਰ_ਸ਼ੁੱਕਰਵਾਰ_ਸ਼ਨੀਚਰਵਾਰ".split("_"),weekdaysShort:"ਐਤ_ਸੋਮ_ਮੰਗਲ_ਬੁਧ_ਵੀਰ_ਸ਼ੁਕਰ_ਸ਼ਨੀ".split("_"),weekdaysMin:"ਐਤ_ਸੋਮ_ਮੰਗਲ_ਬੁਧ_ਵੀਰ_ਸ਼ੁਕਰ_ਸ਼ਨੀ".split("_"),longDateFormat:{LT:"A h:mm ਵਜੇ",LTS:"A h:mm:ss ਵਜੇ",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, A h:mm ਵਜੇ",LLLL:"dddd, D MMMM YYYY, A h:mm ਵਜੇ"},calendar:{sameDay:"[ਅਜ] LT",nextDay:"[ਕਲ] LT",nextWeek:"[ਅਗਲਾ] dddd, LT",lastDay:"[ਕਲ] LT",lastWeek:"[ਪਿਛਲੇ] dddd, LT",sameElse:"L"},relativeTime:{future:"%s ਵਿੱਚ",past:"%s ਪਿਛਲੇ",s:"ਕੁਝ ਸਕਿੰਟ",ss:"%d ਸਕਿੰਟ",m:"ਇਕ ਮਿੰਟ",mm:"%d ਮਿੰਟ",h:"ਇੱਕ ਘੰਟਾ",hh:"%d ਘੰਟੇ",d:"ਇੱਕ ਦਿਨ",dd:"%d ਦਿਨ",M:"ਇੱਕ ਮਹੀਨਾ",MM:"%d ਮਹੀਨੇ",y:"ਇੱਕ ਸਾਲ",yy:"%d ਸਾਲ"},preparse:function(e){return e.replace(/[੧੨੩੪੫੬੭੮੯੦]/g,(function(e){return n[e]}))},postformat:function(e){return e.replace(/\d/g,(function(e){return t[e]}))},meridiemParse:/ਰਾਤ|ਸਵੇਰ|ਦੁਪਹਿਰ|ਸ਼ਾਮ/,meridiemHour:function(e,t){return 12===e&&(e=0),"ਰਾਤ"===t?e<4?e:e+12:"ਸਵੇਰ"===t?e:"ਦੁਪਹਿਰ"===t?e>=10?e:e+12:"ਸ਼ਾਮ"===t?e+12:void 0},meridiem:function(e,t,n){return e<4?"ਰਾਤ":e<10?"ਸਵੇਰ":e<17?"ਦੁਪਹਿਰ":e<20?"ਸ਼ਾਮ":"ਰਾਤ"},week:{dow:0,doy:6}})}(n(381))},4495:function(e,t,n){!function(e){"use strict";var t="styczeń_luty_marzec_kwiecień_maj_czerwiec_lipiec_sierpień_wrzesień_październik_listopad_grudzień".split("_"),n="stycznia_lutego_marca_kwietnia_maja_czerwca_lipca_sierpnia_września_października_listopada_grudnia".split("_"),r=[/^sty/i,/^lut/i,/^mar/i,/^kwi/i,/^maj/i,/^cze/i,/^lip/i,/^sie/i,/^wrz/i,/^paź/i,/^lis/i,/^gru/i];function o(e){return e%10<5&&e%10>1&&~~(e/10)%10!=1}function a(e,t,n){var r=e+" ";switch(n){case"ss":return r+(o(e)?"sekundy":"sekund");case"m":return t?"minuta":"minutę";case"mm":return r+(o(e)?"minuty":"minut");case"h":return t?"godzina":"godzinę";case"hh":return r+(o(e)?"godziny":"godzin");case"ww":return r+(o(e)?"tygodnie":"tygodni");case"MM":return r+(o(e)?"miesiące":"miesięcy");case"yy":return r+(o(e)?"lata":"lat")}}e.defineLocale("pl",{months:function(e,r){return e?/D MMMM/.test(r)?n[e.month()]:t[e.month()]:t},monthsShort:"sty_lut_mar_kwi_maj_cze_lip_sie_wrz_paź_lis_gru".split("_"),monthsParse:r,longMonthsParse:r,shortMonthsParse:r,weekdays:"niedziela_poniedziałek_wtorek_środa_czwartek_piątek_sobota".split("_"),weekdaysShort:"ndz_pon_wt_śr_czw_pt_sob".split("_"),weekdaysMin:"Nd_Pn_Wt_Śr_Cz_Pt_So".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Dziś o] LT",nextDay:"[Jutro o] LT",nextWeek:function(){switch(this.day()){case 0:return"[W niedzielę o] LT";case 2:return"[We wtorek o] LT";case 3:return"[W środę o] LT";case 6:return"[W sobotę o] LT";default:return"[W] dddd [o] LT"}},lastDay:"[Wczoraj o] LT",lastWeek:function(){switch(this.day()){case 0:return"[W zeszłą niedzielę o] LT";case 3:return"[W zeszłą środę o] LT";case 6:return"[W zeszłą sobotę o] LT";default:return"[W zeszły] dddd [o] LT"}},sameElse:"L"},relativeTime:{future:"za %s",past:"%s temu",s:"kilka sekund",ss:a,m:a,mm:a,h:a,hh:a,d:"1 dzień",dd:"%d dni",w:"tydzień",ww:a,M:"miesiąc",MM:a,y:"rok",yy:a},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(n(381))},7971:function(e,t,n){!function(e){"use strict";e.defineLocale("pt-br",{months:"janeiro_fevereiro_março_abril_maio_junho_julho_agosto_setembro_outubro_novembro_dezembro".split("_"),monthsShort:"jan_fev_mar_abr_mai_jun_jul_ago_set_out_nov_dez".split("_"),weekdays:"domingo_segunda-feira_terça-feira_quarta-feira_quinta-feira_sexta-feira_sábado".split("_"),weekdaysShort:"dom_seg_ter_qua_qui_sex_sáb".split("_"),weekdaysMin:"do_2ª_3ª_4ª_5ª_6ª_sá".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D [de] MMMM [de] YYYY",LLL:"D [de] MMMM [de] YYYY [às] HH:mm",LLLL:"dddd, D [de] MMMM [de] YYYY [às] HH:mm"},calendar:{sameDay:"[Hoje às] LT",nextDay:"[Amanhã às] LT",nextWeek:"dddd [às] LT",lastDay:"[Ontem às] LT",lastWeek:function(){return 0===this.day()||6===this.day()?"[Último] dddd [às] LT":"[Última] dddd [às] LT"},sameElse:"L"},relativeTime:{future:"em %s",past:"há %s",s:"poucos segundos",ss:"%d segundos",m:"um minuto",mm:"%d minutos",h:"uma hora",hh:"%d horas",d:"um dia",dd:"%d dias",M:"um mês",MM:"%d meses",y:"um ano",yy:"%d anos"},dayOfMonthOrdinalParse:/\d{1,2}º/,ordinal:"%dº",invalidDate:"Data inválida"})}(n(381))},9520:function(e,t,n){!function(e){"use strict";e.defineLocale("pt",{months:"janeiro_fevereiro_março_abril_maio_junho_julho_agosto_setembro_outubro_novembro_dezembro".split("_"),monthsShort:"jan_fev_mar_abr_mai_jun_jul_ago_set_out_nov_dez".split("_"),weekdays:"Domingo_Segunda-feira_Terça-feira_Quarta-feira_Quinta-feira_Sexta-feira_Sábado".split("_"),weekdaysShort:"Dom_Seg_Ter_Qua_Qui_Sex_Sáb".split("_"),weekdaysMin:"Do_2ª_3ª_4ª_5ª_6ª_Sá".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D [de] MMMM [de] YYYY",LLL:"D [de] MMMM [de] YYYY HH:mm",LLLL:"dddd, D [de] MMMM [de] YYYY HH:mm"},calendar:{sameDay:"[Hoje às] LT",nextDay:"[Amanhã às] LT",nextWeek:"dddd [às] LT",lastDay:"[Ontem às] LT",lastWeek:function(){return 0===this.day()||6===this.day()?"[Último] dddd [às] LT":"[Última] dddd [às] LT"},sameElse:"L"},relativeTime:{future:"em %s",past:"há %s",s:"segundos",ss:"%d segundos",m:"um minuto",mm:"%d minutos",h:"uma hora",hh:"%d horas",d:"um dia",dd:"%d dias",w:"uma semana",ww:"%d semanas",M:"um mês",MM:"%d meses",y:"um ano",yy:"%d anos"},dayOfMonthOrdinalParse:/\d{1,2}º/,ordinal:"%dº",week:{dow:1,doy:4}})}(n(381))},6459:function(e,t,n){!function(e){"use strict";function t(e,t,n){var r=" ";return(e%100>=20||e>=100&&e%100==0)&&(r=" de "),e+r+{ss:"secunde",mm:"minute",hh:"ore",dd:"zile",ww:"săptămâni",MM:"luni",yy:"ani"}[n]}e.defineLocale("ro",{months:"ianuarie_februarie_martie_aprilie_mai_iunie_iulie_august_septembrie_octombrie_noiembrie_decembrie".split("_"),monthsShort:"ian._feb._mart._apr._mai_iun._iul._aug._sept._oct._nov._dec.".split("_"),monthsParseExact:!0,weekdays:"duminică_luni_marți_miercuri_joi_vineri_sâmbătă".split("_"),weekdaysShort:"Dum_Lun_Mar_Mie_Joi_Vin_Sâm".split("_"),weekdaysMin:"Du_Lu_Ma_Mi_Jo_Vi_Sâ".split("_"),longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY H:mm",LLLL:"dddd, D MMMM YYYY H:mm"},calendar:{sameDay:"[azi la] LT",nextDay:"[mâine la] LT",nextWeek:"dddd [la] LT",lastDay:"[ieri la] LT",lastWeek:"[fosta] dddd [la] LT",sameElse:"L"},relativeTime:{future:"peste %s",past:"%s în urmă",s:"câteva secunde",ss:t,m:"un minut",mm:t,h:"o oră",hh:t,d:"o zi",dd:t,w:"o săptămână",ww:t,M:"o lună",MM:t,y:"un an",yy:t},week:{dow:1,doy:7}})}(n(381))},1793:function(e,t,n){!function(e){"use strict";function t(e,t){var n=e.split("_");return t%10==1&&t%100!=11?n[0]:t%10>=2&&t%10<=4&&(t%100<10||t%100>=20)?n[1]:n[2]}function n(e,n,r){return"m"===r?n?"минута":"минуту":e+" "+t({ss:n?"секунда_секунды_секунд":"секунду_секунды_секунд",mm:n?"минута_минуты_минут":"минуту_минуты_минут",hh:"час_часа_часов",dd:"день_дня_дней",ww:"неделя_недели_недель",MM:"месяц_месяца_месяцев",yy:"год_года_лет"}[r],+e)}var r=[/^янв/i,/^фев/i,/^мар/i,/^апр/i,/^ма[йя]/i,/^июн/i,/^июл/i,/^авг/i,/^сен/i,/^окт/i,/^ноя/i,/^дек/i];e.defineLocale("ru",{months:{format:"января_февраля_марта_апреля_мая_июня_июля_августа_сентября_октября_ноября_декабря".split("_"),standalone:"январь_февраль_март_апрель_май_июнь_июль_август_сентябрь_октябрь_ноябрь_декабрь".split("_")},monthsShort:{format:"янв._февр._мар._апр._мая_июня_июля_авг._сент._окт._нояб._дек.".split("_"),standalone:"янв._февр._март_апр._май_июнь_июль_авг._сент._окт._нояб._дек.".split("_")},weekdays:{standalone:"воскресенье_понедельник_вторник_среда_четверг_пятница_суббота".split("_"),format:"воскресенье_понедельник_вторник_среду_четверг_пятницу_субботу".split("_"),isFormat:/\[ ?[Вв] ?(?:прошлую|следующую|эту)? ?] ?dddd/},weekdaysShort:"вс_пн_вт_ср_чт_пт_сб".split("_"),weekdaysMin:"вс_пн_вт_ср_чт_пт_сб".split("_"),monthsParse:r,longMonthsParse:r,shortMonthsParse:r,monthsRegex:/^(январ[ья]|янв\.?|феврал[ья]|февр?\.?|марта?|мар\.?|апрел[ья]|апр\.?|ма[йя]|июн[ья]|июн\.?|июл[ья]|июл\.?|августа?|авг\.?|сентябр[ья]|сент?\.?|октябр[ья]|окт\.?|ноябр[ья]|нояб?\.?|декабр[ья]|дек\.?)/i,monthsShortRegex:/^(январ[ья]|янв\.?|феврал[ья]|февр?\.?|марта?|мар\.?|апрел[ья]|апр\.?|ма[йя]|июн[ья]|июн\.?|июл[ья]|июл\.?|августа?|авг\.?|сентябр[ья]|сент?\.?|октябр[ья]|окт\.?|ноябр[ья]|нояб?\.?|декабр[ья]|дек\.?)/i,monthsStrictRegex:/^(январ[яь]|феврал[яь]|марта?|апрел[яь]|ма[яй]|июн[яь]|июл[яь]|августа?|сентябр[яь]|октябр[яь]|ноябр[яь]|декабр[яь])/i,monthsShortStrictRegex:/^(янв\.|февр?\.|мар[т.]|апр\.|ма[яй]|июн[ья.]|июл[ья.]|авг\.|сент?\.|окт\.|нояб?\.|дек\.)/i,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY г.",LLL:"D MMMM YYYY г., H:mm",LLLL:"dddd, D MMMM YYYY г., H:mm"},calendar:{sameDay:"[Сегодня, в] LT",nextDay:"[Завтра, в] LT",lastDay:"[Вчера, в] LT",nextWeek:function(e){if(e.week()===this.week())return 2===this.day()?"[Во] dddd, [в] LT":"[В] dddd, [в] LT";switch(this.day()){case 0:return"[В следующее] dddd, [в] LT";case 1:case 2:case 4:return"[В следующий] dddd, [в] LT";case 3:case 5:case 6:return"[В следующую] dddd, [в] LT"}},lastWeek:function(e){if(e.week()===this.week())return 2===this.day()?"[Во] dddd, [в] LT":"[В] dddd, [в] LT";switch(this.day()){case 0:return"[В прошлое] dddd, [в] LT";case 1:case 2:case 4:return"[В прошлый] dddd, [в] LT";case 3:case 5:case 6:return"[В прошлую] dddd, [в] LT"}},sameElse:"L"},relativeTime:{future:"через %s",past:"%s назад",s:"несколько секунд",ss:n,m:n,mm:n,h:"час",hh:n,d:"день",dd:n,w:"неделя",ww:n,M:"месяц",MM:n,y:"год",yy:n},meridiemParse:/ночи|утра|дня|вечера/i,isPM:function(e){return/^(дня|вечера)$/.test(e)},meridiem:function(e,t,n){return e<4?"ночи":e<12?"утра":e<17?"дня":"вечера"},dayOfMonthOrdinalParse:/\d{1,2}-(й|го|я)/,ordinal:function(e,t){switch(t){case"M":case"d":case"DDD":return e+"-й";case"D":return e+"-го";case"w":case"W":return e+"-я";default:return e}},week:{dow:1,doy:4}})}(n(381))},950:function(e,t,n){!function(e){"use strict";var t=["جنوري","فيبروري","مارچ","اپريل","مئي","جون","جولاءِ","آگسٽ","سيپٽمبر","آڪٽوبر","نومبر","ڊسمبر"],n=["آچر","سومر","اڱارو","اربع","خميس","جمع","ڇنڇر"];e.defineLocale("sd",{months:t,monthsShort:t,weekdays:n,weekdaysShort:n,weekdaysMin:n,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd، D MMMM YYYY HH:mm"},meridiemParse:/صبح|شام/,isPM:function(e){return"شام"===e},meridiem:function(e,t,n){return e<12?"صبح":"شام"},calendar:{sameDay:"[اڄ] LT",nextDay:"[سڀاڻي] LT",nextWeek:"dddd [اڳين هفتي تي] LT",lastDay:"[ڪالهه] LT",lastWeek:"[گزريل هفتي] dddd [تي] LT",sameElse:"L"},relativeTime:{future:"%s پوء",past:"%s اڳ",s:"چند سيڪنڊ",ss:"%d سيڪنڊ",m:"هڪ منٽ",mm:"%d منٽ",h:"هڪ ڪلاڪ",hh:"%d ڪلاڪ",d:"هڪ ڏينهن",dd:"%d ڏينهن",M:"هڪ مهينو",MM:"%d مهينا",y:"هڪ سال",yy:"%d سال"},preparse:function(e){return e.replace(/،/g,",")},postformat:function(e){return e.replace(/,/g,"،")},week:{dow:1,doy:4}})}(n(381))},490:function(e,t,n){!function(e){"use strict";e.defineLocale("se",{months:"ođđajagemánnu_guovvamánnu_njukčamánnu_cuoŋománnu_miessemánnu_geassemánnu_suoidnemánnu_borgemánnu_čakčamánnu_golggotmánnu_skábmamánnu_juovlamánnu".split("_"),monthsShort:"ođđj_guov_njuk_cuo_mies_geas_suoi_borg_čakč_golg_skáb_juov".split("_"),weekdays:"sotnabeaivi_vuossárga_maŋŋebárga_gaskavahkku_duorastat_bearjadat_lávvardat".split("_"),weekdaysShort:"sotn_vuos_maŋ_gask_duor_bear_láv".split("_"),weekdaysMin:"s_v_m_g_d_b_L".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"MMMM D. [b.] YYYY",LLL:"MMMM D. [b.] YYYY [ti.] HH:mm",LLLL:"dddd, MMMM D. [b.] YYYY [ti.] HH:mm"},calendar:{sameDay:"[otne ti] LT",nextDay:"[ihttin ti] LT",nextWeek:"dddd [ti] LT",lastDay:"[ikte ti] LT",lastWeek:"[ovddit] dddd [ti] LT",sameElse:"L"},relativeTime:{future:"%s geažes",past:"maŋit %s",s:"moadde sekunddat",ss:"%d sekunddat",m:"okta minuhta",mm:"%d minuhtat",h:"okta diimmu",hh:"%d diimmut",d:"okta beaivi",dd:"%d beaivvit",M:"okta mánnu",MM:"%d mánut",y:"okta jahki",yy:"%d jagit"},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(n(381))},124:function(e,t,n){!function(e){"use strict";e.defineLocale("si",{months:"ජනවාරි_පෙබරවාරි_මාර්තු_අප්‍රේල්_මැයි_ජූනි_ජූලි_අගෝස්තු_සැප්තැම්බර්_ඔක්තෝබර්_නොවැම්බර්_දෙසැම්බර්".split("_"),monthsShort:"ජන_පෙබ_මාර්_අප්_මැයි_ජූනි_ජූලි_අගෝ_සැප්_ඔක්_නොවැ_දෙසැ".split("_"),weekdays:"ඉරිදා_සඳුදා_අඟහරුවාදා_බදාදා_බ්‍රහස්පතින්දා_සිකුරාදා_සෙනසුරාදා".split("_"),weekdaysShort:"ඉරි_සඳු_අඟ_බදා_බ්‍රහ_සිකු_සෙන".split("_"),weekdaysMin:"ඉ_ස_අ_බ_බ්‍ර_සි_සෙ".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"a h:mm",LTS:"a h:mm:ss",L:"YYYY/MM/DD",LL:"YYYY MMMM D",LLL:"YYYY MMMM D, a h:mm",LLLL:"YYYY MMMM D [වැනි] dddd, a h:mm:ss"},calendar:{sameDay:"[අද] LT[ට]",nextDay:"[හෙට] LT[ට]",nextWeek:"dddd LT[ට]",lastDay:"[ඊයේ] LT[ට]",lastWeek:"[පසුගිය] dddd LT[ට]",sameElse:"L"},relativeTime:{future:"%sකින්",past:"%sකට පෙර",s:"තත්පර කිහිපය",ss:"තත්පර %d",m:"මිනිත්තුව",mm:"මිනිත්තු %d",h:"පැය",hh:"පැය %d",d:"දිනය",dd:"දින %d",M:"මාසය",MM:"මාස %d",y:"වසර",yy:"වසර %d"},dayOfMonthOrdinalParse:/\d{1,2} වැනි/,ordinal:function(e){return e+" වැනි"},meridiemParse:/පෙර වරු|පස් වරු|පෙ.ව|ප.ව./,isPM:function(e){return"ප.ව."===e||"පස් වරු"===e},meridiem:function(e,t,n){return e>11?n?"ප.ව.":"පස් වරු":n?"පෙ.ව.":"පෙර වරු"}})}(n(381))},4249:function(e,t,n){!function(e){"use strict";var t="január_február_marec_apríl_máj_jún_júl_august_september_október_november_december".split("_"),n="jan_feb_mar_apr_máj_jún_júl_aug_sep_okt_nov_dec".split("_");function r(e){return e>1&&e<5}function o(e,t,n,o){var a=e+" ";switch(n){case"s":return t||o?"pár sekúnd":"pár sekundami";case"ss":return t||o?a+(r(e)?"sekundy":"sekúnd"):a+"sekundami";case"m":return t?"minúta":o?"minútu":"minútou";case"mm":return t||o?a+(r(e)?"minúty":"minút"):a+"minútami";case"h":return t?"hodina":o?"hodinu":"hodinou";case"hh":return t||o?a+(r(e)?"hodiny":"hodín"):a+"hodinami";case"d":return t||o?"deň":"dňom";case"dd":return t||o?a+(r(e)?"dni":"dní"):a+"dňami";case"M":return t||o?"mesiac":"mesiacom";case"MM":return t||o?a+(r(e)?"mesiace":"mesiacov"):a+"mesiacmi";case"y":return t||o?"rok":"rokom";case"yy":return t||o?a+(r(e)?"roky":"rokov"):a+"rokmi"}}e.defineLocale("sk",{months:t,monthsShort:n,weekdays:"nedeľa_pondelok_utorok_streda_štvrtok_piatok_sobota".split("_"),weekdaysShort:"ne_po_ut_st_št_pi_so".split("_"),weekdaysMin:"ne_po_ut_st_št_pi_so".split("_"),longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY H:mm",LLLL:"dddd D. MMMM YYYY H:mm"},calendar:{sameDay:"[dnes o] LT",nextDay:"[zajtra o] LT",nextWeek:function(){switch(this.day()){case 0:return"[v nedeľu o] LT";case 1:case 2:return"[v] dddd [o] LT";case 3:return"[v stredu o] LT";case 4:return"[vo štvrtok o] LT";case 5:return"[v piatok o] LT";case 6:return"[v sobotu o] LT"}},lastDay:"[včera o] LT",lastWeek:function(){switch(this.day()){case 0:return"[minulú nedeľu o] LT";case 1:case 2:case 4:case 5:return"[minulý] dddd [o] LT";case 3:return"[minulú stredu o] LT";case 6:return"[minulú sobotu o] LT"}},sameElse:"L"},relativeTime:{future:"za %s",past:"pred %s",s:o,ss:o,m:o,mm:o,h:o,hh:o,d:o,dd:o,M:o,MM:o,y:o,yy:o},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(n(381))},4985:function(e,t,n){!function(e){"use strict";function t(e,t,n,r){var o=e+" ";switch(n){case"s":return t||r?"nekaj sekund":"nekaj sekundami";case"ss":return o+=1===e?t?"sekundo":"sekundi":2===e?t||r?"sekundi":"sekundah":e<5?t||r?"sekunde":"sekundah":"sekund";case"m":return t?"ena minuta":"eno minuto";case"mm":return o+=1===e?t?"minuta":"minuto":2===e?t||r?"minuti":"minutama":e<5?t||r?"minute":"minutami":t||r?"minut":"minutami";case"h":return t?"ena ura":"eno uro";case"hh":return o+=1===e?t?"ura":"uro":2===e?t||r?"uri":"urama":e<5?t||r?"ure":"urami":t||r?"ur":"urami";case"d":return t||r?"en dan":"enim dnem";case"dd":return o+=1===e?t||r?"dan":"dnem":2===e?t||r?"dni":"dnevoma":t||r?"dni":"dnevi";case"M":return t||r?"en mesec":"enim mesecem";case"MM":return o+=1===e?t||r?"mesec":"mesecem":2===e?t||r?"meseca":"mesecema":e<5?t||r?"mesece":"meseci":t||r?"mesecev":"meseci";case"y":return t||r?"eno leto":"enim letom";case"yy":return o+=1===e?t||r?"leto":"letom":2===e?t||r?"leti":"letoma":e<5?t||r?"leta":"leti":t||r?"let":"leti"}}e.defineLocale("sl",{months:"januar_februar_marec_april_maj_junij_julij_avgust_september_oktober_november_december".split("_"),monthsShort:"jan._feb._mar._apr._maj._jun._jul._avg._sep._okt._nov._dec.".split("_"),monthsParseExact:!0,weekdays:"nedelja_ponedeljek_torek_sreda_četrtek_petek_sobota".split("_"),weekdaysShort:"ned._pon._tor._sre._čet._pet._sob.".split("_"),weekdaysMin:"ne_po_to_sr_če_pe_so".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD. MM. YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY H:mm",LLLL:"dddd, D. MMMM YYYY H:mm"},calendar:{sameDay:"[danes ob] LT",nextDay:"[jutri ob] LT",nextWeek:function(){switch(this.day()){case 0:return"[v] [nedeljo] [ob] LT";case 3:return"[v] [sredo] [ob] LT";case 6:return"[v] [soboto] [ob] LT";case 1:case 2:case 4:case 5:return"[v] dddd [ob] LT"}},lastDay:"[včeraj ob] LT",lastWeek:function(){switch(this.day()){case 0:return"[prejšnjo] [nedeljo] [ob] LT";case 3:return"[prejšnjo] [sredo] [ob] LT";case 6:return"[prejšnjo] [soboto] [ob] LT";case 1:case 2:case 4:case 5:return"[prejšnji] dddd [ob] LT"}},sameElse:"L"},relativeTime:{future:"čez %s",past:"pred %s",s:t,ss:t,m:t,mm:t,h:t,hh:t,d:t,dd:t,M:t,MM:t,y:t,yy:t},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:7}})}(n(381))},1104:function(e,t,n){!function(e){"use strict";e.defineLocale("sq",{months:"Janar_Shkurt_Mars_Prill_Maj_Qershor_Korrik_Gusht_Shtator_Tetor_Nëntor_Dhjetor".split("_"),monthsShort:"Jan_Shk_Mar_Pri_Maj_Qer_Kor_Gus_Sht_Tet_Nën_Dhj".split("_"),weekdays:"E Diel_E Hënë_E Martë_E Mërkurë_E Enjte_E Premte_E Shtunë".split("_"),weekdaysShort:"Die_Hën_Mar_Mër_Enj_Pre_Sht".split("_"),weekdaysMin:"D_H_Ma_Më_E_P_Sh".split("_"),weekdaysParseExact:!0,meridiemParse:/PD|MD/,isPM:function(e){return"M"===e.charAt(0)},meridiem:function(e,t,n){return e<12?"PD":"MD"},longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Sot në] LT",nextDay:"[Nesër në] LT",nextWeek:"dddd [në] LT",lastDay:"[Dje në] LT",lastWeek:"dddd [e kaluar në] LT",sameElse:"L"},relativeTime:{future:"në %s",past:"%s më parë",s:"disa sekonda",ss:"%d sekonda",m:"një minutë",mm:"%d minuta",h:"një orë",hh:"%d orë",d:"një ditë",dd:"%d ditë",M:"një muaj",MM:"%d muaj",y:"një vit",yy:"%d vite"},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(n(381))},9915:function(e,t,n){!function(e){"use strict";var t={words:{ss:["секунда","секунде","секунди"],m:["један минут","једне минуте"],mm:["минут","минуте","минута"],h:["један сат","једног сата"],hh:["сат","сата","сати"],dd:["дан","дана","дана"],MM:["месец","месеца","месеци"],yy:["година","године","година"]},correctGrammaticalCase:function(e,t){return 1===e?t[0]:e>=2&&e<=4?t[1]:t[2]},translate:function(e,n,r){var o=t.words[r];return 1===r.length?n?o[0]:o[1]:e+" "+t.correctGrammaticalCase(e,o)}};e.defineLocale("sr-cyrl",{months:"јануар_фебруар_март_април_мај_јун_јул_август_септембар_октобар_новембар_децембар".split("_"),monthsShort:"јан._феб._мар._апр._мај_јун_јул_авг._сеп._окт._нов._дец.".split("_"),monthsParseExact:!0,weekdays:"недеља_понедељак_уторак_среда_четвртак_петак_субота".split("_"),weekdaysShort:"нед._пон._уто._сре._чет._пет._суб.".split("_"),weekdaysMin:"не_по_ут_ср_че_пе_су".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"D. M. YYYY.",LL:"D. MMMM YYYY.",LLL:"D. MMMM YYYY. H:mm",LLLL:"dddd, D. MMMM YYYY. H:mm"},calendar:{sameDay:"[данас у] LT",nextDay:"[сутра у] LT",nextWeek:function(){switch(this.day()){case 0:return"[у] [недељу] [у] LT";case 3:return"[у] [среду] [у] LT";case 6:return"[у] [суботу] [у] LT";case 1:case 2:case 4:case 5:return"[у] dddd [у] LT"}},lastDay:"[јуче у] LT",lastWeek:function(){return["[прошле] [недеље] [у] LT","[прошлог] [понедељка] [у] LT","[прошлог] [уторка] [у] LT","[прошле] [среде] [у] LT","[прошлог] [четвртка] [у] LT","[прошлог] [петка] [у] LT","[прошле] [суботе] [у] LT"][this.day()]},sameElse:"L"},relativeTime:{future:"за %s",past:"пре %s",s:"неколико секунди",ss:t.translate,m:t.translate,mm:t.translate,h:t.translate,hh:t.translate,d:"дан",dd:t.translate,M:"месец",MM:t.translate,y:"годину",yy:t.translate},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:7}})}(n(381))},9131:function(e,t,n){!function(e){"use strict";var t={words:{ss:["sekunda","sekunde","sekundi"],m:["jedan minut","jedne minute"],mm:["minut","minute","minuta"],h:["jedan sat","jednog sata"],hh:["sat","sata","sati"],dd:["dan","dana","dana"],MM:["mesec","meseca","meseci"],yy:["godina","godine","godina"]},correctGrammaticalCase:function(e,t){return 1===e?t[0]:e>=2&&e<=4?t[1]:t[2]},translate:function(e,n,r){var o=t.words[r];return 1===r.length?n?o[0]:o[1]:e+" "+t.correctGrammaticalCase(e,o)}};e.defineLocale("sr",{months:"januar_februar_mart_april_maj_jun_jul_avgust_septembar_oktobar_novembar_decembar".split("_"),monthsShort:"jan._feb._mar._apr._maj_jun_jul_avg._sep._okt._nov._dec.".split("_"),monthsParseExact:!0,weekdays:"nedelja_ponedeljak_utorak_sreda_četvrtak_petak_subota".split("_"),weekdaysShort:"ned._pon._uto._sre._čet._pet._sub.".split("_"),weekdaysMin:"ne_po_ut_sr_če_pe_su".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"D. M. YYYY.",LL:"D. MMMM YYYY.",LLL:"D. MMMM YYYY. H:mm",LLLL:"dddd, D. MMMM YYYY. H:mm"},calendar:{sameDay:"[danas u] LT",nextDay:"[sutra u] LT",nextWeek:function(){switch(this.day()){case 0:return"[u] [nedelju] [u] LT";case 3:return"[u] [sredu] [u] LT";case 6:return"[u] [subotu] [u] LT";case 1:case 2:case 4:case 5:return"[u] dddd [u] LT"}},lastDay:"[juče u] LT",lastWeek:function(){return["[prošle] [nedelje] [u] LT","[prošlog] [ponedeljka] [u] LT","[prošlog] [utorka] [u] LT","[prošle] [srede] [u] LT","[prošlog] [četvrtka] [u] LT","[prošlog] [petka] [u] LT","[prošle] [subote] [u] LT"][this.day()]},sameElse:"L"},relativeTime:{future:"za %s",past:"pre %s",s:"nekoliko sekundi",ss:t.translate,m:t.translate,mm:t.translate,h:t.translate,hh:t.translate,d:"dan",dd:t.translate,M:"mesec",MM:t.translate,y:"godinu",yy:t.translate},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:7}})}(n(381))},5893:function(e,t,n){!function(e){"use strict";e.defineLocale("ss",{months:"Bhimbidvwane_Indlovana_Indlov'lenkhulu_Mabasa_Inkhwekhweti_Inhlaba_Kholwane_Ingci_Inyoni_Imphala_Lweti_Ingongoni".split("_"),monthsShort:"Bhi_Ina_Inu_Mab_Ink_Inh_Kho_Igc_Iny_Imp_Lwe_Igo".split("_"),weekdays:"Lisontfo_Umsombuluko_Lesibili_Lesitsatfu_Lesine_Lesihlanu_Umgcibelo".split("_"),weekdaysShort:"Lis_Umb_Lsb_Les_Lsi_Lsh_Umg".split("_"),weekdaysMin:"Li_Us_Lb_Lt_Ls_Lh_Ug".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"h:mm A",LTS:"h:mm:ss A",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY h:mm A",LLLL:"dddd, D MMMM YYYY h:mm A"},calendar:{sameDay:"[Namuhla nga] LT",nextDay:"[Kusasa nga] LT",nextWeek:"dddd [nga] LT",lastDay:"[Itolo nga] LT",lastWeek:"dddd [leliphelile] [nga] LT",sameElse:"L"},relativeTime:{future:"nga %s",past:"wenteka nga %s",s:"emizuzwana lomcane",ss:"%d mzuzwana",m:"umzuzu",mm:"%d emizuzu",h:"lihora",hh:"%d emahora",d:"lilanga",dd:"%d emalanga",M:"inyanga",MM:"%d tinyanga",y:"umnyaka",yy:"%d iminyaka"},meridiemParse:/ekuseni|emini|entsambama|ebusuku/,meridiem:function(e,t,n){return e<11?"ekuseni":e<15?"emini":e<19?"entsambama":"ebusuku"},meridiemHour:function(e,t){return 12===e&&(e=0),"ekuseni"===t?e:"emini"===t?e>=11?e:e+12:"entsambama"===t||"ebusuku"===t?0===e?0:e+12:void 0},dayOfMonthOrdinalParse:/\d{1,2}/,ordinal:"%d",week:{dow:1,doy:4}})}(n(381))},8760:function(e,t,n){!function(e){"use strict";e.defineLocale("sv",{months:"januari_februari_mars_april_maj_juni_juli_augusti_september_oktober_november_december".split("_"),monthsShort:"jan_feb_mar_apr_maj_jun_jul_aug_sep_okt_nov_dec".split("_"),weekdays:"söndag_måndag_tisdag_onsdag_torsdag_fredag_lördag".split("_"),weekdaysShort:"sön_mån_tis_ons_tor_fre_lör".split("_"),weekdaysMin:"sö_må_ti_on_to_fr_lö".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY-MM-DD",LL:"D MMMM YYYY",LLL:"D MMMM YYYY [kl.] HH:mm",LLLL:"dddd D MMMM YYYY [kl.] HH:mm",lll:"D MMM YYYY HH:mm",llll:"ddd D MMM YYYY HH:mm"},calendar:{sameDay:"[Idag] LT",nextDay:"[Imorgon] LT",lastDay:"[Igår] LT",nextWeek:"[På] dddd LT",lastWeek:"[I] dddd[s] LT",sameElse:"L"},relativeTime:{future:"om %s",past:"för %s sedan",s:"några sekunder",ss:"%d sekunder",m:"en minut",mm:"%d minuter",h:"en timme",hh:"%d timmar",d:"en dag",dd:"%d dagar",M:"en månad",MM:"%d månader",y:"ett år",yy:"%d år"},dayOfMonthOrdinalParse:/\d{1,2}(\:e|\:a)/,ordinal:function(e){var t=e%10;return e+(1==~~(e%100/10)?":e":1===t||2===t?":a":":e")},week:{dow:1,doy:4}})}(n(381))},1172:function(e,t,n){!function(e){"use strict";e.defineLocale("sw",{months:"Januari_Februari_Machi_Aprili_Mei_Juni_Julai_Agosti_Septemba_Oktoba_Novemba_Desemba".split("_"),monthsShort:"Jan_Feb_Mac_Apr_Mei_Jun_Jul_Ago_Sep_Okt_Nov_Des".split("_"),weekdays:"Jumapili_Jumatatu_Jumanne_Jumatano_Alhamisi_Ijumaa_Jumamosi".split("_"),weekdaysShort:"Jpl_Jtat_Jnne_Jtan_Alh_Ijm_Jmos".split("_"),weekdaysMin:"J2_J3_J4_J5_Al_Ij_J1".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"hh:mm A",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[leo saa] LT",nextDay:"[kesho saa] LT",nextWeek:"[wiki ijayo] dddd [saat] LT",lastDay:"[jana] LT",lastWeek:"[wiki iliyopita] dddd [saat] LT",sameElse:"L"},relativeTime:{future:"%s baadaye",past:"tokea %s",s:"hivi punde",ss:"sekunde %d",m:"dakika moja",mm:"dakika %d",h:"saa limoja",hh:"masaa %d",d:"siku moja",dd:"siku %d",M:"mwezi mmoja",MM:"miezi %d",y:"mwaka mmoja",yy:"miaka %d"},week:{dow:1,doy:7}})}(n(381))},1044:function(e,t,n){!function(e){"use strict";var t={1:"௧",2:"௨",3:"௩",4:"௪",5:"௫",6:"௬",7:"௭",8:"௮",9:"௯",0:"௦"},n={"௧":"1","௨":"2","௩":"3","௪":"4","௫":"5","௬":"6","௭":"7","௮":"8","௯":"9","௦":"0"};e.defineLocale("ta",{months:"ஜனவரி_பிப்ரவரி_மார்ச்_ஏப்ரல்_மே_ஜூன்_ஜூலை_ஆகஸ்ட்_செப்டெம்பர்_அக்டோபர்_நவம்பர்_டிசம்பர்".split("_"),monthsShort:"ஜனவரி_பிப்ரவரி_மார்ச்_ஏப்ரல்_மே_ஜூன்_ஜூலை_ஆகஸ்ட்_செப்டெம்பர்_அக்டோபர்_நவம்பர்_டிசம்பர்".split("_"),weekdays:"ஞாயிற்றுக்கிழமை_திங்கட்கிழமை_செவ்வாய்கிழமை_புதன்கிழமை_வியாழக்கிழமை_வெள்ளிக்கிழமை_சனிக்கிழமை".split("_"),weekdaysShort:"ஞாயிறு_திங்கள்_செவ்வாய்_புதன்_வியாழன்_வெள்ளி_சனி".split("_"),weekdaysMin:"ஞா_தி_செ_பு_வி_வெ_ச".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, HH:mm",LLLL:"dddd, D MMMM YYYY, HH:mm"},calendar:{sameDay:"[இன்று] LT",nextDay:"[நாளை] LT",nextWeek:"dddd, LT",lastDay:"[நேற்று] LT",lastWeek:"[கடந்த வாரம்] dddd, LT",sameElse:"L"},relativeTime:{future:"%s இல்",past:"%s முன்",s:"ஒரு சில விநாடிகள்",ss:"%d விநாடிகள்",m:"ஒரு நிமிடம்",mm:"%d நிமிடங்கள்",h:"ஒரு மணி நேரம்",hh:"%d மணி நேரம்",d:"ஒரு நாள்",dd:"%d நாட்கள்",M:"ஒரு மாதம்",MM:"%d மாதங்கள்",y:"ஒரு வருடம்",yy:"%d ஆண்டுகள்"},dayOfMonthOrdinalParse:/\d{1,2}வது/,ordinal:function(e){return e+"வது"},preparse:function(e){return e.replace(/[௧௨௩௪௫௬௭௮௯௦]/g,(function(e){return n[e]}))},postformat:function(e){return e.replace(/\d/g,(function(e){return t[e]}))},meridiemParse:/யாமம்|வைகறை|காலை|நண்பகல்|எற்பாடு|மாலை/,meridiem:function(e,t,n){return e<2?" யாமம்":e<6?" வைகறை":e<10?" காலை":e<14?" நண்பகல்":e<18?" எற்பாடு":e<22?" மாலை":" யாமம்"},meridiemHour:function(e,t){return 12===e&&(e=0),"யாமம்"===t?e<2?e:e+12:"வைகறை"===t||"காலை"===t||"நண்பகல்"===t&&e>=10?e:e+12},week:{dow:0,doy:6}})}(n(381))},3110:function(e,t,n){!function(e){"use strict";e.defineLocale("te",{months:"జనవరి_ఫిబ్రవరి_మార్చి_ఏప్రిల్_మే_జూన్_జులై_ఆగస్టు_సెప్టెంబర్_అక్టోబర్_నవంబర్_డిసెంబర్".split("_"),monthsShort:"జన._ఫిబ్ర._మార్చి_ఏప్రి._మే_జూన్_జులై_ఆగ._సెప్._అక్టో._నవ._డిసె.".split("_"),monthsParseExact:!0,weekdays:"ఆదివారం_సోమవారం_మంగళవారం_బుధవారం_గురువారం_శుక్రవారం_శనివారం".split("_"),weekdaysShort:"ఆది_సోమ_మంగళ_బుధ_గురు_శుక్ర_శని".split("_"),weekdaysMin:"ఆ_సో_మం_బు_గు_శు_శ".split("_"),longDateFormat:{LT:"A h:mm",LTS:"A h:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, A h:mm",LLLL:"dddd, D MMMM YYYY, A h:mm"},calendar:{sameDay:"[నేడు] LT",nextDay:"[రేపు] LT",nextWeek:"dddd, LT",lastDay:"[నిన్న] LT",lastWeek:"[గత] dddd, LT",sameElse:"L"},relativeTime:{future:"%s లో",past:"%s క్రితం",s:"కొన్ని క్షణాలు",ss:"%d సెకన్లు",m:"ఒక నిమిషం",mm:"%d నిమిషాలు",h:"ఒక గంట",hh:"%d గంటలు",d:"ఒక రోజు",dd:"%d రోజులు",M:"ఒక నెల",MM:"%d నెలలు",y:"ఒక సంవత్సరం",yy:"%d సంవత్సరాలు"},dayOfMonthOrdinalParse:/\d{1,2}వ/,ordinal:"%dవ",meridiemParse:/రాత్రి|ఉదయం|మధ్యాహ్నం|సాయంత్రం/,meridiemHour:function(e,t){return 12===e&&(e=0),"రాత్రి"===t?e<4?e:e+12:"ఉదయం"===t?e:"మధ్యాహ్నం"===t?e>=10?e:e+12:"సాయంత్రం"===t?e+12:void 0},meridiem:function(e,t,n){return e<4?"రాత్రి":e<10?"ఉదయం":e<17?"మధ్యాహ్నం":e<20?"సాయంత్రం":"రాత్రి"},week:{dow:0,doy:6}})}(n(381))},2095:function(e,t,n){!function(e){"use strict";e.defineLocale("tet",{months:"Janeiru_Fevereiru_Marsu_Abril_Maiu_Juñu_Jullu_Agustu_Setembru_Outubru_Novembru_Dezembru".split("_"),monthsShort:"Jan_Fev_Mar_Abr_Mai_Jun_Jul_Ago_Set_Out_Nov_Dez".split("_"),weekdays:"Domingu_Segunda_Tersa_Kuarta_Kinta_Sesta_Sabadu".split("_"),weekdaysShort:"Dom_Seg_Ters_Kua_Kint_Sest_Sab".split("_"),weekdaysMin:"Do_Seg_Te_Ku_Ki_Ses_Sa".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Ohin iha] LT",nextDay:"[Aban iha] LT",nextWeek:"dddd [iha] LT",lastDay:"[Horiseik iha] LT",lastWeek:"dddd [semana kotuk] [iha] LT",sameElse:"L"},relativeTime:{future:"iha %s",past:"%s liuba",s:"segundu balun",ss:"segundu %d",m:"minutu ida",mm:"minutu %d",h:"oras ida",hh:"oras %d",d:"loron ida",dd:"loron %d",M:"fulan ida",MM:"fulan %d",y:"tinan ida",yy:"tinan %d"},dayOfMonthOrdinalParse:/\d{1,2}(st|nd|rd|th)/,ordinal:function(e){var t=e%10;return e+(1==~~(e%100/10)?"th":1===t?"st":2===t?"nd":3===t?"rd":"th")},week:{dow:1,doy:4}})}(n(381))},7321:function(e,t,n){!function(e){"use strict";var t={0:"-ум",1:"-ум",2:"-юм",3:"-юм",4:"-ум",5:"-ум",6:"-ум",7:"-ум",8:"-ум",9:"-ум",10:"-ум",12:"-ум",13:"-ум",20:"-ум",30:"-юм",40:"-ум",50:"-ум",60:"-ум",70:"-ум",80:"-ум",90:"-ум",100:"-ум"};e.defineLocale("tg",{months:{format:"январи_феврали_марти_апрели_майи_июни_июли_августи_сентябри_октябри_ноябри_декабри".split("_"),standalone:"январ_феврал_март_апрел_май_июн_июл_август_сентябр_октябр_ноябр_декабр".split("_")},monthsShort:"янв_фев_мар_апр_май_июн_июл_авг_сен_окт_ноя_дек".split("_"),weekdays:"якшанбе_душанбе_сешанбе_чоршанбе_панҷшанбе_ҷумъа_шанбе".split("_"),weekdaysShort:"яшб_дшб_сшб_чшб_пшб_ҷум_шнб".split("_"),weekdaysMin:"яш_дш_сш_чш_пш_ҷм_шб".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Имрӯз соати] LT",nextDay:"[Фардо соати] LT",lastDay:"[Дирӯз соати] LT",nextWeek:"dddd[и] [ҳафтаи оянда соати] LT",lastWeek:"dddd[и] [ҳафтаи гузашта соати] LT",sameElse:"L"},relativeTime:{future:"баъди %s",past:"%s пеш",s:"якчанд сония",m:"як дақиқа",mm:"%d дақиқа",h:"як соат",hh:"%d соат",d:"як рӯз",dd:"%d рӯз",M:"як моҳ",MM:"%d моҳ",y:"як сол",yy:"%d сол"},meridiemParse:/шаб|субҳ|рӯз|бегоҳ/,meridiemHour:function(e,t){return 12===e&&(e=0),"шаб"===t?e<4?e:e+12:"субҳ"===t?e:"рӯз"===t?e>=11?e:e+12:"бегоҳ"===t?e+12:void 0},meridiem:function(e,t,n){return e<4?"шаб":e<11?"субҳ":e<16?"рӯз":e<19?"бегоҳ":"шаб"},dayOfMonthOrdinalParse:/\d{1,2}-(ум|юм)/,ordinal:function(e){var n=e%10,r=e>=100?100:null;return e+(t[e]||t[n]||t[r])},week:{dow:1,doy:7}})}(n(381))},9041:function(e,t,n){!function(e){"use strict";e.defineLocale("th",{months:"มกราคม_กุมภาพันธ์_มีนาคม_เมษายน_พฤษภาคม_มิถุนายน_กรกฎาคม_สิงหาคม_กันยายน_ตุลาคม_พฤศจิกายน_ธันวาคม".split("_"),monthsShort:"ม.ค._ก.พ._มี.ค._เม.ย._พ.ค._มิ.ย._ก.ค._ส.ค._ก.ย._ต.ค._พ.ย._ธ.ค.".split("_"),monthsParseExact:!0,weekdays:"อาทิตย์_จันทร์_อังคาร_พุธ_พฤหัสบดี_ศุกร์_เสาร์".split("_"),weekdaysShort:"อาทิตย์_จันทร์_อังคาร_พุธ_พฤหัส_ศุกร์_เสาร์".split("_"),weekdaysMin:"อา._จ._อ._พ._พฤ._ศ._ส.".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY เวลา H:mm",LLLL:"วันddddที่ D MMMM YYYY เวลา H:mm"},meridiemParse:/ก่อนเที่ยง|หลังเที่ยง/,isPM:function(e){return"หลังเที่ยง"===e},meridiem:function(e,t,n){return e<12?"ก่อนเที่ยง":"หลังเที่ยง"},calendar:{sameDay:"[วันนี้ เวลา] LT",nextDay:"[พรุ่งนี้ เวลา] LT",nextWeek:"dddd[หน้า เวลา] LT",lastDay:"[เมื่อวานนี้ เวลา] LT",lastWeek:"[วัน]dddd[ที่แล้ว เวลา] LT",sameElse:"L"},relativeTime:{future:"อีก %s",past:"%sที่แล้ว",s:"ไม่กี่วินาที",ss:"%d วินาที",m:"1 นาที",mm:"%d นาที",h:"1 ชั่วโมง",hh:"%d ชั่วโมง",d:"1 วัน",dd:"%d วัน",w:"1 สัปดาห์",ww:"%d สัปดาห์",M:"1 เดือน",MM:"%d เดือน",y:"1 ปี",yy:"%d ปี"}})}(n(381))},9005:function(e,t,n){!function(e){"use strict";var t={1:"'inji",5:"'inji",8:"'inji",70:"'inji",80:"'inji",2:"'nji",7:"'nji",20:"'nji",50:"'nji",3:"'ünji",4:"'ünji",100:"'ünji",6:"'njy",9:"'unjy",10:"'unjy",30:"'unjy",60:"'ynjy",90:"'ynjy"};e.defineLocale("tk",{months:"Ýanwar_Fewral_Mart_Aprel_Maý_Iýun_Iýul_Awgust_Sentýabr_Oktýabr_Noýabr_Dekabr".split("_"),monthsShort:"Ýan_Few_Mar_Apr_Maý_Iýn_Iýl_Awg_Sen_Okt_Noý_Dek".split("_"),weekdays:"Ýekşenbe_Duşenbe_Sişenbe_Çarşenbe_Penşenbe_Anna_Şenbe".split("_"),weekdaysShort:"Ýek_Duş_Siş_Çar_Pen_Ann_Şen".split("_"),weekdaysMin:"Ýk_Dş_Sş_Çr_Pn_An_Şn".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[bugün sagat] LT",nextDay:"[ertir sagat] LT",nextWeek:"[indiki] dddd [sagat] LT",lastDay:"[düýn] LT",lastWeek:"[geçen] dddd [sagat] LT",sameElse:"L"},relativeTime:{future:"%s soň",past:"%s öň",s:"birnäçe sekunt",m:"bir minut",mm:"%d minut",h:"bir sagat",hh:"%d sagat",d:"bir gün",dd:"%d gün",M:"bir aý",MM:"%d aý",y:"bir ýyl",yy:"%d ýyl"},ordinal:function(e,n){switch(n){case"d":case"D":case"Do":case"DD":return e;default:if(0===e)return e+"'unjy";var r=e%10,o=e%100-r,a=e>=100?100:null;return e+(t[r]||t[o]||t[a])}},week:{dow:1,doy:7}})}(n(381))},5768:function(e,t,n){!function(e){"use strict";e.defineLocale("tl-ph",{months:"Enero_Pebrero_Marso_Abril_Mayo_Hunyo_Hulyo_Agosto_Setyembre_Oktubre_Nobyembre_Disyembre".split("_"),monthsShort:"Ene_Peb_Mar_Abr_May_Hun_Hul_Ago_Set_Okt_Nob_Dis".split("_"),weekdays:"Linggo_Lunes_Martes_Miyerkules_Huwebes_Biyernes_Sabado".split("_"),weekdaysShort:"Lin_Lun_Mar_Miy_Huw_Biy_Sab".split("_"),weekdaysMin:"Li_Lu_Ma_Mi_Hu_Bi_Sab".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"MM/D/YYYY",LL:"MMMM D, YYYY",LLL:"MMMM D, YYYY HH:mm",LLLL:"dddd, MMMM DD, YYYY HH:mm"},calendar:{sameDay:"LT [ngayong araw]",nextDay:"[Bukas ng] LT",nextWeek:"LT [sa susunod na] dddd",lastDay:"LT [kahapon]",lastWeek:"LT [noong nakaraang] dddd",sameElse:"L"},relativeTime:{future:"sa loob ng %s",past:"%s ang nakalipas",s:"ilang segundo",ss:"%d segundo",m:"isang minuto",mm:"%d minuto",h:"isang oras",hh:"%d oras",d:"isang araw",dd:"%d araw",M:"isang buwan",MM:"%d buwan",y:"isang taon",yy:"%d taon"},dayOfMonthOrdinalParse:/\d{1,2}/,ordinal:function(e){return e},week:{dow:1,doy:4}})}(n(381))},9444:function(e,t,n){!function(e){"use strict";var t="pagh_wa’_cha’_wej_loS_vagh_jav_Soch_chorgh_Hut".split("_");function n(e){var t=e;return t=-1!==e.indexOf("jaj")?t.slice(0,-3)+"leS":-1!==e.indexOf("jar")?t.slice(0,-3)+"waQ":-1!==e.indexOf("DIS")?t.slice(0,-3)+"nem":t+" pIq"}function r(e){var t=e;return t=-1!==e.indexOf("jaj")?t.slice(0,-3)+"Hu’":-1!==e.indexOf("jar")?t.slice(0,-3)+"wen":-1!==e.indexOf("DIS")?t.slice(0,-3)+"ben":t+" ret"}function o(e,t,n,r){var o=a(e);switch(n){case"ss":return o+" lup";case"mm":return o+" tup";case"hh":return o+" rep";case"dd":return o+" jaj";case"MM":return o+" jar";case"yy":return o+" DIS"}}function a(e){var n=Math.floor(e%1e3/100),r=Math.floor(e%100/10),o=e%10,a="";return n>0&&(a+=t[n]+"vatlh"),r>0&&(a+=(""!==a?" ":"")+t[r]+"maH"),o>0&&(a+=(""!==a?" ":"")+t[o]),""===a?"pagh":a}e.defineLocale("tlh",{months:"tera’ jar wa’_tera’ jar cha’_tera’ jar wej_tera’ jar loS_tera’ jar vagh_tera’ jar jav_tera’ jar Soch_tera’ jar chorgh_tera’ jar Hut_tera’ jar wa’maH_tera’ jar wa’maH wa’_tera’ jar wa’maH cha’".split("_"),monthsShort:"jar wa’_jar cha’_jar wej_jar loS_jar vagh_jar jav_jar Soch_jar chorgh_jar Hut_jar wa’maH_jar wa’maH wa’_jar wa’maH cha’".split("_"),monthsParseExact:!0,weekdays:"lojmItjaj_DaSjaj_povjaj_ghItlhjaj_loghjaj_buqjaj_ghInjaj".split("_"),weekdaysShort:"lojmItjaj_DaSjaj_povjaj_ghItlhjaj_loghjaj_buqjaj_ghInjaj".split("_"),weekdaysMin:"lojmItjaj_DaSjaj_povjaj_ghItlhjaj_loghjaj_buqjaj_ghInjaj".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[DaHjaj] LT",nextDay:"[wa’leS] LT",nextWeek:"LLL",lastDay:"[wa’Hu’] LT",lastWeek:"LLL",sameElse:"L"},relativeTime:{future:n,past:r,s:"puS lup",ss:o,m:"wa’ tup",mm:o,h:"wa’ rep",hh:o,d:"wa’ jaj",dd:o,M:"wa’ jar",MM:o,y:"wa’ DIS",yy:o},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(n(381))},2397:function(e,t,n){!function(e){"use strict";var t={1:"'inci",5:"'inci",8:"'inci",70:"'inci",80:"'inci",2:"'nci",7:"'nci",20:"'nci",50:"'nci",3:"'üncü",4:"'üncü",100:"'üncü",6:"'ncı",9:"'uncu",10:"'uncu",30:"'uncu",60:"'ıncı",90:"'ıncı"};e.defineLocale("tr",{months:"Ocak_Şubat_Mart_Nisan_Mayıs_Haziran_Temmuz_Ağustos_Eylül_Ekim_Kasım_Aralık".split("_"),monthsShort:"Oca_Şub_Mar_Nis_May_Haz_Tem_Ağu_Eyl_Eki_Kas_Ara".split("_"),weekdays:"Pazar_Pazartesi_Salı_Çarşamba_Perşembe_Cuma_Cumartesi".split("_"),weekdaysShort:"Paz_Pts_Sal_Çar_Per_Cum_Cts".split("_"),weekdaysMin:"Pz_Pt_Sa_Ça_Pe_Cu_Ct".split("_"),meridiem:function(e,t,n){return e<12?n?"öö":"ÖÖ":n?"ös":"ÖS"},meridiemParse:/öö|ÖÖ|ös|ÖS/,isPM:function(e){return"ös"===e||"ÖS"===e},longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[bugün saat] LT",nextDay:"[yarın saat] LT",nextWeek:"[gelecek] dddd [saat] LT",lastDay:"[dün] LT",lastWeek:"[geçen] dddd [saat] LT",sameElse:"L"},relativeTime:{future:"%s sonra",past:"%s önce",s:"birkaç saniye",ss:"%d saniye",m:"bir dakika",mm:"%d dakika",h:"bir saat",hh:"%d saat",d:"bir gün",dd:"%d gün",w:"bir hafta",ww:"%d hafta",M:"bir ay",MM:"%d ay",y:"bir yıl",yy:"%d yıl"},ordinal:function(e,n){switch(n){case"d":case"D":case"Do":case"DD":return e;default:if(0===e)return e+"'ıncı";var r=e%10,o=e%100-r,a=e>=100?100:null;return e+(t[r]||t[o]||t[a])}},week:{dow:1,doy:7}})}(n(381))},8254:function(e,t,n){!function(e){"use strict";function t(e,t,n,r){var o={s:["viensas secunds","'iensas secunds"],ss:[e+" secunds",e+" secunds"],m:["'n míut","'iens míut"],mm:[e+" míuts",e+" míuts"],h:["'n þora","'iensa þora"],hh:[e+" þoras",e+" þoras"],d:["'n ziua","'iensa ziua"],dd:[e+" ziuas",e+" ziuas"],M:["'n mes","'iens mes"],MM:[e+" mesen",e+" mesen"],y:["'n ar","'iens ar"],yy:[e+" ars",e+" ars"]};return r||t?o[n][0]:o[n][1]}e.defineLocale("tzl",{months:"Januar_Fevraglh_Març_Avrïu_Mai_Gün_Julia_Guscht_Setemvar_Listopäts_Noemvar_Zecemvar".split("_"),monthsShort:"Jan_Fev_Mar_Avr_Mai_Gün_Jul_Gus_Set_Lis_Noe_Zec".split("_"),weekdays:"Súladi_Lúneçi_Maitzi_Márcuri_Xhúadi_Viénerçi_Sáturi".split("_"),weekdaysShort:"Súl_Lún_Mai_Már_Xhú_Vié_Sát".split("_"),weekdaysMin:"Sú_Lú_Ma_Má_Xh_Vi_Sá".split("_"),longDateFormat:{LT:"HH.mm",LTS:"HH.mm.ss",L:"DD.MM.YYYY",LL:"D. MMMM [dallas] YYYY",LLL:"D. MMMM [dallas] YYYY HH.mm",LLLL:"dddd, [li] D. MMMM [dallas] YYYY HH.mm"},meridiemParse:/d\'o|d\'a/i,isPM:function(e){return"d'o"===e.toLowerCase()},meridiem:function(e,t,n){return e>11?n?"d'o":"D'O":n?"d'a":"D'A"},calendar:{sameDay:"[oxhi à] LT",nextDay:"[demà à] LT",nextWeek:"dddd [à] LT",lastDay:"[ieiri à] LT",lastWeek:"[sür el] dddd [lasteu à] LT",sameElse:"L"},relativeTime:{future:"osprei %s",past:"ja%s",s:t,ss:t,m:t,mm:t,h:t,hh:t,d:t,dd:t,M:t,MM:t,y:t,yy:t},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(n(381))},699:function(e,t,n){!function(e){"use strict";e.defineLocale("tzm-latn",{months:"innayr_brˤayrˤ_marˤsˤ_ibrir_mayyw_ywnyw_ywlywz_ɣwšt_šwtanbir_ktˤwbrˤ_nwwanbir_dwjnbir".split("_"),monthsShort:"innayr_brˤayrˤ_marˤsˤ_ibrir_mayyw_ywnyw_ywlywz_ɣwšt_šwtanbir_ktˤwbrˤ_nwwanbir_dwjnbir".split("_"),weekdays:"asamas_aynas_asinas_akras_akwas_asimwas_asiḍyas".split("_"),weekdaysShort:"asamas_aynas_asinas_akras_akwas_asimwas_asiḍyas".split("_"),weekdaysMin:"asamas_aynas_asinas_akras_akwas_asimwas_asiḍyas".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[asdkh g] LT",nextDay:"[aska g] LT",nextWeek:"dddd [g] LT",lastDay:"[assant g] LT",lastWeek:"dddd [g] LT",sameElse:"L"},relativeTime:{future:"dadkh s yan %s",past:"yan %s",s:"imik",ss:"%d imik",m:"minuḍ",mm:"%d minuḍ",h:"saɛa",hh:"%d tassaɛin",d:"ass",dd:"%d ossan",M:"ayowr",MM:"%d iyyirn",y:"asgas",yy:"%d isgasn"},week:{dow:6,doy:12}})}(n(381))},1106:function(e,t,n){!function(e){"use strict";e.defineLocale("tzm",{months:"ⵉⵏⵏⴰⵢⵔ_ⴱⵕⴰⵢⵕ_ⵎⴰⵕⵚ_ⵉⴱⵔⵉⵔ_ⵎⴰⵢⵢⵓ_ⵢⵓⵏⵢⵓ_ⵢⵓⵍⵢⵓⵣ_ⵖⵓⵛⵜ_ⵛⵓⵜⴰⵏⴱⵉⵔ_ⴽⵟⵓⴱⵕ_ⵏⵓⵡⴰⵏⴱⵉⵔ_ⴷⵓⵊⵏⴱⵉⵔ".split("_"),monthsShort:"ⵉⵏⵏⴰⵢⵔ_ⴱⵕⴰⵢⵕ_ⵎⴰⵕⵚ_ⵉⴱⵔⵉⵔ_ⵎⴰⵢⵢⵓ_ⵢⵓⵏⵢⵓ_ⵢⵓⵍⵢⵓⵣ_ⵖⵓⵛⵜ_ⵛⵓⵜⴰⵏⴱⵉⵔ_ⴽⵟⵓⴱⵕ_ⵏⵓⵡⴰⵏⴱⵉⵔ_ⴷⵓⵊⵏⴱⵉⵔ".split("_"),weekdays:"ⴰⵙⴰⵎⴰⵙ_ⴰⵢⵏⴰⵙ_ⴰⵙⵉⵏⴰⵙ_ⴰⴽⵔⴰⵙ_ⴰⴽⵡⴰⵙ_ⴰⵙⵉⵎⵡⴰⵙ_ⴰⵙⵉⴹⵢⴰⵙ".split("_"),weekdaysShort:"ⴰⵙⴰⵎⴰⵙ_ⴰⵢⵏⴰⵙ_ⴰⵙⵉⵏⴰⵙ_ⴰⴽⵔⴰⵙ_ⴰⴽⵡⴰⵙ_ⴰⵙⵉⵎⵡⴰⵙ_ⴰⵙⵉⴹⵢⴰⵙ".split("_"),weekdaysMin:"ⴰⵙⴰⵎⴰⵙ_ⴰⵢⵏⴰⵙ_ⴰⵙⵉⵏⴰⵙ_ⴰⴽⵔⴰⵙ_ⴰⴽⵡⴰⵙ_ⴰⵙⵉⵎⵡⴰⵙ_ⴰⵙⵉⴹⵢⴰⵙ".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[ⴰⵙⴷⵅ ⴴ] LT",nextDay:"[ⴰⵙⴽⴰ ⴴ] LT",nextWeek:"dddd [ⴴ] LT",lastDay:"[ⴰⵚⴰⵏⵜ ⴴ] LT",lastWeek:"dddd [ⴴ] LT",sameElse:"L"},relativeTime:{future:"ⴷⴰⴷⵅ ⵙ ⵢⴰⵏ %s",past:"ⵢⴰⵏ %s",s:"ⵉⵎⵉⴽ",ss:"%d ⵉⵎⵉⴽ",m:"ⵎⵉⵏⵓⴺ",mm:"%d ⵎⵉⵏⵓⴺ",h:"ⵙⴰⵄⴰ",hh:"%d ⵜⴰⵙⵙⴰⵄⵉⵏ",d:"ⴰⵙⵙ",dd:"%d oⵙⵙⴰⵏ",M:"ⴰⵢoⵓⵔ",MM:"%d ⵉⵢⵢⵉⵔⵏ",y:"ⴰⵙⴳⴰⵙ",yy:"%d ⵉⵙⴳⴰⵙⵏ"},week:{dow:6,doy:12}})}(n(381))},9288:function(e,t,n){!function(e){"use strict";e.defineLocale("ug-cn",{months:"يانۋار_فېۋرال_مارت_ئاپرېل_ماي_ئىيۇن_ئىيۇل_ئاۋغۇست_سېنتەبىر_ئۆكتەبىر_نويابىر_دېكابىر".split("_"),monthsShort:"يانۋار_فېۋرال_مارت_ئاپرېل_ماي_ئىيۇن_ئىيۇل_ئاۋغۇست_سېنتەبىر_ئۆكتەبىر_نويابىر_دېكابىر".split("_"),weekdays:"يەكشەنبە_دۈشەنبە_سەيشەنبە_چارشەنبە_پەيشەنبە_جۈمە_شەنبە".split("_"),weekdaysShort:"يە_دۈ_سە_چا_پە_جۈ_شە".split("_"),weekdaysMin:"يە_دۈ_سە_چا_پە_جۈ_شە".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY-MM-DD",LL:"YYYY-يىلىM-ئاينىڭD-كۈنى",LLL:"YYYY-يىلىM-ئاينىڭD-كۈنى، HH:mm",LLLL:"dddd، YYYY-يىلىM-ئاينىڭD-كۈنى، HH:mm"},meridiemParse:/يېرىم كېچە|سەھەر|چۈشتىن بۇرۇن|چۈش|چۈشتىن كېيىن|كەچ/,meridiemHour:function(e,t){return 12===e&&(e=0),"يېرىم كېچە"===t||"سەھەر"===t||"چۈشتىن بۇرۇن"===t?e:"چۈشتىن كېيىن"===t||"كەچ"===t?e+12:e>=11?e:e+12},meridiem:function(e,t,n){var r=100*e+t;return r<600?"يېرىم كېچە":r<900?"سەھەر":r<1130?"چۈشتىن بۇرۇن":r<1230?"چۈش":r<1800?"چۈشتىن كېيىن":"كەچ"},calendar:{sameDay:"[بۈگۈن سائەت] LT",nextDay:"[ئەتە سائەت] LT",nextWeek:"[كېلەركى] dddd [سائەت] LT",lastDay:"[تۆنۈگۈن] LT",lastWeek:"[ئالدىنقى] dddd [سائەت] LT",sameElse:"L"},relativeTime:{future:"%s كېيىن",past:"%s بۇرۇن",s:"نەچچە سېكونت",ss:"%d سېكونت",m:"بىر مىنۇت",mm:"%d مىنۇت",h:"بىر سائەت",hh:"%d سائەت",d:"بىر كۈن",dd:"%d كۈن",M:"بىر ئاي",MM:"%d ئاي",y:"بىر يىل",yy:"%d يىل"},dayOfMonthOrdinalParse:/\d{1,2}(-كۈنى|-ئاي|-ھەپتە)/,ordinal:function(e,t){switch(t){case"d":case"D":case"DDD":return e+"-كۈنى";case"w":case"W":return e+"-ھەپتە";default:return e}},preparse:function(e){return e.replace(/،/g,",")},postformat:function(e){return e.replace(/,/g,"،")},week:{dow:1,doy:7}})}(n(381))},7691:function(e,t,n){!function(e){"use strict";function t(e,t){var n=e.split("_");return t%10==1&&t%100!=11?n[0]:t%10>=2&&t%10<=4&&(t%100<10||t%100>=20)?n[1]:n[2]}function n(e,n,r){return"m"===r?n?"хвилина":"хвилину":"h"===r?n?"година":"годину":e+" "+t({ss:n?"секунда_секунди_секунд":"секунду_секунди_секунд",mm:n?"хвилина_хвилини_хвилин":"хвилину_хвилини_хвилин",hh:n?"година_години_годин":"годину_години_годин",dd:"день_дні_днів",MM:"місяць_місяці_місяців",yy:"рік_роки_років"}[r],+e)}function r(e,t){var n={nominative:"неділя_понеділок_вівторок_середа_четвер_п’ятниця_субота".split("_"),accusative:"неділю_понеділок_вівторок_середу_четвер_п’ятницю_суботу".split("_"),genitive:"неділі_понеділка_вівторка_середи_четверга_п’ятниці_суботи".split("_")};return!0===e?n.nominative.slice(1,7).concat(n.nominative.slice(0,1)):e?n[/(\[[ВвУу]\]) ?dddd/.test(t)?"accusative":/\[?(?:минулої|наступної)? ?\] ?dddd/.test(t)?"genitive":"nominative"][e.day()]:n.nominative}function o(e){return function(){return e+"о"+(11===this.hours()?"б":"")+"] LT"}}e.defineLocale("uk",{months:{format:"січня_лютого_березня_квітня_травня_червня_липня_серпня_вересня_жовтня_листопада_грудня".split("_"),standalone:"січень_лютий_березень_квітень_травень_червень_липень_серпень_вересень_жовтень_листопад_грудень".split("_")},monthsShort:"січ_лют_бер_квіт_трав_черв_лип_серп_вер_жовт_лист_груд".split("_"),weekdays:r,weekdaysShort:"нд_пн_вт_ср_чт_пт_сб".split("_"),weekdaysMin:"нд_пн_вт_ср_чт_пт_сб".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY р.",LLL:"D MMMM YYYY р., HH:mm",LLLL:"dddd, D MMMM YYYY р., HH:mm"},calendar:{sameDay:o("[Сьогодні "),nextDay:o("[Завтра "),lastDay:o("[Вчора "),nextWeek:o("[У] dddd ["),lastWeek:function(){switch(this.day()){case 0:case 3:case 5:case 6:return o("[Минулої] dddd [").call(this);case 1:case 2:case 4:return o("[Минулого] dddd [").call(this)}},sameElse:"L"},relativeTime:{future:"за %s",past:"%s тому",s:"декілька секунд",ss:n,m:n,mm:n,h:"годину",hh:n,d:"день",dd:n,M:"місяць",MM:n,y:"рік",yy:n},meridiemParse:/ночі|ранку|дня|вечора/,isPM:function(e){return/^(дня|вечора)$/.test(e)},meridiem:function(e,t,n){return e<4?"ночі":e<12?"ранку":e<17?"дня":"вечора"},dayOfMonthOrdinalParse:/\d{1,2}-(й|го)/,ordinal:function(e,t){switch(t){case"M":case"d":case"DDD":case"w":case"W":return e+"-й";case"D":return e+"-го";default:return e}},week:{dow:1,doy:7}})}(n(381))},3795:function(e,t,n){!function(e){"use strict";var t=["جنوری","فروری","مارچ","اپریل","مئی","جون","جولائی","اگست","ستمبر","اکتوبر","نومبر","دسمبر"],n=["اتوار","پیر","منگل","بدھ","جمعرات","جمعہ","ہفتہ"];e.defineLocale("ur",{months:t,monthsShort:t,weekdays:n,weekdaysShort:n,weekdaysMin:n,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd، D MMMM YYYY HH:mm"},meridiemParse:/صبح|شام/,isPM:function(e){return"شام"===e},meridiem:function(e,t,n){return e<12?"صبح":"شام"},calendar:{sameDay:"[آج بوقت] LT",nextDay:"[کل بوقت] LT",nextWeek:"dddd [بوقت] LT",lastDay:"[گذشتہ روز بوقت] LT",lastWeek:"[گذشتہ] dddd [بوقت] LT",sameElse:"L"},relativeTime:{future:"%s بعد",past:"%s قبل",s:"چند سیکنڈ",ss:"%d سیکنڈ",m:"ایک منٹ",mm:"%d منٹ",h:"ایک گھنٹہ",hh:"%d گھنٹے",d:"ایک دن",dd:"%d دن",M:"ایک ماہ",MM:"%d ماہ",y:"ایک سال",yy:"%d سال"},preparse:function(e){return e.replace(/،/g,",")},postformat:function(e){return e.replace(/,/g,"،")},week:{dow:1,doy:4}})}(n(381))},588:function(e,t,n){!function(e){"use strict";e.defineLocale("uz-latn",{months:"Yanvar_Fevral_Mart_Aprel_May_Iyun_Iyul_Avgust_Sentabr_Oktabr_Noyabr_Dekabr".split("_"),monthsShort:"Yan_Fev_Mar_Apr_May_Iyun_Iyul_Avg_Sen_Okt_Noy_Dek".split("_"),weekdays:"Yakshanba_Dushanba_Seshanba_Chorshanba_Payshanba_Juma_Shanba".split("_"),weekdaysShort:"Yak_Dush_Sesh_Chor_Pay_Jum_Shan".split("_"),weekdaysMin:"Ya_Du_Se_Cho_Pa_Ju_Sha".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"D MMMM YYYY, dddd HH:mm"},calendar:{sameDay:"[Bugun soat] LT [da]",nextDay:"[Ertaga] LT [da]",nextWeek:"dddd [kuni soat] LT [da]",lastDay:"[Kecha soat] LT [da]",lastWeek:"[O'tgan] dddd [kuni soat] LT [da]",sameElse:"L"},relativeTime:{future:"Yaqin %s ichida",past:"Bir necha %s oldin",s:"soniya",ss:"%d soniya",m:"bir daqiqa",mm:"%d daqiqa",h:"bir soat",hh:"%d soat",d:"bir kun",dd:"%d kun",M:"bir oy",MM:"%d oy",y:"bir yil",yy:"%d yil"},week:{dow:1,doy:7}})}(n(381))},6791:function(e,t,n){!function(e){"use strict";e.defineLocale("uz",{months:"январ_феврал_март_апрел_май_июн_июл_август_сентябр_октябр_ноябр_декабр".split("_"),monthsShort:"янв_фев_мар_апр_май_июн_июл_авг_сен_окт_ноя_дек".split("_"),weekdays:"Якшанба_Душанба_Сешанба_Чоршанба_Пайшанба_Жума_Шанба".split("_"),weekdaysShort:"Якш_Душ_Сеш_Чор_Пай_Жум_Шан".split("_"),weekdaysMin:"Як_Ду_Се_Чо_Па_Жу_Ша".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"D MMMM YYYY, dddd HH:mm"},calendar:{sameDay:"[Бугун соат] LT [да]",nextDay:"[Эртага] LT [да]",nextWeek:"dddd [куни соат] LT [да]",lastDay:"[Кеча соат] LT [да]",lastWeek:"[Утган] dddd [куни соат] LT [да]",sameElse:"L"},relativeTime:{future:"Якин %s ичида",past:"Бир неча %s олдин",s:"фурсат",ss:"%d фурсат",m:"бир дакика",mm:"%d дакика",h:"бир соат",hh:"%d соат",d:"бир кун",dd:"%d кун",M:"бир ой",MM:"%d ой",y:"бир йил",yy:"%d йил"},week:{dow:1,doy:7}})}(n(381))},5666:function(e,t,n){!function(e){"use strict";e.defineLocale("vi",{months:"tháng 1_tháng 2_tháng 3_tháng 4_tháng 5_tháng 6_tháng 7_tháng 8_tháng 9_tháng 10_tháng 11_tháng 12".split("_"),monthsShort:"Thg 01_Thg 02_Thg 03_Thg 04_Thg 05_Thg 06_Thg 07_Thg 08_Thg 09_Thg 10_Thg 11_Thg 12".split("_"),monthsParseExact:!0,weekdays:"chủ nhật_thứ hai_thứ ba_thứ tư_thứ năm_thứ sáu_thứ bảy".split("_"),weekdaysShort:"CN_T2_T3_T4_T5_T6_T7".split("_"),weekdaysMin:"CN_T2_T3_T4_T5_T6_T7".split("_"),weekdaysParseExact:!0,meridiemParse:/sa|ch/i,isPM:function(e){return/^ch$/i.test(e)},meridiem:function(e,t,n){return e<12?n?"sa":"SA":n?"ch":"CH"},longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM [năm] YYYY",LLL:"D MMMM [năm] YYYY HH:mm",LLLL:"dddd, D MMMM [năm] YYYY HH:mm",l:"DD/M/YYYY",ll:"D MMM YYYY",lll:"D MMM YYYY HH:mm",llll:"ddd, D MMM YYYY HH:mm"},calendar:{sameDay:"[Hôm nay lúc] LT",nextDay:"[Ngày mai lúc] LT",nextWeek:"dddd [tuần tới lúc] LT",lastDay:"[Hôm qua lúc] LT",lastWeek:"dddd [tuần trước lúc] LT",sameElse:"L"},relativeTime:{future:"%s tới",past:"%s trước",s:"vài giây",ss:"%d giây",m:"một phút",mm:"%d phút",h:"một giờ",hh:"%d giờ",d:"một ngày",dd:"%d ngày",w:"một tuần",ww:"%d tuần",M:"một tháng",MM:"%d tháng",y:"một năm",yy:"%d năm"},dayOfMonthOrdinalParse:/\d{1,2}/,ordinal:function(e){return e},week:{dow:1,doy:4}})}(n(381))},4378:function(e,t,n){!function(e){"use strict";e.defineLocale("x-pseudo",{months:"J~áñúá~rý_F~ébrú~árý_~Márc~h_Áp~ríl_~Máý_~Júñé~_Júl~ý_Áú~gúst~_Sép~témb~ér_Ó~ctób~ér_Ñ~óvém~bér_~Décé~mbér".split("_"),monthsShort:"J~áñ_~Féb_~Már_~Ápr_~Máý_~Júñ_~Júl_~Áúg_~Sép_~Óct_~Ñóv_~Déc".split("_"),monthsParseExact:!0,weekdays:"S~úñdá~ý_Mó~ñdáý~_Túé~sdáý~_Wéd~ñésd~áý_T~húrs~dáý_~Fríd~áý_S~átúr~dáý".split("_"),weekdaysShort:"S~úñ_~Móñ_~Túé_~Wéd_~Thú_~Frí_~Sát".split("_"),weekdaysMin:"S~ú_Mó~_Tú_~Wé_T~h_Fr~_Sá".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[T~ódá~ý át] LT",nextDay:"[T~ómó~rró~w át] LT",nextWeek:"dddd [át] LT",lastDay:"[Ý~ést~érdá~ý át] LT",lastWeek:"[L~ást] dddd [át] LT",sameElse:"L"},relativeTime:{future:"í~ñ %s",past:"%s á~gó",s:"á ~féw ~sécó~ñds",ss:"%d s~écóñ~ds",m:"á ~míñ~úté",mm:"%d m~íñú~tés",h:"á~ñ hó~úr",hh:"%d h~óúrs",d:"á ~dáý",dd:"%d d~áýs",M:"á ~móñ~th",MM:"%d m~óñt~hs",y:"á ~ýéár",yy:"%d ý~éárs"},dayOfMonthOrdinalParse:/\d{1,2}(th|st|nd|rd)/,ordinal:function(e){var t=e%10;return e+(1==~~(e%100/10)?"th":1===t?"st":2===t?"nd":3===t?"rd":"th")},week:{dow:1,doy:4}})}(n(381))},5805:function(e,t,n){!function(e){"use strict";e.defineLocale("yo",{months:"Sẹ́rẹ́_Èrèlè_Ẹrẹ̀nà_Ìgbé_Èbibi_Òkùdu_Agẹmo_Ògún_Owewe_Ọ̀wàrà_Bélú_Ọ̀pẹ̀̀".split("_"),monthsShort:"Sẹ́r_Èrl_Ẹrn_Ìgb_Èbi_Òkù_Agẹ_Ògú_Owe_Ọ̀wà_Bél_Ọ̀pẹ̀̀".split("_"),weekdays:"Àìkú_Ajé_Ìsẹ́gun_Ọjọ́rú_Ọjọ́bọ_Ẹtì_Àbámẹ́ta".split("_"),weekdaysShort:"Àìk_Ajé_Ìsẹ́_Ọjr_Ọjb_Ẹtì_Àbá".split("_"),weekdaysMin:"Àì_Aj_Ìs_Ọr_Ọb_Ẹt_Àb".split("_"),longDateFormat:{LT:"h:mm A",LTS:"h:mm:ss A",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY h:mm A",LLLL:"dddd, D MMMM YYYY h:mm A"},calendar:{sameDay:"[Ònì ni] LT",nextDay:"[Ọ̀la ni] LT",nextWeek:"dddd [Ọsẹ̀ tón'bọ] [ni] LT",lastDay:"[Àna ni] LT",lastWeek:"dddd [Ọsẹ̀ tólọ́] [ni] LT",sameElse:"L"},relativeTime:{future:"ní %s",past:"%s kọjá",s:"ìsẹjú aayá die",ss:"aayá %d",m:"ìsẹjú kan",mm:"ìsẹjú %d",h:"wákati kan",hh:"wákati %d",d:"ọjọ́ kan",dd:"ọjọ́ %d",M:"osù kan",MM:"osù %d",y:"ọdún kan",yy:"ọdún %d"},dayOfMonthOrdinalParse:/ọjọ́\s\d{1,2}/,ordinal:"ọjọ́ %d",week:{dow:1,doy:4}})}(n(381))},3839:function(e,t,n){!function(e){"use strict";e.defineLocale("zh-cn",{months:"一月_二月_三月_四月_五月_六月_七月_八月_九月_十月_十一月_十二月".split("_"),monthsShort:"1月_2月_3月_4月_5月_6月_7月_8月_9月_10月_11月_12月".split("_"),weekdays:"星期日_星期一_星期二_星期三_星期四_星期五_星期六".split("_"),weekdaysShort:"周日_周一_周二_周三_周四_周五_周六".split("_"),weekdaysMin:"日_一_二_三_四_五_六".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY/MM/DD",LL:"YYYY年M月D日",LLL:"YYYY年M月D日Ah点mm分",LLLL:"YYYY年M月D日ddddAh点mm分",l:"YYYY/M/D",ll:"YYYY年M月D日",lll:"YYYY年M月D日 HH:mm",llll:"YYYY年M月D日dddd HH:mm"},meridiemParse:/凌晨|早上|上午|中午|下午|晚上/,meridiemHour:function(e,t){return 12===e&&(e=0),"凌晨"===t||"早上"===t||"上午"===t?e:"下午"===t||"晚上"===t?e+12:e>=11?e:e+12},meridiem:function(e,t,n){var r=100*e+t;return r<600?"凌晨":r<900?"早上":r<1130?"上午":r<1230?"中午":r<1800?"下午":"晚上"},calendar:{sameDay:"[今天]LT",nextDay:"[明天]LT",nextWeek:function(e){return e.week()!==this.week()?"[下]dddLT":"[本]dddLT"},lastDay:"[昨天]LT",lastWeek:function(e){return this.week()!==e.week()?"[上]dddLT":"[本]dddLT"},sameElse:"L"},dayOfMonthOrdinalParse:/\d{1,2}(日|月|周)/,ordinal:function(e,t){switch(t){case"d":case"D":case"DDD":return e+"日";case"M":return e+"月";case"w":case"W":return e+"周";default:return e}},relativeTime:{future:"%s后",past:"%s前",s:"几秒",ss:"%d 秒",m:"1 分钟",mm:"%d 分钟",h:"1 小时",hh:"%d 小时",d:"1 天",dd:"%d 天",w:"1 周",ww:"%d 周",M:"1 个月",MM:"%d 个月",y:"1 年",yy:"%d 年"},week:{dow:1,doy:4}})}(n(381))},5726:function(e,t,n){!function(e){"use strict";e.defineLocale("zh-hk",{months:"一月_二月_三月_四月_五月_六月_七月_八月_九月_十月_十一月_十二月".split("_"),monthsShort:"1月_2月_3月_4月_5月_6月_7月_8月_9月_10月_11月_12月".split("_"),weekdays:"星期日_星期一_星期二_星期三_星期四_星期五_星期六".split("_"),weekdaysShort:"週日_週一_週二_週三_週四_週五_週六".split("_"),weekdaysMin:"日_一_二_三_四_五_六".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY/MM/DD",LL:"YYYY年M月D日",LLL:"YYYY年M月D日 HH:mm",LLLL:"YYYY年M月D日dddd HH:mm",l:"YYYY/M/D",ll:"YYYY年M月D日",lll:"YYYY年M月D日 HH:mm",llll:"YYYY年M月D日dddd HH:mm"},meridiemParse:/凌晨|早上|上午|中午|下午|晚上/,meridiemHour:function(e,t){return 12===e&&(e=0),"凌晨"===t||"早上"===t||"上午"===t?e:"中午"===t?e>=11?e:e+12:"下午"===t||"晚上"===t?e+12:void 0},meridiem:function(e,t,n){var r=100*e+t;return r<600?"凌晨":r<900?"早上":r<1200?"上午":1200===r?"中午":r<1800?"下午":"晚上"},calendar:{sameDay:"[今天]LT",nextDay:"[明天]LT",nextWeek:"[下]ddddLT",lastDay:"[昨天]LT",lastWeek:"[上]ddddLT",sameElse:"L"},dayOfMonthOrdinalParse:/\d{1,2}(日|月|週)/,ordinal:function(e,t){switch(t){case"d":case"D":case"DDD":return e+"日";case"M":return e+"月";case"w":case"W":return e+"週";default:return e}},relativeTime:{future:"%s後",past:"%s前",s:"幾秒",ss:"%d 秒",m:"1 分鐘",mm:"%d 分鐘",h:"1 小時",hh:"%d 小時",d:"1 天",dd:"%d 天",M:"1 個月",MM:"%d 個月",y:"1 年",yy:"%d 年"}})}(n(381))},9807:function(e,t,n){!function(e){"use strict";e.defineLocale("zh-mo",{months:"一月_二月_三月_四月_五月_六月_七月_八月_九月_十月_十一月_十二月".split("_"),monthsShort:"1月_2月_3月_4月_5月_6月_7月_8月_9月_10月_11月_12月".split("_"),weekdays:"星期日_星期一_星期二_星期三_星期四_星期五_星期六".split("_"),weekdaysShort:"週日_週一_週二_週三_週四_週五_週六".split("_"),weekdaysMin:"日_一_二_三_四_五_六".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"YYYY年M月D日",LLL:"YYYY年M月D日 HH:mm",LLLL:"YYYY年M月D日dddd HH:mm",l:"D/M/YYYY",ll:"YYYY年M月D日",lll:"YYYY年M月D日 HH:mm",llll:"YYYY年M月D日dddd HH:mm"},meridiemParse:/凌晨|早上|上午|中午|下午|晚上/,meridiemHour:function(e,t){return 12===e&&(e=0),"凌晨"===t||"早上"===t||"上午"===t?e:"中午"===t?e>=11?e:e+12:"下午"===t||"晚上"===t?e+12:void 0},meridiem:function(e,t,n){var r=100*e+t;return r<600?"凌晨":r<900?"早上":r<1130?"上午":r<1230?"中午":r<1800?"下午":"晚上"},calendar:{sameDay:"[今天] LT",nextDay:"[明天] LT",nextWeek:"[下]dddd LT",lastDay:"[昨天] LT",lastWeek:"[上]dddd LT",sameElse:"L"},dayOfMonthOrdinalParse:/\d{1,2}(日|月|週)/,ordinal:function(e,t){switch(t){case"d":case"D":case"DDD":return e+"日";case"M":return e+"月";case"w":case"W":return e+"週";default:return e}},relativeTime:{future:"%s內",past:"%s前",s:"幾秒",ss:"%d 秒",m:"1 分鐘",mm:"%d 分鐘",h:"1 小時",hh:"%d 小時",d:"1 天",dd:"%d 天",M:"1 個月",MM:"%d 個月",y:"1 年",yy:"%d 年"}})}(n(381))},4152:function(e,t,n){!function(e){"use strict";e.defineLocale("zh-tw",{months:"一月_二月_三月_四月_五月_六月_七月_八月_九月_十月_十一月_十二月".split("_"),monthsShort:"1月_2月_3月_4月_5月_6月_7月_8月_9月_10月_11月_12月".split("_"),weekdays:"星期日_星期一_星期二_星期三_星期四_星期五_星期六".split("_"),weekdaysShort:"週日_週一_週二_週三_週四_週五_週六".split("_"),weekdaysMin:"日_一_二_三_四_五_六".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY/MM/DD",LL:"YYYY年M月D日",LLL:"YYYY年M月D日 HH:mm",LLLL:"YYYY年M月D日dddd HH:mm",l:"YYYY/M/D",ll:"YYYY年M月D日",lll:"YYYY年M月D日 HH:mm",llll:"YYYY年M月D日dddd HH:mm"},meridiemParse:/凌晨|早上|上午|中午|下午|晚上/,meridiemHour:function(e,t){return 12===e&&(e=0),"凌晨"===t||"早上"===t||"上午"===t?e:"中午"===t?e>=11?e:e+12:"下午"===t||"晚上"===t?e+12:void 0},meridiem:function(e,t,n){var r=100*e+t;return r<600?"凌晨":r<900?"早上":r<1130?"上午":r<1230?"中午":r<1800?"下午":"晚上"},calendar:{sameDay:"[今天] LT",nextDay:"[明天] LT",nextWeek:"[下]dddd LT",lastDay:"[昨天] LT",lastWeek:"[上]dddd LT",sameElse:"L"},dayOfMonthOrdinalParse:/\d{1,2}(日|月|週)/,ordinal:function(e,t){switch(t){case"d":case"D":case"DDD":return e+"日";case"M":return e+"月";case"w":case"W":return e+"週";default:return e}},relativeTime:{future:"%s後",past:"%s前",s:"幾秒",ss:"%d 秒",m:"1 分鐘",mm:"%d 分鐘",h:"1 小時",hh:"%d 小時",d:"1 天",dd:"%d 天",M:"1 個月",MM:"%d 個月",y:"1 年",yy:"%d 年"}})}(n(381))},6700:(e,t,n)=>{var r={"./af":2786,"./af.js":2786,"./ar":867,"./ar-dz":4130,"./ar-dz.js":4130,"./ar-kw":6135,"./ar-kw.js":6135,"./ar-ly":6440,"./ar-ly.js":6440,"./ar-ma":7702,"./ar-ma.js":7702,"./ar-sa":6040,"./ar-sa.js":6040,"./ar-tn":7100,"./ar-tn.js":7100,"./ar.js":867,"./az":1083,"./az.js":1083,"./be":9808,"./be.js":9808,"./bg":8338,"./bg.js":8338,"./bm":7438,"./bm.js":7438,"./bn":8905,"./bn-bd":6225,"./bn-bd.js":6225,"./bn.js":8905,"./bo":1560,"./bo.js":1560,"./br":1278,"./br.js":1278,"./bs":622,"./bs.js":622,"./ca":2468,"./ca.js":2468,"./cs":5822,"./cs.js":5822,"./cv":877,"./cv.js":877,"./cy":7373,"./cy.js":7373,"./da":4780,"./da.js":4780,"./de":9740,"./de-at":217,"./de-at.js":217,"./de-ch":894,"./de-ch.js":894,"./de.js":9740,"./dv":5300,"./dv.js":5300,"./el":837,"./el.js":837,"./en-au":8348,"./en-au.js":8348,"./en-ca":7925,"./en-ca.js":7925,"./en-gb":2243,"./en-gb.js":2243,"./en-ie":6436,"./en-ie.js":6436,"./en-il":7207,"./en-il.js":7207,"./en-in":4175,"./en-in.js":4175,"./en-nz":6319,"./en-nz.js":6319,"./en-sg":1662,"./en-sg.js":1662,"./eo":2915,"./eo.js":2915,"./es":5655,"./es-do":5251,"./es-do.js":5251,"./es-mx":6112,"./es-mx.js":6112,"./es-us":1146,"./es-us.js":1146,"./es.js":5655,"./et":5603,"./et.js":5603,"./eu":7763,"./eu.js":7763,"./fa":6959,"./fa.js":6959,"./fi":1897,"./fi.js":1897,"./fil":2549,"./fil.js":2549,"./fo":4694,"./fo.js":4694,"./fr":4470,"./fr-ca":3049,"./fr-ca.js":3049,"./fr-ch":2330,"./fr-ch.js":2330,"./fr.js":4470,"./fy":5044,"./fy.js":5044,"./ga":9295,"./ga.js":9295,"./gd":2101,"./gd.js":2101,"./gl":8794,"./gl.js":8794,"./gom-deva":7884,"./gom-deva.js":7884,"./gom-latn":3168,"./gom-latn.js":3168,"./gu":5349,"./gu.js":5349,"./he":4206,"./he.js":4206,"./hi":94,"./hi.js":94,"./hr":316,"./hr.js":316,"./hu":2138,"./hu.js":2138,"./hy-am":1423,"./hy-am.js":1423,"./id":9218,"./id.js":9218,"./is":135,"./is.js":135,"./it":626,"./it-ch":150,"./it-ch.js":150,"./it.js":626,"./ja":9183,"./ja.js":9183,"./jv":4286,"./jv.js":4286,"./ka":2105,"./ka.js":2105,"./kk":7772,"./kk.js":7772,"./km":8758,"./km.js":8758,"./kn":9282,"./kn.js":9282,"./ko":3730,"./ko.js":3730,"./ku":1408,"./ku.js":1408,"./ky":3291,"./ky.js":3291,"./lb":6841,"./lb.js":6841,"./lo":5466,"./lo.js":5466,"./lt":7010,"./lt.js":7010,"./lv":7595,"./lv.js":7595,"./me":9861,"./me.js":9861,"./mi":5493,"./mi.js":5493,"./mk":5966,"./mk.js":5966,"./ml":7341,"./ml.js":7341,"./mn":5115,"./mn.js":5115,"./mr":370,"./mr.js":370,"./ms":9847,"./ms-my":1237,"./ms-my.js":1237,"./ms.js":9847,"./mt":2126,"./mt.js":2126,"./my":6165,"./my.js":6165,"./nb":4924,"./nb.js":4924,"./ne":6744,"./ne.js":6744,"./nl":3901,"./nl-be":9814,"./nl-be.js":9814,"./nl.js":3901,"./nn":3877,"./nn.js":3877,"./oc-lnc":2135,"./oc-lnc.js":2135,"./pa-in":5858,"./pa-in.js":5858,"./pl":4495,"./pl.js":4495,"./pt":9520,"./pt-br":7971,"./pt-br.js":7971,"./pt.js":9520,"./ro":6459,"./ro.js":6459,"./ru":1793,"./ru.js":1793,"./sd":950,"./sd.js":950,"./se":490,"./se.js":490,"./si":124,"./si.js":124,"./sk":4249,"./sk.js":4249,"./sl":4985,"./sl.js":4985,"./sq":1104,"./sq.js":1104,"./sr":9131,"./sr-cyrl":9915,"./sr-cyrl.js":9915,"./sr.js":9131,"./ss":5893,"./ss.js":5893,"./sv":8760,"./sv.js":8760,"./sw":1172,"./sw.js":1172,"./ta":1044,"./ta.js":1044,"./te":3110,"./te.js":3110,"./tet":2095,"./tet.js":2095,"./tg":7321,"./tg.js":7321,"./th":9041,"./th.js":9041,"./tk":9005,"./tk.js":9005,"./tl-ph":5768,"./tl-ph.js":5768,"./tlh":9444,"./tlh.js":9444,"./tr":2397,"./tr.js":2397,"./tzl":8254,"./tzl.js":8254,"./tzm":1106,"./tzm-latn":699,"./tzm-latn.js":699,"./tzm.js":1106,"./ug-cn":9288,"./ug-cn.js":9288,"./uk":7691,"./uk.js":7691,"./ur":3795,"./ur.js":3795,"./uz":6791,"./uz-latn":588,"./uz-latn.js":588,"./uz.js":6791,"./vi":5666,"./vi.js":5666,"./x-pseudo":4378,"./x-pseudo.js":4378,"./yo":5805,"./yo.js":5805,"./zh-cn":3839,"./zh-cn.js":3839,"./zh-hk":5726,"./zh-hk.js":5726,"./zh-mo":9807,"./zh-mo.js":9807,"./zh-tw":4152,"./zh-tw.js":4152};function o(e){var t=a(e);return n(t)}function a(e){if(!n.o(r,e)){var t=new Error("Cannot find module '"+e+"'");throw t.code="MODULE_NOT_FOUND",t}return r[e]}o.keys=function(){return Object.keys(r)},o.resolve=a,e.exports=o,o.id=6700},381:function(e,t,n){(e=n.nmd(e)).exports=function(){"use strict";var t,r;function o(){return t.apply(null,arguments)}function a(e){t=e}function i(e){return e instanceof Array||"[object Array]"===Object.prototype.toString.call(e)}function l(e){return null!=e&&"[object Object]"===Object.prototype.toString.call(e)}function s(e,t){return Object.prototype.hasOwnProperty.call(e,t)}function c(e){if(Object.getOwnPropertyNames)return 0===Object.getOwnPropertyNames(e).length;var t;for(t in e)if(s(e,t))return!1;return!0}function u(e){return void 0===e}function d(e){return"number"==typeof e||"[object Number]"===Object.prototype.toString.call(e)}function m(e){return e instanceof Date||"[object Date]"===Object.prototype.toString.call(e)}function p(e,t){var n,r=[];for(n=0;n>>0;for(t=0;t0)for(n=0;n<_.length;n++)u(o=t[r=_[n]])||(e[r]=o);return e}function w(e){k(this,e),this._d=new Date(null!=e._d?e._d.getTime():NaN),this.isValid()||(this._d=new Date(NaN)),!1===M&&(M=!0,o.updateOffset(this),M=!1)}function E(e){return e instanceof w||null!=e&&null!=e._isAMomentObject}function x(e){!1===o.suppressDeprecationWarnings&&"undefined"!=typeof console&&console.warn&&console.warn("Deprecation warning: "+e)}function C(e,t){var n=!0;return f((function(){if(null!=o.deprecationHandler&&o.deprecationHandler(null,e),n){var r,a,i,l=[];for(a=0;a=0?n?"+":"":"-")+Math.pow(10,Math.max(0,o)).toString().substr(1)+r}var R=/(\[[^\[]*\])|(\\)?([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,P=/(\[[^\[]*\])|(\\)?(LTS|LT|LL?L?L?|l{1,4})/g,H={},W={};function Y(e,t,n,r){var o=r;"string"==typeof r&&(o=function(){return this[r]()}),e&&(W[e]=o),t&&(W[t[0]]=function(){return I(o.apply(this,arguments),t[1],t[2])}),n&&(W[n]=function(){return this.localeData().ordinal(o.apply(this,arguments),e)})}function F(e){return e.match(/\[[\s\S]/)?e.replace(/^\[|\]$/g,""):e.replace(/\\/g,"")}function j(e){var t,n,r=e.match(R);for(t=0,n=r.length;t=0&&P.test(e);)e=e.replace(P,r),P.lastIndex=0,n-=1;return e}var U={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 X(e){var t=this._longDateFormat[e],n=this._longDateFormat[e.toUpperCase()];return t||!n?t:(this._longDateFormat[e]=n.match(R).map((function(e){return"MMMM"===e||"MM"===e||"DD"===e||"dddd"===e?e.slice(1):e})).join(""),this._longDateFormat[e])}var $="Invalid date";function G(){return this._invalidDate}var K="%d",J=/\d{1,2}/;function Z(e){return this._ordinal.replace("%d",e)}var Q={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 ee(e,t,n,r){var o=this._relativeTime[n];return T(o)?o(e,t,n,r):o.replace(/%d/i,e)}function te(e,t){var n=this._relativeTime[e>0?"future":"past"];return T(n)?n(t):n.replace(/%s/i,t)}var ne={};function re(e,t){var n=e.toLowerCase();ne[n]=ne[n+"s"]=ne[t]=e}function oe(e){return"string"==typeof e?ne[e]||ne[e.toLowerCase()]:void 0}function ae(e){var t,n,r={};for(n in e)s(e,n)&&(t=oe(n))&&(r[t]=e[n]);return r}var ie={};function le(e,t){ie[e]=t}function se(e){var t,n=[];for(t in e)s(e,t)&&n.push({unit:t,priority:ie[t]});return n.sort((function(e,t){return e.priority-t.priority})),n}function ce(e){return e%4==0&&e%100!=0||e%400==0}function ue(e){return e<0?Math.ceil(e)||0:Math.floor(e)}function de(e){var t=+e,n=0;return 0!==t&&isFinite(t)&&(n=ue(t)),n}function me(e,t){return function(n){return null!=n?(fe(this,e,n),o.updateOffset(this,t),this):pe(this,e)}}function pe(e,t){return e.isValid()?e._d["get"+(e._isUTC?"UTC":"")+t]():NaN}function fe(e,t,n){e.isValid()&&!isNaN(n)&&("FullYear"===t&&ce(e.year())&&1===e.month()&&29===e.date()?(n=de(n),e._d["set"+(e._isUTC?"UTC":"")+t](n,e.month(),et(n,e.month()))):e._d["set"+(e._isUTC?"UTC":"")+t](n))}function he(e){return T(this[e=oe(e)])?this[e]():this}function ge(e,t){if("object"==typeof e){var n,r=se(e=ae(e));for(n=0;n68?1900:2e3)};var bt=me("FullYear",!0);function vt(){return ce(this.year())}function yt(e,t,n,r,o,a,i){var l;return e<100&&e>=0?(l=new Date(e+400,t,n,r,o,a,i),isFinite(l.getFullYear())&&l.setFullYear(e)):l=new Date(e,t,n,r,o,a,i),l}function _t(e){var t,n;return e<100&&e>=0?((n=Array.prototype.slice.call(arguments))[0]=e+400,t=new Date(Date.UTC.apply(null,n)),isFinite(t.getUTCFullYear())&&t.setUTCFullYear(e)):t=new Date(Date.UTC.apply(null,arguments)),t}function Mt(e,t,n){var r=7+t-n;return-(7+_t(e,0,r).getUTCDay()-t)%7+r-1}function kt(e,t,n,r,o){var a,i,l=1+7*(t-1)+(7+n-r)%7+Mt(e,r,o);return l<=0?i=gt(a=e-1)+l:l>gt(e)?(a=e+1,i=l-gt(e)):(a=e,i=l),{year:a,dayOfYear:i}}function wt(e,t,n){var r,o,a=Mt(e.year(),t,n),i=Math.floor((e.dayOfYear()-a-1)/7)+1;return i<1?r=i+Et(o=e.year()-1,t,n):i>Et(e.year(),t,n)?(r=i-Et(e.year(),t,n),o=e.year()+1):(o=e.year(),r=i),{week:r,year:o}}function Et(e,t,n){var r=Mt(e,t,n),o=Mt(e+1,t,n);return(gt(e)-r+o)/7}function xt(e){return wt(e,this._week.dow,this._week.doy).week}Y("w",["ww",2],"wo","week"),Y("W",["WW",2],"Wo","isoWeek"),re("week","w"),re("isoWeek","W"),le("week",5),le("isoWeek",5),De("w",we),De("ww",we,ye),De("W",we),De("WW",we,ye),Ye(["w","ww","W","WW"],(function(e,t,n,r){t[r.substr(0,1)]=de(e)}));var Ct={dow:0,doy:6};function Lt(){return this._week.dow}function St(){return this._week.doy}function At(e){var t=this.localeData().week(this);return null==e?t:this.add(7*(e-t),"d")}function Tt(e){var t=wt(this,1,4).week;return null==e?t:this.add(7*(e-t),"d")}function zt(e,t){return"string"!=typeof e?e:isNaN(e)?"number"==typeof(e=t.weekdaysParse(e))?e:null:parseInt(e,10)}function Nt(e,t){return"string"==typeof e?t.weekdaysParse(e)%7||7:isNaN(e)?null:e}function Ot(e,t){return e.slice(t,7).concat(e.slice(0,t))}Y("d",0,"do","day"),Y("dd",0,0,(function(e){return this.localeData().weekdaysMin(this,e)})),Y("ddd",0,0,(function(e){return this.localeData().weekdaysShort(this,e)})),Y("dddd",0,0,(function(e){return this.localeData().weekdays(this,e)})),Y("e",0,0,"weekday"),Y("E",0,0,"isoWeekday"),re("day","d"),re("weekday","e"),re("isoWeekday","E"),le("day",11),le("weekday",11),le("isoWeekday",11),De("d",we),De("e",we),De("E",we),De("dd",(function(e,t){return t.weekdaysMinRegex(e)})),De("ddd",(function(e,t){return t.weekdaysShortRegex(e)})),De("dddd",(function(e,t){return t.weekdaysRegex(e)})),Ye(["dd","ddd","dddd"],(function(e,t,n,r){var o=n._locale.weekdaysParse(e,r,n._strict);null!=o?t.d=o:b(n).invalidWeekday=e})),Ye(["d","e","E"],(function(e,t,n,r){t[r]=de(e)}));var Bt="Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),Dt="Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),It="Su_Mo_Tu_We_Th_Fr_Sa".split("_"),Rt=Be,Pt=Be,Ht=Be;function Wt(e,t){var n=i(this._weekdays)?this._weekdays:this._weekdays[e&&!0!==e&&this._weekdays.isFormat.test(t)?"format":"standalone"];return!0===e?Ot(n,this._week.dow):e?n[e.day()]:n}function Yt(e){return!0===e?Ot(this._weekdaysShort,this._week.dow):e?this._weekdaysShort[e.day()]:this._weekdaysShort}function Ft(e){return!0===e?Ot(this._weekdaysMin,this._week.dow):e?this._weekdaysMin[e.day()]:this._weekdaysMin}function jt(e,t,n){var r,o,a,i=e.toLocaleLowerCase();if(!this._weekdaysParse)for(this._weekdaysParse=[],this._shortWeekdaysParse=[],this._minWeekdaysParse=[],r=0;r<7;++r)a=h([2e3,1]).day(r),this._minWeekdaysParse[r]=this.weekdaysMin(a,"").toLocaleLowerCase(),this._shortWeekdaysParse[r]=this.weekdaysShort(a,"").toLocaleLowerCase(),this._weekdaysParse[r]=this.weekdays(a,"").toLocaleLowerCase();return n?"dddd"===t?-1!==(o=je.call(this._weekdaysParse,i))?o:null:"ddd"===t?-1!==(o=je.call(this._shortWeekdaysParse,i))?o:null:-1!==(o=je.call(this._minWeekdaysParse,i))?o:null:"dddd"===t?-1!==(o=je.call(this._weekdaysParse,i))||-1!==(o=je.call(this._shortWeekdaysParse,i))||-1!==(o=je.call(this._minWeekdaysParse,i))?o:null:"ddd"===t?-1!==(o=je.call(this._shortWeekdaysParse,i))||-1!==(o=je.call(this._weekdaysParse,i))||-1!==(o=je.call(this._minWeekdaysParse,i))?o:null:-1!==(o=je.call(this._minWeekdaysParse,i))||-1!==(o=je.call(this._weekdaysParse,i))||-1!==(o=je.call(this._shortWeekdaysParse,i))?o:null}function qt(e,t,n){var r,o,a;if(this._weekdaysParseExact)return jt.call(this,e,t,n);for(this._weekdaysParse||(this._weekdaysParse=[],this._minWeekdaysParse=[],this._shortWeekdaysParse=[],this._fullWeekdaysParse=[]),r=0;r<7;r++){if(o=h([2e3,1]).day(r),n&&!this._fullWeekdaysParse[r]&&(this._fullWeekdaysParse[r]=new RegExp("^"+this.weekdays(o,"").replace(".","\\.?")+"$","i"),this._shortWeekdaysParse[r]=new RegExp("^"+this.weekdaysShort(o,"").replace(".","\\.?")+"$","i"),this._minWeekdaysParse[r]=new RegExp("^"+this.weekdaysMin(o,"").replace(".","\\.?")+"$","i")),this._weekdaysParse[r]||(a="^"+this.weekdays(o,"")+"|^"+this.weekdaysShort(o,"")+"|^"+this.weekdaysMin(o,""),this._weekdaysParse[r]=new RegExp(a.replace(".",""),"i")),n&&"dddd"===t&&this._fullWeekdaysParse[r].test(e))return r;if(n&&"ddd"===t&&this._shortWeekdaysParse[r].test(e))return r;if(n&&"dd"===t&&this._minWeekdaysParse[r].test(e))return r;if(!n&&this._weekdaysParse[r].test(e))return r}}function Vt(e){if(!this.isValid())return null!=e?this:NaN;var t=this._isUTC?this._d.getUTCDay():this._d.getDay();return null!=e?(e=zt(e,this.localeData()),this.add(e-t,"d")):t}function Ut(e){if(!this.isValid())return null!=e?this:NaN;var t=(this.day()+7-this.localeData()._week.dow)%7;return null==e?t:this.add(e-t,"d")}function Xt(e){if(!this.isValid())return null!=e?this:NaN;if(null!=e){var t=Nt(e,this.localeData());return this.day(this.day()%7?t:t-7)}return this.day()||7}function $t(e){return this._weekdaysParseExact?(s(this,"_weekdaysRegex")||Jt.call(this),e?this._weekdaysStrictRegex:this._weekdaysRegex):(s(this,"_weekdaysRegex")||(this._weekdaysRegex=Rt),this._weekdaysStrictRegex&&e?this._weekdaysStrictRegex:this._weekdaysRegex)}function Gt(e){return this._weekdaysParseExact?(s(this,"_weekdaysRegex")||Jt.call(this),e?this._weekdaysShortStrictRegex:this._weekdaysShortRegex):(s(this,"_weekdaysShortRegex")||(this._weekdaysShortRegex=Pt),this._weekdaysShortStrictRegex&&e?this._weekdaysShortStrictRegex:this._weekdaysShortRegex)}function Kt(e){return this._weekdaysParseExact?(s(this,"_weekdaysRegex")||Jt.call(this),e?this._weekdaysMinStrictRegex:this._weekdaysMinRegex):(s(this,"_weekdaysMinRegex")||(this._weekdaysMinRegex=Ht),this._weekdaysMinStrictRegex&&e?this._weekdaysMinStrictRegex:this._weekdaysMinRegex)}function Jt(){function e(e,t){return t.length-e.length}var t,n,r,o,a,i=[],l=[],s=[],c=[];for(t=0;t<7;t++)n=h([2e3,1]).day(t),r=Pe(this.weekdaysMin(n,"")),o=Pe(this.weekdaysShort(n,"")),a=Pe(this.weekdays(n,"")),i.push(r),l.push(o),s.push(a),c.push(r),c.push(o),c.push(a);i.sort(e),l.sort(e),s.sort(e),c.sort(e),this._weekdaysRegex=new RegExp("^("+c.join("|")+")","i"),this._weekdaysShortRegex=this._weekdaysRegex,this._weekdaysMinRegex=this._weekdaysRegex,this._weekdaysStrictRegex=new RegExp("^("+s.join("|")+")","i"),this._weekdaysShortStrictRegex=new RegExp("^("+l.join("|")+")","i"),this._weekdaysMinStrictRegex=new RegExp("^("+i.join("|")+")","i")}function Zt(){return this.hours()%12||12}function Qt(){return this.hours()||24}function en(e,t){Y(e,0,0,(function(){return this.localeData().meridiem(this.hours(),this.minutes(),t)}))}function tn(e,t){return t._meridiemParse}function nn(e){return"p"===(e+"").toLowerCase().charAt(0)}Y("H",["HH",2],0,"hour"),Y("h",["hh",2],0,Zt),Y("k",["kk",2],0,Qt),Y("hmm",0,0,(function(){return""+Zt.apply(this)+I(this.minutes(),2)})),Y("hmmss",0,0,(function(){return""+Zt.apply(this)+I(this.minutes(),2)+I(this.seconds(),2)})),Y("Hmm",0,0,(function(){return""+this.hours()+I(this.minutes(),2)})),Y("Hmmss",0,0,(function(){return""+this.hours()+I(this.minutes(),2)+I(this.seconds(),2)})),en("a",!0),en("A",!1),re("hour","h"),le("hour",13),De("a",tn),De("A",tn),De("H",we),De("h",we),De("k",we),De("HH",we,ye),De("hh",we,ye),De("kk",we,ye),De("hmm",Ee),De("hmmss",xe),De("Hmm",Ee),De("Hmmss",xe),We(["H","HH"],Xe),We(["k","kk"],(function(e,t,n){var r=de(e);t[Xe]=24===r?0:r})),We(["a","A"],(function(e,t,n){n._isPm=n._locale.isPM(e),n._meridiem=e})),We(["h","hh"],(function(e,t,n){t[Xe]=de(e),b(n).bigHour=!0})),We("hmm",(function(e,t,n){var r=e.length-2;t[Xe]=de(e.substr(0,r)),t[$e]=de(e.substr(r)),b(n).bigHour=!0})),We("hmmss",(function(e,t,n){var r=e.length-4,o=e.length-2;t[Xe]=de(e.substr(0,r)),t[$e]=de(e.substr(r,2)),t[Ge]=de(e.substr(o)),b(n).bigHour=!0})),We("Hmm",(function(e,t,n){var r=e.length-2;t[Xe]=de(e.substr(0,r)),t[$e]=de(e.substr(r))})),We("Hmmss",(function(e,t,n){var r=e.length-4,o=e.length-2;t[Xe]=de(e.substr(0,r)),t[$e]=de(e.substr(r,2)),t[Ge]=de(e.substr(o))}));var rn=/[ap]\.?m?\.?/i,on=me("Hours",!0);function an(e,t,n){return e>11?n?"pm":"PM":n?"am":"AM"}var ln,sn={calendar:B,longDateFormat:U,invalidDate:$,ordinal:K,dayOfMonthOrdinalParse:J,relativeTime:Q,months:tt,monthsShort:nt,week:Ct,weekdays:Bt,weekdaysMin:It,weekdaysShort:Dt,meridiemParse:rn},cn={},un={};function dn(e,t){var n,r=Math.min(e.length,t.length);for(n=0;n0;){if(r=fn(o.slice(0,t).join("-")))return r;if(n&&n.length>=t&&dn(o,n)>=t-1)break;t--}a++}return ln}function fn(t){var r=null;if(void 0===cn[t]&&e&&e.exports)try{r=ln._abbr,n(6700)("./"+t),hn(r)}catch(e){cn[t]=null}return cn[t]}function hn(e,t){var n;return e&&((n=u(t)?vn(e):gn(e,t))?ln=n:"undefined"!=typeof console&&console.warn&&console.warn("Locale "+e+" not found. Did you forget to load it?")),ln._abbr}function gn(e,t){if(null!==t){var n,r=sn;if(t.abbr=e,null!=cn[e])A("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."),r=cn[e]._config;else if(null!=t.parentLocale)if(null!=cn[t.parentLocale])r=cn[t.parentLocale]._config;else{if(null==(n=fn(t.parentLocale)))return un[t.parentLocale]||(un[t.parentLocale]=[]),un[t.parentLocale].push({name:e,config:t}),null;r=n._config}return cn[e]=new O(N(r,t)),un[e]&&un[e].forEach((function(e){gn(e.name,e.config)})),hn(e),cn[e]}return delete cn[e],null}function bn(e,t){if(null!=t){var n,r,o=sn;null!=cn[e]&&null!=cn[e].parentLocale?cn[e].set(N(cn[e]._config,t)):(null!=(r=fn(e))&&(o=r._config),t=N(o,t),null==r&&(t.abbr=e),(n=new O(t)).parentLocale=cn[e],cn[e]=n),hn(e)}else null!=cn[e]&&(null!=cn[e].parentLocale?(cn[e]=cn[e].parentLocale,e===hn()&&hn(e)):null!=cn[e]&&delete cn[e]);return cn[e]}function vn(e){var t;if(e&&e._locale&&e._locale._abbr&&(e=e._locale._abbr),!e)return ln;if(!i(e)){if(t=fn(e))return t;e=[e]}return pn(e)}function yn(){return L(cn)}function _n(e){var t,n=e._a;return n&&-2===b(e).overflow&&(t=n[Ve]<0||n[Ve]>11?Ve:n[Ue]<1||n[Ue]>et(n[qe],n[Ve])?Ue:n[Xe]<0||n[Xe]>24||24===n[Xe]&&(0!==n[$e]||0!==n[Ge]||0!==n[Ke])?Xe:n[$e]<0||n[$e]>59?$e:n[Ge]<0||n[Ge]>59?Ge:n[Ke]<0||n[Ke]>999?Ke:-1,b(e)._overflowDayOfYear&&(tUe)&&(t=Ue),b(e)._overflowWeeks&&-1===t&&(t=Je),b(e)._overflowWeekday&&-1===t&&(t=Ze),b(e).overflow=t),e}var Mn=/^\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)?)?$/,kn=/^\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)?)?$/,wn=/Z|[+-]\d\d(?::?\d\d)?/,En=[["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]],xn=[["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/]],Cn=/^\/?Date\((-?\d+)/i,Ln=/^(?:(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}))$/,Sn={UT:0,GMT:0,EDT:-240,EST:-300,CDT:-300,CST:-360,MDT:-360,MST:-420,PDT:-420,PST:-480};function An(e){var t,n,r,o,a,i,l=e._i,s=Mn.exec(l)||kn.exec(l);if(s){for(b(e).iso=!0,t=0,n=En.length;tgt(a)||0===e._dayOfYear)&&(b(e)._overflowDayOfYear=!0),n=_t(a,0,e._dayOfYear),e._a[Ve]=n.getUTCMonth(),e._a[Ue]=n.getUTCDate()),t=0;t<3&&null==e._a[t];++t)e._a[t]=i[t]=r[t];for(;t<7;t++)e._a[t]=i[t]=null==e._a[t]?2===t?1:0:e._a[t];24===e._a[Xe]&&0===e._a[$e]&&0===e._a[Ge]&&0===e._a[Ke]&&(e._nextDay=!0,e._a[Xe]=0),e._d=(e._useUTC?_t:yt).apply(null,i),o=e._useUTC?e._d.getUTCDay():e._d.getDay(),null!=e._tzm&&e._d.setUTCMinutes(e._d.getUTCMinutes()-e._tzm),e._nextDay&&(e._a[Xe]=24),e._w&&void 0!==e._w.d&&e._w.d!==o&&(b(e).weekdayMismatch=!0)}}function Wn(e){var t,n,r,o,a,i,l,s,c;null!=(t=e._w).GG||null!=t.W||null!=t.E?(a=1,i=4,n=Rn(t.GG,e._a[qe],wt(Gn(),1,4).year),r=Rn(t.W,1),((o=Rn(t.E,1))<1||o>7)&&(s=!0)):(a=e._locale._week.dow,i=e._locale._week.doy,c=wt(Gn(),a,i),n=Rn(t.gg,e._a[qe],c.year),r=Rn(t.w,c.week),null!=t.d?((o=t.d)<0||o>6)&&(s=!0):null!=t.e?(o=t.e+a,(t.e<0||t.e>6)&&(s=!0)):o=a),r<1||r>Et(n,a,i)?b(e)._overflowWeeks=!0:null!=s?b(e)._overflowWeekday=!0:(l=kt(n,r,o,a,i),e._a[qe]=l.year,e._dayOfYear=l.dayOfYear)}function Yn(e){if(e._f!==o.ISO_8601)if(e._f!==o.RFC_2822){e._a=[],b(e).empty=!0;var t,n,r,a,i,l,s=""+e._i,c=s.length,u=0;for(r=V(e._f,e._locale).match(R)||[],t=0;t0&&b(e).unusedInput.push(i),s=s.slice(s.indexOf(n)+n.length),u+=n.length),W[a]?(n?b(e).empty=!1:b(e).unusedTokens.push(a),Fe(a,n,e)):e._strict&&!n&&b(e).unusedTokens.push(a);b(e).charsLeftOver=c-u,s.length>0&&b(e).unusedInput.push(s),e._a[Xe]<=12&&!0===b(e).bigHour&&e._a[Xe]>0&&(b(e).bigHour=void 0),b(e).parsedDateParts=e._a.slice(0),b(e).meridiem=e._meridiem,e._a[Xe]=Fn(e._locale,e._a[Xe],e._meridiem),null!==(l=b(e).era)&&(e._a[qe]=e._locale.erasConvertYear(l,e._a[qe])),Hn(e),_n(e)}else Dn(e);else An(e)}function Fn(e,t,n){var r;return null==n?t:null!=e.meridiemHour?e.meridiemHour(t,n):null!=e.isPM?((r=e.isPM(n))&&t<12&&(t+=12),r||12!==t||(t=0),t):t}function jn(e){var t,n,r,o,a,i,l=!1;if(0===e._f.length)return b(e).invalidFormat=!0,void(e._d=new Date(NaN));for(o=0;othis?this:e:y()}));function Zn(e,t){var n,r;if(1===t.length&&i(t[0])&&(t=t[0]),!t.length)return Gn();for(n=t[0],r=1;rthis.clone().month(0).utcOffset()||this.utcOffset()>this.clone().month(5).utcOffset()}function kr(){if(!u(this._isDSTShifted))return this._isDSTShifted;var e,t={};return k(t,this),(t=Un(t))._a?(e=t._isUTC?h(t._a):Gn(t._a),this._isDSTShifted=this.isValid()&&cr(t._a,e.toArray())>0):this._isDSTShifted=!1,this._isDSTShifted}function wr(){return!!this.isValid()&&!this._isUTC}function Er(){return!!this.isValid()&&this._isUTC}function xr(){return!!this.isValid()&&this._isUTC&&0===this._offset}o.updateOffset=function(){};var Cr=/^(-|\+)?(?:(\d*)[. ])?(\d+):(\d+)(?::(\d+)(\.\d*)?)?$/,Lr=/^(-|\+)?P(?:([-+]?[0-9,.]*)Y)?(?:([-+]?[0-9,.]*)M)?(?:([-+]?[0-9,.]*)W)?(?:([-+]?[0-9,.]*)D)?(?:T(?:([-+]?[0-9,.]*)H)?(?:([-+]?[0-9,.]*)M)?(?:([-+]?[0-9,.]*)S)?)?$/;function Sr(e,t){var n,r,o,a=e,i=null;return lr(e)?a={ms:e._milliseconds,d:e._days,M:e._months}:d(e)||!isNaN(+e)?(a={},t?a[t]=+e:a.milliseconds=+e):(i=Cr.exec(e))?(n="-"===i[1]?-1:1,a={y:0,d:de(i[Ue])*n,h:de(i[Xe])*n,m:de(i[$e])*n,s:de(i[Ge])*n,ms:de(sr(1e3*i[Ke]))*n}):(i=Lr.exec(e))?(n="-"===i[1]?-1:1,a={y:Ar(i[2],n),M:Ar(i[3],n),w:Ar(i[4],n),d:Ar(i[5],n),h:Ar(i[6],n),m:Ar(i[7],n),s:Ar(i[8],n)}):null==a?a={}:"object"==typeof a&&("from"in a||"to"in a)&&(o=zr(Gn(a.from),Gn(a.to)),(a={}).ms=o.milliseconds,a.M=o.months),r=new ir(a),lr(e)&&s(e,"_locale")&&(r._locale=e._locale),lr(e)&&s(e,"_isValid")&&(r._isValid=e._isValid),r}function Ar(e,t){var n=e&&parseFloat(e.replace(",","."));return(isNaN(n)?0:n)*t}function Tr(e,t){var n={};return n.months=t.month()-e.month()+12*(t.year()-e.year()),e.clone().add(n.months,"M").isAfter(t)&&--n.months,n.milliseconds=+t-+e.clone().add(n.months,"M"),n}function zr(e,t){var n;return e.isValid()&&t.isValid()?(t=pr(t,e),e.isBefore(t)?n=Tr(e,t):((n=Tr(t,e)).milliseconds=-n.milliseconds,n.months=-n.months),n):{milliseconds:0,months:0}}function Nr(e,t){return function(n,r){var o;return null===r||isNaN(+r)||(A(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."),o=n,n=r,r=o),Or(this,Sr(n,r),e),this}}function Or(e,t,n,r){var a=t._milliseconds,i=sr(t._days),l=sr(t._months);e.isValid()&&(r=null==r||r,l&&ut(e,pe(e,"Month")+l*n),i&&fe(e,"Date",pe(e,"Date")+i*n),a&&e._d.setTime(e._d.valueOf()+a*n),r&&o.updateOffset(e,i||l))}Sr.fn=ir.prototype,Sr.invalid=ar;var Br=Nr(1,"add"),Dr=Nr(-1,"subtract");function Ir(e){return"string"==typeof e||e instanceof String}function Rr(e){return E(e)||m(e)||Ir(e)||d(e)||Hr(e)||Pr(e)||null==e}function Pr(e){var t,n,r=l(e)&&!c(e),o=!1,a=["years","year","y","months","month","M","days","day","d","dates","date","D","hours","hour","h","minutes","minute","m","seconds","second","s","milliseconds","millisecond","ms"];for(t=0;tn.valueOf():n.valueOf()9999?q(n,t?"YYYYYY-MM-DD[T]HH:mm:ss.SSS[Z]":"YYYYYY-MM-DD[T]HH:mm:ss.SSSZ"):T(Date.prototype.toISOString)?t?this.toDate().toISOString():new Date(this.valueOf()+60*this.utcOffset()*1e3).toISOString().replace("Z",q(n,"Z")):q(n,t?"YYYY-MM-DD[T]HH:mm:ss.SSS[Z]":"YYYY-MM-DD[T]HH:mm:ss.SSSZ")}function eo(){if(!this.isValid())return"moment.invalid(/* "+this._i+" */)";var e,t,n,r,o="moment",a="";return this.isLocal()||(o=0===this.utcOffset()?"moment.utc":"moment.parseZone",a="Z"),e="["+o+'("]',t=0<=this.year()&&this.year()<=9999?"YYYY":"YYYYYY",n="-MM-DD[T]HH:mm:ss.SSS",r=a+'[")]',this.format(e+t+n+r)}function to(e){e||(e=this.isUtc()?o.defaultFormatUtc:o.defaultFormat);var t=q(this,e);return this.localeData().postformat(t)}function no(e,t){return this.isValid()&&(E(e)&&e.isValid()||Gn(e).isValid())?Sr({to:this,from:e}).locale(this.locale()).humanize(!t):this.localeData().invalidDate()}function ro(e){return this.from(Gn(),e)}function oo(e,t){return this.isValid()&&(E(e)&&e.isValid()||Gn(e).isValid())?Sr({from:this,to:e}).locale(this.locale()).humanize(!t):this.localeData().invalidDate()}function ao(e){return this.to(Gn(),e)}function io(e){var t;return void 0===e?this._locale._abbr:(null!=(t=vn(e))&&(this._locale=t),this)}o.defaultFormat="YYYY-MM-DDTHH:mm:ssZ",o.defaultFormatUtc="YYYY-MM-DDTHH:mm:ss[Z]";var lo=C("moment().lang() is deprecated. Instead, use moment().localeData() to get the language configuration. Use moment().locale() to change languages.",(function(e){return void 0===e?this.localeData():this.locale(e)}));function so(){return this._locale}var co=1e3,uo=60*co,mo=60*uo,po=3506328*mo;function fo(e,t){return(e%t+t)%t}function ho(e,t,n){return e<100&&e>=0?new Date(e+400,t,n)-po:new Date(e,t,n).valueOf()}function go(e,t,n){return e<100&&e>=0?Date.UTC(e+400,t,n)-po:Date.UTC(e,t,n)}function bo(e){var t,n;if(void 0===(e=oe(e))||"millisecond"===e||!this.isValid())return this;switch(n=this._isUTC?go:ho,e){case"year":t=n(this.year(),0,1);break;case"quarter":t=n(this.year(),this.month()-this.month()%3,1);break;case"month":t=n(this.year(),this.month(),1);break;case"week":t=n(this.year(),this.month(),this.date()-this.weekday());break;case"isoWeek":t=n(this.year(),this.month(),this.date()-(this.isoWeekday()-1));break;case"day":case"date":t=n(this.year(),this.month(),this.date());break;case"hour":t=this._d.valueOf(),t-=fo(t+(this._isUTC?0:this.utcOffset()*uo),mo);break;case"minute":t=this._d.valueOf(),t-=fo(t,uo);break;case"second":t=this._d.valueOf(),t-=fo(t,co)}return this._d.setTime(t),o.updateOffset(this,!0),this}function vo(e){var t,n;if(void 0===(e=oe(e))||"millisecond"===e||!this.isValid())return this;switch(n=this._isUTC?go:ho,e){case"year":t=n(this.year()+1,0,1)-1;break;case"quarter":t=n(this.year(),this.month()-this.month()%3+3,1)-1;break;case"month":t=n(this.year(),this.month()+1,1)-1;break;case"week":t=n(this.year(),this.month(),this.date()-this.weekday()+7)-1;break;case"isoWeek":t=n(this.year(),this.month(),this.date()-(this.isoWeekday()-1)+7)-1;break;case"day":case"date":t=n(this.year(),this.month(),this.date()+1)-1;break;case"hour":t=this._d.valueOf(),t+=mo-fo(t+(this._isUTC?0:this.utcOffset()*uo),mo)-1;break;case"minute":t=this._d.valueOf(),t+=uo-fo(t,uo)-1;break;case"second":t=this._d.valueOf(),t+=co-fo(t,co)-1}return this._d.setTime(t),o.updateOffset(this,!0),this}function yo(){return this._d.valueOf()-6e4*(this._offset||0)}function _o(){return Math.floor(this.valueOf()/1e3)}function Mo(){return new Date(this.valueOf())}function ko(){var e=this;return[e.year(),e.month(),e.date(),e.hour(),e.minute(),e.second(),e.millisecond()]}function wo(){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 Eo(){return this.isValid()?this.toISOString():null}function xo(){return v(this)}function Co(){return f({},b(this))}function Lo(){return b(this).overflow}function So(){return{input:this._i,format:this._f,locale:this._locale,isUTC:this._isUTC,strict:this._strict}}function Ao(e,t){var n,r,a,i=this._eras||vn("en")._eras;for(n=0,r=i.length;n=0)return s[r]}function zo(e,t){var n=e.since<=e.until?1:-1;return void 0===t?o(e.since).year():o(e.since).year()+(t-e.offset)*n}function No(){var e,t,n,r=this.localeData().eras();for(e=0,t=r.length;e(a=Et(e,r,o))&&(t=a),Zo.call(this,e,t,n,r,o))}function Zo(e,t,n,r,o){var a=kt(e,t,n,r,o),i=_t(a.year,0,a.dayOfYear);return this.year(i.getUTCFullYear()),this.month(i.getUTCMonth()),this.date(i.getUTCDate()),this}function Qo(e){return null==e?Math.ceil((this.month()+1)/3):this.month(3*(e-1)+this.month()%3)}Y("N",0,0,"eraAbbr"),Y("NN",0,0,"eraAbbr"),Y("NNN",0,0,"eraAbbr"),Y("NNNN",0,0,"eraName"),Y("NNNNN",0,0,"eraNarrow"),Y("y",["y",1],"yo","eraYear"),Y("y",["yy",2],0,"eraYear"),Y("y",["yyy",3],0,"eraYear"),Y("y",["yyyy",4],0,"eraYear"),De("N",Ho),De("NN",Ho),De("NNN",Ho),De("NNNN",Wo),De("NNNNN",Yo),We(["N","NN","NNN","NNNN","NNNNN"],(function(e,t,n,r){var o=n._locale.erasParse(e,r,n._strict);o?b(n).era=o:b(n).invalidEra=e})),De("y",Ae),De("yy",Ae),De("yyy",Ae),De("yyyy",Ae),De("yo",Fo),We(["y","yy","yyy","yyyy"],qe),We(["yo"],(function(e,t,n,r){var o;n._locale._eraYearOrdinalRegex&&(o=e.match(n._locale._eraYearOrdinalRegex)),n._locale.eraYearOrdinalParse?t[qe]=n._locale.eraYearOrdinalParse(e,o):t[qe]=parseInt(e,10)})),Y(0,["gg",2],0,(function(){return this.weekYear()%100})),Y(0,["GG",2],0,(function(){return this.isoWeekYear()%100})),qo("gggg","weekYear"),qo("ggggg","weekYear"),qo("GGGG","isoWeekYear"),qo("GGGGG","isoWeekYear"),re("weekYear","gg"),re("isoWeekYear","GG"),le("weekYear",1),le("isoWeekYear",1),De("G",Te),De("g",Te),De("GG",we,ye),De("gg",we,ye),De("GGGG",Le,Me),De("gggg",Le,Me),De("GGGGG",Se,ke),De("ggggg",Se,ke),Ye(["gggg","ggggg","GGGG","GGGGG"],(function(e,t,n,r){t[r.substr(0,2)]=de(e)})),Ye(["gg","GG"],(function(e,t,n,r){t[r]=o.parseTwoDigitYear(e)})),Y("Q",0,"Qo","quarter"),re("quarter","Q"),le("quarter",7),De("Q",ve),We("Q",(function(e,t){t[Ve]=3*(de(e)-1)})),Y("D",["DD",2],"Do","date"),re("date","D"),le("date",9),De("D",we),De("DD",we,ye),De("Do",(function(e,t){return e?t._dayOfMonthOrdinalParse||t._ordinalParse:t._dayOfMonthOrdinalParseLenient})),We(["D","DD"],Ue),We("Do",(function(e,t){t[Ue]=de(e.match(we)[0])}));var ea=me("Date",!0);function ta(e){var t=Math.round((this.clone().startOf("day")-this.clone().startOf("year"))/864e5)+1;return null==e?t:this.add(e-t,"d")}Y("DDD",["DDDD",3],"DDDo","dayOfYear"),re("dayOfYear","DDD"),le("dayOfYear",4),De("DDD",Ce),De("DDDD",_e),We(["DDD","DDDD"],(function(e,t,n){n._dayOfYear=de(e)})),Y("m",["mm",2],0,"minute"),re("minute","m"),le("minute",14),De("m",we),De("mm",we,ye),We(["m","mm"],$e);var na=me("Minutes",!1);Y("s",["ss",2],0,"second"),re("second","s"),le("second",15),De("s",we),De("ss",we,ye),We(["s","ss"],Ge);var ra,oa,aa=me("Seconds",!1);for(Y("S",0,0,(function(){return~~(this.millisecond()/100)})),Y(0,["SS",2],0,(function(){return~~(this.millisecond()/10)})),Y(0,["SSS",3],0,"millisecond"),Y(0,["SSSS",4],0,(function(){return 10*this.millisecond()})),Y(0,["SSSSS",5],0,(function(){return 100*this.millisecond()})),Y(0,["SSSSSS",6],0,(function(){return 1e3*this.millisecond()})),Y(0,["SSSSSSS",7],0,(function(){return 1e4*this.millisecond()})),Y(0,["SSSSSSSS",8],0,(function(){return 1e5*this.millisecond()})),Y(0,["SSSSSSSSS",9],0,(function(){return 1e6*this.millisecond()})),re("millisecond","ms"),le("millisecond",16),De("S",Ce,ve),De("SS",Ce,ye),De("SSS",Ce,_e),ra="SSSS";ra.length<=9;ra+="S")De(ra,Ae);function ia(e,t){t[Ke]=de(1e3*("0."+e))}for(ra="S";ra.length<=9;ra+="S")We(ra,ia);function la(){return this._isUTC?"UTC":""}function sa(){return this._isUTC?"Coordinated Universal Time":""}oa=me("Milliseconds",!1),Y("z",0,0,"zoneAbbr"),Y("zz",0,0,"zoneName");var ca=w.prototype;function ua(e){return Gn(1e3*e)}function da(){return Gn.apply(null,arguments).parseZone()}function ma(e){return e}ca.add=Br,ca.calendar=Fr,ca.clone=jr,ca.diff=Kr,ca.endOf=vo,ca.format=to,ca.from=no,ca.fromNow=ro,ca.to=oo,ca.toNow=ao,ca.get=he,ca.invalidAt=Lo,ca.isAfter=qr,ca.isBefore=Vr,ca.isBetween=Ur,ca.isSame=Xr,ca.isSameOrAfter=$r,ca.isSameOrBefore=Gr,ca.isValid=xo,ca.lang=lo,ca.locale=io,ca.localeData=so,ca.max=Jn,ca.min=Kn,ca.parsingFlags=Co,ca.set=ge,ca.startOf=bo,ca.subtract=Dr,ca.toArray=ko,ca.toObject=wo,ca.toDate=Mo,ca.toISOString=Qr,ca.inspect=eo,"undefined"!=typeof Symbol&&null!=Symbol.for&&(ca[Symbol.for("nodejs.util.inspect.custom")]=function(){return"Moment<"+this.format()+">"}),ca.toJSON=Eo,ca.toString=Zr,ca.unix=_o,ca.valueOf=yo,ca.creationData=So,ca.eraName=No,ca.eraNarrow=Oo,ca.eraAbbr=Bo,ca.eraYear=Do,ca.year=bt,ca.isLeapYear=vt,ca.weekYear=Vo,ca.isoWeekYear=Uo,ca.quarter=ca.quarters=Qo,ca.month=dt,ca.daysInMonth=mt,ca.week=ca.weeks=At,ca.isoWeek=ca.isoWeeks=Tt,ca.weeksInYear=Go,ca.weeksInWeekYear=Ko,ca.isoWeeksInYear=Xo,ca.isoWeeksInISOWeekYear=$o,ca.date=ea,ca.day=ca.days=Vt,ca.weekday=Ut,ca.isoWeekday=Xt,ca.dayOfYear=ta,ca.hour=ca.hours=on,ca.minute=ca.minutes=na,ca.second=ca.seconds=aa,ca.millisecond=ca.milliseconds=oa,ca.utcOffset=hr,ca.utc=br,ca.local=vr,ca.parseZone=yr,ca.hasAlignedHourOffset=_r,ca.isDST=Mr,ca.isLocal=wr,ca.isUtcOffset=Er,ca.isUtc=xr,ca.isUTC=xr,ca.zoneAbbr=la,ca.zoneName=sa,ca.dates=C("dates accessor is deprecated. Use date instead.",ea),ca.months=C("months accessor is deprecated. Use month instead",dt),ca.years=C("years accessor is deprecated. Use year instead",bt),ca.zone=C("moment().zone is deprecated, use moment().utcOffset instead. http://momentjs.com/guides/#/warnings/zone/",gr),ca.isDSTShifted=C("isDSTShifted is deprecated. See http://momentjs.com/guides/#/warnings/dst-shifted/ for more information",kr);var pa=O.prototype;function fa(e,t,n,r){var o=vn(),a=h().set(r,t);return o[n](a,e)}function ha(e,t,n){if(d(e)&&(t=e,e=void 0),e=e||"",null!=t)return fa(e,t,n,"month");var r,o=[];for(r=0;r<12;r++)o[r]=fa(e,r,n,"month");return o}function ga(e,t,n,r){"boolean"==typeof e?(d(t)&&(n=t,t=void 0),t=t||""):(n=t=e,e=!1,d(t)&&(n=t,t=void 0),t=t||"");var o,a=vn(),i=e?a._week.dow:0,l=[];if(null!=n)return fa(t,(n+i)%7,r,"day");for(o=0;o<7;o++)l[o]=fa(t,(o+i)%7,r,"day");return l}function ba(e,t){return ha(e,t,"months")}function va(e,t){return ha(e,t,"monthsShort")}function ya(e,t,n){return ga(e,t,n,"weekdays")}function _a(e,t,n){return ga(e,t,n,"weekdaysShort")}function Ma(e,t,n){return ga(e,t,n,"weekdaysMin")}pa.calendar=D,pa.longDateFormat=X,pa.invalidDate=G,pa.ordinal=Z,pa.preparse=ma,pa.postformat=ma,pa.relativeTime=ee,pa.pastFuture=te,pa.set=z,pa.eras=Ao,pa.erasParse=To,pa.erasConvertYear=zo,pa.erasAbbrRegex=Ro,pa.erasNameRegex=Io,pa.erasNarrowRegex=Po,pa.months=it,pa.monthsShort=lt,pa.monthsParse=ct,pa.monthsRegex=ft,pa.monthsShortRegex=pt,pa.week=xt,pa.firstDayOfYear=St,pa.firstDayOfWeek=Lt,pa.weekdays=Wt,pa.weekdaysMin=Ft,pa.weekdaysShort=Yt,pa.weekdaysParse=qt,pa.weekdaysRegex=$t,pa.weekdaysShortRegex=Gt,pa.weekdaysMinRegex=Kt,pa.isPM=nn,pa.meridiem=an,hn("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;return e+(1===de(e%100/10)?"th":1===t?"st":2===t?"nd":3===t?"rd":"th")}}),o.lang=C("moment.lang is deprecated. Use moment.locale instead.",hn),o.langData=C("moment.langData is deprecated. Use moment.localeData instead.",vn);var ka=Math.abs;function wa(){var e=this._data;return this._milliseconds=ka(this._milliseconds),this._days=ka(this._days),this._months=ka(this._months),e.milliseconds=ka(e.milliseconds),e.seconds=ka(e.seconds),e.minutes=ka(e.minutes),e.hours=ka(e.hours),e.months=ka(e.months),e.years=ka(e.years),this}function Ea(e,t,n,r){var o=Sr(t,n);return e._milliseconds+=r*o._milliseconds,e._days+=r*o._days,e._months+=r*o._months,e._bubble()}function xa(e,t){return Ea(this,e,t,1)}function Ca(e,t){return Ea(this,e,t,-1)}function La(e){return e<0?Math.floor(e):Math.ceil(e)}function Sa(){var e,t,n,r,o,a=this._milliseconds,i=this._days,l=this._months,s=this._data;return a>=0&&i>=0&&l>=0||a<=0&&i<=0&&l<=0||(a+=864e5*La(Ta(l)+i),i=0,l=0),s.milliseconds=a%1e3,e=ue(a/1e3),s.seconds=e%60,t=ue(e/60),s.minutes=t%60,n=ue(t/60),s.hours=n%24,i+=ue(n/24),l+=o=ue(Aa(i)),i-=La(Ta(o)),r=ue(l/12),l%=12,s.days=i,s.months=l,s.years=r,this}function Aa(e){return 4800*e/146097}function Ta(e){return 146097*e/4800}function za(e){if(!this.isValid())return NaN;var t,n,r=this._milliseconds;if("month"===(e=oe(e))||"quarter"===e||"year"===e)switch(t=this._days+r/864e5,n=this._months+Aa(t),e){case"month":return n;case"quarter":return n/3;case"year":return n/12}else switch(t=this._days+Math.round(Ta(this._months)),e){case"week":return t/7+r/6048e5;case"day":return t+r/864e5;case"hour":return 24*t+r/36e5;case"minute":return 1440*t+r/6e4;case"second":return 86400*t+r/1e3;case"millisecond":return Math.floor(864e5*t)+r;default:throw new Error("Unknown unit "+e)}}function Na(){return this.isValid()?this._milliseconds+864e5*this._days+this._months%12*2592e6+31536e6*de(this._months/12):NaN}function Oa(e){return function(){return this.as(e)}}var Ba=Oa("ms"),Da=Oa("s"),Ia=Oa("m"),Ra=Oa("h"),Pa=Oa("d"),Ha=Oa("w"),Wa=Oa("M"),Ya=Oa("Q"),Fa=Oa("y");function ja(){return Sr(this)}function qa(e){return e=oe(e),this.isValid()?this[e+"s"]():NaN}function Va(e){return function(){return this.isValid()?this._data[e]:NaN}}var Ua=Va("milliseconds"),Xa=Va("seconds"),$a=Va("minutes"),Ga=Va("hours"),Ka=Va("days"),Ja=Va("months"),Za=Va("years");function Qa(){return ue(this.days()/7)}var ei=Math.round,ti={ss:44,s:45,m:45,h:22,d:26,w:null,M:11};function ni(e,t,n,r,o){return o.relativeTime(t||1,!!n,e,r)}function ri(e,t,n,r){var o=Sr(e).abs(),a=ei(o.as("s")),i=ei(o.as("m")),l=ei(o.as("h")),s=ei(o.as("d")),c=ei(o.as("M")),u=ei(o.as("w")),d=ei(o.as("y")),m=a<=n.ss&&["s",a]||a0,m[4]=r,ni.apply(null,m)}function oi(e){return void 0===e?ei:"function"==typeof e&&(ei=e,!0)}function ai(e,t){return void 0!==ti[e]&&(void 0===t?ti[e]:(ti[e]=t,"s"===e&&(ti.ss=t-1),!0))}function ii(e,t){if(!this.isValid())return this.localeData().invalidDate();var n,r,o=!1,a=ti;return"object"==typeof e&&(t=e,e=!1),"boolean"==typeof e&&(o=e),"object"==typeof t&&(a=Object.assign({},ti,t),null!=t.s&&null==t.ss&&(a.ss=t.s-1)),r=ri(this,!o,a,n=this.localeData()),o&&(r=n.pastFuture(+this,r)),n.postformat(r)}var li=Math.abs;function si(e){return(e>0)-(e<0)||+e}function ci(){if(!this.isValid())return this.localeData().invalidDate();var e,t,n,r,o,a,i,l,s=li(this._milliseconds)/1e3,c=li(this._days),u=li(this._months),d=this.asSeconds();return d?(e=ue(s/60),t=ue(e/60),s%=60,e%=60,n=ue(u/12),u%=12,r=s?s.toFixed(3).replace(/\.?0+$/,""):"",o=d<0?"-":"",a=si(this._months)!==si(d)?"-":"",i=si(this._days)!==si(d)?"-":"",l=si(this._milliseconds)!==si(d)?"-":"",o+"P"+(n?a+n+"Y":"")+(u?a+u+"M":"")+(c?i+c+"D":"")+(t||e||s?"T":"")+(t?l+t+"H":"")+(e?l+e+"M":"")+(s?l+r+"S":"")):"P0D"}var ui=ir.prototype;return ui.isValid=or,ui.abs=wa,ui.add=xa,ui.subtract=Ca,ui.as=za,ui.asMilliseconds=Ba,ui.asSeconds=Da,ui.asMinutes=Ia,ui.asHours=Ra,ui.asDays=Pa,ui.asWeeks=Ha,ui.asMonths=Wa,ui.asQuarters=Ya,ui.asYears=Fa,ui.valueOf=Na,ui._bubble=Sa,ui.clone=ja,ui.get=qa,ui.milliseconds=Ua,ui.seconds=Xa,ui.minutes=$a,ui.hours=Ga,ui.days=Ka,ui.weeks=Qa,ui.months=Ja,ui.years=Za,ui.humanize=ii,ui.toISOString=ci,ui.toString=ci,ui.toJSON=ci,ui.locale=io,ui.localeData=so,ui.toIsoString=C("toIsoString() is deprecated. Please use toISOString() instead (notice the capitals)",ci),ui.lang=lo,Y("X",0,0,"unix"),Y("x",0,0,"valueOf"),De("x",Te),De("X",Oe),We("X",(function(e,t,n){n._d=new Date(1e3*parseFloat(e))})),We("x",(function(e,t,n){n._d=new Date(de(e))})),o.version="2.29.1",a(Gn),o.fn=ca,o.min=Qn,o.max=er,o.now=tr,o.utc=h,o.unix=ua,o.months=ba,o.isDate=m,o.locale=hn,o.invalid=y,o.duration=Sr,o.isMoment=E,o.weekdays=ya,o.parseZone=da,o.localeData=vn,o.isDuration=lr,o.monthsShort=va,o.weekdaysMin=Ma,o.defineLocale=gn,o.updateLocale=bn,o.locales=yn,o.weekdaysShort=_a,o.normalizeUnits=oe,o.relativeTimeRounding=oi,o.relativeTimeThreshold=ai,o.calendarFormat=Yr,o.prototype=ca,o.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"},o}()},2441:(e,t,n)=>{var r;!function(o,a,i){if(o){for(var l,s={8:"backspace",9:"tab",13:"enter",16:"shift",17:"ctrl",18:"alt",20:"capslock",27:"esc",32:"space",33:"pageup",34:"pagedown",35:"end",36:"home",37:"left",38:"up",39:"right",40:"down",45:"ins",46:"del",91:"meta",93:"meta",224:"meta"},c={106:"*",107:"+",109:"-",110:".",111:"/",186:";",187:"=",188:",",189:"-",190:".",191:"/",192:"`",219:"[",220:"\\",221:"]",222:"'"},u={"~":"`","!":"1","@":"2","#":"3",$:"4","%":"5","^":"6","&":"7","*":"8","(":"9",")":"0",_:"-","+":"=",":":";",'"':"'","<":",",">":".","?":"/","|":"\\"},d={option:"alt",command:"meta",return:"enter",escape:"esc",plus:"+",mod:/Mac|iPod|iPhone|iPad/.test(navigator.platform)?"meta":"ctrl"},m=1;m<20;++m)s[111+m]="f"+m;for(m=0;m<=9;++m)s[m+96]=m.toString();y.prototype.bind=function(e,t,n){var r=this;return e=e instanceof Array?e:[e],r._bindMultiple.call(r,e,t,n),r},y.prototype.unbind=function(e,t){return this.bind.call(this,e,(function(){}),t)},y.prototype.trigger=function(e,t){var n=this;return n._directMap[e+":"+t]&&n._directMap[e+":"+t]({},e),n},y.prototype.reset=function(){var e=this;return e._callbacks={},e._directMap={},e},y.prototype.stopCallback=function(e,t){if((" "+t.className+" ").indexOf(" mousetrap ")>-1)return!1;if(v(t,this.target))return!1;if("composedPath"in e&&"function"==typeof e.composedPath){var n=e.composedPath()[0];n!==e.target&&(t=n)}return"INPUT"==t.tagName||"SELECT"==t.tagName||"TEXTAREA"==t.tagName||t.isContentEditable},y.prototype.handleKey=function(){var e=this;return e._handleKey.apply(e,arguments)},y.addKeycodes=function(e){for(var t in e)e.hasOwnProperty(t)&&(s[t]=e[t]);l=null},y.init=function(){var e=y(a);for(var t in e)"_"!==t.charAt(0)&&(y[t]=function(t){return function(){return e[t].apply(e,arguments)}}(t))},y.init(),o.Mousetrap=y,e.exports&&(e.exports=y),void 0===(r=function(){return y}.call(t,n,t,e))||(e.exports=r)}function p(e,t,n){e.addEventListener?e.addEventListener(t,n,!1):e.attachEvent("on"+t,n)}function f(e){if("keypress"==e.type){var t=String.fromCharCode(e.which);return e.shiftKey||(t=t.toLowerCase()),t}return s[e.which]?s[e.which]:c[e.which]?c[e.which]:String.fromCharCode(e.which).toLowerCase()}function h(e){return"shift"==e||"ctrl"==e||"alt"==e||"meta"==e}function g(e,t,n){return n||(n=function(){if(!l)for(var e in l={},s)e>95&&e<112||s.hasOwnProperty(e)&&(l[s[e]]=e);return l}()[e]?"keydown":"keypress"),"keypress"==n&&t.length&&(n="keydown"),n}function b(e,t){var n,r,o,a=[];for(n=function(e){return"+"===e?["+"]:(e=e.replace(/\+{2}/g,"+plus")).split("+")}(e),o=0;o1?m(e,l,n,r):(i=b(e,r),t._callbacks[i.key]=t._callbacks[i.key]||[],c(i.key,i.modifiers,{type:i.action},o,e,a),t._callbacks[i.key][o?"unshift":"push"]({callback:n,modifiers:i.modifiers,action:i.action,seq:o,level:a,combo:e}))}t._handleKey=function(e,t,n){var r,o=c(e,t,n),a={},d=0,m=!1;for(r=0;r{!function(e){if(e){var t={},n=e.prototype.stopCallback;e.prototype.stopCallback=function(e,r,o,a){return!!this.paused||!t[o]&&!t[a]&&n.call(this,e,r,o)},e.prototype.bindGlobal=function(e,n,r){if(this.bind(e,n,r),e instanceof Array)for(var o=0;o{e.exports=n(643)},3264:e=>{"use strict";var t=!("undefined"==typeof window||!window.document||!window.document.createElement),n={canUseDOM:t,canUseWorkers:"undefined"!=typeof Worker,canUseEventListeners:t&&!(!window.addEventListener&&!window.attachEvent),canUseViewport:t&&!!window.screen,isInWorker:!t};e.exports=n},4518:e=>{var t,n,r,o,a,i,l,s,c,u,d,m,p,f,h,g=!1;function b(){if(!g){g=!0;var e=navigator.userAgent,b=/(?:MSIE.(\d+\.\d+))|(?:(?:Firefox|GranParadiso|Iceweasel).(\d+\.\d+))|(?:Opera(?:.+Version.|.)(\d+\.\d+))|(?:AppleWebKit.(\d+(?:\.\d+)?))|(?:Trident\/\d+\.\d+.*rv:(\d+\.\d+))/.exec(e),v=/(Mac OS X)|(Windows)|(Linux)/.exec(e);if(m=/\b(iPhone|iP[ao]d)/.exec(e),p=/\b(iP[ao]d)/.exec(e),u=/Android/i.exec(e),f=/FBAN\/\w+;/i.exec(e),h=/Mobile/i.exec(e),d=!!/Win64/.exec(e),b){(t=b[1]?parseFloat(b[1]):b[5]?parseFloat(b[5]):NaN)&&document&&document.documentMode&&(t=document.documentMode);var y=/(?:Trident\/(\d+.\d+))/.exec(e);i=y?parseFloat(y[1])+4:t,n=b[2]?parseFloat(b[2]):NaN,r=b[3]?parseFloat(b[3]):NaN,(o=b[4]?parseFloat(b[4]):NaN)?(b=/(?:Chrome\/(\d+\.\d+))/.exec(e),a=b&&b[1]?parseFloat(b[1]):NaN):a=NaN}else t=n=r=a=o=NaN;if(v){if(v[1]){var _=/(?:Mac OS X (\d+(?:[._]\d+)?))/.exec(e);l=!_||parseFloat(_[1].replace("_","."))}else l=!1;s=!!v[2],c=!!v[3]}else l=s=c=!1}}var v={ie:function(){return b()||t},ieCompatibilityMode:function(){return b()||i>t},ie64:function(){return v.ie()&&d},firefox:function(){return b()||n},opera:function(){return b()||r},webkit:function(){return b()||o},safari:function(){return v.webkit()},chrome:function(){return b()||a},windows:function(){return b()||s},osx:function(){return b()||l},linux:function(){return b()||c},iphone:function(){return b()||m},mobile:function(){return b()||m||p||u||h},nativeApp:function(){return b()||f},android:function(){return b()||u},ipad:function(){return b()||p}};e.exports=v},6534:(e,t,n)=>{"use strict";var r,o=n(3264);o.canUseDOM&&(r=document.implementation&&document.implementation.hasFeature&&!0!==document.implementation.hasFeature("","")),e.exports=function(e,t){if(!o.canUseDOM||t&&!("addEventListener"in document))return!1;var n="on"+e,a=n in document;if(!a){var i=document.createElement("div");i.setAttribute(n,"return;"),a="function"==typeof i[n]}return!a&&r&&"wheel"===e&&(a=document.implementation.hasFeature("Events.wheel","3.0")),a}},643:(e,t,n)=>{"use strict";var r=n(4518),o=n(6534);function a(e){var t=0,n=0,r=0,o=0;return"detail"in e&&(n=e.detail),"wheelDelta"in e&&(n=-e.wheelDelta/120),"wheelDeltaY"in e&&(n=-e.wheelDeltaY/120),"wheelDeltaX"in e&&(t=-e.wheelDeltaX/120),"axis"in e&&e.axis===e.HORIZONTAL_AXIS&&(t=n,n=0),r=10*t,o=10*n,"deltaY"in e&&(o=e.deltaY),"deltaX"in e&&(r=e.deltaX),(r||o)&&e.deltaMode&&(1==e.deltaMode?(r*=40,o*=40):(r*=800,o*=800)),r&&!t&&(t=r<1?-1:1),o&&!n&&(n=o<1?-1:1),{spinX:t,spinY:n,pixelX:r,pixelY:o}}a.getEventType=function(){return r.firefox()?"DOMMouseScroll":o("wheel")?"wheel":"mousewheel"},e.exports=a},2703:(e,t,n)=>{"use strict";var r=n(414);function o(){}function a(){}a.resetWarningCache=o,e.exports=function(){function e(e,t,n,o,a,i){if(i!==r){var l=new Error("Calling PropTypes validators directly is not supported by the `prop-types` package. Use PropTypes.checkPropTypes() to call them. Read more at http://fb.me/use-check-prop-types");throw l.name="Invariant Violation",l}}function t(){return e}e.isRequired=e;var n={array:e,bool:e,func:e,number:e,object:e,string:e,symbol:e,any:e,arrayOf:t,element:e,elementType:e,instanceOf:t,node:e,objectOf:t,oneOf:t,oneOfType:t,shape:t,exact:t,checkPropTypes:a,resetWarningCache:o};return n.PropTypes=n,n}},5697:(e,t,n)=>{e.exports=n(2703)()},414:e=>{"use strict";e.exports="SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED"},4857:function(e,t,n){"use strict";var r,o=this&&this.__extends||(r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])},function(e,t){function n(){this.constructor=e}r(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}),a=this&&this.__assign||Object.assign||function(e){for(var t,n=1,r=arguments.length;n{"use strict";var r=n(4857);t.Z=r.TextareaAutosize},9921:(e,t)=>{"use strict";var n=60103,r=60106,o=60107,a=60108,i=60114,l=60109,s=60110,c=60112,u=60113,d=60120,m=60115,p=60116,f=60121,h=60122,g=60117,b=60129,v=60131;if("function"==typeof Symbol&&Symbol.for){var y=Symbol.for;n=y("react.element"),r=y("react.portal"),o=y("react.fragment"),a=y("react.strict_mode"),i=y("react.profiler"),l=y("react.provider"),s=y("react.context"),c=y("react.forward_ref"),u=y("react.suspense"),d=y("react.suspense_list"),m=y("react.memo"),p=y("react.lazy"),f=y("react.block"),h=y("react.server.block"),g=y("react.fundamental"),b=y("react.debug_trace_mode"),v=y("react.legacy_hidden")}function _(e){if("object"==typeof e&&null!==e){var t=e.$$typeof;switch(t){case n:switch(e=e.type){case o:case i:case a:case u:case d:return e;default:switch(e=e&&e.$$typeof){case s:case c:case p:case m:case l:return e;default:return t}}case r:return t}}}},9864:(e,t,n)=>{"use strict";n(9921)},2236:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.ActionCreators=t.ActionTypes=void 0;var n={UNDO:"@@redux-undo/UNDO",REDO:"@@redux-undo/REDO",JUMP_TO_FUTURE:"@@redux-undo/JUMP_TO_FUTURE",JUMP_TO_PAST:"@@redux-undo/JUMP_TO_PAST",JUMP:"@@redux-undo/JUMP",CLEAR_HISTORY:"@@redux-undo/CLEAR_HISTORY"};t.ActionTypes=n;var r={undo:function(){return{type:n.UNDO}},redo:function(){return{type:n.REDO}},jumpToFuture:function(e){return{type:n.JUMP_TO_FUTURE,index:e}},jumpToPast:function(e){return{type:n.JUMP_TO_PAST,index:e}},jump:function(e){return{type:n.JUMP,index:e}},clearHistory:function(){return{type:n.CLEAR_HISTORY}}};t.ActionCreators=r},8823:(e,t)=>{"use strict";function n(e){return function(e){if(Array.isArray(e)){for(var t=0,n=new Array(e.length);t{"use strict";function n(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:[];return Array.isArray(e)?e:"string"==typeof e?[e]:t}Object.defineProperty(t,"__esModule",{value:!0}),t.parseActions=n,t.isHistory=function(e){return void 0!==e.present&&void 0!==e.future&&void 0!==e.past&&Array.isArray(e.future)&&Array.isArray(e.past)},t.includeAction=function(e){var t=n(e);return function(e){return t.indexOf(e.type)>=0}},t.excludeAction=function(e){var t=n(e);return function(e){return t.indexOf(e.type)<0}},t.combineFilters=function(){for(var e=arguments.length,t=new Array(e),n=0;n=0?e.type:null}},t.newHistory=function(e,t,n){var r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:null;return{past:e,present:t,future:n,group:r,_latestUnfiltered:t,index:e.length,limit:e.length+n.length+1}}},1090:(e,t,n)=>{"use strict";Object.defineProperty(t,"zF",{enumerable:!0,get:function(){return o.ActionCreators}}),Object.defineProperty(t,"ZP",{enumerable:!0,get:function(){return i.default}});var r,o=n(2236),a=n(1619),i=(r=n(2479))&&r.__esModule?r:{default:r}},2479:(e,t,n)=>{"use strict";function r(e){return r="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},r(e)}Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};o.set(t.debug);var n,r=c({limit:void 0,filter:function(){return!0},groupBy:function(){return null},undoType:a.ActionTypes.UNDO,redoType:a.ActionTypes.REDO,jumpToPastType:a.ActionTypes.JUMP_TO_PAST,jumpToFutureType:a.ActionTypes.JUMP_TO_FUTURE,jumpType:a.ActionTypes.JUMP,neverSkipReducer:!1,ignoreInitialState:!1,syncFilter:!1},t,{initTypes:(0,i.parseActions)(t.initTypes,["@@redux-undo/INIT"]),clearHistoryType:(0,i.parseActions)(t.clearHistoryType,[a.ActionTypes.CLEAR_HISTORY])}),l=r.neverSkipReducer?function(t,n){for(var r=arguments.length,o=new Array(r>2?r-2:0),a=2;a0&&void 0!==arguments[0]?arguments[0]:n,a=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};o.start(a,t);for(var s,c=t,u=arguments.length,d=new Array(u>2?u-2:0),v=2;v=e.future.length)return e;var n=e.past,r=e.future,o=e._latestUnfiltered,a=[].concat(d(n),[o],d(r.slice(0,t))),l=r[t],s=r.slice(t+1);return(0,i.newHistory)(a,l,s)}function h(e,t){if(t<0||t>=e.past.length)return e;var n=e.past,r=e.future,o=e._latestUnfiltered,a=n.slice(0,t),l=[].concat(d(n.slice(t+1)),[o],d(r)),s=n[t];return(0,i.newHistory)(a,s,l)}function g(e,t){return t>0?f(e,t-1):t<0?h(e,e.past.length+t):e}function b(e,t){return t.indexOf(e)>-1?e:!e}},6826:e=>{var t={À:"A",Á:"A",Â:"A",Ã:"A",Ä:"A",Å:"A",Ấ:"A",Ắ:"A",Ẳ:"A",Ẵ:"A",Ặ:"A",Æ:"AE",Ầ:"A",Ằ:"A",Ȃ:"A",Ç:"C",Ḉ:"C",È:"E",É:"E",Ê:"E",Ë:"E",Ế:"E",Ḗ:"E",Ề:"E",Ḕ:"E",Ḝ:"E",Ȇ:"E",Ì:"I",Í:"I",Î:"I",Ï:"I",Ḯ:"I",Ȋ:"I",Ð:"D",Ñ:"N",Ò:"O",Ó:"O",Ô:"O",Õ:"O",Ö:"O",Ø:"O",Ố:"O",Ṍ:"O",Ṓ:"O",Ȏ:"O",Ù:"U",Ú:"U",Û:"U",Ü:"U",Ý:"Y",à:"a",á:"a",â:"a",ã:"a",ä:"a",å:"a",ấ:"a",ắ:"a",ẳ:"a",ẵ:"a",ặ:"a",æ:"ae",ầ:"a",ằ:"a",ȃ:"a",ç:"c",ḉ:"c",è:"e",é:"e",ê:"e",ë:"e",ế:"e",ḗ:"e",ề:"e",ḕ:"e",ḝ:"e",ȇ:"e",ì:"i",í:"i",î:"i",ï:"i",ḯ:"i",ȋ:"i",ð:"d",ñ:"n",ò:"o",ó:"o",ô:"o",õ:"o",ö:"o",ø:"o",ố:"o",ṍ:"o",ṓ:"o",ȏ:"o",ù:"u",ú:"u",û:"u",ü:"u",ý:"y",ÿ:"y",Ā:"A",ā:"a",Ă:"A",ă:"a",Ą:"A",ą:"a",Ć:"C",ć:"c",Ĉ:"C",ĉ:"c",Ċ:"C",ċ:"c",Č:"C",č:"c",C̆:"C",c̆:"c",Ď:"D",ď:"d",Đ:"D",đ:"d",Ē:"E",ē:"e",Ĕ:"E",ĕ:"e",Ė:"E",ė:"e",Ę:"E",ę:"e",Ě:"E",ě:"e",Ĝ:"G",Ǵ:"G",ĝ:"g",ǵ:"g",Ğ:"G",ğ:"g",Ġ:"G",ġ:"g",Ģ:"G",ģ:"g",Ĥ:"H",ĥ:"h",Ħ:"H",ħ:"h",Ḫ:"H",ḫ:"h",Ĩ:"I",ĩ:"i",Ī:"I",ī:"i",Ĭ:"I",ĭ:"i",Į:"I",į:"i",İ:"I",ı:"i",IJ:"IJ",ij:"ij",Ĵ:"J",ĵ:"j",Ķ:"K",ķ:"k",Ḱ:"K",ḱ:"k",K̆:"K",k̆:"k",Ĺ:"L",ĺ:"l",Ļ:"L",ļ:"l",Ľ:"L",ľ:"l",Ŀ:"L",ŀ:"l",Ł:"l",ł:"l",Ḿ:"M",ḿ:"m",M̆:"M",m̆:"m",Ń:"N",ń:"n",Ņ:"N",ņ:"n",Ň:"N",ň:"n",ʼn:"n",N̆:"N",n̆:"n",Ō:"O",ō:"o",Ŏ:"O",ŏ:"o",Ő:"O",ő:"o",Œ:"OE",œ:"oe",P̆:"P",p̆:"p",Ŕ:"R",ŕ:"r",Ŗ:"R",ŗ:"r",Ř:"R",ř:"r",R̆:"R",r̆:"r",Ȓ:"R",ȓ:"r",Ś:"S",ś:"s",Ŝ:"S",ŝ:"s",Ş:"S",Ș:"S",ș:"s",ş:"s",Š:"S",š:"s",Ţ:"T",ţ:"t",ț:"t",Ț:"T",Ť:"T",ť:"t",Ŧ:"T",ŧ:"t",T̆:"T",t̆:"t",Ũ:"U",ũ:"u",Ū:"U",ū:"u",Ŭ:"U",ŭ:"u",Ů:"U",ů:"u",Ű:"U",ű:"u",Ų:"U",ų:"u",Ȗ:"U",ȗ:"u",V̆:"V",v̆:"v",Ŵ:"W",ŵ:"w",Ẃ:"W",ẃ:"w",X̆:"X",x̆:"x",Ŷ:"Y",ŷ:"y",Ÿ:"Y",Y̆:"Y",y̆:"y",Ź:"Z",ź:"z",Ż:"Z",ż:"z",Ž:"Z",ž:"z",ſ:"s",ƒ:"f",Ơ:"O",ơ:"o",Ư:"U",ư:"u",Ǎ:"A",ǎ:"a",Ǐ:"I",ǐ:"i",Ǒ:"O",ǒ:"o",Ǔ:"U",ǔ:"u",Ǖ:"U",ǖ:"u",Ǘ:"U",ǘ:"u",Ǚ:"U",ǚ:"u",Ǜ:"U",ǜ:"u",Ứ:"U",ứ:"u",Ṹ:"U",ṹ:"u",Ǻ:"A",ǻ:"a",Ǽ:"AE",ǽ:"ae",Ǿ:"O",ǿ:"o",Þ:"TH",þ:"th",Ṕ:"P",ṕ:"p",Ṥ:"S",ṥ:"s",X́:"X",x́:"x",Ѓ:"Г",ѓ:"г",Ќ:"К",ќ:"к",A̋:"A",a̋:"a",E̋:"E",e̋:"e",I̋:"I",i̋:"i",Ǹ:"N",ǹ:"n",Ồ:"O",ồ:"o",Ṑ:"O",ṑ:"o",Ừ:"U",ừ:"u",Ẁ:"W",ẁ:"w",Ỳ:"Y",ỳ:"y",Ȁ:"A",ȁ:"a",Ȅ:"E",ȅ:"e",Ȉ:"I",ȉ:"i",Ȍ:"O",ȍ:"o",Ȑ:"R",ȑ:"r",Ȕ:"U",ȕ:"u",B̌:"B",b̌:"b",Č̣:"C",č̣:"c",Ê̌:"E",ê̌:"e",F̌:"F",f̌:"f",Ǧ:"G",ǧ:"g",Ȟ:"H",ȟ:"h",J̌:"J",ǰ:"j",Ǩ:"K",ǩ:"k",M̌:"M",m̌:"m",P̌:"P",p̌:"p",Q̌:"Q",q̌:"q",Ř̩:"R",ř̩:"r",Ṧ:"S",ṧ:"s",V̌:"V",v̌:"v",W̌:"W",w̌:"w",X̌:"X",x̌:"x",Y̌:"Y",y̌:"y",A̧:"A",a̧:"a",B̧:"B",b̧:"b",Ḑ:"D",ḑ:"d",Ȩ:"E",ȩ:"e",Ɛ̧:"E",ɛ̧:"e",Ḩ:"H",ḩ:"h",I̧:"I",i̧:"i",Ɨ̧:"I",ɨ̧:"i",M̧:"M",m̧:"m",O̧:"O",o̧:"o",Q̧:"Q",q̧:"q",U̧:"U",u̧:"u",X̧:"X",x̧:"x",Z̧:"Z",z̧:"z"},n=Object.keys(t).join("|"),r=new RegExp(n,"g"),o=new RegExp(n,""),a=function(e){return e.replace(r,(function(e){return t[e]}))};e.exports=a,e.exports.has=function(e){return!!e.match(o)},e.exports.remove=a},6308:(e,t,n)=>{var r,o,a;o=[],void 0===(a="function"==typeof(r=function(){"use strict";var e,t,r,o,a="undefined"!=typeof window?window:null!=typeof n.g?n.g:this||{},i=a.cancelRequestAnimationFrame&&a.requestAnimationFrame||setTimeout,l=a.cancelRequestAnimationFrame||clearTimeout,s=[],c=0,u=!1,d=7,m=35,p=125,f=0,h=0,g=0,b={get didTimeout(){return!1},timeRemaining:function(){var e=d-(Date.now()-h);return e<0?0:e}},v=y((function(){d=22,p=66,m=0}));function y(e){var t,n,r=99,o=function(){var a=Date.now()-n;a9?r=setTimeout(w,t):(t=0,w()))}function x(){var n,o,a,i=d>9?9:1;if(h=Date.now(),u=!1,r=null,c>2||h-t-50i;o++)n=s.shift(),g++,n&&n(b);s.length?E():c=0}function C(e){return f++,s.push(e),E(),f}function L(e){var t=e-1-g;s[t]&&(s[t]=null)}if(a.requestIdleCallback&&a.cancelIdleCallback)try{a.requestIdleCallback((function(){}),{timeout:0})}catch(e){!function(e){var t,n;if(a.requestIdleCallback=function(t,n){return n&&"number"==typeof n.timeout?e(t,n.timeout):e(t)},a.IdleCallbackDeadline&&(t=IdleCallbackDeadline.prototype)){if(!(n=Object.getOwnPropertyDescriptor(t,"timeRemaining"))||!n.configurable||!n.get)return;Object.defineProperty(t,"timeRemaining",{value:function(){return n.get.call(this)},enumerable:!0,configurable:!0})}}(a.requestIdleCallback)}else a.requestIdleCallback=C,a.cancelIdleCallback=L,a.document&&document.addEventListener&&(a.addEventListener("scroll",M,!0),a.addEventListener("resize",M),document.addEventListener("focus",M,!0),document.addEventListener("mouseover",M,!0),["click","keypress","touchstart","mousedown"].forEach((function(e){document.addEventListener(e,M,{capture:!0,passive:!0})})),a.MutationObserver&&new MutationObserver(M).observe(document.documentElement,{childList:!0,subtree:!0,attributes:!0}));return{request:C,cancel:L}})?r.apply(t,o):r)||(e.exports=a)},3859:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.race=t.join=t.fork=t.promise=void 0;var r=i(n(7333)),o=n(3467),a=i(n(701));function i(e){return e&&e.__esModule?e:{default:e}}var l=t.promise=function(e,t,n,o,a){return!!r.default.promise(e)&&(e.then(t,a),!0)},s=new Map,c=t.fork=function(e,t,n){if(!r.default.fork(e))return!1;var i=Symbol("fork"),l=(0,a.default)();s.set(i,l),n(e.iterator.apply(null,e.args),(function(e){return l.dispatch(e)}),(function(e){return l.dispatch((0,o.error)(e))}));var c=l.subscribe((function(){c(),s.delete(i)}));return t(i),!0},u=t.join=function(e,t,n,o,a){if(!r.default.join(e))return!1;var i,l=s.get(e.task);return l?i=l.subscribe((function(e){i(),t(e)})):a("join error : task not found"),!0},d=t.race=function(e,t,n,o,a){if(!r.default.race(e))return!1;var i=!1,l=function(e,n,r){i||(i=!0,e[n]=r,t(e))},s=function(e){i||a(e)};return r.default.array(e.competitors)?function(){var t=e.competitors.map((function(){return!1}));e.competitors.forEach((function(e,r){n(e,(function(e){return l(t,r,e)}),s)}))}():function(){var t=Object.keys(e.competitors).reduce((function(e,t){return e[t]=!1,e}),{});Object.keys(e.competitors).forEach((function(r){n(e.competitors[r],(function(e){return l(t,r,e)}),s)}))}(),!0};t.default=[l,c,u,d,function(e,t){if(!r.default.subscribe(e))return!1;if(!r.default.channel(e.channel))throw new Error('the first argument of "subscribe" must be a valid channel');var n=e.channel.subscribe((function(e){n&&n(),t(e)}));return!0}]},8016:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.iterator=t.array=t.object=t.error=t.any=void 0;var r,o=n(7333),a=(r=o)&&r.__esModule?r:{default:r};var i=t.any=function(e,t,n,r){return r(e),!0},l=t.error=function(e,t,n,r,o){return!!a.default.error(e)&&(o(e.error),!0)},s=t.object=function(e,t,n,r,o){if(!a.default.all(e)||!a.default.obj(e.value))return!1;var i={},l=Object.keys(e.value),s=0,c=!1;return l.map((function(t){n(e.value[t],(function(e){return function(e,t){c||(i[e]=t,++s===l.length&&r(i))}(t,e)}),(function(e){return function(e,t){c||(c=!0,o(t))}(0,e)}))})),!0},c=t.array=function(e,t,n,r,o){if(!a.default.all(e)||!a.default.array(e.value))return!1;var i=[],l=0,s=!1;return e.value.map((function(t,a){n(t,(function(t){return function(t,n){s||(i[t]=n,++l===e.value.length&&r(i))}(a,t)}),(function(e){return function(e,t){s||(s=!0,o(t))}(0,e)}))})),!0},u=t.iterator=function(e,t,n,r,o){return!!a.default.iterator(e)&&(n(e,t,o),!0)};t.default=[l,u,c,s,i]},1850:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.cps=t.call=void 0;var r,o=n(7333),a=(r=o)&&r.__esModule?r:{default:r};var i=t.call=function(e,t,n,r,o){if(!a.default.call(e))return!1;try{t(e.func.apply(e.context,e.args))}catch(e){o(e)}return!0},l=t.cps=function(e,t,n,r,o){var i;return!!a.default.cps(e)&&((i=e.func).call.apply(i,[null].concat(function(e){if(Array.isArray(e)){for(var t=0,n=Array(e.length);t{"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=a(n(8016)),o=a(n(7333));function a(e){return e&&e.__esModule?e:{default:e}}function i(e){if(Array.isArray(e)){for(var t=0,n=Array(e.length);t{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.wrapControls=t.asyncControls=t.create=void 0;var r=n(3467);Object.keys(r).forEach((function(e){"default"!==e&&Object.defineProperty(t,e,{enumerable:!0,get:function(){return r[e]}})}));var o=l(n(8909)),a=l(n(3859)),i=l(n(1850));function l(e){return e&&e.__esModule?e:{default:e}}t.create=o.default,t.asyncControls=a.default,t.wrapControls=i.default},701:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});t.default=function(){var e=[];return{subscribe:function(t){return e.push(t),function(){e=e.filter((function(e){return e!==t}))}},dispatch:function(t){e.slice().forEach((function(e){return e(t)}))}}}},3467:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.createChannel=t.subscribe=t.cps=t.apply=t.call=t.invoke=t.delay=t.race=t.join=t.fork=t.error=t.all=void 0;var r,o=n(1309),a=(r=o)&&r.__esModule?r:{default:r};t.all=function(e){return{type:a.default.all,value:e}},t.error=function(e){return{type:a.default.error,error:e}},t.fork=function(e){for(var t=arguments.length,n=Array(t>1?t-1:0),r=1;r1?t-1:0),r=1;r2?n-2:0),o=2;o1?t-1:0),r=1;r{"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r,o="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol?"symbol":typeof e},a=n(1309),i=(r=a)&&r.__esModule?r:{default:r};var l={obj:function(e){return"object"===(void 0===e?"undefined":o(e))&&!!e},all:function(e){return l.obj(e)&&e.type===i.default.all},error:function(e){return l.obj(e)&&e.type===i.default.error},array:Array.isArray,func:function(e){return"function"==typeof e},promise:function(e){return e&&l.func(e.then)},iterator:function(e){return e&&l.func(e.next)&&l.func(e.throw)},fork:function(e){return l.obj(e)&&e.type===i.default.fork},join:function(e){return l.obj(e)&&e.type===i.default.join},race:function(e){return l.obj(e)&&e.type===i.default.race},call:function(e){return l.obj(e)&&e.type===i.default.call},cps:function(e){return l.obj(e)&&e.type===i.default.cps},subscribe:function(e){return l.obj(e)&&e.type===i.default.subscribe},channel:function(e){return l.obj(e)&&l.func(e.subscribe)}};t.default=l},1309:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});var n={all:Symbol("all"),error:Symbol("error"),fork:Symbol("fork"),join:Symbol("join"),race:Symbol("race"),call:Symbol("call"),cps:Symbol("cps"),subscribe:Symbol("subscribe")};t.default=n},3787:function(e,t,n){var r;(function(){function o(e){"use strict";var t={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,description:"Tries to smartly fix indentation in es6 strings",type:"boolean"},disableForced4SpacesIndentedSublists:{defaultValue:!1,description:"Disables the requirement of indenting nested sublists by 4 spaces",type:"boolean"},simpleLineBreaks:{defaultValue:!1,description:"Parses simple line breaks as
(GFM Style)",type:"boolean"},requireSpaceBeforeHeadingText:{defaultValue:!1,description:"Makes adding a space between `#` and the header text mandatory (GFM Style)",type:"boolean"},ghMentions:{defaultValue:!1,description:"Enables github @mentions",type:"boolean"},ghMentionsLink:{defaultValue:"https://github.com/{u}",description:"Changes the link generated by @mentions. Only applies if ghMentions option is enabled.",type:"string"},encodeEmails:{defaultValue:!0,description:"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,description:"Open all links in new windows",type:"boolean"},backslashEscapesHTMLTags:{defaultValue:!1,description:"Support for HTML Tag escaping. ex:
foo
",type:"boolean"},emoji:{defaultValue:!1,description:"Enable emoji support. Ex: `this is a :smile: emoji`",type:"boolean"},underline:{defaultValue:!1,description:"Enable support for underline. Syntax is double or triple underscores: `__underline word__`. With this option enabled, underscores no longer parses into `` and ``",type:"boolean"},completeHTMLDocument:{defaultValue:!1,description:"Outputs a complete html document, including ``, `` and `` tags",type:"boolean"},metadata:{defaultValue:!1,description:"Enable support for document metadata (defined at the top of the document between `«««` and `»»»` or between `---` and `---`).",type:"boolean"},splitAdjacentBlockquotes:{defaultValue:!1,description:"Split adjacent blockquote blocks",type:"boolean"}};if(!1===e)return JSON.parse(JSON.stringify(t));var n={};for(var r in t)t.hasOwnProperty(r)&&(n[r]=t[r].defaultValue);return n}var a={},i={},l={},s=o(!0),c="vanilla",u={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:o(!0),allOn:function(){"use strict";var e=o(!0),t={};for(var n in e)e.hasOwnProperty(n)&&(t[n]=!0);return t}()};function d(e,t){"use strict";var n=t?"Error in "+t+" extension->":"Error in unnamed extension",r={valid:!0,error:""};a.helper.isArray(e)||(e=[e]);for(var o=0;o").replace(/&/g,"&")};var p=function(e,t,n,r){"use strict";var o,a,i,l,s,c=r||"",u=c.indexOf("g")>-1,d=new RegExp(t+"|"+n,"g"+c.replace(/g/g,"")),m=new RegExp(t,c.replace(/g/g,"")),p=[];do{for(o=0;i=d.exec(e);)if(m.test(i[0]))o++||(l=(a=d.lastIndex)-i[0].length);else if(o&&!--o){s=i.index+i[0].length;var f={left:{start:l,end:a},match:{start:a,end:i.index},right:{start:i.index,end:s},wholeMatch:{start:l,end:s}};if(p.push(f),!u)return p}}while(o&&(d.lastIndex=a));return p};a.helper.matchRecursiveRegExp=function(e,t,n,r){"use strict";for(var o=p(e,t,n,r),a=[],i=0;i0){var u=[];0!==l[0].wholeMatch.start&&u.push(e.slice(0,l[0].wholeMatch.start));for(var d=0;d=0?r+(n||0):r},a.helper.splitAtIndex=function(e,t){"use strict";if(!a.helper.isString(e))throw"InvalidArgumentError: first parameter of showdown.helper.regexIndexOf function must be a string";return[e.substring(0,t),e.substring(t)]},a.helper.encodeEmailAddress=function(e){"use strict";var t=[function(e){return"&#"+e.charCodeAt(0)+";"},function(e){return"&#x"+e.charCodeAt(0).toString(16)+";"},function(e){return e}];return e=e.replace(/./g,(function(e){if("@"===e)e=t[Math.floor(2*Math.random())](e);else{var n=Math.random();e=n>.9?t[2](e):n>.45?t[1](e):t[0](e)}return e}))},a.helper.padEnd=function(e,t,n){"use strict";return t>>=0,n=String(n||" "),e.length>t?String(e):((t-=e.length)>n.length&&(n+=n.repeat(t/n.length)),String(e)+n.slice(0,t))},"undefined"==typeof console&&(console={warn:function(e){"use strict";alert(e)},log:function(e){"use strict";alert(e)},error:function(e){"use strict";throw e}}),a.helper.regexes={asteriskDashAndColon:/([*_:~])/g},a.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"},a.Converter=function(e){"use strict";var t={},n=[],r=[],o={},i=c,m={parsed:{},raw:"",format:""};function p(e,t){if(t=t||null,a.helper.isString(e)){if(t=e=a.helper.stdExtName(e),a.extensions[e])return console.warn("DEPRECATION WARNING: "+e+" is an old extension that uses a deprecated loading method.Please inform the developer that the extension should be updated!"),void function(e,t){"function"==typeof e&&(e=e(new a.Converter));a.helper.isArray(e)||(e=[e]);var o=d(e,t);if(!o.valid)throw Error(o.error);for(var i=0;i[ \t]+¨NBSP;<"),!t){if(!window||!window.document)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");t=window.document}var n=t.createElement("div");n.innerHTML=e;var r={preList:function(e){for(var t=e.querySelectorAll("pre"),n=[],r=0;r'}else n.push(t[r].innerHTML),t[r].innerHTML="",t[r].setAttribute("prenum",r.toString());return n}(n)};!function e(t){for(var n=0;n? ?(['"].*['"])?\)$/m)>-1)i="";else if(!i){if(o||(o=r.toLowerCase().replace(/ ?\n/g," ")),i="#"+o,a.helper.isUndefined(n.gUrls[o]))return e;i=n.gUrls[o],a.helper.isUndefined(n.gTitles[o])||(c=n.gTitles[o])}var u='"};return e=(e=(e=(e=(e=n.converter._dispatch("anchors.before",e,t,n)).replace(/\[((?:\[[^\]]*]|[^\[\]])*)] ?(?:\n *)?\[(.*?)]()()()()/g,r)).replace(/\[((?:\[[^\]]*]|[^\[\]])*)]()[ \t]*\([ \t]?<([^>]*)>(?:[ \t]*((["'])([^"]*?)\5))?[ \t]?\)/g,r)).replace(/\[((?:\[[^\]]*]|[^\[\]])*)]()[ \t]*\([ \t]??(?:[ \t]*((["'])([^"]*?)\5))?[ \t]?\)/g,r)).replace(/\[([^\[\]]+)]()()()()()/g,r),t.ghMentions&&(e=e.replace(/(^|\s)(\\)?(@([a-z\d]+(?:[a-z\d.-]+?[a-z\d]+)*))/gim,(function(e,n,r,o,i){if("\\"===r)return n+o;if(!a.helper.isString(t.ghMentionsLink))throw new Error("ghMentionsLink option must be a string");var l=t.ghMentionsLink.replace(/\{u}/g,i),s="";return t.openLinksInNewWindow&&(s=' rel="noopener noreferrer" target="¨E95Eblank"'),n+'"+o+""}))),e=n.converter._dispatch("anchors.after",e,t,n)}));var f=/([*~_]+|\b)(((https?|ftp|dict):\/\/|www\.)[^'">\s]+?\.[^'">\s]+?)()(\1)?(?=\s|$)(?!["<>])/gi,h=/([*~_]+|\b)(((https?|ftp|dict):\/\/|www\.)[^'">\s]+\.[^'">\s]+?)([.!?,()\[\]])?(\1)?(?=\s|$)(?!["<>])/gi,g=/()<(((https?|ftp|dict):\/\/|www\.)[^'">\s]+)()>()/gi,b=/(^|\s)(?:mailto:)?([A-Za-z0-9!#$%&'*+-/=?^_`{|}~.]+@[-a-z0-9]+(\.[-a-z0-9]+)*\.[a-z]+)(?=$|\s)/gim,v=/<()(?:mailto:)?([-.\w]+@[-a-z0-9]+(\.[-a-z0-9]+)*\.[a-z]+)>/gi,y=function(e){"use strict";return function(t,n,r,o,i,l,s){var c=r=r.replace(a.helper.regexes.asteriskDashAndColon,a.helper.escapeCharactersCallback),u="",d="",m=n||"",p=s||"";return/^www\./i.test(r)&&(r=r.replace(/^www\./i,"http://www.")),e.excludeTrailingPunctuationFromURLs&&l&&(u=l),e.openLinksInNewWindow&&(d=' rel="noopener noreferrer" target="¨E95Eblank"'),m+'"+c+""+u+p}},_=function(e,t){"use strict";return function(n,r,o){var i="mailto:";return r=r||"",o=a.subParser("unescapeSpecialChars")(o,e,t),e.encodeEmails?(i=a.helper.encodeEmailAddress(i+o),o=a.helper.encodeEmailAddress(o)):i+=o,r+''+o+""}};a.subParser("autoLinks",(function(e,t,n){"use strict";return e=(e=(e=n.converter._dispatch("autoLinks.before",e,t,n)).replace(g,y(t))).replace(v,_(t,n)),e=n.converter._dispatch("autoLinks.after",e,t,n)})),a.subParser("simplifiedAutoLinks",(function(e,t,n){"use strict";return t.simplifiedAutoLink?(e=n.converter._dispatch("simplifiedAutoLinks.before",e,t,n),e=(e=t.excludeTrailingPunctuationFromURLs?e.replace(h,y(t)):e.replace(f,y(t))).replace(b,_(t,n)),e=n.converter._dispatch("simplifiedAutoLinks.after",e,t,n)):e})),a.subParser("blockGamut",(function(e,t,n){"use strict";return e=n.converter._dispatch("blockGamut.before",e,t,n),e=a.subParser("blockQuotes")(e,t,n),e=a.subParser("headers")(e,t,n),e=a.subParser("horizontalRule")(e,t,n),e=a.subParser("lists")(e,t,n),e=a.subParser("codeBlocks")(e,t,n),e=a.subParser("tables")(e,t,n),e=a.subParser("hashHTMLBlocks")(e,t,n),e=a.subParser("paragraphs")(e,t,n),e=n.converter._dispatch("blockGamut.after",e,t,n)})),a.subParser("blockQuotes",(function(e,t,n){"use strict";e=n.converter._dispatch("blockQuotes.before",e,t,n),e+="\n\n";var r=/(^ {0,3}>[ \t]?.+\n(.+\n)*\n*)+/gm;return t.splitAdjacentBlockquotes&&(r=/^ {0,3}>[\s\S]*?(?:\n\n)/gm),e=e.replace(r,(function(e){return e=(e=(e=e.replace(/^[ \t]*>[ \t]?/gm,"")).replace(/¨0/g,"")).replace(/^[ \t]+$/gm,""),e=a.subParser("githubCodeBlocks")(e,t,n),e=(e=(e=a.subParser("blockGamut")(e,t,n)).replace(/(^|\n)/g,"$1 ")).replace(/(\s*
[^\r]+?<\/pre>)/gm,(function(e,t){var n=t;return n=(n=n.replace(/^  /gm,"¨0")).replace(/¨0/g,"")})),a.subParser("hashBlock")("
\n"+e+"\n
",t,n)})),e=n.converter._dispatch("blockQuotes.after",e,t,n)})),a.subParser("codeBlocks",(function(e,t,n){"use strict";e=n.converter._dispatch("codeBlocks.before",e,t,n);return e=(e=(e+="¨0").replace(/(?:\n\n|^)((?:(?:[ ]{4}|\t).*\n+)+)(\n*[ ]{0,3}[^ \t\n]|(?=¨0))/g,(function(e,r,o){var i=r,l=o,s="\n";return i=a.subParser("outdent")(i,t,n),i=a.subParser("encodeCode")(i,t,n),i=(i=(i=a.subParser("detab")(i,t,n)).replace(/^\n+/g,"")).replace(/\n+$/g,""),t.omitExtraWLInCodeBlocks&&(s=""),i="
"+i+s+"
",a.subParser("hashBlock")(i,t,n)+l}))).replace(/¨0/,""),e=n.converter._dispatch("codeBlocks.after",e,t,n)})),a.subParser("codeSpans",(function(e,t,n){"use strict";return void 0===(e=n.converter._dispatch("codeSpans.before",e,t,n))&&(e=""),e=e.replace(/(^|[^\\])(`+)([^\r]*?[^`])\2(?!`)/gm,(function(e,r,o,i){var l=i;return l=(l=l.replace(/^([ \t]*)/g,"")).replace(/[ \t]*$/g,""),l=r+""+(l=a.subParser("encodeCode")(l,t,n))+"",l=a.subParser("hashHTMLSpans")(l,t,n)})),e=n.converter._dispatch("codeSpans.after",e,t,n)})),a.subParser("completeHTMLDocument",(function(e,t,n){"use strict";if(!t.completeHTMLDocument)return e;e=n.converter._dispatch("completeHTMLDocument.before",e,t,n);var r="html",o="\n",a="",i='\n',l="",s="";for(var c in void 0!==n.metadata.parsed.doctype&&(o="\n","html"!==(r=n.metadata.parsed.doctype.toString().toLowerCase())&&"html5"!==r||(i='')),n.metadata.parsed)if(n.metadata.parsed.hasOwnProperty(c))switch(c.toLowerCase()){case"doctype":break;case"title":a=""+n.metadata.parsed.title+"\n";break;case"charset":i="html"===r||"html5"===r?'\n':'\n';break;case"language":case"lang":l=' lang="'+n.metadata.parsed[c]+'"',s+='\n';break;default:s+='\n'}return e=o+"\n\n"+a+i+s+"\n\n"+e.trim()+"\n\n",e=n.converter._dispatch("completeHTMLDocument.after",e,t,n)})),a.subParser("detab",(function(e,t,n){"use strict";return e=(e=(e=(e=(e=(e=n.converter._dispatch("detab.before",e,t,n)).replace(/\t(?=\t)/g," ")).replace(/\t/g,"¨A¨B")).replace(/¨B(.+?)¨A/g,(function(e,t){for(var n=t,r=4-n.length%4,o=0;o/g,">"),e=n.converter._dispatch("encodeAmpsAndAngles.after",e,t,n)})),a.subParser("encodeBackslashEscapes",(function(e,t,n){"use strict";return e=(e=(e=n.converter._dispatch("encodeBackslashEscapes.before",e,t,n)).replace(/\\(\\)/g,a.helper.escapeCharactersCallback)).replace(/\\([`*_{}\[\]()>#+.!~=|-])/g,a.helper.escapeCharactersCallback),e=n.converter._dispatch("encodeBackslashEscapes.after",e,t,n)})),a.subParser("encodeCode",(function(e,t,n){"use strict";return e=(e=n.converter._dispatch("encodeCode.before",e,t,n)).replace(/&/g,"&").replace(//g,">").replace(/([*_{}\[\]\\=~-])/g,a.helper.escapeCharactersCallback),e=n.converter._dispatch("encodeCode.after",e,t,n)})),a.subParser("escapeSpecialCharsWithinTagAttributes",(function(e,t,n){"use strict";return e=(e=(e=n.converter._dispatch("escapeSpecialCharsWithinTagAttributes.before",e,t,n)).replace(/<\/?[a-z\d_:-]+(?:[\s]+[\s\S]+?)?>/gi,(function(e){return e.replace(/(.)<\/?code>(?=.)/g,"$1`").replace(/([\\`*_~=|])/g,a.helper.escapeCharactersCallback)}))).replace(/-]|-[^>])(?:[^-]|-[^-])*)--)>/gi,(function(e){return e.replace(/([\\`*_~=|])/g,a.helper.escapeCharactersCallback)})),e=n.converter._dispatch("escapeSpecialCharsWithinTagAttributes.after",e,t,n)})),a.subParser("githubCodeBlocks",(function(e,t,n){"use strict";return t.ghCodeBlocks?(e=n.converter._dispatch("githubCodeBlocks.before",e,t,n),e=(e=(e+="¨0").replace(/(?:^|\n)(?: {0,3})(```+|~~~+)(?: *)([^\s`~]*)\n([\s\S]*?)\n(?: {0,3})\1/g,(function(e,r,o,i){var l=t.omitExtraWLInCodeBlocks?"":"\n";return i=a.subParser("encodeCode")(i,t,n),i="
"+(i=(i=(i=a.subParser("detab")(i,t,n)).replace(/^\n+/g,"")).replace(/\n+$/g,""))+l+"
",i=a.subParser("hashBlock")(i,t,n),"\n\n¨G"+(n.ghCodeBlocks.push({text:e,codeblock:i})-1)+"G\n\n"}))).replace(/¨0/,""),n.converter._dispatch("githubCodeBlocks.after",e,t,n)):e})),a.subParser("hashBlock",(function(e,t,n){"use strict";return e=(e=n.converter._dispatch("hashBlock.before",e,t,n)).replace(/(^\n+|\n+$)/g,""),e="\n\n¨K"+(n.gHtmlBlocks.push(e)-1)+"K\n\n",e=n.converter._dispatch("hashBlock.after",e,t,n)})),a.subParser("hashCodeTags",(function(e,t,n){"use strict";e=n.converter._dispatch("hashCodeTags.before",e,t,n);return e=a.helper.replaceRecursiveRegExp(e,(function(e,r,o,i){var l=o+a.subParser("encodeCode")(r,t,n)+i;return"¨C"+(n.gHtmlSpans.push(l)-1)+"C"}),"]*>","","gim"),e=n.converter._dispatch("hashCodeTags.after",e,t,n)})),a.subParser("hashElement",(function(e,t,n){"use strict";return function(e,t){var r=t;return r=(r=(r=r.replace(/\n\n/g,"\n")).replace(/^\n/,"")).replace(/\n+$/g,""),r="\n\n¨K"+(n.gHtmlBlocks.push(r)-1)+"K\n\n"}})),a.subParser("hashHTMLBlocks",(function(e,t,n){"use strict";e=n.converter._dispatch("hashHTMLBlocks.before",e,t,n);var r=["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"],o=function(e,t,r,o){var a=e;return-1!==r.search(/\bmarkdown\b/)&&(a=r+n.converter.makeHtml(t)+o),"\n\n¨K"+(n.gHtmlBlocks.push(a)-1)+"K\n\n"};t.backslashEscapesHTMLTags&&(e=e.replace(/\\<(\/?[^>]+?)>/g,(function(e,t){return"<"+t+">"})));for(var i=0;i]*>)","im"),c="<"+r[i]+"\\b[^>]*>",u="";-1!==(l=a.helper.regexIndexOf(e,s));){var d=a.helper.splitAtIndex(e,l),m=a.helper.replaceRecursiveRegExp(d[1],o,c,u,"im");if(m===d[1])break;e=d[0].concat(m)}return e=e.replace(/(\n {0,3}(<(hr)\b([^<>])*?\/?>)[ \t]*(?=\n{2,}))/g,a.subParser("hashElement")(e,t,n)),e=(e=a.helper.replaceRecursiveRegExp(e,(function(e){return"\n\n¨K"+(n.gHtmlBlocks.push(e)-1)+"K\n\n"}),"^ {0,3}\x3c!--","--\x3e","gm")).replace(/(?:\n\n)( {0,3}(?:<([?%])[^\r]*?\2>)[ \t]*(?=\n{2,}))/g,a.subParser("hashElement")(e,t,n)),e=n.converter._dispatch("hashHTMLBlocks.after",e,t,n)})),a.subParser("hashHTMLSpans",(function(e,t,n){"use strict";function r(e){return"¨C"+(n.gHtmlSpans.push(e)-1)+"C"}return e=(e=(e=(e=(e=n.converter._dispatch("hashHTMLSpans.before",e,t,n)).replace(/<[^>]+?\/>/gi,(function(e){return r(e)}))).replace(/<([^>]+?)>[\s\S]*?<\/\1>/g,(function(e){return r(e)}))).replace(/<([^>]+?)\s[^>]+?>[\s\S]*?<\/\1>/g,(function(e){return r(e)}))).replace(/<[^>]+?>/gi,(function(e){return r(e)})),e=n.converter._dispatch("hashHTMLSpans.after",e,t,n)})),a.subParser("unhashHTMLSpans",(function(e,t,n){"use strict";e=n.converter._dispatch("unhashHTMLSpans.before",e,t,n);for(var r=0;r]*>\\s*]*>","^ {0,3}\\s*
","gim"),e=n.converter._dispatch("hashPreCodeTags.after",e,t,n)})),a.subParser("headers",(function(e,t,n){"use strict";e=n.converter._dispatch("headers.before",e,t,n);var r=isNaN(parseInt(t.headerLevelStart))?1:parseInt(t.headerLevelStart),o=t.smoothLivePreview?/^(.+)[ \t]*\n={2,}[ \t]*\n+/gm:/^(.+)[ \t]*\n=+[ \t]*\n+/gm,i=t.smoothLivePreview?/^(.+)[ \t]*\n-{2,}[ \t]*\n+/gm:/^(.+)[ \t]*\n-+[ \t]*\n+/gm;e=(e=e.replace(o,(function(e,o){var i=a.subParser("spanGamut")(o,t,n),l=t.noHeaderId?"":' id="'+s(o)+'"',c=""+i+"";return a.subParser("hashBlock")(c,t,n)}))).replace(i,(function(e,o){var i=a.subParser("spanGamut")(o,t,n),l=t.noHeaderId?"":' id="'+s(o)+'"',c=r+1,u=""+i+"";return a.subParser("hashBlock")(u,t,n)}));var l=t.requireSpaceBeforeHeadingText?/^(#{1,6})[ \t]+(.+?)[ \t]*#*\n+/gm:/^(#{1,6})[ \t]*(.+?)[ \t]*#*\n+/gm;function s(e){var r,o;if(t.customizedHeaderId){var i=e.match(/\{([^{]+?)}\s*$/);i&&i[1]&&(e=i[1])}return r=e,o=a.helper.isString(t.prefixHeaderId)?t.prefixHeaderId:!0===t.prefixHeaderId?"section-":"",t.rawPrefixHeaderId||(r=o+r),r=t.ghCompatibleHeaderId?r.replace(/ /g,"-").replace(/&/g,"").replace(/¨T/g,"").replace(/¨D/g,"").replace(/[&+$,\/:;=?@"#{}|^¨~\[\]`\\*)(%.!'<>]/g,"").toLowerCase():t.rawHeaderId?r.replace(/ /g,"-").replace(/&/g,"&").replace(/¨T/g,"¨").replace(/¨D/g,"$").replace(/["']/g,"-").toLowerCase():r.replace(/[^\w]/g,"").toLowerCase(),t.rawPrefixHeaderId&&(r=o+r),n.hashLinkCounts[r]?r=r+"-"+n.hashLinkCounts[r]++:n.hashLinkCounts[r]=1,r}return e=e.replace(l,(function(e,o,i){var l=i;t.customizedHeaderId&&(l=i.replace(/\s?\{([^{]+?)}\s*$/,""));var c=a.subParser("spanGamut")(l,t,n),u=t.noHeaderId?"":' id="'+s(i)+'"',d=r-1+o.length,m=""+c+"";return a.subParser("hashBlock")(m,t,n)})),e=n.converter._dispatch("headers.after",e,t,n)})),a.subParser("horizontalRule",(function(e,t,n){"use strict";e=n.converter._dispatch("horizontalRule.before",e,t,n);var r=a.subParser("hashBlock")("
",t,n);return e=(e=(e=e.replace(/^ {0,2}( ?-){3,}[ \t]*$/gm,r)).replace(/^ {0,2}( ?\*){3,}[ \t]*$/gm,r)).replace(/^ {0,2}( ?_){3,}[ \t]*$/gm,r),e=n.converter._dispatch("horizontalRule.after",e,t,n)})),a.subParser("images",(function(e,t,n){"use strict";function r(e,t,r,o,i,l,s,c){var u=n.gUrls,d=n.gTitles,m=n.gDimensions;if(r=r.toLowerCase(),c||(c=""),e.search(/\(? ?(['"].*['"])?\)$/m)>-1)o="";else if(""===o||null===o){if(""!==r&&null!==r||(r=t.toLowerCase().replace(/ ?\n/g," ")),o="#"+r,a.helper.isUndefined(u[r]))return e;o=u[r],a.helper.isUndefined(d[r])||(c=d[r]),a.helper.isUndefined(m[r])||(i=m[r].width,l=m[r].height)}t=t.replace(/"/g,""").replace(a.helper.regexes.asteriskDashAndColon,a.helper.escapeCharactersCallback);var p=''+t+'"}return e=(e=(e=(e=(e=(e=n.converter._dispatch("images.before",e,t,n)).replace(/!\[([^\]]*?)] ?(?:\n *)?\[([\s\S]*?)]()()()()()/g,r)).replace(/!\[([^\]]*?)][ \t]*()\([ \t]??(?: =([*\d]+[A-Za-z%]{0,4})x([*\d]+[A-Za-z%]{0,4}))?[ \t]*(?:(["'])([^"]*?)\6)?[ \t]?\)/g,(function(e,t,n,o,a,i,l,s){return r(e,t,n,o=o.replace(/\s/g,""),a,i,l,s)}))).replace(/!\[([^\]]*?)][ \t]*()\([ \t]?<([^>]*)>(?: =([*\d]+[A-Za-z%]{0,4})x([*\d]+[A-Za-z%]{0,4}))?[ \t]*(?:(?:(["'])([^"]*?)\6))?[ \t]?\)/g,r)).replace(/!\[([^\]]*?)][ \t]*()\([ \t]??(?: =([*\d]+[A-Za-z%]{0,4})x([*\d]+[A-Za-z%]{0,4}))?[ \t]*(?:(["'])([^"]*?)\6)?[ \t]?\)/g,r)).replace(/!\[([^\[\]]+)]()()()()()/g,r),e=n.converter._dispatch("images.after",e,t,n)})),a.subParser("italicsAndBold",(function(e,t,n){"use strict";function r(e,t,n){return t+e+n}return e=n.converter._dispatch("italicsAndBold.before",e,t,n),e=t.literalMidWordUnderscores?(e=(e=e.replace(/\b___(\S[\s\S]*?)___\b/g,(function(e,t){return r(t,"","")}))).replace(/\b__(\S[\s\S]*?)__\b/g,(function(e,t){return r(t,"","")}))).replace(/\b_(\S[\s\S]*?)_\b/g,(function(e,t){return r(t,"","")})):(e=(e=e.replace(/___(\S[\s\S]*?)___/g,(function(e,t){return/\S$/.test(t)?r(t,"",""):e}))).replace(/__(\S[\s\S]*?)__/g,(function(e,t){return/\S$/.test(t)?r(t,"",""):e}))).replace(/_([^\s_][\s\S]*?)_/g,(function(e,t){return/\S$/.test(t)?r(t,"",""):e})),e=t.literalMidWordAsterisks?(e=(e=e.replace(/([^*]|^)\B\*\*\*(\S[\s\S]*?)\*\*\*\B(?!\*)/g,(function(e,t,n){return r(n,t+"","")}))).replace(/([^*]|^)\B\*\*(\S[\s\S]*?)\*\*\B(?!\*)/g,(function(e,t,n){return r(n,t+"","")}))).replace(/([^*]|^)\B\*(\S[\s\S]*?)\*\B(?!\*)/g,(function(e,t,n){return r(n,t+"","")})):(e=(e=e.replace(/\*\*\*(\S[\s\S]*?)\*\*\*/g,(function(e,t){return/\S$/.test(t)?r(t,"",""):e}))).replace(/\*\*(\S[\s\S]*?)\*\*/g,(function(e,t){return/\S$/.test(t)?r(t,"",""):e}))).replace(/\*([^\s*][\s\S]*?)\*/g,(function(e,t){return/\S$/.test(t)?r(t,"",""):e})),e=n.converter._dispatch("italicsAndBold.after",e,t,n)})),a.subParser("lists",(function(e,t,n){"use strict";function r(e,r){n.gListLevel++,e=e.replace(/\n{2,}$/,"\n");var o=/(\n)?(^ {0,3})([*+-]|\d+[.])[ \t]+((\[(x|X| )?])?[ \t]*[^\r]+?(\n{1,2}))(?=\n*(¨0| {0,3}([*+-]|\d+[.])[ \t]+))/gm,i=/\n[ \t]*\n(?!¨0)/.test(e+="¨0");return t.disableForced4SpacesIndentedSublists&&(o=/(\n)?(^ {0,3})([*+-]|\d+[.])[ \t]+((\[(x|X| )?])?[ \t]*[^\r]+?(\n{1,2}))(?=\n*(¨0|\2([*+-]|\d+[.])[ \t]+))/gm),e=(e=e.replace(o,(function(e,r,o,l,s,c,u){u=u&&""!==u.trim();var d=a.subParser("outdent")(s,t,n),m="";return c&&t.tasklists&&(m=' class="task-list-item" style="list-style-type: none;"',d=d.replace(/^[ \t]*\[(x|X| )?]/m,(function(){var e='-1?(d=a.subParser("githubCodeBlocks")(d,t,n),d=a.subParser("blockGamut")(d,t,n)):(d=(d=a.subParser("lists")(d,t,n)).replace(/\n$/,""),d=(d=a.subParser("hashHTMLBlocks")(d,t,n)).replace(/\n\n+/g,"\n\n"),d=i?a.subParser("paragraphs")(d,t,n):a.subParser("spanGamut")(d,t,n)),d=""+(d=d.replace("¨A",""))+"\n"}))).replace(/¨0/g,""),n.gListLevel--,r&&(e=e.replace(/\s+$/,"")),e}function o(e,t){if("ol"===t){var n=e.match(/^ *(\d+)\./);if(n&&"1"!==n[1])return' start="'+n[1]+'"'}return""}function i(e,n,a){var i=t.disableForced4SpacesIndentedSublists?/^ ?\d+\.[ \t]/gm:/^ {0,3}\d+\.[ \t]/gm,l=t.disableForced4SpacesIndentedSublists?/^ ?[*+-][ \t]/gm:/^ {0,3}[*+-][ \t]/gm,s="ul"===n?i:l,c="";if(-1!==e.search(s))!function t(u){var d=u.search(s),m=o(e,n);-1!==d?(c+="\n\n<"+n+m+">\n"+r(u.slice(0,d),!!a)+"\n",s="ul"===(n="ul"===n?"ol":"ul")?i:l,t(u.slice(d))):c+="\n\n<"+n+m+">\n"+r(u,!!a)+"\n"}(e);else{var u=o(e,n);c="\n\n<"+n+u+">\n"+r(e,!!a)+"\n"}return c}return e=n.converter._dispatch("lists.before",e,t,n),e+="¨0",e=(e=n.gListLevel?e.replace(/^(( {0,3}([*+-]|\d+[.])[ \t]+)[^\r]+?(¨0|\n{2,}(?=\S)(?![ \t]*(?:[*+-]|\d+[.])[ \t]+)))/gm,(function(e,t,n){return i(t,n.search(/[*+-]/g)>-1?"ul":"ol",!0)})):e.replace(/(\n\n|^\n?)(( {0,3}([*+-]|\d+[.])[ \t]+)[^\r]+?(¨0|\n{2,}(?=\S)(?![ \t]*(?:[*+-]|\d+[.])[ \t]+)))/gm,(function(e,t,n,r){return i(n,r.search(/[*+-]/g)>-1?"ul":"ol",!1)}))).replace(/¨0/,""),e=n.converter._dispatch("lists.after",e,t,n)})),a.subParser("metadata",(function(e,t,n){"use strict";if(!t.metadata)return e;function r(e){n.metadata.raw=e,(e=(e=e.replace(/&/g,"&").replace(/"/g,""")).replace(/\n {4}/g," ")).replace(/^([\S ]+): +([\s\S]+?)$/gm,(function(e,t,r){return n.metadata.parsed[t]=r,""}))}return e=(e=(e=(e=n.converter._dispatch("metadata.before",e,t,n)).replace(/^\s*«««+(\S*?)\n([\s\S]+?)\n»»»+\n/,(function(e,t,n){return r(n),"¨M"}))).replace(/^\s*---+(\S*?)\n([\s\S]+?)\n---+\n/,(function(e,t,o){return t&&(n.metadata.format=t),r(o),"¨M"}))).replace(/¨M/g,""),e=n.converter._dispatch("metadata.after",e,t,n)})),a.subParser("outdent",(function(e,t,n){"use strict";return e=(e=(e=n.converter._dispatch("outdent.before",e,t,n)).replace(/^(\t|[ ]{1,4})/gm,"¨0")).replace(/¨0/g,""),e=n.converter._dispatch("outdent.after",e,t,n)})),a.subParser("paragraphs",(function(e,t,n){"use strict";for(var r=(e=(e=(e=n.converter._dispatch("paragraphs.before",e,t,n)).replace(/^\n+/g,"")).replace(/\n+$/g,"")).split(/\n{2,}/g),o=[],i=r.length,l=0;l=0?o.push(s):s.search(/\S/)>=0&&(s=(s=a.subParser("spanGamut")(s,t,n)).replace(/^([ \t]*)/g,"

"),s+="

",o.push(s))}for(i=o.length,l=0;l]*>\s*]*>/.test(u)&&(d=!0)}o[l]=u}return e=(e=(e=o.join("\n")).replace(/^\n+/g,"")).replace(/\n+$/g,""),n.converter._dispatch("paragraphs.after",e,t,n)})),a.subParser("runExtension",(function(e,t,n,r){"use strict";if(e.filter)t=e.filter(t,r.converter,n);else if(e.regex){var o=e.regex;o instanceof RegExp||(o=new RegExp(o,"g")),t=t.replace(o,e.replace)}return t})),a.subParser("spanGamut",(function(e,t,n){"use strict";return e=n.converter._dispatch("spanGamut.before",e,t,n),e=a.subParser("codeSpans")(e,t,n),e=a.subParser("escapeSpecialCharsWithinTagAttributes")(e,t,n),e=a.subParser("encodeBackslashEscapes")(e,t,n),e=a.subParser("images")(e,t,n),e=a.subParser("anchors")(e,t,n),e=a.subParser("autoLinks")(e,t,n),e=a.subParser("simplifiedAutoLinks")(e,t,n),e=a.subParser("emoji")(e,t,n),e=a.subParser("underline")(e,t,n),e=a.subParser("italicsAndBold")(e,t,n),e=a.subParser("strikethrough")(e,t,n),e=a.subParser("ellipsis")(e,t,n),e=a.subParser("hashHTMLSpans")(e,t,n),e=a.subParser("encodeAmpsAndAngles")(e,t,n),t.simpleLineBreaks?/\n\n¨K/.test(e)||(e=e.replace(/\n+/g,"
\n")):e=e.replace(/ +\n/g,"
\n"),e=n.converter._dispatch("spanGamut.after",e,t,n)})),a.subParser("strikethrough",(function(e,t,n){"use strict";return t.strikethrough&&(e=(e=n.converter._dispatch("strikethrough.before",e,t,n)).replace(/(?:~){2}([\s\S]+?)(?:~){2}/g,(function(e,r){return function(e){return t.simplifiedAutoLink&&(e=a.subParser("simplifiedAutoLinks")(e,t,n)),""+e+""}(r)})),e=n.converter._dispatch("strikethrough.after",e,t,n)),e})),a.subParser("stripLinkDefinitions",(function(e,t,n){"use strict";var r=function(e,r,o,i,l,s,c){return r=r.toLowerCase(),o.match(/^data:.+?\/.+?;base64,/)?n.gUrls[r]=o.replace(/\s/g,""):n.gUrls[r]=a.subParser("encodeAmpsAndAngles")(o,t,n),s?s+c:(c&&(n.gTitles[r]=c.replace(/"|'/g,""")),t.parseImgDimensions&&i&&l&&(n.gDimensions[r]={width:i,height:l}),"")};return e=(e=(e=(e+="¨0").replace(/^ {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,r)).replace(/^ {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,r)).replace(/¨0/,"")})),a.subParser("tables",(function(e,t,n){"use strict";if(!t.tables)return e;function r(e,r){return""+a.subParser("spanGamut")(e,t,n)+"\n"}function o(e){var o,i=e.split("\n");for(o=0;o"+(s=a.subParser("spanGamut")(s,t,n))+"\n"));for(o=0;o\n\n\n",o=0;o\n";for(var a=0;a\n"}return n+"\n\n"}(f,g)}return e=(e=(e=(e=n.converter._dispatch("tables.before",e,t,n)).replace(/\\(\|)/g,a.helper.escapeCharactersCallback)).replace(/^ {0,3}\|?.+\|.+\n {0,3}\|?[ \t]*:?[ \t]*(?:[-=]){2,}[ \t]*:?[ \t]*\|[ \t]*:?[ \t]*(?:[-=]){2,}[\s\S]+?(?:\n\n|¨0)/gm,o)).replace(/^ {0,3}\|.+\|[ \t]*\n {0,3}\|[ \t]*:?[ \t]*(?:[-=]){2,}[ \t]*:?[ \t]*\|[ \t]*\n( {0,3}\|.+\|[ \t]*\n)*(?:\n|¨0)/gm,o),e=n.converter._dispatch("tables.after",e,t,n)})),a.subParser("underline",(function(e,t,n){"use strict";return t.underline?(e=n.converter._dispatch("underline.before",e,t,n),e=(e=t.literalMidWordUnderscores?(e=e.replace(/\b___(\S[\s\S]*?)___\b/g,(function(e,t){return""+t+""}))).replace(/\b__(\S[\s\S]*?)__\b/g,(function(e,t){return""+t+""})):(e=e.replace(/___(\S[\s\S]*?)___/g,(function(e,t){return/\S$/.test(t)?""+t+"":e}))).replace(/__(\S[\s\S]*?)__/g,(function(e,t){return/\S$/.test(t)?""+t+"":e}))).replace(/(_)/g,a.helper.escapeCharactersCallback),e=n.converter._dispatch("underline.after",e,t,n)):e})),a.subParser("unescapeSpecialChars",(function(e,t,n){"use strict";return e=(e=n.converter._dispatch("unescapeSpecialChars.before",e,t,n)).replace(/¨E(\d+)E/g,(function(e,t){var n=parseInt(t);return String.fromCharCode(n)})),e=n.converter._dispatch("unescapeSpecialChars.after",e,t,n)})),a.subParser("makeMarkdown.blockquote",(function(e,t){"use strict";var n="";if(e.hasChildNodes())for(var r=e.childNodes,o=r.length,i=0;i ")})),a.subParser("makeMarkdown.codeBlock",(function(e,t){"use strict";var n=e.getAttribute("language"),r=e.getAttribute("precodenum");return"```"+n+"\n"+t.preList[r]+"\n```"})),a.subParser("makeMarkdown.codeSpan",(function(e){"use strict";return"`"+e.innerHTML+"`"})),a.subParser("makeMarkdown.emphasis",(function(e,t){"use strict";var n="";if(e.hasChildNodes()){n+="*";for(var r=e.childNodes,o=r.length,i=0;i",e.hasAttribute("width")&&e.hasAttribute("height")&&(t+=" ="+e.getAttribute("width")+"x"+e.getAttribute("height")),e.hasAttribute("title")&&(t+=' "'+e.getAttribute("title")+'"'),t+=")"),t})),a.subParser("makeMarkdown.links",(function(e,t){"use strict";var n="";if(e.hasChildNodes()&&e.hasAttribute("href")){var r=e.childNodes,o=r.length;n="[";for(var i=0;i",e.hasAttribute("title")&&(n+=' "'+e.getAttribute("title")+'"'),n+=")"}return n})),a.subParser("makeMarkdown.list",(function(e,t,n){"use strict";var r="";if(!e.hasChildNodes())return"";for(var o=e.childNodes,i=o.length,l=e.getAttribute("start")||1,s=0;s"+t.preList[n]+""})),a.subParser("makeMarkdown.strikethrough",(function(e,t){"use strict";var n="";if(e.hasChildNodes()){n+="~~";for(var r=e.childNodes,o=r.length,i=0;itr>th"),s=e.querySelectorAll("tbody>tr");for(n=0;nf&&(f=h)}for(n=0;n/g,"\\$1>")).replace(/^#/gm,"\\#")).replace(/^(\s*)([-=]{3,})(\s*)$/,"$1\\$2$3")).replace(/^( {0,3}\d+)\./gm,"$1\\.")).replace(/^( {0,3})([+-])/gm,"$1\\$2")).replace(/]([\s]*)\(/g,"\\]$1\\(")).replace(/^ {0,3}\[([\S \t]*?)]:/gm,"\\[$1]:")}));void 0===(r=function(){"use strict";return a}.call(t,n,t,e))||(e.exports=r)}).call(this)},8975:(e,t,n)=>{var r;!function(){"use strict";var o={not_string:/[^s]/,not_bool:/[^t]/,not_type:/[^T]/,not_primitive:/[^v]/,number:/[diefg]/,numeric_arg:/[bcdiefguxX]/,json:/[j]/,not_json:/[^j]/,text:/^[^\x25]+/,modulo:/^\x25{2}/,placeholder:/^\x25(?:([1-9]\d*)\$|\(([^)]+)\))?(\+)?(0|'[^$])?(-)?(\d+)?(?:\.(\d+))?([b-gijostTuvxX])/,key:/^([a-z_][a-z_\d]*)/i,key_access:/^\.([a-z_][a-z_\d]*)/i,index_access:/^\[(\d+)\]/,sign:/^[+-]/};function a(e){return l(c(e),arguments)}function i(e,t){return a.apply(null,[e].concat(t||[]))}function l(e,t){var n,r,i,l,s,c,u,d,m,p=1,f=e.length,h="";for(r=0;r=0),l.type){case"b":n=parseInt(n,10).toString(2);break;case"c":n=String.fromCharCode(parseInt(n,10));break;case"d":case"i":n=parseInt(n,10);break;case"j":n=JSON.stringify(n,null,l.width?parseInt(l.width):0);break;case"e":n=l.precision?parseFloat(n).toExponential(l.precision):parseFloat(n).toExponential();break;case"f":n=l.precision?parseFloat(n).toFixed(l.precision):parseFloat(n);break;case"g":n=l.precision?String(Number(n.toPrecision(l.precision))):parseFloat(n);break;case"o":n=(parseInt(n,10)>>>0).toString(8);break;case"s":n=String(n),n=l.precision?n.substring(0,l.precision):n;break;case"t":n=String(!!n),n=l.precision?n.substring(0,l.precision):n;break;case"T":n=Object.prototype.toString.call(n).slice(8,-1).toLowerCase(),n=l.precision?n.substring(0,l.precision):n;break;case"u":n=parseInt(n,10)>>>0;break;case"v":n=n.valueOf(),n=l.precision?n.substring(0,l.precision):n;break;case"x":n=(parseInt(n,10)>>>0).toString(16);break;case"X":n=(parseInt(n,10)>>>0).toString(16).toUpperCase()}o.json.test(l.type)?h+=n:(!o.number.test(l.type)||d&&!l.sign?m="":(m=d?"+":"-",n=n.toString().replace(o.sign,"")),c=l.pad_char?"0"===l.pad_char?"0":l.pad_char.charAt(1):" ",u=l.width-(m+n).length,s=l.width&&u>0?c.repeat(u):"",h+=l.align?m+n+s:"0"===c?m+s+n:s+m+n)}return h}var s=Object.create(null);function c(e){if(s[e])return s[e];for(var t,n=e,r=[],a=0;n;){if(null!==(t=o.text.exec(n)))r.push(t[0]);else if(null!==(t=o.modulo.exec(n)))r.push("%");else{if(null===(t=o.placeholder.exec(n)))throw new SyntaxError("[sprintf] unexpected placeholder");if(t[2]){a|=1;var i=[],l=t[2],c=[];if(null===(c=o.key.exec(l)))throw new SyntaxError("[sprintf] failed to parse named argument key");for(i.push(c[1]);""!==(l=l.substring(c[0].length));)if(null!==(c=o.key_access.exec(l)))i.push(c[1]);else{if(null===(c=o.index_access.exec(l)))throw new SyntaxError("[sprintf] failed to parse named argument key");i.push(c[1])}t[2]=i}else a|=2;if(3===a)throw new Error("[sprintf] mixing positional and named placeholders is not (yet) supported");r.push({placeholder:t[0],param_no:t[1],keys:t[2],sign:t[3],pad_char:t[4],align:t[5],width:t[6],precision:t[7],type:t[8]})}n=n.substring(t[0].length)}return s[e]=r}t.sprintf=a,t.vsprintf=i,"undefined"!=typeof window&&(window.sprintf=a,window.vsprintf=i,void 0===(r=function(){return{sprintf:a,vsprintf:i}}.call(t,n,t,e))||(e.exports=r))}()},3692:e=>{var t=e.exports=function(e){return new n(e)};function n(e){this.value=e}function r(e,t,n){var r=[],i=[],u=!0;return function e(d){var m=n?o(d):d,p={},f=!0,h={node:m,node_:d,path:[].concat(r),parent:i[i.length-1],parents:i,key:r.slice(-1)[0],isRoot:0===r.length,level:r.length,circular:null,update:function(e,t){h.isRoot||(h.parent.node[h.key]=e),h.node=e,t&&(f=!1)},delete:function(e){delete h.parent.node[h.key],e&&(f=!1)},remove:function(e){l(h.parent.node)?h.parent.node.splice(h.key,1):delete h.parent.node[h.key],e&&(f=!1)},keys:null,before:function(e){p.before=e},after:function(e){p.after=e},pre:function(e){p.pre=e},post:function(e){p.post=e},stop:function(){u=!1},block:function(){f=!1}};if(!u)return h;function g(){if("object"==typeof h.node&&null!==h.node){h.keys&&h.node_===h.node||(h.keys=a(h.node)),h.isLeaf=0==h.keys.length;for(var e=0;e{e.exports=function(e){var t,n=Object.keys(e);return t=function(){var e,t,r;for(e="return {",t=0;t{"use strict";var r=n(7363);var o="function"==typeof Object.is?Object.is:function(e,t){return e===t&&(0!==e||1/e==1/t)||e!=e&&t!=t},a=r.useState,i=r.useEffect,l=r.useLayoutEffect,s=r.useDebugValue;function c(e){var t=e.getSnapshot;e=e.value;try{var n=t();return!o(e,n)}catch(e){return!0}}var u="undefined"==typeof window||void 0===window.document||void 0===window.document.createElement?function(e,t){return t()}:function(e,t){var n=t(),r=a({inst:{value:n,getSnapshot:t}}),o=r[0].inst,u=r[1];return l((function(){o.value=n,o.getSnapshot=t,c(o)&&u({inst:o})}),[e,n,t]),i((function(){return c(o)&&u({inst:o}),e((function(){c(o)&&u({inst:o})}))}),[e]),s(n),n};t.useSyncExternalStore=void 0!==r.useSyncExternalStore?r.useSyncExternalStore:u},1688:(e,t,n)=>{"use strict";e.exports=n(3250)},7363:e=>{"use strict";e.exports=React},1128:e=>{"use strict";e.exports=JSON.parse('{"version":"2021e","zones":["Africa/Abidjan|LMT GMT|g.8 0|01|-2ldXH.Q|48e5","Africa/Nairobi|LMT +0230 EAT +0245|-2r.g -2u -30 -2J|012132|-2ua2r.g N6nV.g 3Fbu h1cu dzbJ|47e5","Africa/Algiers|PMT WET WEST CET CEST|-9.l 0 -10 -10 -20|0121212121212121343431312123431213|-2nco9.l cNb9.l HA0 19A0 1iM0 11c0 1oo0 Wo0 1rc0 QM0 1EM0 UM0 DA0 Imo0 rd0 De0 9Xz0 1fb0 1ap0 16K0 2yo0 mEp0 hwL0 jxA0 11A0 dDd0 17b0 11B0 1cN0 2Dy0 1cN0 1fB0 1cL0|26e5","Africa/Lagos|LMT GMT +0030 WAT|-d.z 0 -u -10|01023|-2B40d.z 7iod.z dnXK.p dLzH.z|17e6","Africa/Bissau|LMT -01 GMT|12.k 10 0|012|-2ldX0 2xoo0|39e4","Africa/Maputo|LMT CAT|-2a.k -20|01|-2GJea.k|26e5","Africa/Cairo|EET EEST|-20 -30|0101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-1bIO0 vb0 1ip0 11z0 1iN0 1nz0 12p0 1pz0 10N0 1pz0 16p0 1jz0 s3d0 Vz0 1oN0 11b0 1oO0 10N0 1pz0 10N0 1pb0 10N0 1pb0 10N0 1pb0 10N0 1pz0 10N0 1pb0 10N0 1pb0 11d0 1oL0 11d0 1pb0 11d0 1oL0 11d0 1oL0 11d0 1oL0 11d0 1pb0 11d0 1oL0 11d0 1oL0 11d0 1oL0 11d0 1pb0 11d0 1oL0 11d0 1oL0 11d0 1oL0 11d0 1pb0 11d0 1oL0 11d0 1WL0 rd0 1Rz0 wp0 1pb0 11d0 1oL0 11d0 1oL0 11d0 1oL0 11d0 1pb0 11d0 1qL0 Xd0 1oL0 11d0 1oL0 11d0 1pb0 11d0 1oL0 11d0 1oL0 11d0 1ny0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 11z0 1o10 11z0 1o10 WL0 1qN0 Rb0 1wp0 On0 1zd0 Lz0 1EN0 Fb0 c10 8n0 8Nd0 gL0 e10 mn0|15e6","Africa/Casablanca|LMT +00 +01|u.k 0 -10|01212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212|-2gMnt.E 130Lt.E rb0 Dd0 dVb0 b6p0 TX0 EoB0 LL0 gnd0 rz0 43d0 AL0 1Nd0 XX0 1Cp0 pz0 dEp0 4mn0 SyN0 AL0 1Nd0 wn0 1FB0 Db0 1zd0 Lz0 1Nf0 wM0 co0 go0 1o00 s00 dA0 vc0 11A0 A00 e00 y00 11A0 uM0 e00 Dc0 11A0 s00 e00 IM0 WM0 mo0 gM0 LA0 WM0 jA0 e00 28M0 e00 2600 gM0 2600 e00 2600 gM0 2600 gM0 2600 e00 2600 gM0 2600 e00 28M0 e00 2600 gM0 2600 e00 2600 gM0 2600 gM0 2600 e00 2600 gM0 2600 e00 2600 gM0 2600 gM0 2600 e00 2600 gM0|32e5","Africa/Ceuta|WET WEST CET CEST|0 -10 -10 -20|010101010101010101010232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232|-25KN0 11z0 drd0 18p0 3HX0 17d0 1fz0 1a10 1io0 1a00 1y7o0 LL0 gnd0 rz0 43d0 AL0 1Nd0 XX0 1Cp0 pz0 dEp0 4VB0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|85e3","Africa/El_Aaiun|LMT -01 +00 +01|Q.M 10 0 -10|012323232323232323232323232323232323232323232323232323232323232323232323232323232323|-1rDz7.c 1GVA7.c 6L0 AL0 1Nd0 XX0 1Cp0 pz0 1cBB0 AL0 1Nd0 wn0 1FB0 Db0 1zd0 Lz0 1Nf0 wM0 co0 go0 1o00 s00 dA0 vc0 11A0 A00 e00 y00 11A0 uM0 e00 Dc0 11A0 s00 e00 IM0 WM0 mo0 gM0 LA0 WM0 jA0 e00 28M0 e00 2600 gM0 2600 e00 2600 gM0 2600 gM0 2600 e00 2600 gM0 2600 e00 28M0 e00 2600 gM0 2600 e00 2600 gM0 2600 gM0 2600 e00 2600 gM0 2600 e00 2600 gM0 2600 gM0 2600 e00 2600 gM0|20e4","Africa/Johannesburg|SAST SAST SAST|-1u -20 -30|012121|-2GJdu 1Ajdu 1cL0 1cN0 1cL0|84e5","Africa/Juba|LMT CAT CAST EAT|-26.s -20 -30 -30|012121212121212121212121212121212131|-1yW26.s 1zK06.s 16L0 1iN0 17b0 1jd0 17b0 1ip0 17z0 1i10 17X0 1hB0 18n0 1hd0 19b0 1gp0 19z0 1iN0 17b0 1ip0 17z0 1i10 18n0 1hd0 18L0 1gN0 19b0 1gp0 19z0 1iN0 17z0 1i10 17X0 yGd0 PeX0|","Africa/Khartoum|LMT CAT CAST EAT|-2a.8 -20 -30 -30|012121212121212121212121212121212131|-1yW2a.8 1zK0a.8 16L0 1iN0 17b0 1jd0 17b0 1ip0 17z0 1i10 17X0 1hB0 18n0 1hd0 19b0 1gp0 19z0 1iN0 17b0 1ip0 17z0 1i10 18n0 1hd0 18L0 1gN0 19b0 1gp0 19z0 1iN0 17z0 1i10 17X0 yGd0 HjL0|51e5","Africa/Monrovia|MMT MMT GMT|H.8 I.u 0|012|-23Lzg.Q 28G01.m|11e5","Africa/Ndjamena|LMT WAT WAST|-10.c -10 -20|0121|-2le10.c 2J3c0.c Wn0|13e5","Africa/Sao_Tome|LMT GMT WAT|A.J 0 -10|0121|-2le00 4i6N0 2q00|","Africa/Tripoli|LMT CET CEST EET|-Q.I -10 -20 -20|012121213121212121212121213123123|-21JcQ.I 1hnBQ.I vx0 4iP0 xx0 4eN0 Bb0 7ip0 U0n0 A10 1db0 1cN0 1db0 1dd0 1db0 1eN0 1bb0 1e10 1cL0 1c10 1db0 1dd0 1db0 1cN0 1db0 1q10 fAn0 1ep0 1db0 AKq0 TA0 1o00|11e5","Africa/Tunis|PMT CET CEST|-9.l -10 -20|0121212121212121212121212121212121|-2nco9.l 18pa9.l 1qM0 DA0 3Tc0 11B0 1ze0 WM0 7z0 3d0 14L0 1cN0 1f90 1ar0 16J0 1gXB0 WM0 1rA0 11c0 nwo0 Ko0 1cM0 1cM0 1rA0 10M0 zuM0 10N0 1aN0 1qM0 WM0 1qM0 11A0 1o00|20e5","Africa/Windhoek|+0130 SAST SAST CAT WAT|-1u -20 -30 -20 -10|01213434343434343434343434343434343434343434343434343|-2GJdu 1Ajdu 1cL0 1SqL0 9Io0 16P0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0|32e4","America/Adak|NST NWT NPT BST BDT AHST HST HDT|b0 a0 a0 b0 a0 a0 a0 90|012034343434343434343434343434343456767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676|-17SX0 8wW0 iB0 Qlb0 52O0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 cm0 10q0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|326","America/Anchorage|AST AWT APT AHST AHDT YST AKST AKDT|a0 90 90 a0 90 90 90 80|012034343434343434343434343434343456767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676|-17T00 8wX0 iA0 Qlb0 52O0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 cm0 10q0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|30e4","America/Puerto_Rico|AST AWT APT|40 30 30|0120|-17lU0 7XT0 iu0|24e5","America/Araguaina|LMT -03 -02|3c.M 30 20|0121212121212121212121212121212121212121212121212121|-2glwL.c HdKL.c 1cc0 1e10 1bX0 Ezd0 So0 1vA0 Mn0 1BB0 ML0 1BB0 zX0 qe10 xb0 2ep0 nz0 1C10 zX0 1C10 LX0 1C10 Mn0 H210 Rb0 1tB0 IL0 1Fd0 FX0 1EN0 FX0 1HB0 Lz0 dMN0 Lz0 1zd0 Rb0 1wN0 Wn0 1tB0 Rb0 1tB0 WL0 1tB0 Rb0 1zd0 On0 1HB0 FX0 ny10 Lz0|14e4","America/Argentina/Buenos_Aires|CMT -04 -03 -02|4g.M 40 30 20|01212121212121212121212121212121212121212123232323232323232|-20UHH.c pKnH.c Mn0 1iN0 Tb0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 MN0 2jz0 MN0 4lX0 u10 5Lb0 1pB0 Fnz0 u10 uL0 1vd0 SL0 1vd0 SL0 1vd0 17z0 1cN0 1fz0 1cN0 1cL0 1cN0 asn0 Db0 zvd0 Bz0 1tB0 TX0 1wp0 Rb0 1wp0 Rb0 1wp0 TX0 A4p0 uL0 1qN0 WL0|","America/Argentina/Catamarca|CMT -04 -03 -02|4g.M 40 30 20|01212121212121212121212121212121212121212123232323132321232|-20UHH.c pKnH.c Mn0 1iN0 Tb0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 MN0 2jz0 MN0 4lX0 u10 5Lb0 1pB0 Fnz0 u10 uL0 1vd0 SL0 1vd0 SL0 1vd0 17z0 1cN0 1fz0 1cN0 1cL0 1cN0 asn0 Db0 zvd0 Bz0 1tB0 TX0 1wp0 Rb0 1wq0 Ra0 1wp0 TX0 rlB0 7B0 8zb0 uL0|","America/Argentina/Cordoba|CMT -04 -03 -02|4g.M 40 30 20|01212121212121212121212121212121212121212123232323132323232|-20UHH.c pKnH.c Mn0 1iN0 Tb0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 MN0 2jz0 MN0 4lX0 u10 5Lb0 1pB0 Fnz0 u10 uL0 1vd0 SL0 1vd0 SL0 1vd0 17z0 1cN0 1fz0 1cN0 1cL0 1cN0 asn0 Db0 zvd0 Bz0 1tB0 TX0 1wp0 Rb0 1wq0 Ra0 1wp0 TX0 A4p0 uL0 1qN0 WL0|","America/Argentina/Jujuy|CMT -04 -03 -02|4g.M 40 30 20|012121212121212121212121212121212121212121232323121323232|-20UHH.c pKnH.c Mn0 1iN0 Tb0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 MN0 2jz0 MN0 4lX0 u10 5Lb0 1pB0 Fnz0 u10 uL0 1vd0 SL0 1vd0 SL0 1vd0 17z0 1cN0 1fz0 1cN0 1cL0 1cN0 asn0 Db0 zvd0 Bz0 1tB0 TX0 1ze0 TX0 1ld0 WK0 1wp0 TX0 A4p0 uL0|","America/Argentina/La_Rioja|CMT -04 -03 -02|4g.M 40 30 20|012121212121212121212121212121212121212121232323231232321232|-20UHH.c pKnH.c Mn0 1iN0 Tb0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 MN0 2jz0 MN0 4lX0 u10 5Lb0 1pB0 Fnz0 u10 uL0 1vd0 SL0 1vd0 SL0 1vd0 17z0 1cN0 1fz0 1cN0 1cL0 1cN0 asn0 Db0 zvd0 Bz0 1tB0 TX0 1wp0 Qn0 qO0 16n0 Rb0 1wp0 TX0 rlB0 7B0 8zb0 uL0|","America/Argentina/Mendoza|CMT -04 -03 -02|4g.M 40 30 20|01212121212121212121212121212121212121212123232312121321232|-20UHH.c pKnH.c Mn0 1iN0 Tb0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 MN0 2jz0 MN0 4lX0 u10 5Lb0 1pB0 Fnz0 u10 uL0 1vd0 SL0 1vd0 SL0 1vd0 17z0 1cN0 1fz0 1cN0 1cL0 1cN0 asn0 Db0 zvd0 Bz0 1tB0 TX0 1u20 SL0 1vd0 Tb0 1wp0 TW0 ri10 Op0 7TX0 uL0|","America/Argentina/Rio_Gallegos|CMT -04 -03 -02|4g.M 40 30 20|01212121212121212121212121212121212121212123232323232321232|-20UHH.c pKnH.c Mn0 1iN0 Tb0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 MN0 2jz0 MN0 4lX0 u10 5Lb0 1pB0 Fnz0 u10 uL0 1vd0 SL0 1vd0 SL0 1vd0 17z0 1cN0 1fz0 1cN0 1cL0 1cN0 asn0 Db0 zvd0 Bz0 1tB0 TX0 1wp0 Rb0 1wp0 Rb0 1wp0 TX0 rlB0 7B0 8zb0 uL0|","America/Argentina/Salta|CMT -04 -03 -02|4g.M 40 30 20|012121212121212121212121212121212121212121232323231323232|-20UHH.c pKnH.c Mn0 1iN0 Tb0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 MN0 2jz0 MN0 4lX0 u10 5Lb0 1pB0 Fnz0 u10 uL0 1vd0 SL0 1vd0 SL0 1vd0 17z0 1cN0 1fz0 1cN0 1cL0 1cN0 asn0 Db0 zvd0 Bz0 1tB0 TX0 1wp0 Rb0 1wq0 Ra0 1wp0 TX0 A4p0 uL0|","America/Argentina/San_Juan|CMT -04 -03 -02|4g.M 40 30 20|012121212121212121212121212121212121212121232323231232321232|-20UHH.c pKnH.c Mn0 1iN0 Tb0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 MN0 2jz0 MN0 4lX0 u10 5Lb0 1pB0 Fnz0 u10 uL0 1vd0 SL0 1vd0 SL0 1vd0 17z0 1cN0 1fz0 1cN0 1cL0 1cN0 asn0 Db0 zvd0 Bz0 1tB0 TX0 1wp0 Qn0 qO0 16n0 Rb0 1wp0 TX0 rld0 m10 8lb0 uL0|","America/Argentina/San_Luis|CMT -04 -03 -02|4g.M 40 30 20|012121212121212121212121212121212121212121232323121212321212|-20UHH.c pKnH.c Mn0 1iN0 Tb0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 MN0 2jz0 MN0 4lX0 u10 5Lb0 1pB0 Fnz0 u10 uL0 1vd0 SL0 1vd0 SL0 1vd0 17z0 1cN0 1fz0 1cN0 1cL0 1cN0 asn0 Db0 zvd0 Bz0 1tB0 XX0 1q20 SL0 AN0 vDb0 m10 8lb0 8L0 jd0 1qN0 WL0 1qN0|","America/Argentina/Tucuman|CMT -04 -03 -02|4g.M 40 30 20|0121212121212121212121212121212121212121212323232313232123232|-20UHH.c pKnH.c Mn0 1iN0 Tb0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 MN0 2jz0 MN0 4lX0 u10 5Lb0 1pB0 Fnz0 u10 uL0 1vd0 SL0 1vd0 SL0 1vd0 17z0 1cN0 1fz0 1cN0 1cL0 1cN0 asn0 Db0 zvd0 Bz0 1tB0 TX0 1wp0 Rb0 1wq0 Ra0 1wp0 TX0 rlB0 4N0 8BX0 uL0 1qN0 WL0|","America/Argentina/Ushuaia|CMT -04 -03 -02|4g.M 40 30 20|01212121212121212121212121212121212121212123232323232321232|-20UHH.c pKnH.c Mn0 1iN0 Tb0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 MN0 2jz0 MN0 4lX0 u10 5Lb0 1pB0 Fnz0 u10 uL0 1vd0 SL0 1vd0 SL0 1vd0 17z0 1cN0 1fz0 1cN0 1cL0 1cN0 asn0 Db0 zvd0 Bz0 1tB0 TX0 1wp0 Rb0 1wp0 Rb0 1wp0 TX0 rkN0 8p0 8zb0 uL0|","America/Asuncion|AMT -04 -03|3O.E 40 30|012121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212|-1x589.k 1DKM9.k 3CL0 3Dd0 10L0 1pB0 10n0 1pB0 10n0 1pB0 1cL0 1dd0 1db0 1dd0 1cL0 1dd0 1cL0 1dd0 1cL0 1dd0 1db0 1dd0 1cL0 1dd0 1cL0 1dd0 1cL0 1dd0 1db0 1dd0 1cL0 1lB0 14n0 1dd0 1cL0 1fd0 WL0 1rd0 1aL0 1dB0 Xz0 1qp0 Xb0 1qN0 10L0 1rB0 TX0 1tB0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1qN0 1cL0 WN0 1qL0 11B0 1nX0 1ip0 WL0 1qN0 WL0 1qN0 WL0 1tB0 TX0 1tB0 TX0 1tB0 19X0 1a10 1fz0 1a10 1fz0 1cN0 17b0 1ip0 17b0 1ip0 17b0 1ip0 19X0 1fB0 19X0 1fB0 19X0 1ip0 17b0 1ip0 17b0 1ip0 19X0 1fB0 19X0 1fB0 19X0 1fB0 19X0 1ip0 17b0 1ip0 17b0 1ip0 19X0 1fB0 19X0 1fB0 19X0 1ip0 17b0 1ip0 17b0 1ip0 19X0 1fB0 19X0 1fB0 19X0 1fB0 19X0 1ip0 17b0 1ip0 17b0 1ip0|28e5","America/Panama|CMT EST|5j.A 50|01|-2uduE.o|15e5","America/Bahia_Banderas|LMT MST CST PST MDT CDT|71 70 60 80 60 50|0121212131414141414141414141414141414152525252525252525252525252525252525252525252525252525252|-1UQF0 deL0 8lc0 17c0 10M0 1dd0 otX0 gmN0 P2N0 13Vd0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 1fB0 WL0 1fB0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nW0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0|84e3","America/Bahia|LMT -03 -02|2y.4 30 20|01212121212121212121212121212121212121212121212121212121212121|-2glxp.U HdLp.U 1cc0 1e10 1bX0 Ezd0 So0 1vA0 Mn0 1BB0 ML0 1BB0 zX0 qe10 xb0 2ep0 nz0 1C10 zX0 1C10 LX0 1C10 Mn0 H210 Rb0 1tB0 IL0 1Fd0 FX0 1EN0 FX0 1HB0 Lz0 1EN0 Lz0 1C10 IL0 1HB0 Db0 1HB0 On0 1zd0 On0 1zd0 Lz0 1zd0 Rb0 1wN0 Wn0 1tB0 Rb0 1tB0 WL0 1tB0 Rb0 1zd0 On0 1HB0 FX0 l5B0 Rb0|27e5","America/Barbados|LMT AST ADT -0330|3W.t 40 30 3u|0121213121212121|-2m4k1.v 1eAN1.v RB0 1Bz0 Op0 1rb0 11d0 1jJc0 IL0 1ip0 17b0 1ip0 17b0 1ld0 13b0|28e4","America/Belem|LMT -03 -02|3d.U 30 20|012121212121212121212121212121|-2glwK.4 HdKK.4 1cc0 1e10 1bX0 Ezd0 So0 1vA0 Mn0 1BB0 ML0 1BB0 zX0 qe10 xb0 2ep0 nz0 1C10 zX0 1C10 LX0 1C10 Mn0 H210 Rb0 1tB0 IL0 1Fd0 FX0|20e5","America/Belize|LMT CST -0530 CWT CPT CDT|5Q.M 60 5u 50 50 50|012121212121212121212121212121212121212121212121213412121212121212121212121212121212121212121215151|-2kBu7.c fPA7.c Onu 1zcu Rbu 1wou Rbu 1wou Rbu 1zcu Onu 1zcu Onu 1zcu Rbu 1wou Rbu 1wou Rbu 1wou Rbu 1zcu Onu 1zcu Onu 1zcu Rbu 1wou Rbu 1wou Rbu 1zcu Onu 1zcu Onu 1zcu Onu 1zcu Rbu 1wou Rbu 1wou Rbu 1zcu Onu 1zcu Onu 1zcu Rbu Rcu 7Bt0 Ni0 4nd0 Rbu 1wou Rbu 1wou Rbu 1zcu Onu 1zcu Onu 1zcu Rbu 1wou Rbu 1wou Rbu 1wou Rbu 1zcu Onu 1zcu Onu 1zcu Rbu 1wou Rbu 1wou Rbu 1zcu Onu 1zcu Onu 1zcu Onu 1zcu Rbu 1wou Rbu 1wou Rbu 1zcu Onu e9Au qn0 lxB0 mn0|57e3","America/Boa_Vista|LMT -04 -03|42.E 40 30|0121212121212121212121212121212121|-2glvV.k HdKV.k 1cc0 1e10 1bX0 Ezd0 So0 1vA0 Mn0 1BB0 ML0 1BB0 zX0 qe10 xb0 2ep0 nz0 1C10 zX0 1C10 LX0 1C10 Mn0 H210 Rb0 1tB0 IL0 1Fd0 FX0 smp0 WL0 1tB0 2L0|62e2","America/Bogota|BMT -05 -04|4U.g 50 40|0121|-2eb73.I 38yo3.I 2en0|90e5","America/Boise|PST PDT MST MWT MPT MDT|80 70 70 60 60 60|0101023425252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252|-261q0 1nX0 11B0 1nX0 8C10 JCL0 8x20 ix0 QwN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 Dd0 1Kn0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|21e4","America/Cambridge_Bay|-00 MST MWT MPT MDDT MDT CST CDT EST|0 70 60 60 50 60 60 50 50|0123141515151515151515151515151515151515151515678651515151515151515151515151515151515151515151515151515151515151515151515151|-21Jc0 RO90 8x20 ix0 LCL0 1fA0 zgO0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11A0 1nX0 2K0 WQ0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|15e2","America/Campo_Grande|LMT -04 -03|3C.s 40 30|01212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-2glwl.w HdLl.w 1cc0 1e10 1bX0 Ezd0 So0 1vA0 Mn0 1BB0 ML0 1BB0 zX0 qe10 xb0 2ep0 nz0 1C10 zX0 1C10 LX0 1C10 Mn0 H210 Rb0 1tB0 IL0 1Fd0 FX0 1EN0 FX0 1HB0 Lz0 1EN0 Lz0 1C10 IL0 1HB0 Db0 1HB0 On0 1zd0 On0 1zd0 Lz0 1zd0 Rb0 1wN0 Wn0 1tB0 Rb0 1tB0 WL0 1tB0 Rb0 1zd0 On0 1HB0 FX0 1C10 Lz0 1Ip0 HX0 1zd0 On0 1HB0 IL0 1wp0 On0 1C10 Lz0 1C10 On0 1zd0 On0 1zd0 Rb0 1zd0 Lz0 1C10 Lz0 1C10 On0 1zd0 On0 1zd0 On0 1zd0 On0 1HB0 FX0|77e4","America/Cancun|LMT CST EST EDT CDT|5L.4 60 50 40 50|0123232341414141414141414141414141414141412|-1UQG0 2q2o0 yLB0 1lb0 14p0 1lb0 14p0 Lz0 xB0 14p0 1nX0 11B0 1nX0 1fB0 WL0 1fB0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 Dd0|63e4","America/Caracas|CMT -0430 -04|4r.E 4u 40|01212|-2kV7w.k 28KM2.k 1IwOu kqo0|29e5","America/Cayenne|LMT -04 -03|3t.k 40 30|012|-2mrwu.E 2gWou.E|58e3","America/Chicago|CST CDT EST CWT CPT|60 50 50 50 50|01010101010101010101010101010101010102010101010103401010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-261s0 1nX0 11B0 1nX0 1wp0 TX0 WN0 1qL0 1cN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 11z0 1o10 11z0 11B0 1Hz0 14p0 11z0 1o10 11z0 1qN0 WL0 1qN0 11z0 1o10 11z0 RB0 8x30 iw0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|92e5","America/Chihuahua|LMT MST CST CDT MDT|74.k 70 60 50 60|0121212323241414141414141414141414141414141414141414141414141414141414141414141414141414141|-1UQF0 deL0 8lc0 17c0 10M0 1dd0 2zQN0 1lb0 14p0 1lb0 14q0 1lb0 14p0 1nX0 11B0 1nX0 1fB0 WL0 1fB0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0|81e4","America/Costa_Rica|SJMT CST CDT|5A.d 60 50|0121212121|-1Xd6n.L 2lu0n.L Db0 1Kp0 Db0 pRB0 15b0 1kp0 mL0|12e5","America/Phoenix|MST MDT MWT|70 60 60|01010202010|-261r0 1nX0 11B0 1nX0 SgN0 4Al1 Ap0 1db0 SWqX 1cL0|42e5","America/Cuiaba|LMT -04 -03|3I.k 40 30|012121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-2glwf.E HdLf.E 1cc0 1e10 1bX0 Ezd0 So0 1vA0 Mn0 1BB0 ML0 1BB0 zX0 qe10 xb0 2ep0 nz0 1C10 zX0 1C10 LX0 1C10 Mn0 H210 Rb0 1tB0 IL0 1Fd0 FX0 1EN0 FX0 1HB0 Lz0 1EN0 Lz0 1C10 IL0 1HB0 Db0 1HB0 On0 1zd0 On0 1zd0 Lz0 1zd0 Rb0 1wN0 Wn0 1tB0 Rb0 1tB0 WL0 1tB0 Rb0 1zd0 On0 1HB0 FX0 4a10 HX0 1zd0 On0 1HB0 IL0 1wp0 On0 1C10 Lz0 1C10 On0 1zd0 On0 1zd0 Rb0 1zd0 Lz0 1C10 Lz0 1C10 On0 1zd0 On0 1zd0 On0 1zd0 On0 1HB0 FX0|54e4","America/Danmarkshavn|LMT -03 -02 GMT|1e.E 30 20 0|01212121212121212121212121212121213|-2a5WJ.k 2z5fJ.k 19U0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 DC0|8","America/Dawson_Creek|PST PDT PWT PPT MST|80 70 70 70 70|0102301010101010101010101010101010101010101010101010101014|-25TO0 1in0 UGp0 8x10 iy0 3NB0 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 ML0|12e3","America/Dawson|YST YDT YWT YPT YDDT PST PDT MST|90 80 80 80 70 80 70 70|010102304056565656565656565656565656565656565656565656565656565656565656565656565656565656567|-25TN0 1in0 1o10 13V0 Ser0 8x00 iz0 LCL0 1fA0 jrA0 fNd0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1z90|13e2","America/Denver|MST MDT MWT MPT|70 60 60 60|01010101023010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-261r0 1nX0 11B0 1nX0 11B0 1qL0 WN0 mn0 Ord0 8x20 ix0 LCN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|26e5","America/Detroit|LMT CST EST EWT EPT EDT|5w.b 60 50 40 40 40|0123425252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252|-2Cgir.N peqr.N 156L0 8x40 iv0 6fd0 11z0 JxX1 SMX 1cN0 1cL0 aW10 1cL0 s10 1Vz0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|37e5","America/Edmonton|LMT MST MDT MWT MPT|7x.Q 70 60 60 60|0121212121212134121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-2yd4q.8 shdq.8 1in0 17d0 hz0 2dB0 1fz0 1a10 11z0 1qN0 WL0 1qN0 11z0 IGN0 8x20 ix0 3NB0 11z0 XQp0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|10e5","America/Eirunepe|LMT -05 -04|4D.s 50 40|0121212121212121212121212121212121|-2glvk.w HdLk.w 1cc0 1e10 1bX0 Ezd0 So0 1vA0 Mn0 1BB0 ML0 1BB0 zX0 qe10 xb0 2ep0 nz0 1C10 zX0 1C10 LX0 1C10 Mn0 H210 Rb0 1tB0 IL0 1Fd0 FX0 dPB0 On0 yTd0 d5X0|31e3","America/El_Salvador|LMT CST CDT|5U.M 60 50|012121|-1XiG3.c 2Fvc3.c WL0 1qN0 WL0|11e5","America/Tijuana|LMT MST PST PDT PWT PPT|7M.4 70 80 70 70 70|012123245232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232|-1UQE0 4PX0 8mM0 8lc0 SN0 1cL0 pHB0 83r0 zI0 5O10 1Rz0 cOO0 11A0 1o00 11A0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1o00 11A0 BUp0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 U10 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|20e5","America/Fort_Nelson|PST PDT PWT PPT MST|80 70 70 70 70|01023010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010104|-25TO0 1in0 UGp0 8x10 iy0 3NB0 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0|39e2","America/Fort_Wayne|CST CDT CWT CPT EST EDT|60 50 50 50 50 40|010101023010101010101010101040454545454545454545454545454545454545454545454545454545454545454545454|-261s0 1nX0 11B0 1nX0 QI10 Db0 RB0 8x30 iw0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 5Tz0 1o10 qLb0 1cL0 1cN0 1cL0 1qhd0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|","America/Fortaleza|LMT -03 -02|2y 30 20|0121212121212121212121212121212121212121|-2glxq HdLq 1cc0 1e10 1bX0 Ezd0 So0 1vA0 Mn0 1BB0 ML0 1BB0 zX0 qe10 xb0 2ep0 nz0 1C10 zX0 1C10 LX0 1C10 Mn0 H210 Rb0 1tB0 IL0 1Fd0 FX0 1EN0 FX0 1HB0 Lz0 nsp0 WL0 1tB0 5z0 2mN0 On0|34e5","America/Glace_Bay|LMT AST ADT AWT APT|3X.M 40 30 30 30|012134121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-2IsI0.c CwO0.c 1in0 UGp0 8x50 iu0 iq10 11z0 Jg10 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|19e3","America/Godthab|LMT -03 -02|3q.U 30 20|0121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-2a5Ux.4 2z5dx.4 19U0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|17e3","America/Goose_Bay|NST NDT NST NDT NWT NPT AST ADT ADDT|3u.Q 2u.Q 3u 2u 2u 2u 40 30 20|010232323232323245232323232323232323232323232323232323232326767676767676767676767676767676767676767676768676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676|-25TSt.8 1in0 DXb0 2HbX.8 WL0 1qN0 WL0 1qN0 WL0 1tB0 TX0 1tB0 WL0 1qN0 WL0 1qN0 7UHu itu 1tB0 WL0 1qN0 WL0 1qN0 WL0 1qN0 WL0 1tB0 WL0 1ld0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 S10 g0u 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14n1 1lb0 14p0 1nW0 11C0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zcX Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|76e2","America/Grand_Turk|KMT EST EDT AST|57.a 50 40 40|0121212121212121212121212121212121212121212121212121212121212121212121212132121212121212121212121212121212121212121|-2l1uQ.O 2HHBQ.O 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 7jA0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|37e2","America/Guatemala|LMT CST CDT|62.4 60 50|0121212121|-24KhV.U 2efXV.U An0 mtd0 Nz0 ifB0 17b0 zDB0 11z0|13e5","America/Guayaquil|QMT -05 -04|5e 50 40|0121|-1yVSK 2uILK rz0|27e5","America/Guyana|LMT -04 -0345 -03|3Q.D 40 3J 30|01231|-2mf87.l 8Hc7.l 2r7bJ Ey0f|80e4","America/Halifax|LMT AST ADT AWT APT|4e.o 40 30 30 30|0121212121212121212121212121212121212121212121212134121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-2IsHJ.A xzzJ.A 1db0 3I30 1in0 3HX0 IL0 1E10 ML0 1yN0 Pb0 1Bd0 Mn0 1Bd0 Rz0 1w10 Xb0 1w10 LX0 1w10 Xb0 1w10 Lz0 1C10 Jz0 1E10 OL0 1yN0 Un0 1qp0 Xb0 1qp0 11X0 1w10 Lz0 1HB0 LX0 1C10 FX0 1w10 Xb0 1qp0 Xb0 1BB0 LX0 1td0 Xb0 1qp0 Xb0 Rf0 8x50 iu0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 3Qp0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 3Qp0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 6i10 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|39e4","America/Havana|HMT CST CDT|5t.A 50 40|012121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-1Meuu.o 72zu.o ML0 sld0 An0 1Nd0 Db0 1Nd0 An0 6Ep0 An0 1Nd0 An0 JDd0 Mn0 1Ap0 On0 1fd0 11X0 1qN0 WL0 1wp0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 14n0 1ld0 14L0 1kN0 15b0 1kp0 1cL0 1cN0 1fz0 1a10 1fz0 1fB0 11z0 14p0 1nX0 11B0 1nX0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 14n0 1ld0 14n0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 1a10 1in0 1a10 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1cM0 1cM0 1fA0 17c0 1o00 11A0 1qM0 11A0 1o00 11A0 1o00 14o0 1lc0 14o0 1lc0 11A0 6i00 Rc0 1wo0 U00 1tA0 Rc0 1wo0 U00 1wo0 U00 1zc0 U00 1qM0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0|21e5","America/Hermosillo|LMT MST CST PST MDT|7n.Q 70 60 80 60|0121212131414141|-1UQF0 deL0 8lc0 17c0 10M0 1dd0 otX0 gmN0 P2N0 13Vd0 1lb0 14p0 1lb0 14p0 1lb0|64e4","America/Indiana/Knox|CST CDT CWT CPT EST|60 50 50 50 50|0101023010101010101010101010101010101040101010101010101010101010101010101010101010101010141010101010101010101010101010101010101010101010101010101010101010|-261s0 1nX0 11B0 1nX0 SgN0 8x30 iw0 3NB0 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 1fz0 1cN0 1cL0 1cN0 11z0 1o10 11z0 1o10 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 3Cn0 8wp0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 z8o0 1o00 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|","America/Indiana/Marengo|CST CDT CWT CPT EST EDT|60 50 50 50 50 40|0101023010101010101010104545454545414545454545454545454545454545454545454545454545454545454545454545454|-261s0 1nX0 11B0 1nX0 SgN0 8x30 iw0 dyN0 11z0 6fd0 11z0 1o10 11z0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 jrz0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1VA0 LA0 1BX0 1e6p0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|","America/Indiana/Petersburg|CST CDT CWT CPT EST EDT|60 50 50 50 50 40|01010230101010101010101010104010101010101010101010141014545454545454545454545454545454545454545454545454545454545454|-261s0 1nX0 11B0 1nX0 SgN0 8x30 iw0 njX0 WN0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 3Fb0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 19co0 1o00 Rd0 1zb0 Oo0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|","America/Indiana/Tell_City|CST CDT CWT CPT EST EDT|60 50 50 50 50 40|01010230101010101010101010401054541010101010101010101010101010101010101010101010101010101010101010|-261s0 1nX0 11B0 1nX0 SgN0 8x30 iw0 njX0 WN0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 8wn0 1cN0 1cL0 1cN0 1cK0 1cN0 1cL0 1qhd0 1o00 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|","America/Indiana/Vevay|CST CDT CWT CPT EST EDT|60 50 50 50 50 40|010102304545454545454545454545454545454545454545454545454545454545454545454545454|-261s0 1nX0 11B0 1nX0 SgN0 8x30 iw0 kPB0 Awn0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1lnd0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|","America/Indiana/Vincennes|CST CDT CWT CPT EST EDT|60 50 50 50 50 40|01010230101010101010101010101010454541014545454545454545454545454545454545454545454545454545454545454|-261s0 1nX0 11B0 1nX0 SgN0 8x30 iw0 1o10 11z0 g0p0 11z0 1o10 11z0 1qL0 WN0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 1fz0 1cN0 WL0 1qN0 1cL0 1cN0 1cL0 1cN0 caL0 1cL0 1cN0 1cL0 1qhd0 1o00 Rd0 1zb0 Oo0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|","America/Indiana/Winamac|CST CDT CWT CPT EST EDT|60 50 50 50 50 40|01010230101010101010101010101010101010454541054545454545454545454545454545454545454545454545454545454545454|-261s0 1nX0 11B0 1nX0 SgN0 8x30 iw0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 1fz0 1cN0 1cL0 1cN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 jrz0 1cL0 1cN0 1cL0 1qhd0 1o00 Rd0 1za0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|","America/Inuvik|-00 PST PDDT MST MDT|0 80 60 70 60|0121343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343|-FnA0 tWU0 1fA0 wPe0 2pz0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|35e2","America/Iqaluit|-00 EWT EPT EST EDDT EDT CST CDT|0 40 40 50 30 40 60 50|01234353535353535353535353535353535353535353567353535353535353535353535353535353535353535353535353535353535353535353535353|-16K00 7nX0 iv0 LCL0 1fA0 zgO0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11C0 1nX0 11A0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|67e2","America/Jamaica|KMT EST EDT|57.a 50 40|0121212121212121212121|-2l1uQ.O 2uM1Q.O 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0|94e4","America/Juneau|PST PWT PPT PDT YDT YST AKST AKDT|80 70 70 70 80 90 90 80|01203030303030303030303030403030356767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676|-17T20 8x10 iy0 Vo10 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cM0 1cM0 1cL0 1cN0 1fz0 1a10 1fz0 co0 10q0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|33e3","America/Kentucky/Louisville|CST CDT CWT CPT EST EDT|60 50 50 50 50 40|0101010102301010101010101010101010101454545454545414545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454|-261s0 1nX0 11B0 1nX0 3Fd0 Nb0 LPd0 11z0 RB0 8x30 iw0 1nX1 e0X 9vd0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 xz0 gso0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1VA0 LA0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|","America/Kentucky/Monticello|CST CDT CWT CPT EST EDT|60 50 50 50 50 40|0101023010101010101010101010101010101010101010101010101010101010101010101454545454545454545454545454545454545454545454545454545454545454545454545454|-261s0 1nX0 11B0 1nX0 SgN0 8x30 iw0 SWp0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11A0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|","America/La_Paz|CMT BST -04|4w.A 3w.A 40|012|-1x37r.o 13b0|19e5","America/Lima|LMT -05 -04|58.A 50 40|0121212121212121|-2tyGP.o 1bDzP.o zX0 1aN0 1cL0 1cN0 1cL0 1PrB0 zX0 1O10 zX0 6Gp0 zX0 98p0 zX0|11e6","America/Los_Angeles|PST PDT PWT PPT|80 70 70 70|010102301010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-261q0 1nX0 11B0 1nX0 SgN0 8x10 iy0 5Wp1 1VaX 3dA0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1a00 1fA0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|15e6","America/Maceio|LMT -03 -02|2m.Q 30 20|012121212121212121212121212121212121212121|-2glxB.8 HdLB.8 1cc0 1e10 1bX0 Ezd0 So0 1vA0 Mn0 1BB0 ML0 1BB0 zX0 qe10 xb0 2ep0 nz0 1C10 zX0 1C10 LX0 1C10 Mn0 H210 Rb0 1tB0 IL0 1Fd0 FX0 1EN0 FX0 1HB0 Lz0 dMN0 Lz0 8Q10 WL0 1tB0 5z0 2mN0 On0|93e4","America/Managua|MMT CST EST CDT|5J.c 60 50 50|0121313121213131|-1quie.M 1yAMe.M 4mn0 9Up0 Dz0 1K10 Dz0 s3F0 1KH0 DB0 9In0 k8p0 19X0 1o30 11y0|22e5","America/Manaus|LMT -04 -03|40.4 40 30|01212121212121212121212121212121|-2glvX.U HdKX.U 1cc0 1e10 1bX0 Ezd0 So0 1vA0 Mn0 1BB0 ML0 1BB0 zX0 qe10 xb0 2ep0 nz0 1C10 zX0 1C10 LX0 1C10 Mn0 H210 Rb0 1tB0 IL0 1Fd0 FX0 dPB0 On0|19e5","America/Martinique|FFMT AST ADT|44.k 40 30|0121|-2mPTT.E 2LPbT.E 19X0|39e4","America/Matamoros|LMT CST CDT|6E 60 50|0121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-1UQG0 2FjC0 1nX0 i6p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 1fB0 WL0 1fB0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 U10 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|45e4","America/Mazatlan|LMT MST CST PST MDT|75.E 70 60 80 60|0121212131414141414141414141414141414141414141414141414141414141414141414141414141414141414141|-1UQF0 deL0 8lc0 17c0 10M0 1dd0 otX0 gmN0 P2N0 13Vd0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 1fB0 WL0 1fB0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0|44e4","America/Menominee|CST CDT CWT CPT EST|60 50 50 50 50|01010230101041010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-261s0 1nX0 11B0 1nX0 SgN0 8x30 iw0 1o10 11z0 LCN0 1fz0 6410 9Jb0 1cM0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|85e2","America/Merida|LMT CST EST CDT|5W.s 60 50 50|0121313131313131313131313131313131313131313131313131313131313131313131313131313131313131|-1UQG0 2q2o0 2hz0 wu30 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 1fB0 WL0 1fB0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0|11e5","America/Metlakatla|PST PWT PPT PDT AKST AKDT|80 70 70 70 90 80|01203030303030303030303030303030304545450454545454545454545454545454545454545454|-17T20 8x10 iy0 Vo10 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1hU10 Rd0 1zb0 Op0 1zb0 Op0 1zb0 uM0 jB0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|14e2","America/Mexico_City|LMT MST CST CDT CWT|6A.A 70 60 50 50|012121232324232323232323232323232323232323232323232323232323232323232323232323232323232323232323232|-1UQF0 deL0 8lc0 17c0 10M0 1dd0 gEn0 TX0 3xd0 Jb0 6zB0 SL0 e5d0 17b0 1Pff0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 1fB0 WL0 1fB0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0|20e6","America/Miquelon|LMT AST -03 -02|3I.E 40 30 20|012323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232|-2mKkf.k 2LTAf.k gQ10 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|61e2","America/Moncton|EST AST ADT AWT APT|50 40 30 30 30|012121212121212121212134121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-2IsH0 CwN0 1in0 zAo0 An0 1Nd0 An0 1Nd0 An0 1Nd0 An0 1Nd0 An0 1Nd0 An0 1K10 Lz0 1zB0 NX0 1u10 Wn0 S20 8x50 iu0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 11z0 1o10 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 3Cp0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14n1 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 ReX 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|64e3","America/Monterrey|LMT CST CDT|6F.g 60 50|0121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-1UQG0 2FjC0 1nX0 i6p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 1fB0 WL0 1fB0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0|41e5","America/Montevideo|LMT MMT -04 -03 -0330 -0230 -02 -0130|3I.P 3I.P 40 30 3u 2u 20 1u|012343434343434343434343435353636353636375363636363636363636363636363636363636363636363|-2tRUf.9 sVc0 8jcf.9 1db0 1dcu 1cLu 1dcu 1cLu ircu 11zu 1o0u 11zu 1o0u 11zu 1o0u 11zu 1qMu WLu 1qMu WLu 1fAu 1cLu 1o0u 11zu NAu 3jXu zXu Dq0u 19Xu pcu jz0 cm10 19X0 6tB0 1fbu 3o0u jX0 4vB0 xz0 3Cp0 mmu 1a10 IMu Db0 4c10 uL0 1Nd0 An0 1SN0 uL0 mp0 28L0 iPB0 un0 1SN0 xz0 1zd0 Lz0 1zd0 Rb0 1zd0 On0 1wp0 Rb0 s8p0 1fB0 1ip0 11z0 1ld0 14n0 1o10 11z0 1o10 11z0 1o10 14n0 1ld0 14n0 1ld0 14n0 1o10 11z0 1o10 11z0 1o10 11z0|17e5","America/Toronto|EST EDT EWT EPT|50 40 40 40|01010101010101010101010101010101010101010101012301010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-25TR0 1in0 11Wu 1nzu 1fD0 WJ0 1wr0 Nb0 1Ap0 On0 1zd0 On0 1wp0 TX0 1tB0 TX0 1tB0 TX0 1tB0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 4kM0 8x40 iv0 1o10 11z0 1nX0 11z0 1o10 11z0 1o10 1qL0 11D0 1nX0 11B0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 11z0 1o10 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|65e5","America/New_York|EST EDT EWT EPT|50 40 40 40|01010101010101010101010101010101010101010101010102301010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-261t0 1nX0 11B0 1nX0 11B0 1qL0 1a10 11z0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 11z0 1o10 11z0 RB0 8x40 iv0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|21e6","America/Nipigon|EST EDT EWT EPT|50 40 40 40|010123010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-25TR0 1in0 Rnb0 3je0 8x40 iv0 19yN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|16e2","America/Nome|NST NWT NPT BST BDT YST AKST AKDT|b0 a0 a0 b0 a0 90 90 80|012034343434343434343434343434343456767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676|-17SX0 8wW0 iB0 Qlb0 52O0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 cl0 10q0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|38e2","America/Noronha|LMT -02 -01|29.E 20 10|0121212121212121212121212121212121212121|-2glxO.k HdKO.k 1cc0 1e10 1bX0 Ezd0 So0 1vA0 Mn0 1BB0 ML0 1BB0 zX0 qe10 xb0 2ep0 nz0 1C10 zX0 1C10 LX0 1C10 Mn0 H210 Rb0 1tB0 IL0 1Fd0 FX0 1EN0 FX0 1HB0 Lz0 nsp0 WL0 1tB0 2L0 2pB0 On0|30e2","America/North_Dakota/Beulah|MST MDT MWT MPT CST CDT|70 60 60 60 60 50|010102301010101010101010101010101010101010101010101010101010101010101010101010101010101010101014545454545454545454545454545454545454545454545454545454|-261r0 1nX0 11B0 1nX0 SgN0 8x20 ix0 QwN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Oo0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|","America/North_Dakota/Center|MST MDT MWT MPT CST CDT|70 60 60 60 60 50|010102301010101010101010101010101010101010101010101010101014545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454|-261r0 1nX0 11B0 1nX0 SgN0 8x20 ix0 QwN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14o0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|","America/North_Dakota/New_Salem|MST MDT MWT MPT CST CDT|70 60 60 60 60 50|010102301010101010101010101010101010101010101010101010101010101010101010101010101454545454545454545454545454545454545454545454545454545454545454545454|-261r0 1nX0 11B0 1nX0 SgN0 8x20 ix0 QwN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14o0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|","America/Ojinaga|LMT MST CST CDT MDT|6V.E 70 60 50 60|0121212323241414141414141414141414141414141414141414141414141414141414141414141414141414141|-1UQF0 deL0 8lc0 17c0 10M0 1dd0 2zQN0 1lb0 14p0 1lb0 14q0 1lb0 14p0 1nX0 11B0 1nX0 1fB0 WL0 1fB0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 U10 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|23e3","America/Pangnirtung|-00 AST AWT APT ADDT ADT EDT EST CST CDT|0 40 30 30 20 30 40 50 60 50|012314151515151515151515151515151515167676767689767676767676767676767676767676767676767676767676767676767676767676767676767|-1XiM0 PnG0 8x50 iu0 LCL0 1fA0 zgO0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1o00 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11C0 1nX0 11A0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|14e2","America/Paramaribo|LMT PMT PMT -0330 -03|3E.E 3E.Q 3E.A 3u 30|01234|-2nDUj.k Wqo0.c qanX.I 1yVXN.o|24e4","America/Port-au-Prince|PPMT EST EDT|4N 50 40|01212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-28RHb 2FnMb 19X0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14q0 1o00 11A0 1o00 11A0 1o00 14o0 1lc0 14o0 1lc0 14o0 1o00 11A0 1o00 11A0 1o00 14o0 1lc0 14o0 1lc0 i6n0 1nX0 11B0 1nX0 d430 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 3iN0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|23e5","America/Rio_Branco|LMT -05 -04|4v.c 50 40|01212121212121212121212121212121|-2glvs.M HdLs.M 1cc0 1e10 1bX0 Ezd0 So0 1vA0 Mn0 1BB0 ML0 1BB0 zX0 qe10 xb0 2ep0 nz0 1C10 zX0 1C10 LX0 1C10 Mn0 H210 Rb0 1tB0 IL0 1Fd0 FX0 NBd0 d5X0|31e4","America/Porto_Velho|LMT -04 -03|4f.A 40 30|012121212121212121212121212121|-2glvI.o HdKI.o 1cc0 1e10 1bX0 Ezd0 So0 1vA0 Mn0 1BB0 ML0 1BB0 zX0 qe10 xb0 2ep0 nz0 1C10 zX0 1C10 LX0 1C10 Mn0 H210 Rb0 1tB0 IL0 1Fd0 FX0|37e4","America/Punta_Arenas|SMT -05 -04 -03|4G.K 50 40 30|0102021212121212121232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323|-2q2jh.e fJAh.e 5knG.K 1Vzh.e jRAG.K 1pbh.e 11d0 1oL0 11d0 1oL0 11d0 1oL0 11d0 1pb0 11d0 nHX0 op0 blz0 ko0 Qeo0 WL0 1zd0 On0 1ip0 11z0 1o10 11z0 1qN0 WL0 1ld0 14n0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 WL0 1qN0 1cL0 1cN0 11z0 1o10 11z0 1qN0 WL0 1fB0 19X0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 17b0 1ip0 11z0 1ip0 1fz0 1fB0 11z0 1qN0 WL0 1qN0 WL0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 17b0 1ip0 11z0 1o10 19X0 1fB0 1nX0 G10 1EL0 Op0 1zb0 Rd0 1wn0 Rd0 46n0 Ap0|","America/Rainy_River|CST CDT CWT CPT|60 50 50 50|010123010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-25TQ0 1in0 Rnb0 3je0 8x30 iw0 19yN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|842","America/Rankin_Inlet|-00 CST CDDT CDT EST|0 60 40 50 50|012131313131313131313131313131313131313131313431313131313131313131313131313131313131313131313131313131313131313131313131|-vDc0 keu0 1fA0 zgO0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|26e2","America/Recife|LMT -03 -02|2j.A 30 20|0121212121212121212121212121212121212121|-2glxE.o HdLE.o 1cc0 1e10 1bX0 Ezd0 So0 1vA0 Mn0 1BB0 ML0 1BB0 zX0 qe10 xb0 2ep0 nz0 1C10 zX0 1C10 LX0 1C10 Mn0 H210 Rb0 1tB0 IL0 1Fd0 FX0 1EN0 FX0 1HB0 Lz0 nsp0 WL0 1tB0 2L0 2pB0 On0|33e5","America/Regina|LMT MST MDT MWT MPT CST|6W.A 70 60 60 60 60|012121212121212121212121341212121212121212121212121215|-2AD51.o uHe1.o 1in0 s2L0 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 11z0 66N0 1cL0 1cN0 19X0 1fB0 1cL0 1fB0 1cL0 1cN0 1cL0 M30 8x20 ix0 1ip0 1cL0 1ip0 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 11z0 1o10 11z0 3NB0 1cL0 1cN0|19e4","America/Resolute|-00 CST CDDT CDT EST|0 60 40 50 50|012131313131313131313131313131313131313131313431313131313431313131313131313131313131313131313131313131313131313131313131|-SnA0 GWS0 1fA0 zgO0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|229","America/Santarem|LMT -04 -03|3C.M 40 30|0121212121212121212121212121212|-2glwl.c HdLl.c 1cc0 1e10 1bX0 Ezd0 So0 1vA0 Mn0 1BB0 ML0 1BB0 zX0 qe10 xb0 2ep0 nz0 1C10 zX0 1C10 LX0 1C10 Mn0 H210 Rb0 1tB0 IL0 1Fd0 FX0 NBd0|21e4","America/Santiago|SMT -05 -04 -03|4G.K 50 40 30|010202121212121212321232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323|-2q2jh.e fJAh.e 5knG.K 1Vzh.e jRAG.K 1pbh.e 11d0 1oL0 11d0 1oL0 11d0 1oL0 11d0 1pb0 11d0 nHX0 op0 9Bz0 jb0 1oN0 ko0 Qeo0 WL0 1zd0 On0 1ip0 11z0 1o10 11z0 1qN0 WL0 1ld0 14n0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 WL0 1qN0 1cL0 1cN0 11z0 1o10 11z0 1qN0 WL0 1fB0 19X0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 17b0 1ip0 11z0 1ip0 1fz0 1fB0 11z0 1qN0 WL0 1qN0 WL0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 17b0 1ip0 11z0 1o10 19X0 1fB0 1nX0 G10 1EL0 Op0 1zb0 Rd0 1wn0 Rd0 46n0 Ap0 1Nb0 Ap0 1Nb0 Ap0 1zb0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0|62e5","America/Santo_Domingo|SDMT EST EDT -0430 AST|4E 50 40 4u 40|01213131313131414|-1ttjk 1lJMk Mn0 6sp0 Lbu 1Cou yLu 1RAu wLu 1QMu xzu 1Q0u xXu 1PAu 13jB0 e00|29e5","America/Sao_Paulo|LMT -03 -02|36.s 30 20|01212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-2glwR.w HdKR.w 1cc0 1e10 1bX0 Ezd0 So0 1vA0 Mn0 1BB0 ML0 1BB0 zX0 pTd0 PX0 2ep0 nz0 1C10 zX0 1C10 LX0 1C10 Mn0 H210 Rb0 1tB0 IL0 1Fd0 FX0 1EN0 FX0 1HB0 Lz0 1EN0 Lz0 1C10 IL0 1HB0 Db0 1HB0 On0 1zd0 On0 1zd0 Lz0 1zd0 Rb0 1wN0 Wn0 1tB0 Rb0 1tB0 WL0 1tB0 Rb0 1zd0 On0 1HB0 FX0 1C10 Lz0 1Ip0 HX0 1zd0 On0 1HB0 IL0 1wp0 On0 1C10 Lz0 1C10 On0 1zd0 On0 1zd0 Rb0 1zd0 Lz0 1C10 Lz0 1C10 On0 1zd0 On0 1zd0 On0 1zd0 On0 1HB0 FX0|20e6","America/Scoresbysund|LMT -02 -01 +00|1r.Q 20 10 0|0121323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232|-2a5Ww.8 2z5ew.8 1a00 1cK0 1cL0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|452","America/Sitka|PST PWT PPT PDT YST AKST AKDT|80 70 70 70 90 90 80|01203030303030303030303030303030345656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565|-17T20 8x10 iy0 Vo10 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 co0 10q0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|90e2","America/St_Johns|NST NDT NST NDT NWT NPT NDDT|3u.Q 2u.Q 3u 2u 2u 2u 1u|01010101010101010101010101010101010102323232323232324523232323232323232323232323232323232323232323232323232323232323232323232323232323232326232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232|-28oit.8 14L0 1nB0 1in0 1gm0 Dz0 1JB0 1cL0 1cN0 1cL0 1fB0 19X0 1fB0 19X0 1fB0 19X0 1fB0 19X0 1fB0 1cL0 1cN0 1cL0 1fB0 19X0 1fB0 19X0 1fB0 19X0 1fB0 19X0 1fB0 1cL0 1fB0 19X0 1fB0 19X0 10O0 eKX.8 19X0 1iq0 WL0 1qN0 WL0 1qN0 WL0 1tB0 TX0 1tB0 WL0 1qN0 WL0 1qN0 7UHu itu 1tB0 WL0 1qN0 WL0 1qN0 WL0 1qN0 WL0 1tB0 WL0 1ld0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14n1 1lb0 14p0 1nW0 11C0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zcX Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|11e4","America/Swift_Current|LMT MST MDT MWT MPT CST|7b.k 70 60 60 60 60|012134121212121212121215|-2AD4M.E uHdM.E 1in0 UGp0 8x20 ix0 1o10 17b0 1ip0 11z0 1o10 11z0 1o10 11z0 isN0 1cL0 3Cp0 1cL0 1cN0 11z0 1qN0 WL0 pMp0|16e3","America/Tegucigalpa|LMT CST CDT|5M.Q 60 50|01212121|-1WGGb.8 2ETcb.8 WL0 1qN0 WL0 GRd0 AL0|11e5","America/Thule|LMT AST ADT|4z.8 40 30|012121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-2a5To.Q 31NBo.Q 1cL0 1cN0 1cL0 1fB0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|656","America/Thunder_Bay|CST EST EWT EPT EDT|60 50 40 40 40|0123141414141414141414141414141414141414141414141414141414141414141414141414141414141414141414141414141414141414141414141414141414141414141|-2q5S0 1iaN0 8x40 iv0 XNB0 1cL0 1cN0 1fz0 1cN0 1cL0 3Cp0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|11e4","America/Vancouver|PST PDT PWT PPT|80 70 70 70|0102301010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-25TO0 1in0 UGp0 8x10 iy0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|23e5","America/Whitehorse|YST YDT YWT YPT YDDT PST PDT MST|90 80 80 80 70 80 70 70|010102304056565656565656565656565656565656565656565656565656565656565656565656565656565656567|-25TN0 1in0 1o10 13V0 Ser0 8x00 iz0 LCL0 1fA0 3NA0 vrd0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1z90|23e3","America/Winnipeg|CST CDT CWT CPT|60 50 50 50|010101023010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-2aIi0 WL0 3ND0 1in0 Jap0 Rb0 aCN0 8x30 iw0 1tB0 11z0 1ip0 11z0 1o10 11z0 1o10 11z0 1rd0 10L0 1op0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 1cL0 1cN0 11z0 6i10 WL0 6i10 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1a00 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1a00 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 14o0 1lc0 14o0 1o00 11A0 1o00 11A0 1o00 14o0 1lc0 14o0 1lc0 14o0 1o00 11A0 1o00 11A0 1o00 14o0 1lc0 14o0 1lc0 14o0 1lc0 14o0 1o00 11A0 1o00 11A0 1o00 14o0 1lc0 14o0 1lc0 14o0 1o00 11A0 1o00 11A0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|66e4","America/Yakutat|YST YWT YPT YDT AKST AKDT|90 80 80 80 90 80|01203030303030303030303030303030304545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454|-17T10 8x00 iz0 Vo10 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 cn0 10q0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|642","America/Yellowknife|-00 MST MWT MPT MDDT MDT|0 70 60 60 50 60|012314151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151515151|-1pdA0 hix0 8x20 ix0 LCL0 1fA0 zgO0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|19e3","Antarctica/Casey|-00 +08 +11|0 -80 -b0|0121212121212|-2q00 1DjS0 T90 40P0 KL0 blz0 3m10 1o30 14k0 1kr0 12l0 1o01|10","Antarctica/Davis|-00 +07 +05|0 -70 -50|01012121|-vyo0 iXt0 alj0 1D7v0 VB0 3Wn0 KN0|70","Pacific/Port_Moresby|+10|-a0|0||25e4","Antarctica/Macquarie|AEST AEDT -00|-a0 -b0 0|010201010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101|-29E80 1a00 4SK0 1ayy0 Lvs0 1cM0 1o00 Rc0 1wo0 Rc0 1wo0 U00 1wo0 LA0 1C00 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 11A0 1qM0 WM0 1qM0 Oo0 1zc0 Oo0 1zc0 Oo0 1wo0 WM0 1tA0 WM0 1tA0 U00 1tA0 U00 1tA0 11A0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 11A0 1o00 1io0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1cM0 1a00 1io0 1cM0 1cM0 1cM0 1cM0 3Co0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0|1","Antarctica/Mawson|-00 +06 +05|0 -60 -50|012|-CEo0 2fyk0|60","Pacific/Auckland|NZMT NZST NZST NZDT|-bu -cu -c0 -d0|01020202020202020202020202023232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323|-1GCVu Lz0 1tB0 11zu 1o0u 11zu 1o0u 11zu 1o0u 14nu 1lcu 14nu 1lcu 1lbu 11Au 1nXu 11Au 1nXu 11Au 1nXu 11Au 1nXu 11Au 1qLu WMu 1qLu 11Au 1n1bu IM0 1C00 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1qM0 14o0 1lc0 14o0 1lc0 14o0 1lc0 17c0 1io0 17c0 1io0 17c0 1io0 17c0 1lc0 14o0 1lc0 14o0 1lc0 17c0 1io0 17c0 1io0 17c0 1lc0 14o0 1lc0 14o0 1lc0 17c0 1io0 17c0 1io0 17c0 1io0 17c0 1io0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1io0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00|14e5","Antarctica/Palmer|-00 -03 -04 -02|0 30 40 20|0121212121213121212121212121212121212121212121212121212121212121212121212121212121|-cao0 nD0 1vd0 SL0 1vd0 17z0 1cN0 1fz0 1cN0 1cL0 1cN0 asn0 Db0 jsN0 14N0 11z0 1o10 11z0 1qN0 WL0 1qN0 WL0 1qN0 1cL0 1cN0 11z0 1o10 11z0 1qN0 WL0 1fB0 19X0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 17b0 1ip0 11z0 1ip0 1fz0 1fB0 11z0 1qN0 WL0 1qN0 WL0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 17b0 1ip0 11z0 1o10 19X0 1fB0 1nX0 G10 1EL0 Op0 1zb0 Rd0 1wn0 Rd0 46n0 Ap0|40","Antarctica/Rothera|-00 -03|0 30|01|gOo0|130","Asia/Riyadh|LMT +03|-36.Q -30|01|-TvD6.Q|57e5","Antarctica/Troll|-00 +00 +02|0 0 -20|01212121212121212121212121212121212121212121212121212121212121212121|1puo0 hd0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|40","Antarctica/Vostok|-00 +06|0 -60|01|-tjA0|25","Europe/Oslo|CET CEST|-10 -20|010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-2awM0 Qm0 W6o0 5pf0 WM0 1fA0 1cM0 1cM0 1cM0 1cM0 wJc0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1qM0 WM0 zpc0 1a00 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|62e4","Asia/Almaty|LMT +05 +06 +07|-57.M -50 -60 -70|012323232323232323232321232323232323232323232323232|-1Pc57.M eUo7.M 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0|15e5","Asia/Amman|LMT EET EEST|-2n.I -20 -30|0121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-1yW2n.I 1HiMn.I KL0 1oN0 11b0 1oN0 11b0 1pd0 1dz0 1cp0 11b0 1op0 11b0 fO10 1db0 1e10 1cL0 1cN0 1cL0 1cN0 1fz0 1pd0 10n0 1ld0 14n0 1hB0 15b0 1ip0 19X0 1cN0 1cL0 1cN0 17b0 1ld0 14o0 1lc0 17c0 1io0 17c0 1io0 17c0 1So0 y00 1fc0 1dc0 1co0 1dc0 1cM0 1cM0 1cM0 1o00 11A0 1lc0 17c0 1cM0 1cM0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 4bX0 Dd0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 LA0 1C00 LA0 1C00 Oo0 1zc0 Oo0 1C00 LA0 1C00 LA0 1C00 LA0 1C00 LA0 1C00 Oo0 1zc0 Oo0 1C00 LA0 1C00 LA0 1C00 LA0 1C00 LA0 1C00 Oo0 1C00 LA0 1C00|25e5","Asia/Anadyr|LMT +12 +13 +14 +11|-bN.U -c0 -d0 -e0 -b0|01232121212121212121214121212121212121212121212121212121212141|-1PcbN.U eUnN.U 23CL0 1db0 2q10 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 2sp0 WM0|13e3","Asia/Aqtau|LMT +04 +05 +06|-3l.4 -40 -50 -60|012323232323232323232123232312121212121212121212|-1Pc3l.4 eUnl.4 24PX0 2pX0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cN0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0|15e4","Asia/Aqtobe|LMT +04 +05 +06|-3M.E -40 -50 -60|0123232323232323232321232323232323232323232323232|-1Pc3M.E eUnM.E 23CL0 3Db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0|27e4","Asia/Ashgabat|LMT +04 +05 +06|-3R.w -40 -50 -60|0123232323232323232323212|-1Pc3R.w eUnR.w 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 IM0|41e4","Asia/Atyrau|LMT +03 +05 +06 +04|-3r.I -30 -50 -60 -40|01232323232323232323242323232323232324242424242|-1Pc3r.I eUor.I 24PW0 2pX0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 2sp0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0|","Asia/Baghdad|BMT +03 +04|-2V.A -30 -40|012121212121212121212121212121212121212121212121212121|-26BeV.A 2ACnV.A 11b0 1cp0 1dz0 1dd0 1db0 1cN0 1cp0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1de0 1dc0 1dc0 1dc0 1cM0 1dc0 1cM0 1dc0 1cM0 1dc0 1dc0 1dc0 1cM0 1dc0 1cM0 1dc0 1cM0 1dc0 1dc0 1dc0 1cM0 1dc0 1cM0 1dc0 1cM0 1dc0 1dc0 1dc0 1cM0 1dc0 1cM0 1dc0 1cM0 1dc0|66e5","Asia/Qatar|LMT +04 +03|-3q.8 -40 -30|012|-21Jfq.8 27BXq.8|96e4","Asia/Baku|LMT +03 +04 +05|-3j.o -30 -40 -50|01232323232323232323232123232323232323232323232323232323232323232|-1Pc3j.o 1jUoj.o WCL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 1cM0 9Je0 1o00 11z0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00|27e5","Asia/Bangkok|BMT +07|-6G.4 -70|01|-218SG.4|15e6","Asia/Barnaul|LMT +06 +07 +08|-5z -60 -70 -80|0123232323232323232323212323232321212121212121212121212121212121212|-21S5z pCnz 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 p90 LE0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 8Hz0 3rd0|","Asia/Beirut|EET EEST|-20 -30|010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-21aq0 1on0 1410 1db0 19B0 1in0 1ip0 WL0 1lQp0 11b0 1oN0 11b0 1oN0 11b0 1pd0 11b0 1oN0 11b0 q6N0 En0 1oN0 11b0 1oN0 11b0 1oN0 11b0 1pd0 11b0 1oN0 11b0 1op0 11b0 dA10 17b0 1iN0 17b0 1iN0 17b0 1iN0 17b0 1vB0 SL0 1mp0 13z0 1iN0 17b0 1iN0 17b0 1jd0 12n0 1a10 1cL0 1cN0 1cL0 1cN0 1cL0 1fB0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0|22e5","Asia/Bishkek|LMT +05 +06 +07|-4W.o -50 -60 -70|012323232323232323232321212121212121212121212121212|-1Pc4W.o eUnW.o 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2e00 1tX0 17b0 1ip0 17b0 1ip0 17b0 1ip0 17b0 1ip0 19X0 1cPu 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0|87e4","Asia/Brunei|LMT +0730 +08|-7D.E -7u -80|012|-1KITD.E gDc9.E|42e4","Asia/Kolkata|MMT IST +0630|-5l.a -5u -6u|012121|-2zOtl.a 1r2LP.a 1un0 HB0 7zX0|15e6","Asia/Chita|LMT +08 +09 +10|-7x.Q -80 -90 -a0|012323232323232323232321232323232323232323232323232323232323232312|-21Q7x.Q pAnx.Q 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 8Hz0 3re0|33e4","Asia/Choibalsan|LMT +07 +08 +10 +09|-7C -70 -80 -a0 -90|0123434343434343434343434343434343434343434343424242|-2APHC 2UkoC cKn0 1da0 1dd0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1fB0 1cL0 1cN0 1cL0 1cN0 1cL0 6hD0 11z0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 3Db0 h1f0 1cJ0 1cP0 1cJ0|38e3","Asia/Shanghai|CST CDT|-80 -90|01010101010101010101010101010|-23uw0 18n0 OjB0 Rz0 11d0 1wL0 A10 8HX0 1G10 Tz0 1ip0 1jX0 1cN0 11b0 1oN0 aL0 1tU30 Rb0 1o10 11z0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0|23e6","Asia/Colombo|MMT +0530 +06 +0630|-5j.w -5u -60 -6u|01231321|-2zOtj.w 1rFbN.w 1zzu 7Apu 23dz0 11zu n3cu|22e5","Asia/Dhaka|HMT +0630 +0530 +06 +07|-5R.k -6u -5u -60 -70|0121343|-18LFR.k 1unn.k HB0 m6n0 2kxbu 1i00|16e6","Asia/Damascus|LMT EET EEST|-2p.c -20 -30|01212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-21Jep.c Hep.c 17b0 1ip0 17b0 1ip0 17b0 1ip0 19X0 1xRB0 11X0 1oN0 10L0 1pB0 11b0 1oN0 10L0 1mp0 13X0 1oN0 11b0 1pd0 11b0 1oN0 11b0 1oN0 11b0 1oN0 11b0 1pd0 11b0 1oN0 11b0 1oN0 11b0 1oN0 11b0 1pd0 11b0 1oN0 Nb0 1AN0 Nb0 bcp0 19X0 1gp0 19X0 3ld0 1xX0 Vd0 1Bz0 Sp0 1vX0 10p0 1dz0 1cN0 1cL0 1db0 1db0 1g10 1an0 1ap0 1db0 1fd0 1db0 1cN0 1db0 1dd0 1db0 1cp0 1dz0 1c10 1dX0 1cN0 1db0 1dd0 1db0 1cN0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1db0 1cN0 1db0 1cN0 19z0 1fB0 1qL0 11B0 1on0 Wp0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0|26e5","Asia/Dili|LMT +08 +09|-8m.k -80 -90|01212|-2le8m.k 1dnXm.k 1nfA0 Xld0|19e4","Asia/Dubai|LMT +04|-3F.c -40|01|-21JfF.c|39e5","Asia/Dushanbe|LMT +05 +06 +07|-4z.c -50 -60 -70|012323232323232323232321|-1Pc4z.c eUnz.c 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2hB0|76e4","Asia/Famagusta|LMT EET EEST +03|-2f.M -20 -30 -30|0121212121212121212121212121212121212121212121212121212121212121212121212121212121212312121212121212121212121212121212121212121|-1Vc2f.M 2a3cf.M 1cL0 1qp0 Xz0 19B0 19X0 1fB0 1db0 1cp0 1cL0 1fB0 19X0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1fB0 1cL0 1cN0 1cL0 1cN0 1o30 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 15U0 2Ks0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|","Asia/Gaza|EET EEST IST IDT|-20 -30 -20 -30|010101010101010101010101010101010123232323232323232323232323232320101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-1c2o0 MM0 iM0 4JA0 10o0 1pA0 10M0 1pA0 16o0 1jA0 16o0 1jA0 pBa0 Vz0 1oN0 11b0 1oO0 10N0 1pz0 10N0 1pb0 10N0 1pb0 10N0 1pb0 10N0 1pz0 10N0 1pb0 10N0 1pb0 11d0 1oL0 dW0 hfB0 Db0 1fB0 Rb0 bXB0 gM0 8Q00 IM0 1wo0 TX0 1HB0 IL0 1s10 10n0 1o10 WL0 1zd0 On0 1ld0 11z0 1o10 14n0 1o10 14n0 1nd0 12n0 1nd0 Xz0 1q10 12n0 M10 C00 17c0 1io0 17c0 1io0 17c0 1o00 1cL0 1fB0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 17c0 1io0 18N0 1bz0 19z0 1gp0 1610 1iL0 11z0 1o10 14o0 1lA1 SKX 1xd1 MKX 1AN0 1a00 1fA0 1cL0 1cN0 1nX0 1210 1nA0 1210 1qL0 WN0 1qL0 WN0 1qL0 11c0 1on0 11B0 1o00 11A0 1qo0 Xc0 1qo0 Xc0 1qo0 1200 1nA0 1200 1qo0 Xc0 1qo0 Xc0 1qo0 Xc0 1qo0 Xc0 1qo0 1200 1nA0 1200 1qo0 Xc0 1qo0 Xc0 1qo0 Xc0 1qo0 Xc0 1qo0 1200 1qo0 Xc0 1qo0|18e5","Asia/Hebron|EET EEST IST IDT|-20 -30 -20 -30|01010101010101010101010101010101012323232323232323232323232323232010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-1c2o0 MM0 iM0 4JA0 10o0 1pA0 10M0 1pA0 16o0 1jA0 16o0 1jA0 pBa0 Vz0 1oN0 11b0 1oO0 10N0 1pz0 10N0 1pb0 10N0 1pb0 10N0 1pb0 10N0 1pz0 10N0 1pb0 10N0 1pb0 11d0 1oL0 dW0 hfB0 Db0 1fB0 Rb0 bXB0 gM0 8Q00 IM0 1wo0 TX0 1HB0 IL0 1s10 10n0 1o10 WL0 1zd0 On0 1ld0 11z0 1o10 14n0 1o10 14n0 1nd0 12n0 1nd0 Xz0 1q10 12n0 M10 C00 17c0 1io0 17c0 1io0 17c0 1o00 1cL0 1fB0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 17c0 1io0 18N0 1bz0 19z0 1gp0 1610 1iL0 12L0 1mN0 14o0 1lc0 Tb0 1xd1 MKX bB0 cn0 1cN0 1a00 1fA0 1cL0 1cN0 1nX0 1210 1nA0 1210 1qL0 WN0 1qL0 WN0 1qL0 11c0 1on0 11B0 1o00 11A0 1qo0 Xc0 1qo0 Xc0 1qo0 1200 1nA0 1200 1qo0 Xc0 1qo0 Xc0 1qo0 Xc0 1qo0 Xc0 1qo0 1200 1nA0 1200 1qo0 Xc0 1qo0 Xc0 1qo0 Xc0 1qo0 Xc0 1qo0 1200 1qo0 Xc0 1qo0|25e4","Asia/Ho_Chi_Minh|LMT PLMT +07 +08 +09|-76.E -76.u -70 -80 -90|0123423232|-2yC76.E bK00.a 1h7b6.u 5lz0 18o0 3Oq0 k5b0 aW00 BAM0|90e5","Asia/Hong_Kong|LMT HKT HKST HKWT JST|-7A.G -80 -90 -8u -90|0123412121212121212121212121212121212121212121212121212121212121212121|-2CFH0 1taO0 Hc0 xUu 9tBu 11z0 1tDu Rc0 1wo0 11A0 1cM0 11A0 1o00 11A0 1o00 11A0 1o00 14o0 1o00 11A0 1nX0 U10 1tz0 U10 1wn0 Rd0 1wn0 U10 1tz0 U10 1tz0 U10 1tz0 U10 1wn0 Rd0 1wn0 Rd0 1wn0 U10 1tz0 U10 1tz0 17d0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 s10 1Vz0 1cN0 1cL0 1cN0 1cL0 6fd0 14n0|73e5","Asia/Hovd|LMT +06 +07 +08|-66.A -60 -70 -80|012323232323232323232323232323232323232323232323232|-2APG6.A 2Uko6.A cKn0 1db0 1dd0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1fB0 1cL0 1cN0 1cL0 1cN0 1cL0 6hD0 11z0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 kEp0 1cJ0 1cP0 1cJ0|81e3","Asia/Irkutsk|IMT +07 +08 +09|-6V.5 -70 -80 -90|01232323232323232323232123232323232323232323232323232323232323232|-21zGV.5 pjXV.5 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 8Hz0|60e4","Europe/Istanbul|IMT EET EEST +03 +04|-1U.U -20 -30 -30 -40|0121212121212121212121212121212121212121212121234312121212121212121212121212121212121212121212121212121212121212123|-2ogNU.U dzzU.U 11b0 8tB0 1on0 1410 1db0 19B0 1in0 3Rd0 Un0 1oN0 11b0 zSN0 CL0 mp0 1Vz0 1gN0 8yn0 1yp0 ML0 1kp0 17b0 1ip0 17b0 1fB0 19X0 1ip0 19X0 1ip0 17b0 qdB0 38L0 1jd0 Tz0 l6O0 11A0 WN0 1qL0 TB0 1tX0 U10 1tz0 11B0 1in0 17d0 z90 cne0 pb0 2Cp0 1800 14o0 1dc0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1a00 1fA0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WO0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 Xc0 1qo0 WM0 1qM0 11A0 1o00 1200 1nA0 11A0 1tA0 U00 15w0|13e6","Asia/Jakarta|BMT +0720 +0730 +09 +08 WIB|-77.c -7k -7u -90 -80 -70|01232425|-1Q0Tk luM0 mPzO 8vWu 6kpu 4PXu xhcu|31e6","Asia/Jayapura|LMT +09 +0930 WIT|-9m.M -90 -9u -90|0123|-1uu9m.M sMMm.M L4nu|26e4","Asia/Jerusalem|JMT IST IDT IDDT|-2k.E -20 -30 -40|01212121212121321212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-26Bek.E SyOk.E MM0 iM0 4JA0 10o0 1pA0 10M0 1pA0 16o0 1jA0 16o0 1jA0 3LA0 Eo0 oo0 1co0 1dA0 16o0 10M0 1jc0 1tA0 14o0 1cM0 1a00 11A0 1Nc0 Ao0 1Nc0 Ao0 1Ko0 LA0 1o00 WM0 EQK0 Db0 1fB0 Rb0 bXB0 gM0 8Q00 IM0 1wo0 TX0 1HB0 IL0 1s10 10n0 1o10 WL0 1zd0 On0 1ld0 11z0 1o10 14n0 1o10 14n0 1nd0 12n0 1nd0 Xz0 1q10 12n0 1hB0 1dX0 1ep0 1aL0 1eN0 17X0 1nf0 11z0 1tB0 19W0 1e10 17b0 1ep0 1gL0 18N0 1fz0 1eN0 17b0 1gq0 1gn0 19d0 1dz0 1c10 17X0 1hB0 1gn0 19d0 1dz0 1c10 17X0 1kp0 1dz0 1c10 1aL0 1eN0 1oL0 10N0 1oL0 10N0 1oL0 10N0 1rz0 W10 1rz0 W10 1rz0 10N0 1oL0 10N0 1oL0 10N0 1rz0 W10 1rz0 W10 1rz0 10N0 1oL0 10N0 1oL0 10N0 1oL0 10N0 1rz0 W10 1rz0 W10 1rz0 10N0 1oL0 10N0 1oL0 10N0 1rz0 W10 1rz0 W10 1rz0 W10 1rz0 10N0 1oL0 10N0 1oL0|81e4","Asia/Kabul|+04 +0430|-40 -4u|01|-10Qs0|46e5","Asia/Kamchatka|LMT +11 +12 +13|-ay.A -b0 -c0 -d0|012323232323232323232321232323232323232323232323232323232323212|-1SLKy.A ivXy.A 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 2sp0 WM0|18e4","Asia/Karachi|LMT +0530 +0630 +05 PKT PKST|-4s.c -5u -6u -50 -50 -60|012134545454|-2xoss.c 1qOKW.c 7zX0 eup0 LqMu 1fy00 1cL0 dK10 11b0 1610 1jX0|24e6","Asia/Urumqi|LMT +06|-5O.k -60|01|-1GgtO.k|32e5","Asia/Kathmandu|LMT +0530 +0545|-5F.g -5u -5J|012|-21JhF.g 2EGMb.g|12e5","Asia/Khandyga|LMT +08 +09 +10 +11|-92.d -80 -90 -a0 -b0|0123232323232323232323212323232323232323232323232343434343434343432|-21Q92.d pAp2.d 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 qK0 yN0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 17V0 7zD0|66e2","Asia/Krasnoyarsk|LMT +06 +07 +08|-6b.q -60 -70 -80|01232323232323232323232123232323232323232323232323232323232323232|-21Hib.q prAb.q 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 8Hz0|10e5","Asia/Kuala_Lumpur|SMT +07 +0720 +0730 +09 +08|-6T.p -70 -7k -7u -90 -80|0123435|-2Bg6T.p 17anT.p l5XE 17bO 8Fyu 1so1u|71e5","Asia/Kuching|LMT +0730 +08 +0820 +09|-7l.k -7u -80 -8k -90|0123232323232323242|-1KITl.k gDbP.k 6ynu AnE 1O0k AnE 1NAk AnE 1NAk AnE 1NAk AnE 1O0k AnE 1NAk AnE pAk 8Fz0|13e4","Asia/Macau|LMT CST +09 +10 CDT|-7y.a -80 -90 -a0 -90|012323214141414141414141414141414141414141414141414141414141414141414141|-2CFHy.a 1uqKy.a PX0 1kn0 15B0 11b0 4Qq0 1oM0 11c0 1ko0 1u00 11A0 1cM0 11c0 1o00 11A0 1o00 11A0 1oo0 1400 1o00 11A0 1o00 U00 1tA0 U00 1wo0 Rc0 1wru U10 1tz0 U10 1tz0 U10 1tz0 U10 1wn0 Rd0 1wn0 Rd0 1wn0 U10 1tz0 U10 1tz0 17d0 1cK0 1cO0 1cK0 1cO0 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 s10 1Vz0 1cN0 1cL0 1cN0 1cL0 6fd0 14n0|57e4","Asia/Magadan|LMT +10 +11 +12|-a3.c -a0 -b0 -c0|012323232323232323232321232323232323232323232323232323232323232312|-1Pca3.c eUo3.c 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 8Hz0 3Cq0|95e3","Asia/Makassar|LMT MMT +08 +09 WITA|-7V.A -7V.A -80 -90 -80|01234|-21JjV.A vfc0 myLV.A 8ML0|15e5","Asia/Manila|PST PDT JST|-80 -90 -90|010201010|-1kJI0 AL0 cK10 65X0 mXB0 vX0 VK10 1db0|24e6","Asia/Nicosia|LMT EET EEST|-2d.s -20 -30|01212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-1Vc2d.s 2a3cd.s 1cL0 1qp0 Xz0 19B0 19X0 1fB0 1db0 1cp0 1cL0 1fB0 19X0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1fB0 1cL0 1cN0 1cL0 1cN0 1o30 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|32e4","Asia/Novokuznetsk|LMT +06 +07 +08|-5M.M -60 -70 -80|012323232323232323232321232323232323232323232323232323232323212|-1PctM.M eULM.M 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 2sp0 WM0|55e4","Asia/Novosibirsk|LMT +06 +07 +08|-5v.E -60 -70 -80|0123232323232323232323212323212121212121212121212121212121212121212|-21Qnv.E pAFv.E 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 IM0 rX0 1cM0 1cM0 ml0 Os0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 8Hz0 4eN0|15e5","Asia/Omsk|LMT +05 +06 +07|-4R.u -50 -60 -70|01232323232323232323232123232323232323232323232323232323232323232|-224sR.u pMLR.u 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 8Hz0|12e5","Asia/Oral|LMT +03 +05 +06 +04|-3p.o -30 -50 -60 -40|01232323232323232424242424242424242424242424242|-1Pc3p.o eUop.o 23CK0 3Db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 2pB0 1cM0 1fA0 1cM0 1cM0 IM0 1EM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0|27e4","Asia/Pontianak|LMT PMT +0730 +09 +08 WITA WIB|-7h.k -7h.k -7u -90 -80 -80 -70|012324256|-2ua7h.k XE00 munL.k 8Rau 6kpu 4PXu xhcu Wqnu|23e4","Asia/Pyongyang|LMT KST JST KST|-8n -8u -90 -90|012313|-2um8n 97XR 1lTzu 2Onc0 6BA0|29e5","Asia/Qostanay|LMT +04 +05 +06|-4e.s -40 -50 -60|012323232323232323232123232323232323232323232323|-1Pc4e.s eUoe.s 23CL0 3Db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0|","Asia/Qyzylorda|LMT +04 +05 +06|-4l.Q -40 -50 -60|01232323232323232323232323232323232323232323232|-1Pc4l.Q eUol.Q 23CL0 3Db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 3ao0 1EM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 zQl0|73e4","Asia/Rangoon|RMT +0630 +09|-6o.L -6u -90|0121|-21Jio.L SmnS.L 7j9u|48e5","Asia/Sakhalin|LMT +09 +11 +12 +10|-9u.M -90 -b0 -c0 -a0|01232323232323232323232423232323232424242424242424242424242424242|-2AGVu.M 1BoMu.M 1qFa0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 2pB0 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 8Hz0 3rd0|58e4","Asia/Samarkand|LMT +04 +05 +06|-4r.R -40 -50 -60|01232323232323232323232|-1Pc4r.R eUor.R 23CL0 3Db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0|36e4","Asia/Seoul|LMT KST JST KST KDT KDT|-8r.Q -8u -90 -90 -a0 -9u|012343434343151515151515134343|-2um8r.Q 97XV.Q 1m1zu 6CM0 Fz0 1kN0 14n0 1kN0 14L0 1zd0 On0 69B0 2I0u OL0 1FB0 Rb0 1qN0 TX0 1tB0 TX0 1tB0 TX0 1tB0 TX0 2ap0 12FBu 11A0 1o00 11A0|23e6","Asia/Srednekolymsk|LMT +10 +11 +12|-ae.Q -a0 -b0 -c0|01232323232323232323232123232323232323232323232323232323232323232|-1Pcae.Q eUoe.Q 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 8Hz0|35e2","Asia/Taipei|CST JST CDT|-80 -90 -90|01020202020202020202020202020202020202020|-1iw80 joM0 1yo0 Tz0 1ip0 1jX0 1cN0 11b0 1oN0 11b0 1oN0 11b0 1oN0 11b0 10N0 1BX0 10p0 1pz0 10p0 1pz0 10p0 1db0 1dd0 1db0 1cN0 1db0 1cN0 1db0 1cN0 1db0 1BB0 ML0 1Bd0 ML0 uq10 1db0 1cN0 1db0 97B0 AL0|74e5","Asia/Tashkent|LMT +05 +06 +07|-4B.b -50 -60 -70|012323232323232323232321|-1Pc4B.b eUnB.b 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0|23e5","Asia/Tbilisi|TBMT +03 +04 +05|-2X.b -30 -40 -50|0123232323232323232323212121232323232323232323212|-1Pc2X.b 1jUnX.b WCL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 1cK0 1cL0 1cN0 1cL0 1cN0 2pz0 1cL0 1fB0 3Nz0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 An0 Os0 WM0|11e5","Asia/Tehran|LMT TMT +0330 +04 +05 +0430|-3p.I -3p.I -3u -40 -50 -4u|01234325252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252|-2btDp.I 1d3c0 1huLT.I TXu 1pz0 sN0 vAu 1cL0 1dB0 1en0 pNB0 UL0 1cN0 1dz0 1cp0 1dz0 1cp0 1dz0 1cp0 1dz0 1cp0 1dz0 1cN0 1dz0 1cp0 1dz0 1cp0 1dz0 1cp0 1dz0 1cN0 1dz0 1cp0 1dz0 1cp0 1dz0 1cp0 1dz0 1cN0 1dz0 64p0 1dz0 1cN0 1dz0 1cp0 1dz0 1cp0 1dz0 1cp0 1dz0 1cN0 1dz0 1cp0 1dz0 1cp0 1dz0 1cp0 1dz0 1cN0 1dz0 1cp0 1dz0 1cp0 1dz0 1cp0 1dz0 1cN0 1dz0 1cp0 1dz0 1cp0 1dz0 1cp0 1dz0 1cN0 1dz0 1cp0 1dz0 1cp0 1dz0 1cp0 1dz0 1cp0 1dz0 1cN0 1dz0 1cp0 1dz0 1cp0 1dz0 1cp0 1dz0 1cN0 1dz0 1cp0 1dz0 1cp0 1dz0 1cp0 1dz0|14e6","Asia/Thimphu|LMT +0530 +06|-5W.A -5u -60|012|-Su5W.A 1BGMs.A|79e3","Asia/Tokyo|JST JDT|-90 -a0|010101010|-QJJ0 Rc0 1lc0 14o0 1zc0 Oo0 1zc0 Oo0|38e6","Asia/Tomsk|LMT +06 +07 +08|-5D.P -60 -70 -80|0123232323232323232323212323232323232323232323212121212121212121212|-21NhD.P pxzD.P 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 co0 1bB0 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 8Hz0 3Qp0|10e5","Asia/Ulaanbaatar|LMT +07 +08 +09|-77.w -70 -80 -90|012323232323232323232323232323232323232323232323232|-2APH7.w 2Uko7.w cKn0 1db0 1dd0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1fB0 1cL0 1cN0 1cL0 1cN0 1cL0 6hD0 11z0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 kEp0 1cJ0 1cP0 1cJ0|12e5","Asia/Ust-Nera|LMT +08 +09 +12 +11 +10|-9w.S -80 -90 -c0 -b0 -a0|012343434343434343434345434343434343434343434343434343434343434345|-21Q9w.S pApw.S 23CL0 1d90 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 17V0 7zD0|65e2","Asia/Vladivostok|LMT +09 +10 +11|-8L.v -90 -a0 -b0|01232323232323232323232123232323232323232323232323232323232323232|-1SJIL.v itXL.v 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 8Hz0|60e4","Asia/Yakutsk|LMT +08 +09 +10|-8C.W -80 -90 -a0|01232323232323232323232123232323232323232323232323232323232323232|-21Q8C.W pAoC.W 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 8Hz0|28e4","Asia/Yekaterinburg|LMT PMT +04 +05 +06|-42.x -3J.5 -40 -50 -60|012343434343434343434343234343434343434343434343434343434343434343|-2ag42.x 7mQh.s qBvJ.5 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 8Hz0|14e5","Asia/Yerevan|LMT +03 +04 +05|-2W -30 -40 -50|0123232323232323232323212121212323232323232323232323232323232|-1Pc2W 1jUnW WCL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 4RX0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0|13e5","Atlantic/Azores|HMT -02 -01 +00 WET|1S.w 20 10 0 0|0121212121212121212121212121212121212121212123212321232123212121212121212121212121212121212121212121232323232323232323232323232323234323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232|-2ldW0 aPX0 Sp0 LX0 1vc0 Tc0 1uM0 SM0 1vc0 Tc0 1vc0 SM0 1vc0 6600 1co0 3E00 17c0 1fA0 1a00 1io0 1a00 1io0 17c0 3I00 17c0 1cM0 1cM0 3Fc0 1cM0 1a00 1fA0 1io0 17c0 1cM0 1cM0 1a00 1fA0 1io0 1qM0 Dc0 1tA0 1cM0 1dc0 1400 gL0 IM0 s10 U00 dX0 Rc0 pd0 Rc0 gL0 Oo0 pd0 Rc0 gL0 Oo0 pd0 14o0 1cM0 1cP0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 qIl0 1cM0 1fA0 1cM0 1cM0 1cN0 1cL0 1cN0 1cM0 1cM0 1cM0 1cM0 1cN0 1cL0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cL0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|25e4","Atlantic/Bermuda|BMT BST AST ADT|4j.i 3j.i 40 30|010102323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232|-28p7E.G 1bb0 1i10 11X0 ru30 thbE.G 1PX0 11B0 1tz0 Rd0 1zb0 Op0 1zb0 3I10 Lz0 1EN0 FX0 1HB0 FX0 1Kp0 Db0 1Kp0 Db0 1Kp0 FX0 93d0 11z0 GAp0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|65e3","Atlantic/Canary|LMT -01 WET WEST|11.A 10 0 -10|01232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232|-1UtaW.o XPAW.o 1lAK0 1a10 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|54e4","Atlantic/Cape_Verde|LMT -02 -01|1y.4 20 10|01212|-2ldW0 1eEo0 7zX0 1djf0|50e4","Atlantic/Faroe|LMT WET WEST|r.4 0 -10|01212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-2uSnw.U 2Wgow.U 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|49e3","Atlantic/Madeira|FMT -01 +00 +01 WET WEST|17.A 10 0 -10 0 -10|0121212121212121212121212121212121212121212123212321232123212121212121212121212121212121212121212121454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454|-2ldX0 aPX0 Sp0 LX0 1vc0 Tc0 1uM0 SM0 1vc0 Tc0 1vc0 SM0 1vc0 6600 1co0 3E00 17c0 1fA0 1a00 1io0 1a00 1io0 17c0 3I00 17c0 1cM0 1cM0 3Fc0 1cM0 1a00 1fA0 1io0 17c0 1cM0 1cM0 1a00 1fA0 1io0 1qM0 Dc0 1tA0 1cM0 1dc0 1400 gL0 IM0 s10 U00 dX0 Rc0 pd0 Rc0 gL0 Oo0 pd0 Rc0 gL0 Oo0 pd0 14o0 1cM0 1cP0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 qIl0 1cM0 1fA0 1cM0 1cM0 1cN0 1cL0 1cN0 1cM0 1cM0 1cM0 1cM0 1cN0 1cL0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|27e4","Atlantic/Reykjavik|LMT -01 +00 GMT|1s 10 0 0|012121212121212121212121212121212121212121212121212121212121212121213|-2uWmw mfaw 1Bd0 ML0 1LB0 Cn0 1LB0 3fX0 C10 HrX0 1cO0 LB0 1EL0 LA0 1C00 Oo0 1wo0 Rc0 1wo0 Rc0 1wo0 Rc0 1zc0 Oo0 1zc0 14o0 1lc0 14o0 1lc0 14o0 1o00 11A0 1lc0 14o0 1o00 14o0 1lc0 14o0 1lc0 14o0 1lc0 14o0 1lc0 14o0 1o00 14o0 1lc0 14o0 1lc0 14o0 1lc0 14o0 1lc0 14o0 1lc0 14o0 1o00 14o0 1lc0 14o0 1lc0 14o0 1lc0 14o0 1lc0 14o0 1o00 14o0|12e4","Atlantic/South_Georgia|-02|20|0||30","Atlantic/Stanley|SMT -04 -03 -02|3P.o 40 30 20|012121212121212323212121212121212121212121212121212121212121212121212|-2kJw8.A 12bA8.A 19X0 1fB0 19X0 1ip0 19X0 1fB0 19X0 1fB0 19X0 1fB0 Cn0 1Cc10 WL0 1qL0 U10 1tz0 2mN0 WN0 1qL0 WN0 1qL0 WN0 1qL0 WN0 1tz0 U10 1tz0 WN0 1qL0 WN0 1qL0 WN0 1qL0 WN0 1qL0 WN0 1tz0 WN0 1qL0 WN0 1qL0 WN0 1qL0 WN0 1qL0 WN0 1qN0 U10 1wn0 Rd0 1wn0 U10 1tz0 U10 1tz0 U10 1tz0 U10 1tz0 U10 1wn0 U10 1tz0 U10 1tz0 U10|21e2","Australia/Sydney|AEST AEDT|-a0 -b0|0101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101|-293k0 xc0 10jc0 yM0 1cM0 1cM0 1fA0 1a00 17c00 LA0 1C00 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 14o0 1o00 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 U00 1qM0 WM0 1tA0 WM0 1tA0 U00 1tA0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 11A0 1o00 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 11A0 1o00 WM0 1qM0 14o0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0|40e5","Australia/Adelaide|ACST ACDT|-9u -au|0101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101|-293ju xc0 10jc0 yM0 1cM0 1cM0 1fA0 1a00 17c00 LA0 1C00 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 U00 1qM0 WM0 1tA0 WM0 1tA0 U00 1tA0 U00 1tA0 Oo0 1zc0 WM0 1qM0 Rc0 1zc0 U00 1tA0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 11A0 1o00 WM0 1qM0 14o0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0|11e5","Australia/Brisbane|AEST AEDT|-a0 -b0|01010101010101010|-293k0 xc0 10jc0 yM0 1cM0 1cM0 1fA0 1a00 17c00 LA0 H1A0 Oo0 1zc0 Oo0 1zc0 Oo0|20e5","Australia/Broken_Hill|ACST ACDT|-9u -au|0101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101|-293ju xc0 10jc0 yM0 1cM0 1cM0 1fA0 1a00 17c00 LA0 1C00 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 14o0 1o00 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 U00 1qM0 WM0 1tA0 WM0 1tA0 U00 1tA0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 11A0 1o00 WM0 1qM0 14o0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0|18e3","Australia/Hobart|AEST AEDT|-a0 -b0|0101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101|-29E80 1a00 1qM0 Oo0 1zc0 Oo0 TAo0 yM0 1cM0 1cM0 1fA0 1a00 VfA0 1cM0 1o00 Rc0 1wo0 Rc0 1wo0 U00 1wo0 LA0 1C00 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 11A0 1qM0 WM0 1qM0 Oo0 1zc0 Oo0 1zc0 Oo0 1wo0 WM0 1tA0 WM0 1tA0 U00 1tA0 U00 1tA0 11A0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 11A0 1o00 1io0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1cM0 1a00 1io0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0|21e4","Australia/Darwin|ACST ACDT|-9u -au|010101010|-293ju xc0 10jc0 yM0 1cM0 1cM0 1fA0 1a00|12e4","Australia/Eucla|+0845 +0945|-8J -9J|0101010101010101010|-293iJ xc0 10jc0 yM0 1cM0 1cM0 1gSo0 Oo0 l5A0 Oo0 iJA0 G00 zU00 IM0 1qM0 11A0 1o00 11A0|368","Australia/Lord_Howe|AEST +1030 +1130 +11|-a0 -au -bu -b0|0121212121313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313|raC0 1zdu Rb0 1zd0 On0 1zd0 On0 1zd0 On0 1zd0 TXu 1qMu WLu 1tAu WLu 1tAu TXu 1tAu Onu 1zcu Onu 1zcu Onu 1zcu Rbu 1zcu Onu 1zcu Onu 1zcu 11zu 1o0u 11zu 1o0u 11zu 1o0u 11zu 1qMu WLu 11Au 1nXu 1qMu 11zu 1o0u 11zu 1o0u 11zu 1qMu WLu 1qMu 11zu 1o0u WLu 1qMu 14nu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1fAu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1fAu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1fzu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1fAu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1fAu 1cLu 1cMu 1cLu 1cMu|347","Australia/Lindeman|AEST AEDT|-a0 -b0|010101010101010101010|-293k0 xc0 10jc0 yM0 1cM0 1cM0 1fA0 1a00 17c00 LA0 H1A0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0|10","Australia/Melbourne|AEST AEDT|-a0 -b0|0101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101|-293k0 xc0 10jc0 yM0 1cM0 1cM0 1fA0 1a00 17c00 LA0 1C00 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 U00 1qM0 WM0 1qM0 11A0 1tA0 U00 1tA0 U00 1tA0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 11A0 1o00 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 11A0 1o00 WM0 1qM0 14o0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0|39e5","Australia/Perth|AWST AWDT|-80 -90|0101010101010101010|-293i0 xc0 10jc0 yM0 1cM0 1cM0 1gSo0 Oo0 l5A0 Oo0 iJA0 G00 zU00 IM0 1qM0 11A0 1o00 11A0|18e5","CET|CET CEST|-10 -20|01010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-2aFe0 11d0 1iO0 11A0 1o00 11A0 Qrc0 6i00 WM0 1fA0 1cM0 1cM0 1cM0 16M0 1gMM0 1a00 1fA0 1cM0 1cM0 1cM0 1fA0 1a00 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|","Pacific/Easter|EMT -07 -06 -05|7h.s 70 60 50|012121212121212121212121212123232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323|-1uSgG.w 1s4IG.w WL0 1zd0 On0 1ip0 11z0 1o10 11z0 1qN0 WL0 1ld0 14n0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 WL0 1qN0 11z0 1o10 2pA0 11z0 1o10 11z0 1qN0 WL0 1qN0 WL0 1qN0 1cL0 1cN0 11z0 1o10 11z0 1qN0 WL0 1fB0 19X0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 17b0 1ip0 11z0 1ip0 1fz0 1fB0 11z0 1qN0 WL0 1qN0 WL0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 17b0 1ip0 11z0 1o10 19X0 1fB0 1nX0 G10 1EL0 Op0 1zb0 Rd0 1wn0 Rd0 46n0 Ap0 1Nb0 Ap0 1Nb0 Ap0 1zb0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0|30e2","CST6CDT|CST CDT CWT CPT|60 50 50 50|010102301010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-261s0 1nX0 11B0 1nX0 SgN0 8x30 iw0 QwN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|","EET|EET EEST|-20 -30|010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|hDB0 1a00 1fA0 1cM0 1cM0 1cM0 1fA0 1a00 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|","Europe/Dublin|DMT IST GMT BST IST|p.l -y.D 0 -10 -10|01232323232324242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242|-2ax9y.D Rc0 1fzy.D 14M0 1fc0 1g00 1co0 1dc0 1co0 1oo0 1400 1dc0 19A0 1io0 1io0 WM0 1o00 14o0 1o00 17c0 1io0 17c0 1fA0 1a00 1lc0 17c0 1io0 17c0 1fA0 1a00 1io0 17c0 1io0 17c0 1fA0 1cM0 1io0 17c0 1fA0 1a00 1io0 17c0 1io0 17c0 1fA0 1a00 1io0 1qM0 Dc0 g600 14o0 1wo0 17c0 1io0 11A0 1o00 17c0 1fA0 1a00 1fA0 1cM0 1fA0 1a00 17c0 1fA0 1a00 1io0 17c0 1lc0 17c0 1fA0 1a00 1io0 17c0 1io0 17c0 1fA0 1a00 1a00 1qM0 WM0 1qM0 11A0 1o00 WM0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1tA0 IM0 90o0 U00 1tA0 U00 1tA0 U00 1tA0 U00 1tA0 WM0 1qM0 WM0 1qM0 WM0 1tA0 U00 1tA0 U00 1tA0 11z0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1o00 14o0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|12e5","EST|EST|50|0||","EST5EDT|EST EDT EWT EPT|50 40 40 40|010102301010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-261t0 1nX0 11B0 1nX0 SgN0 8x40 iv0 QwN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|","Etc/GMT-0|GMT|0|0||","Etc/GMT-1|+01|-10|0||","Etc/GMT-11|+11|-b0|0||","Pacific/Tarawa|+12|-c0|0||29e3","Etc/GMT-13|+13|-d0|0||","Etc/GMT-14|+14|-e0|0||","Etc/GMT-2|+02|-20|0||","Etc/GMT-3|+03|-30|0||","Etc/GMT-4|+04|-40|0||","Etc/GMT-5|+05|-50|0||","Etc/GMT-6|+06|-60|0||","Indian/Christmas|+07|-70|0||21e2","Etc/GMT-8|+08|-80|0||","Pacific/Palau|+09|-90|0||21e3","Etc/GMT+1|-01|10|0||","Etc/GMT+10|-10|a0|0||","Etc/GMT+11|-11|b0|0||","Etc/GMT+12|-12|c0|0||","Etc/GMT+3|-03|30|0||","Etc/GMT+4|-04|40|0||","Etc/GMT+5|-05|50|0||","Etc/GMT+6|-06|60|0||","Etc/GMT+7|-07|70|0||","Etc/GMT+8|-08|80|0||","Etc/GMT+9|-09|90|0||","Etc/UTC|UTC|0|0||","Europe/Amsterdam|AMT NST +0120 +0020 CEST CET|-j.w -1j.w -1k -k -20 -10|010101010101010101010101010101010101010101012323234545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545|-2aFcj.w 11b0 1iP0 11A0 1io0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1co0 1io0 1yo0 Pc0 1a00 1fA0 1Bc0 Mo0 1tc0 Uo0 1tA0 U00 1uo0 W00 1s00 VA0 1so0 Vc0 1sM0 UM0 1wo0 Rc0 1u00 Wo0 1rA0 W00 1s00 VA0 1sM0 UM0 1w00 fV0 BCX.w 1tA0 U00 1u00 Wo0 1sm0 601k WM0 1fA0 1cM0 1cM0 1cM0 16M0 1gMM0 1a00 1fA0 1cM0 1cM0 1cM0 1fA0 1a00 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|16e5","Europe/Andorra|WET CET CEST|0 -10 -20|012121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-UBA0 1xIN0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|79e3","Europe/Astrakhan|LMT +03 +04 +05|-3c.c -30 -40 -50|012323232323232323212121212121212121212121212121212121212121212|-1Pcrc.c eUMc.c 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 2pB0 1cM0 1fA0 1cM0 3Co0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 8Hz0 3rd0|10e5","Europe/Athens|AMT EET EEST CEST CET|-1y.Q -20 -30 -20 -10|012123434121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-2a61x.Q CNbx.Q mn0 kU10 9b0 3Es0 Xa0 1fb0 1dd0 k3X0 Nz0 SCp0 1vc0 SO0 1cM0 1a00 1ao0 1fc0 1a10 1fG0 1cg0 1dX0 1bX0 1cQ0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|35e5","Europe/London|GMT BST BDST|0 -10 -20|0101010101010101010101010101010101010101010101010121212121210101210101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-2axa0 Rc0 1fA0 14M0 1fc0 1g00 1co0 1dc0 1co0 1oo0 1400 1dc0 19A0 1io0 1io0 WM0 1o00 14o0 1o00 17c0 1io0 17c0 1fA0 1a00 1lc0 17c0 1io0 17c0 1fA0 1a00 1io0 17c0 1io0 17c0 1fA0 1cM0 1io0 17c0 1fA0 1a00 1io0 17c0 1io0 17c0 1fA0 1a00 1io0 1qM0 Dc0 2Rz0 Dc0 1zc0 Oo0 1zc0 Rc0 1wo0 17c0 1iM0 FA0 xB0 1fA0 1a00 14o0 bb0 LA0 xB0 Rc0 1wo0 11A0 1o00 17c0 1fA0 1a00 1fA0 1cM0 1fA0 1a00 17c0 1fA0 1a00 1io0 17c0 1lc0 17c0 1fA0 1a00 1io0 17c0 1io0 17c0 1fA0 1a00 1a00 1qM0 WM0 1qM0 11A0 1o00 WM0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1tA0 IM0 90o0 U00 1tA0 U00 1tA0 U00 1tA0 U00 1tA0 WM0 1qM0 WM0 1qM0 WM0 1tA0 U00 1tA0 U00 1tA0 11z0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1o00 14o0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|10e6","Europe/Belgrade|CET CEST|-10 -20|01010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-19RC0 3IP0 WM0 1fA0 1cM0 1cM0 1rc0 Qo0 1vmo0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|12e5","Europe/Berlin|CET CEST CEMT|-10 -20 -30|01010101010101210101210101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-2aFe0 11d0 1iO0 11A0 1o00 11A0 Qrc0 6i00 WM0 1fA0 1cM0 1cM0 1cM0 kL0 Nc0 m10 WM0 1ao0 1cp0 dX0 jz0 Dd0 1io0 17c0 1fA0 1a00 1ehA0 1a00 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|41e5","Europe/Prague|CET CEST GMT|-10 -20 0|01010101010101010201010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-2aFe0 11d0 1iO0 11A0 1o00 11A0 Qrc0 6i00 WM0 1fA0 1cM0 1cM0 1cM0 1cM0 1qM0 11c0 mp0 xA0 mn0 17c0 1io0 17c0 1fc0 1ao0 1bNc0 1cM0 1fA0 1a00 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|13e5","Europe/Brussels|WET CET CEST WEST|0 -10 -20 -10|0121212103030303030303030303030303030303030303030303212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-2ehc0 3zX0 11c0 1iO0 11A0 1o00 11A0 my0 Ic0 1qM0 Rc0 1EM0 UM0 1u00 10o0 1io0 1io0 17c0 1a00 1fA0 1cM0 1cM0 1io0 17c0 1fA0 1a00 1io0 1a30 1io0 17c0 1fA0 1a00 1io0 17c0 1cM0 1cM0 1a00 1io0 1cM0 1cM0 1a00 1fA0 1io0 17c0 1cM0 1cM0 1a00 1fA0 1io0 1qM0 Dc0 y00 5Wn0 WM0 1fA0 1cM0 16M0 1iM0 16M0 1C00 Uo0 1eeo0 1a00 1fA0 1cM0 1cM0 1cM0 1fA0 1a00 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|21e5","Europe/Bucharest|BMT EET EEST|-1I.o -20 -30|0121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-1xApI.o 20LI.o RA0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1Axc0 On0 1fA0 1a10 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cK0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cL0 1cN0 1cL0 1fB0 1nX0 11E0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|19e5","Europe/Budapest|CET CEST|-10 -20|0101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-2aFe0 11d0 1iO0 11A0 1o00 11A0 1oo0 11c0 1lc0 17c0 O1V0 3Nf0 WM0 1fA0 1cM0 1cM0 1oJ0 1dd0 1020 1fX0 1cp0 1cM0 1cM0 1cM0 1fA0 1a00 bhy0 Rb0 1wr0 Rc0 1C00 LA0 1C00 LA0 SNW0 1a00 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cO0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|17e5","Europe/Zurich|CET CEST|-10 -20|01010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-19Lc0 11A0 1o00 11A0 1xG10 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|38e4","Europe/Chisinau|CMT BMT EET EEST CEST CET MSK MSD|-1T -1I.o -20 -30 -20 -10 -30 -40|012323232323232323234545467676767676767676767323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232|-26jdT wGMa.A 20LI.o RA0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 27A0 2en0 39g0 WM0 1fA0 1cM0 V90 1t7z0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 gL0 WO0 1cM0 1cM0 1cK0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1fB0 1nX0 11D0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|67e4","Europe/Copenhagen|CET CEST|-10 -20|0101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-2azC0 Tz0 VuO0 60q0 WM0 1fA0 1cM0 1cM0 1cM0 S00 1HA0 Nc0 1C00 Dc0 1Nc0 Ao0 1h5A0 1a00 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|12e5","Europe/Gibraltar|GMT BST BDST CET CEST|0 -10 -20 -10 -20|010101010101010101010101010101010101010101010101012121212121010121010101010101010101034343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343|-2axa0 Rc0 1fA0 14M0 1fc0 1g00 1co0 1dc0 1co0 1oo0 1400 1dc0 19A0 1io0 1io0 WM0 1o00 14o0 1o00 17c0 1io0 17c0 1fA0 1a00 1lc0 17c0 1io0 17c0 1fA0 1a00 1io0 17c0 1io0 17c0 1fA0 1cM0 1io0 17c0 1fA0 1a00 1io0 17c0 1io0 17c0 1fA0 1a00 1io0 1qM0 Dc0 2Rz0 Dc0 1zc0 Oo0 1zc0 Rc0 1wo0 17c0 1iM0 FA0 xB0 1fA0 1a00 14o0 bb0 LA0 xB0 Rc0 1wo0 11A0 1o00 17c0 1fA0 1a00 1fA0 1cM0 1fA0 1a00 17c0 1fA0 1a00 1io0 17c0 1lc0 17c0 1fA0 10Jz0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|30e3","Europe/Helsinki|HMT EET EEST|-1D.N -20 -30|0121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-1WuND.N OULD.N 1dA0 1xGq0 1cM0 1cM0 1cM0 1cN0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|12e5","Europe/Kaliningrad|CET CEST EET EEST MSK MSD +03|-10 -20 -20 -30 -30 -40 -30|01010101010101232454545454545454543232323232323232323232323232323232323232323262|-2aFe0 11d0 1iO0 11A0 1o00 11A0 Qrc0 6i00 WM0 1fA0 1cM0 1cM0 1cM0 390 7A0 1en0 12N0 1pbb0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cN0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 8Hz0|44e4","Europe/Kiev|KMT EET MSK CEST CET MSD EEST|-22.4 -20 -30 -20 -10 -40 -30|0123434252525252525252525256161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161|-1Pc22.4 eUo2.4 rnz0 2Hg0 WM0 1fA0 da0 1v4m0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 Db0 3220 1cK0 1cL0 1cN0 1cL0 1cN0 1cL0 1cQ0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|34e5","Europe/Kirov|LMT +03 +04 +05|-3i.M -30 -40 -50|01232323232323232321212121212121212121212121212121212121212121|-22WM0 qH90 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 2pB0 1cM0 1fA0 1cM0 3Co0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 8Hz0|48e4","Europe/Lisbon|LMT WET WEST WEMT CET CEST|A.J 0 -10 -20 -10 -20|01212121212121212121212121212121212121212121232123212321232121212121212121212121212121212121212121214121212121212121212121212121212124545454212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-2le00 aPX0 Sp0 LX0 1vc0 Tc0 1uM0 SM0 1vc0 Tc0 1vc0 SM0 1vc0 6600 1co0 3E00 17c0 1fA0 1a00 1io0 1a00 1io0 17c0 3I00 17c0 1cM0 1cM0 3Fc0 1cM0 1a00 1fA0 1io0 17c0 1cM0 1cM0 1a00 1fA0 1io0 1qM0 Dc0 1tA0 1cM0 1dc0 1400 gL0 IM0 s10 U00 dX0 Rc0 pd0 Rc0 gL0 Oo0 pd0 Rc0 gL0 Oo0 pd0 14o0 1cM0 1cP0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 pvy0 1cM0 1cM0 1fA0 1cM0 1cM0 1cN0 1cL0 1cN0 1cM0 1cM0 1cM0 1cM0 1cN0 1cL0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|27e5","Europe/Luxembourg|LMT CET CEST WET WEST WEST WET|-o.A -10 -20 0 -10 -20 -10|0121212134343434343434343434343434343434343434343434565651212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-2DG0o.A t6mo.A TB0 1nX0 Up0 1o20 11A0 rW0 CM0 1qP0 R90 1EO0 UK0 1u20 10m0 1ip0 1in0 17e0 19W0 1fB0 1db0 1cp0 1in0 17d0 1fz0 1a10 1in0 1a10 1in0 17f0 1fA0 1a00 1io0 17c0 1cM0 1cM0 1a00 1io0 1cM0 1cM0 1a00 1fA0 1io0 17c0 1cM0 1cM0 1a00 1fA0 1io0 1qM0 Dc0 vA0 60L0 WM0 1fA0 1cM0 17c0 1io0 16M0 1C00 Uo0 1eeo0 1a00 1fA0 1cM0 1cM0 1cM0 1fA0 1a00 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|54e4","Europe/Madrid|WET WEST WEMT CET CEST|0 -10 -20 -10 -20|010101010101010101210343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343|-25Td0 19B0 1cL0 1dd0 b1z0 18p0 3HX0 17d0 1fz0 1a10 1io0 1a00 1in0 17d0 iIn0 Hd0 1cL0 bb0 1200 2s20 14n0 5aL0 Mp0 1vz0 17d0 1in0 17d0 1in0 17d0 1in0 17d0 6hX0 11B0 XHX0 1a10 1fz0 1a10 19X0 1cN0 1fz0 1a10 1fC0 1cM0 1cM0 1cM0 1fA0 1a00 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|62e5","Europe/Malta|CET CEST|-10 -20|0101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-2arB0 Lz0 1cN0 1db0 1410 1on0 Wp0 1qL0 17d0 1cL0 M3B0 5M20 WM0 1fA0 1co0 17c0 1iM0 16m0 1de0 1lc0 14m0 1lc0 WO0 1qM0 GTW0 On0 1C10 LA0 1C00 LA0 1EM0 LA0 1C00 LA0 1zc0 Oo0 1C00 Oo0 1co0 1cM0 1lA0 Xc0 1qq0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1iN0 19z0 1fB0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|42e4","Europe/Minsk|MMT EET MSK CEST CET MSD EEST +03|-1O -20 -30 -20 -10 -40 -30 -30|01234343252525252525252525261616161616161616161616161616161616161617|-1Pc1O eUnO qNX0 3gQ0 WM0 1fA0 1cM0 Al0 1tsn0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 3Fc0 1cN0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0|19e5","Europe/Monaco|PMT WET WEST WEMT CET CEST|-9.l 0 -10 -20 -10 -20|01212121212121212121212121212121212121212121212121232323232345454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454|-2n5c9.l cFX9.l HA0 19A0 1iM0 11c0 1oo0 Wo0 1rc0 QM0 1EM0 UM0 1u00 10o0 1io0 1wo0 Rc0 1a00 1fA0 1cM0 1cM0 1io0 17c0 1fA0 1a00 1io0 1a00 1io0 17c0 1fA0 1a00 1io0 17c0 1cM0 1cM0 1a00 1io0 1cM0 1cM0 1a00 1fA0 1io0 17c0 1cM0 1cM0 1a00 1fA0 1io0 1qM0 Df0 2RV0 11z0 11B0 1ze0 WM0 1fA0 1cM0 1fa0 1aq0 16M0 1ekn0 1cL0 1fC0 1a00 1fA0 1cM0 1cM0 1cM0 1fA0 1a00 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|38e3","Europe/Moscow|MMT MMT MST MDST MSD MSK +05 EET EEST MSK|-2u.h -2v.j -3v.j -4v.j -40 -30 -50 -20 -30 -40|012132345464575454545454545454545458754545454545454545454545454545454545454595|-2ag2u.h 2pyW.W 1bA0 11X0 GN0 1Hb0 c4v.j ik0 3DA0 dz0 15A0 c10 2q10 iM10 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cN0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 8Hz0|16e6","Europe/Paris|PMT WET WEST CEST CET WEMT|-9.l 0 -10 -20 -10 -20|0121212121212121212121212121212121212121212121212123434352543434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434|-2nco9.l cNb9.l HA0 19A0 1iM0 11c0 1oo0 Wo0 1rc0 QM0 1EM0 UM0 1u00 10o0 1io0 1wo0 Rc0 1a00 1fA0 1cM0 1cM0 1io0 17c0 1fA0 1a00 1io0 1a00 1io0 17c0 1fA0 1a00 1io0 17c0 1cM0 1cM0 1a00 1io0 1cM0 1cM0 1a00 1fA0 1io0 17c0 1cM0 1cM0 1a00 1fA0 1io0 1qM0 Df0 Ik0 5M30 WM0 1fA0 1cM0 Vx0 hB0 1aq0 16M0 1ekn0 1cL0 1fC0 1a00 1fA0 1cM0 1cM0 1cM0 1fA0 1a00 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|11e6","Europe/Riga|RMT LST EET MSK CEST CET MSD EEST|-1A.y -2A.y -20 -30 -20 -10 -40 -30|010102345454536363636363636363727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272|-25TzA.y 11A0 1iM0 ko0 gWm0 yDXA.y 2bX0 3fE0 WM0 1fA0 1cM0 1cM0 4m0 1sLy0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cN0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cN0 1o00 11A0 1o00 11A0 1qM0 3oo0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|64e4","Europe/Rome|CET CEST|-10 -20|0101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-2arB0 Lz0 1cN0 1db0 1410 1on0 Wp0 1qL0 17d0 1cL0 M3B0 5M20 WM0 1fA0 1cM0 16M0 1iM0 16m0 1de0 1lc0 14m0 1lc0 WO0 1qM0 GTW0 On0 1C10 LA0 1C00 LA0 1EM0 LA0 1C00 LA0 1zc0 Oo0 1C00 Oo0 1C00 LA0 1zc0 Oo0 1C00 LA0 1C00 LA0 1zc0 Oo0 1C00 Oo0 1zc0 Oo0 1fC0 1a00 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|39e5","Europe/Samara|LMT +03 +04 +05|-3k.k -30 -40 -50|0123232323232323232121232323232323232323232323232323232323212|-22WM0 qH90 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 2pB0 1cM0 1fA0 2y10 14m0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 2sp0 WM0|12e5","Europe/Saratov|LMT +03 +04 +05|-34.i -30 -40 -50|012323232323232321212121212121212121212121212121212121212121212|-22WM0 qH90 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 2pB0 1cM0 1cM0 1cM0 1fA0 1cM0 3Co0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 8Hz0 5810|","Europe/Simferopol|SMT EET MSK CEST CET MSD EEST MSK|-2g -20 -30 -20 -10 -40 -30 -40|012343432525252525252525252161616525252616161616161616161616161616161616172|-1Pc2g eUog rEn0 2qs0 WM0 1fA0 1cM0 3V0 1u0L0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1Q00 4eL0 1cL0 1cN0 1cL0 1cN0 dX0 WL0 1cN0 1cL0 1fB0 1o30 11B0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11z0 1nW0|33e4","Europe/Sofia|EET CET CEST EEST|-20 -10 -20 -30|01212103030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030|-168L0 WM0 1fA0 1cM0 1cM0 1cN0 1mKH0 1dd0 1fb0 1ap0 1fb0 1a20 1fy0 1a30 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cK0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1fB0 1nX0 11E0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|12e5","Europe/Stockholm|CET CEST|-10 -20|01010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-2azC0 TB0 2yDe0 1a00 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|15e5","Europe/Tallinn|TMT CET CEST EET MSK MSD EEST|-1D -10 -20 -20 -30 -40 -30|012103421212454545454545454546363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363|-26oND teD 11A0 1Ta0 4rXl KSLD 2FX0 2Jg0 WM0 1fA0 1cM0 18J0 1sTX0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cN0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o10 11A0 1qM0 5QM0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|41e4","Europe/Tirane|LMT CET CEST|-1j.k -10 -20|01212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-2glBj.k 14pcj.k 5LC0 WM0 4M0 1fCK0 10n0 1op0 11z0 1pd0 11z0 1qN0 WL0 1qp0 Xb0 1qp0 Xb0 1qp0 11z0 1lB0 11z0 1qN0 11z0 1iN0 16n0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|42e4","Europe/Ulyanovsk|LMT +03 +04 +05 +02|-3d.A -30 -40 -50 -20|01232323232323232321214121212121212121212121212121212121212121212|-22WM0 qH90 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 2pB0 1cM0 1fA0 2pB0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 8Hz0 3rd0|13e5","Europe/Uzhgorod|CET CEST MSK MSD EET EEST|-10 -20 -30 -40 -20 -30|010101023232323232323232320454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454|-1cqL0 6i00 WM0 1fA0 1cM0 1ml0 1Cp0 1r3W0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1Q00 1Nf0 2pw0 1cL0 1cN0 1cL0 1cN0 1cL0 1cQ0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|11e4","Europe/Vienna|CET CEST|-10 -20|0101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-2aFe0 11d0 1iO0 11A0 1o00 11A0 3KM0 14o0 LA00 6i00 WM0 1fA0 1cM0 1cM0 1cM0 400 2qM0 1ao0 1co0 1cM0 1io0 17c0 1gHa0 19X0 1cP0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|18e5","Europe/Vilnius|WMT KMT CET EET MSK CEST MSD EEST|-1o -1z.A -10 -20 -30 -20 -40 -30|012324525254646464646464646473737373737373737352537373737373737373737373737373737373737373737373737373737373737373737373|-293do 6ILM.o 1Ooz.A zz0 Mfd0 29W0 3is0 WM0 1fA0 1cM0 LV0 1tgL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cN0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11B0 1o00 11A0 1qM0 8io0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|54e4","Europe/Volgograd|LMT +03 +04 +05|-2V.E -30 -40 -50|0123232323232323212121212121212121212121212121212121212121212121|-21IqV.E psLV.E 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 2pB0 1cM0 1cM0 1cM0 1fA0 1cM0 3Co0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 8Hz0 9Jd0 5gn0|10e5","Europe/Warsaw|WMT CET CEST EET EEST|-1o -10 -20 -20 -30|012121234312121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-2ctdo 1LXo 11d0 1iO0 11A0 1o00 11A0 1on0 11A0 6zy0 HWP0 5IM0 WM0 1fA0 1cM0 1dz0 1mL0 1en0 15B0 1aq0 1nA0 11A0 1io0 17c0 1fA0 1a00 iDX0 LA0 1cM0 1cM0 1C00 Oo0 1cM0 1cM0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1C00 LA0 uso0 1a00 1fA0 1cM0 1cM0 1cM0 1fA0 1a00 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cN0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|17e5","Europe/Zaporozhye|+0220 EET MSK CEST CET MSD EEST|-2k -20 -30 -20 -10 -40 -30|01234342525252525252525252526161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161|-1Pc2k eUok rdb0 2RE0 WM0 1fA0 8m0 1v9a0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cK0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cQ0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|77e4","HST|HST|a0|0||","Indian/Chagos|LMT +05 +06|-4N.E -50 -60|012|-2xosN.E 3AGLN.E|30e2","Indian/Cocos|+0630|-6u|0||596","Indian/Kerguelen|-00 +05|0 -50|01|-MG00|130","Indian/Mahe|LMT +04|-3F.M -40|01|-2xorF.M|79e3","Indian/Maldives|MMT +05|-4S -50|01|-olgS|35e4","Indian/Mauritius|LMT +04 +05|-3O -40 -50|012121|-2xorO 34unO 14L0 12kr0 11z0|15e4","Indian/Reunion|LMT +04|-3F.Q -40|01|-2mDDF.Q|84e4","Pacific/Kwajalein|+11 +10 +09 -12 +12|-b0 -a0 -90 c0 -c0|012034|-1kln0 akp0 6Up0 12ry0 Wan0|14e3","MET|MET MEST|-10 -20|01010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-2aFe0 11d0 1iO0 11A0 1o00 11A0 Qrc0 6i00 WM0 1fA0 1cM0 1cM0 1cM0 16M0 1gMM0 1a00 1fA0 1cM0 1cM0 1cM0 1fA0 1a00 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|","MST|MST|70|0||","MST7MDT|MST MDT MWT MPT|70 60 60 60|010102301010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-261r0 1nX0 11B0 1nX0 SgN0 8x20 ix0 QwN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|","Pacific/Chatham|+1215 +1245 +1345|-cf -cJ -dJ|012121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212|-WqAf 1adef IM0 1C00 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1qM0 14o0 1lc0 14o0 1lc0 14o0 1lc0 17c0 1io0 17c0 1io0 17c0 1io0 17c0 1lc0 14o0 1lc0 14o0 1lc0 17c0 1io0 17c0 1io0 17c0 1lc0 14o0 1lc0 14o0 1lc0 17c0 1io0 17c0 1io0 17c0 1io0 17c0 1io0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1io0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00|600","Pacific/Apia|LMT -1130 -11 -10 +14 +13|bq.U bu b0 a0 -e0 -d0|01232345454545454545454545|-2nDMx.4 1yW03.4 2rRbu 1ff0 1a00 CI0 AQ0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0|37e3","Pacific/Bougainville|+10 +09 +11|-a0 -90 -b0|0102|-16Wy0 7CN0 2MQp0|18e4","Pacific/Chuuk|+10 +09|-a0 -90|01010|-2ewy0 axB0 RVX0 axd0|49e3","Pacific/Efate|LMT +11 +12|-bd.g -b0 -c0|012121212121212121212121|-2l9nd.g 2uNXd.g Dc0 n610 1cL0 1cN0 1cL0 1fB0 19X0 1fB0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1fB0 Lz0 1Nd0 An0|66e3","Pacific/Enderbury|-00 -12 -11 +13|0 c0 b0 -d0|0123|-1iIo0 1GsA0 B7X0|1","Pacific/Fakaofo|-11 +13|b0 -d0|01|1Gfn0|483","Pacific/Fiji|LMT +12 +13|-bT.I -c0 -d0|01212121212121212121212121212121212121212121212121212121212121|-2bUzT.I 3m8NT.I LA0 1EM0 IM0 nJc0 LA0 1o00 Rc0 1wo0 Ao0 1Nc0 Ao0 1Q00 xz0 1SN0 uM0 1SM0 uM0 1VA0 s00 1VA0 s00 1VA0 s00 20o0 pc0 2hc0 bc0 4q00 pc0 20o0 pc0 20o0 pc0 20o0 s00 1VA0 s00 20o0 pc0 20o0 pc0 20o0 pc0 20o0 pc0 20o0 s00 20o0 pc0 20o0 pc0 20o0 pc0 20o0 pc0 20o0 s00 1VA0 s00|88e4","Pacific/Galapagos|LMT -05 -06|5W.o 50 60|01212|-1yVS1.A 2dTz1.A gNd0 rz0|25e3","Pacific/Gambier|LMT -09|8X.M 90|01|-2jof0.c|125","Pacific/Guadalcanal|LMT +11|-aD.M -b0|01|-2joyD.M|11e4","Pacific/Guam|GST +09 GDT ChST|-a0 -90 -b0 -a0|01020202020202020203|-18jK0 6pB0 AhB0 3QL0 g2p0 3p91 WOX rX0 1zd0 Rb0 1wp0 Rb0 5xd0 rX0 5sN0 zb1 1C0X On0 ULb0|17e4","Pacific/Honolulu|HST HDT HWT HPT HST|au 9u 9u 9u a0|0102304|-1thLu 8x0 lef0 8wWu iAu 46p0|37e4","Pacific/Kiritimati|-1040 -10 +14|aE a0 -e0|012|nIaE B7Xk|51e2","Pacific/Kosrae|+11 +09 +10 +12|-b0 -90 -a0 -c0|01021030|-2ewz0 axC0 HBy0 akp0 axd0 WOK0 1bdz0|66e2","Pacific/Majuro|+11 +09 +10 +12|-b0 -90 -a0 -c0|0102103|-2ewz0 axC0 HBy0 akp0 6RB0 12um0|28e3","Pacific/Marquesas|LMT -0930|9i 9u|01|-2joeG|86e2","Pacific/Pago_Pago|LMT SST|bm.M b0|01|-2nDMB.c|37e2","Pacific/Nauru|LMT +1130 +09 +12|-b7.E -bu -90 -c0|01213|-1Xdn7.E QCnB.E 7mqu 1lnbu|10e3","Pacific/Niue|LMT -1120 -11|bj.E bk b0|012|-FScE.k suo0.k|12e2","Pacific/Norfolk|+1112 +1130 +1230 +11 +12|-bc -bu -cu -b0 -c0|012134343434343434343434343434343434343434|-Kgbc W01G Oo0 1COo0 9Jcu 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0|25e4","Pacific/Noumea|LMT +11 +12|-b5.M -b0 -c0|01212121|-2l9n5.M 2EqM5.M xX0 1PB0 yn0 HeP0 Ao0|98e3","Pacific/Pitcairn|-0830 -08|8u 80|01|18Vku|56","Pacific/Pohnpei|+11 +09 +10|-b0 -90 -a0|010210|-2ewz0 axC0 HBy0 akp0 axd0|34e3","Pacific/Rarotonga|LMT -1030 -0930 -10|aD.4 au 9u a0|0123232323232323232323232323|-FSdk.U 13tbO.U IL0 1zcu Onu 1zcu Onu 1zcu Rbu 1zcu Onu 1zcu Onu 1zcu Onu 1zcu Onu 1zcu Onu 1zcu Rbu 1zcu Onu 1zcu Onu 1zcu Onu|13e3","Pacific/Tahiti|LMT -10|9W.g a0|01|-2joe1.I|18e4","Pacific/Tongatapu|LMT +1220 +13 +14|-cj.c -ck -d0 -e0|01232323232|-XbMj.c BgLX.c 1yndk 15A0 1wo0 xz0 1Q10 xz0 zWN0 s00|75e3","PST8PDT|PST PDT PWT PPT|80 70 70 70|010102301010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-261q0 1nX0 11B0 1nX0 SgN0 8x10 iy0 QwN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|","WET|WET WEST|0 -10|010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|hDB0 1a00 1fA0 1cM0 1cM0 1cM0 1fA0 1a00 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00|"],"links":["Africa/Abidjan|Africa/Accra","Africa/Abidjan|Africa/Bamako","Africa/Abidjan|Africa/Banjul","Africa/Abidjan|Africa/Conakry","Africa/Abidjan|Africa/Dakar","Africa/Abidjan|Africa/Freetown","Africa/Abidjan|Africa/Lome","Africa/Abidjan|Africa/Nouakchott","Africa/Abidjan|Africa/Ouagadougou","Africa/Abidjan|Africa/Timbuktu","Africa/Abidjan|Atlantic/St_Helena","Africa/Cairo|Egypt","Africa/Johannesburg|Africa/Maseru","Africa/Johannesburg|Africa/Mbabane","Africa/Lagos|Africa/Bangui","Africa/Lagos|Africa/Brazzaville","Africa/Lagos|Africa/Douala","Africa/Lagos|Africa/Kinshasa","Africa/Lagos|Africa/Libreville","Africa/Lagos|Africa/Luanda","Africa/Lagos|Africa/Malabo","Africa/Lagos|Africa/Niamey","Africa/Lagos|Africa/Porto-Novo","Africa/Maputo|Africa/Blantyre","Africa/Maputo|Africa/Bujumbura","Africa/Maputo|Africa/Gaborone","Africa/Maputo|Africa/Harare","Africa/Maputo|Africa/Kigali","Africa/Maputo|Africa/Lubumbashi","Africa/Maputo|Africa/Lusaka","Africa/Nairobi|Africa/Addis_Ababa","Africa/Nairobi|Africa/Asmara","Africa/Nairobi|Africa/Asmera","Africa/Nairobi|Africa/Dar_es_Salaam","Africa/Nairobi|Africa/Djibouti","Africa/Nairobi|Africa/Kampala","Africa/Nairobi|Africa/Mogadishu","Africa/Nairobi|Indian/Antananarivo","Africa/Nairobi|Indian/Comoro","Africa/Nairobi|Indian/Mayotte","Africa/Tripoli|Libya","America/Adak|America/Atka","America/Adak|US/Aleutian","America/Anchorage|US/Alaska","America/Argentina/Buenos_Aires|America/Buenos_Aires","America/Argentina/Catamarca|America/Argentina/ComodRivadavia","America/Argentina/Catamarca|America/Catamarca","America/Argentina/Cordoba|America/Cordoba","America/Argentina/Cordoba|America/Rosario","America/Argentina/Jujuy|America/Jujuy","America/Argentina/Mendoza|America/Mendoza","America/Chicago|US/Central","America/Denver|America/Shiprock","America/Denver|Navajo","America/Denver|US/Mountain","America/Detroit|US/Michigan","America/Edmonton|Canada/Mountain","America/Fort_Wayne|America/Indiana/Indianapolis","America/Fort_Wayne|America/Indianapolis","America/Fort_Wayne|US/East-Indiana","America/Godthab|America/Nuuk","America/Halifax|Canada/Atlantic","America/Havana|Cuba","America/Indiana/Knox|America/Knox_IN","America/Indiana/Knox|US/Indiana-Starke","America/Jamaica|Jamaica","America/Kentucky/Louisville|America/Louisville","America/Los_Angeles|US/Pacific","America/Manaus|Brazil/West","America/Mazatlan|Mexico/BajaSur","America/Mexico_City|Mexico/General","America/New_York|US/Eastern","America/Noronha|Brazil/DeNoronha","America/Panama|America/Atikokan","America/Panama|America/Cayman","America/Panama|America/Coral_Harbour","America/Phoenix|America/Creston","America/Phoenix|US/Arizona","America/Puerto_Rico|America/Anguilla","America/Puerto_Rico|America/Antigua","America/Puerto_Rico|America/Aruba","America/Puerto_Rico|America/Blanc-Sablon","America/Puerto_Rico|America/Curacao","America/Puerto_Rico|America/Dominica","America/Puerto_Rico|America/Grenada","America/Puerto_Rico|America/Guadeloupe","America/Puerto_Rico|America/Kralendijk","America/Puerto_Rico|America/Lower_Princes","America/Puerto_Rico|America/Marigot","America/Puerto_Rico|America/Montserrat","America/Puerto_Rico|America/Port_of_Spain","America/Puerto_Rico|America/St_Barthelemy","America/Puerto_Rico|America/St_Kitts","America/Puerto_Rico|America/St_Lucia","America/Puerto_Rico|America/St_Thomas","America/Puerto_Rico|America/St_Vincent","America/Puerto_Rico|America/Tortola","America/Puerto_Rico|America/Virgin","America/Regina|Canada/Saskatchewan","America/Rio_Branco|America/Porto_Acre","America/Rio_Branco|Brazil/Acre","America/Santiago|Chile/Continental","America/Sao_Paulo|Brazil/East","America/St_Johns|Canada/Newfoundland","America/Tijuana|America/Ensenada","America/Tijuana|America/Santa_Isabel","America/Tijuana|Mexico/BajaNorte","America/Toronto|America/Montreal","America/Toronto|America/Nassau","America/Toronto|Canada/Eastern","America/Vancouver|Canada/Pacific","America/Whitehorse|Canada/Yukon","America/Winnipeg|Canada/Central","Asia/Ashgabat|Asia/Ashkhabad","Asia/Bangkok|Asia/Phnom_Penh","Asia/Bangkok|Asia/Vientiane","Asia/Dhaka|Asia/Dacca","Asia/Dubai|Asia/Muscat","Asia/Ho_Chi_Minh|Asia/Saigon","Asia/Hong_Kong|Hongkong","Asia/Jerusalem|Asia/Tel_Aviv","Asia/Jerusalem|Israel","Asia/Kathmandu|Asia/Katmandu","Asia/Kolkata|Asia/Calcutta","Asia/Kuala_Lumpur|Asia/Singapore","Asia/Kuala_Lumpur|Singapore","Asia/Macau|Asia/Macao","Asia/Makassar|Asia/Ujung_Pandang","Asia/Nicosia|Europe/Nicosia","Asia/Qatar|Asia/Bahrain","Asia/Rangoon|Asia/Yangon","Asia/Riyadh|Antarctica/Syowa","Asia/Riyadh|Asia/Aden","Asia/Riyadh|Asia/Kuwait","Asia/Seoul|ROK","Asia/Shanghai|Asia/Chongqing","Asia/Shanghai|Asia/Chungking","Asia/Shanghai|Asia/Harbin","Asia/Shanghai|PRC","Asia/Taipei|ROC","Asia/Tehran|Iran","Asia/Thimphu|Asia/Thimbu","Asia/Tokyo|Japan","Asia/Ulaanbaatar|Asia/Ulan_Bator","Asia/Urumqi|Asia/Kashgar","Atlantic/Faroe|Atlantic/Faeroe","Atlantic/Reykjavik|Iceland","Atlantic/South_Georgia|Etc/GMT+2","Australia/Adelaide|Australia/South","Australia/Brisbane|Australia/Queensland","Australia/Broken_Hill|Australia/Yancowinna","Australia/Darwin|Australia/North","Australia/Hobart|Australia/Currie","Australia/Hobart|Australia/Tasmania","Australia/Lord_Howe|Australia/LHI","Australia/Melbourne|Australia/Victoria","Australia/Perth|Australia/West","Australia/Sydney|Australia/ACT","Australia/Sydney|Australia/Canberra","Australia/Sydney|Australia/NSW","Etc/GMT-0|Etc/GMT","Etc/GMT-0|Etc/GMT+0","Etc/GMT-0|Etc/GMT0","Etc/GMT-0|Etc/Greenwich","Etc/GMT-0|GMT","Etc/GMT-0|GMT+0","Etc/GMT-0|GMT-0","Etc/GMT-0|GMT0","Etc/GMT-0|Greenwich","Etc/UTC|Etc/UCT","Etc/UTC|Etc/Universal","Etc/UTC|Etc/Zulu","Etc/UTC|UCT","Etc/UTC|UTC","Etc/UTC|Universal","Etc/UTC|Zulu","Europe/Belgrade|Europe/Ljubljana","Europe/Belgrade|Europe/Podgorica","Europe/Belgrade|Europe/Sarajevo","Europe/Belgrade|Europe/Skopje","Europe/Belgrade|Europe/Zagreb","Europe/Chisinau|Europe/Tiraspol","Europe/Dublin|Eire","Europe/Helsinki|Europe/Mariehamn","Europe/Istanbul|Asia/Istanbul","Europe/Istanbul|Turkey","Europe/Lisbon|Portugal","Europe/London|Europe/Belfast","Europe/London|Europe/Guernsey","Europe/London|Europe/Isle_of_Man","Europe/London|Europe/Jersey","Europe/London|GB","Europe/London|GB-Eire","Europe/Moscow|W-SU","Europe/Oslo|Arctic/Longyearbyen","Europe/Oslo|Atlantic/Jan_Mayen","Europe/Prague|Europe/Bratislava","Europe/Rome|Europe/San_Marino","Europe/Rome|Europe/Vatican","Europe/Warsaw|Poland","Europe/Zurich|Europe/Busingen","Europe/Zurich|Europe/Vaduz","Indian/Christmas|Etc/GMT-7","Pacific/Auckland|Antarctica/McMurdo","Pacific/Auckland|Antarctica/South_Pole","Pacific/Auckland|NZ","Pacific/Chatham|NZ-CHAT","Pacific/Chuuk|Pacific/Truk","Pacific/Chuuk|Pacific/Yap","Pacific/Easter|Chile/EasterIsland","Pacific/Enderbury|Pacific/Kanton","Pacific/Guam|Pacific/Saipan","Pacific/Honolulu|Pacific/Johnston","Pacific/Honolulu|US/Hawaii","Pacific/Kwajalein|Kwajalein","Pacific/Pago_Pago|Pacific/Midway","Pacific/Pago_Pago|Pacific/Samoa","Pacific/Pago_Pago|US/Samoa","Pacific/Palau|Etc/GMT-9","Pacific/Pohnpei|Pacific/Ponape","Pacific/Port_Moresby|Antarctica/DumontDUrville","Pacific/Port_Moresby|Etc/GMT-10","Pacific/Tarawa|Etc/GMT-12","Pacific/Tarawa|Pacific/Funafuti","Pacific/Tarawa|Pacific/Wake","Pacific/Tarawa|Pacific/Wallis"],"countries":["AD|Europe/Andorra","AE|Asia/Dubai","AF|Asia/Kabul","AG|America/Port_of_Spain America/Antigua","AI|America/Port_of_Spain America/Anguilla","AL|Europe/Tirane","AM|Asia/Yerevan","AO|Africa/Lagos Africa/Luanda","AQ|Antarctica/Casey Antarctica/Davis Antarctica/DumontDUrville Antarctica/Mawson Antarctica/Palmer Antarctica/Rothera Antarctica/Syowa Antarctica/Troll Antarctica/Vostok Pacific/Auckland Antarctica/McMurdo","AR|America/Argentina/Buenos_Aires America/Argentina/Cordoba America/Argentina/Salta America/Argentina/Jujuy America/Argentina/Tucuman America/Argentina/Catamarca America/Argentina/La_Rioja America/Argentina/San_Juan America/Argentina/Mendoza America/Argentina/San_Luis America/Argentina/Rio_Gallegos America/Argentina/Ushuaia","AS|Pacific/Pago_Pago","AT|Europe/Vienna","AU|Australia/Lord_Howe Antarctica/Macquarie Australia/Hobart Australia/Melbourne Australia/Sydney Australia/Broken_Hill Australia/Brisbane Australia/Lindeman Australia/Adelaide Australia/Darwin Australia/Perth Australia/Eucla","AW|America/Curacao America/Aruba","AX|Europe/Helsinki Europe/Mariehamn","AZ|Asia/Baku","BA|Europe/Belgrade Europe/Sarajevo","BB|America/Barbados","BD|Asia/Dhaka","BE|Europe/Brussels","BF|Africa/Abidjan Africa/Ouagadougou","BG|Europe/Sofia","BH|Asia/Qatar Asia/Bahrain","BI|Africa/Maputo Africa/Bujumbura","BJ|Africa/Lagos Africa/Porto-Novo","BL|America/Port_of_Spain America/St_Barthelemy","BM|Atlantic/Bermuda","BN|Asia/Brunei","BO|America/La_Paz","BQ|America/Curacao America/Kralendijk","BR|America/Noronha America/Belem America/Fortaleza America/Recife America/Araguaina America/Maceio America/Bahia America/Sao_Paulo America/Campo_Grande America/Cuiaba America/Santarem America/Porto_Velho America/Boa_Vista America/Manaus America/Eirunepe America/Rio_Branco","BS|America/Nassau","BT|Asia/Thimphu","BW|Africa/Maputo Africa/Gaborone","BY|Europe/Minsk","BZ|America/Belize","CA|America/St_Johns America/Halifax America/Glace_Bay America/Moncton America/Goose_Bay America/Blanc-Sablon America/Toronto America/Nipigon America/Thunder_Bay America/Iqaluit America/Pangnirtung America/Atikokan America/Winnipeg America/Rainy_River America/Resolute America/Rankin_Inlet America/Regina America/Swift_Current America/Edmonton America/Cambridge_Bay America/Yellowknife America/Inuvik America/Creston America/Dawson_Creek America/Fort_Nelson America/Whitehorse America/Dawson America/Vancouver","CC|Indian/Cocos","CD|Africa/Maputo Africa/Lagos Africa/Kinshasa Africa/Lubumbashi","CF|Africa/Lagos Africa/Bangui","CG|Africa/Lagos Africa/Brazzaville","CH|Europe/Zurich","CI|Africa/Abidjan","CK|Pacific/Rarotonga","CL|America/Santiago America/Punta_Arenas Pacific/Easter","CM|Africa/Lagos Africa/Douala","CN|Asia/Shanghai Asia/Urumqi","CO|America/Bogota","CR|America/Costa_Rica","CU|America/Havana","CV|Atlantic/Cape_Verde","CW|America/Curacao","CX|Indian/Christmas","CY|Asia/Nicosia Asia/Famagusta","CZ|Europe/Prague","DE|Europe/Zurich Europe/Berlin Europe/Busingen","DJ|Africa/Nairobi Africa/Djibouti","DK|Europe/Copenhagen","DM|America/Port_of_Spain America/Dominica","DO|America/Santo_Domingo","DZ|Africa/Algiers","EC|America/Guayaquil Pacific/Galapagos","EE|Europe/Tallinn","EG|Africa/Cairo","EH|Africa/El_Aaiun","ER|Africa/Nairobi Africa/Asmara","ES|Europe/Madrid Africa/Ceuta Atlantic/Canary","ET|Africa/Nairobi Africa/Addis_Ababa","FI|Europe/Helsinki","FJ|Pacific/Fiji","FK|Atlantic/Stanley","FM|Pacific/Chuuk Pacific/Pohnpei Pacific/Kosrae","FO|Atlantic/Faroe","FR|Europe/Paris","GA|Africa/Lagos Africa/Libreville","GB|Europe/London","GD|America/Port_of_Spain America/Grenada","GE|Asia/Tbilisi","GF|America/Cayenne","GG|Europe/London Europe/Guernsey","GH|Africa/Accra","GI|Europe/Gibraltar","GL|America/Nuuk America/Danmarkshavn America/Scoresbysund America/Thule","GM|Africa/Abidjan Africa/Banjul","GN|Africa/Abidjan Africa/Conakry","GP|America/Port_of_Spain America/Guadeloupe","GQ|Africa/Lagos Africa/Malabo","GR|Europe/Athens","GS|Atlantic/South_Georgia","GT|America/Guatemala","GU|Pacific/Guam","GW|Africa/Bissau","GY|America/Guyana","HK|Asia/Hong_Kong","HN|America/Tegucigalpa","HR|Europe/Belgrade Europe/Zagreb","HT|America/Port-au-Prince","HU|Europe/Budapest","ID|Asia/Jakarta Asia/Pontianak Asia/Makassar Asia/Jayapura","IE|Europe/Dublin","IL|Asia/Jerusalem","IM|Europe/London Europe/Isle_of_Man","IN|Asia/Kolkata","IO|Indian/Chagos","IQ|Asia/Baghdad","IR|Asia/Tehran","IS|Atlantic/Reykjavik","IT|Europe/Rome","JE|Europe/London Europe/Jersey","JM|America/Jamaica","JO|Asia/Amman","JP|Asia/Tokyo","KE|Africa/Nairobi","KG|Asia/Bishkek","KH|Asia/Bangkok Asia/Phnom_Penh","KI|Pacific/Tarawa Pacific/Enderbury Pacific/Kiritimati","KM|Africa/Nairobi Indian/Comoro","KN|America/Port_of_Spain America/St_Kitts","KP|Asia/Pyongyang","KR|Asia/Seoul","KW|Asia/Riyadh Asia/Kuwait","KY|America/Panama America/Cayman","KZ|Asia/Almaty Asia/Qyzylorda Asia/Qostanay Asia/Aqtobe Asia/Aqtau Asia/Atyrau Asia/Oral","LA|Asia/Bangkok Asia/Vientiane","LB|Asia/Beirut","LC|America/Port_of_Spain America/St_Lucia","LI|Europe/Zurich Europe/Vaduz","LK|Asia/Colombo","LR|Africa/Monrovia","LS|Africa/Johannesburg Africa/Maseru","LT|Europe/Vilnius","LU|Europe/Luxembourg","LV|Europe/Riga","LY|Africa/Tripoli","MA|Africa/Casablanca","MC|Europe/Monaco","MD|Europe/Chisinau","ME|Europe/Belgrade Europe/Podgorica","MF|America/Port_of_Spain America/Marigot","MG|Africa/Nairobi Indian/Antananarivo","MH|Pacific/Majuro Pacific/Kwajalein","MK|Europe/Belgrade Europe/Skopje","ML|Africa/Abidjan Africa/Bamako","MM|Asia/Yangon","MN|Asia/Ulaanbaatar Asia/Hovd Asia/Choibalsan","MO|Asia/Macau","MP|Pacific/Guam Pacific/Saipan","MQ|America/Martinique","MR|Africa/Abidjan Africa/Nouakchott","MS|America/Port_of_Spain America/Montserrat","MT|Europe/Malta","MU|Indian/Mauritius","MV|Indian/Maldives","MW|Africa/Maputo Africa/Blantyre","MX|America/Mexico_City America/Cancun America/Merida America/Monterrey America/Matamoros America/Mazatlan America/Chihuahua America/Ojinaga America/Hermosillo America/Tijuana America/Bahia_Banderas","MY|Asia/Kuala_Lumpur Asia/Kuching","MZ|Africa/Maputo","NA|Africa/Windhoek","NC|Pacific/Noumea","NE|Africa/Lagos Africa/Niamey","NF|Pacific/Norfolk","NG|Africa/Lagos","NI|America/Managua","NL|Europe/Amsterdam","NO|Europe/Oslo","NP|Asia/Kathmandu","NR|Pacific/Nauru","NU|Pacific/Niue","NZ|Pacific/Auckland Pacific/Chatham","OM|Asia/Dubai Asia/Muscat","PA|America/Panama","PE|America/Lima","PF|Pacific/Tahiti Pacific/Marquesas Pacific/Gambier","PG|Pacific/Port_Moresby Pacific/Bougainville","PH|Asia/Manila","PK|Asia/Karachi","PL|Europe/Warsaw","PM|America/Miquelon","PN|Pacific/Pitcairn","PR|America/Puerto_Rico","PS|Asia/Gaza Asia/Hebron","PT|Europe/Lisbon Atlantic/Madeira Atlantic/Azores","PW|Pacific/Palau","PY|America/Asuncion","QA|Asia/Qatar","RE|Indian/Reunion","RO|Europe/Bucharest","RS|Europe/Belgrade","RU|Europe/Kaliningrad Europe/Moscow Europe/Simferopol Europe/Kirov Europe/Volgograd Europe/Astrakhan Europe/Saratov Europe/Ulyanovsk Europe/Samara Asia/Yekaterinburg Asia/Omsk Asia/Novosibirsk Asia/Barnaul Asia/Tomsk Asia/Novokuznetsk Asia/Krasnoyarsk Asia/Irkutsk Asia/Chita Asia/Yakutsk Asia/Khandyga Asia/Vladivostok Asia/Ust-Nera Asia/Magadan Asia/Sakhalin Asia/Srednekolymsk Asia/Kamchatka Asia/Anadyr","RW|Africa/Maputo Africa/Kigali","SA|Asia/Riyadh","SB|Pacific/Guadalcanal","SC|Indian/Mahe","SD|Africa/Khartoum","SE|Europe/Stockholm","SG|Asia/Singapore","SH|Africa/Abidjan Atlantic/St_Helena","SI|Europe/Belgrade Europe/Ljubljana","SJ|Europe/Oslo Arctic/Longyearbyen","SK|Europe/Prague Europe/Bratislava","SL|Africa/Abidjan Africa/Freetown","SM|Europe/Rome Europe/San_Marino","SN|Africa/Abidjan Africa/Dakar","SO|Africa/Nairobi Africa/Mogadishu","SR|America/Paramaribo","SS|Africa/Juba","ST|Africa/Sao_Tome","SV|America/El_Salvador","SX|America/Curacao America/Lower_Princes","SY|Asia/Damascus","SZ|Africa/Johannesburg Africa/Mbabane","TC|America/Grand_Turk","TD|Africa/Ndjamena","TF|Indian/Reunion Indian/Kerguelen","TG|Africa/Abidjan Africa/Lome","TH|Asia/Bangkok","TJ|Asia/Dushanbe","TK|Pacific/Fakaofo","TL|Asia/Dili","TM|Asia/Ashgabat","TN|Africa/Tunis","TO|Pacific/Tongatapu","TR|Europe/Istanbul","TT|America/Port_of_Spain","TV|Pacific/Funafuti","TW|Asia/Taipei","TZ|Africa/Nairobi Africa/Dar_es_Salaam","UA|Europe/Simferopol Europe/Kiev Europe/Uzhgorod Europe/Zaporozhye","UG|Africa/Nairobi Africa/Kampala","UM|Pacific/Pago_Pago Pacific/Wake Pacific/Honolulu Pacific/Midway","US|America/New_York America/Detroit America/Kentucky/Louisville America/Kentucky/Monticello America/Indiana/Indianapolis America/Indiana/Vincennes America/Indiana/Winamac America/Indiana/Marengo America/Indiana/Petersburg America/Indiana/Vevay America/Chicago America/Indiana/Tell_City America/Indiana/Knox America/Menominee America/North_Dakota/Center America/North_Dakota/New_Salem America/North_Dakota/Beulah America/Denver America/Boise America/Phoenix America/Los_Angeles America/Anchorage America/Juneau America/Sitka America/Metlakatla America/Yakutat America/Nome America/Adak Pacific/Honolulu","UY|America/Montevideo","UZ|Asia/Samarkand Asia/Tashkent","VA|Europe/Rome Europe/Vatican","VC|America/Port_of_Spain America/St_Vincent","VE|America/Caracas","VG|America/Port_of_Spain America/Tortola","VI|America/Port_of_Spain America/St_Thomas","VN|Asia/Bangkok Asia/Ho_Chi_Minh","VU|Pacific/Efate","WF|Pacific/Wallis","WS|Pacific/Apia","YE|Asia/Riyadh Asia/Aden","YT|Africa/Nairobi Indian/Mayotte","ZA|Africa/Johannesburg","ZM|Africa/Maputo Africa/Lusaka","ZW|Africa/Maputo Africa/Harare"]}')}},t={};function n(r){var o=t[r];if(void 0!==o)return o.exports;var a=t[r]={id:r,loaded:!1,exports:{}};return e[r].call(a.exports,a,a.exports,n),a.loaded=!0,a.exports}n.n=e=>{var t=e&&e.__esModule?()=>e.default:()=>e;return n.d(t,{a:t}),t},n.d=(e,t)=>{for(var r in t)n.o(t,r)&&!n.o(e,r)&&Object.defineProperty(e,r,{enumerable:!0,get:t[r]})},n.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(e){if("object"==typeof window)return window}}(),n.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),n.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},n.nmd=e=>(e.paths=[],e.children||(e.children=[]),e),n.nc=void 0,(()=>{"use strict";var e={};n.r(e),n.d(e,{getCachedResolvers:()=>Nn,getIsResolving:()=>Cn,getResolutionError:()=>Tn,getResolutionState:()=>xn,hasFinishedResolution:()=>Sn,hasResolutionFailed:()=>An,hasStartedResolution:()=>Ln,isResolving:()=>zn});var t={};n.r(t),n.d(t,{failResolution:()=>Dn,failResolutions:()=>Pn,finishResolution:()=>Bn,finishResolutions:()=>Rn,invalidateResolution:()=>Hn,invalidateResolutionForStore:()=>Wn,invalidateResolutionForStoreSelector:()=>Yn,startResolution:()=>On,startResolutions:()=>In});var r={};n.r(r),n.d(r,{__experimentalGetUnprocessedBlockTypes:()=>di,__experimentalHasContentRoleAttribute:()=>Ti,getActiveBlockVariation:()=>gi,getBlockStyles:()=>fi,getBlockSupport:()=>xi,getBlockType:()=>pi,getBlockTypes:()=>mi,getBlockVariations:()=>hi,getCategories:()=>vi,getChildBlockNames:()=>Ei,getCollections:()=>yi,getDefaultBlockName:()=>_i,getDefaultBlockVariation:()=>bi,getFreeformFallbackBlockName:()=>Mi,getGroupingBlockName:()=>wi,getUnregisteredFallbackBlockName:()=>ki,hasBlockSupport:()=>Ci,hasChildBlocks:()=>Si,hasChildBlocksWithInserterSupport:()=>Ai,isMatchingSearchTerm:()=>Li});var o={};n.r(o),n.d(o,{__experimentalReapplyBlockTypeFilters:()=>Pi,__experimentalRegisterBlockType:()=>Ri,addBlockCollection:()=>Ki,addBlockStyles:()=>Wi,addBlockTypes:()=>Ii,addBlockVariations:()=>Fi,removeBlockCollection:()=>Ji,removeBlockStyles:()=>Yi,removeBlockTypes:()=>Hi,removeBlockVariations:()=>ji,setCategories:()=>$i,setDefaultBlockName:()=>qi,setFreeformFallbackBlockName:()=>Vi,setGroupingBlockName:()=>Xi,setUnregisteredFallbackBlockName:()=>Ui,updateCategory:()=>Gi});var a={};n.r(a),n.d(a,{__experimentalBatch:()=>sm,__experimentalReceiveCurrentGlobalStylesId:()=>Jd,__experimentalReceiveThemeBaseGlobalStyles:()=>Zd,__experimentalReceiveThemeGlobalStyleVariations:()=>Qd,__experimentalSaveSpecifiedEntityEdits:()=>um,__unstableCreateUndoLevel:()=>im,addEntities:()=>$d,deleteEntityRecord:()=>nm,editEntityRecord:()=>rm,receiveAutosaves:()=>pm,receiveCurrentTheme:()=>Kd,receiveCurrentUser:()=>Xd,receiveEmbedPreview:()=>tm,receiveEntityRecords:()=>Gd,receiveThemeSupports:()=>em,receiveUploadPermissions:()=>dm,receiveUserPermission:()=>mm,receiveUserQuery:()=>Ud,redo:()=>am,saveEditedEntityRecord:()=>cm,saveEntityRecord:()=>lm,undo:()=>om});var i={};n.r(i),n.d(i,{__experimentalGetCurrentGlobalStylesId:()=>fp,__experimentalGetCurrentThemeBaseGlobalStyles:()=>xp,__experimentalGetCurrentThemeGlobalStylesVariations:()=>Cp,__experimentalGetDirtyEntityRecords:()=>Jm,__experimentalGetEntitiesBeingSaved:()=>Zm,__experimentalGetEntityRecordNoResolver:()=>Xm,__experimentalGetTemplateForLink:()=>Ep,canUser:()=>vp,canUserEditEntityRecord:()=>yp,getAuthors:()=>Hm,getAutosave:()=>Mp,getAutosaves:()=>_p,getBlockPatternCategories:()=>Sp,getBlockPatterns:()=>Lp,getCurrentTheme:()=>pp,getCurrentUser:()=>Wm,getEditedEntityRecord:()=>np,getEmbedPreview:()=>gp,getEntitiesByKind:()=>Fm,getEntitiesConfig:()=>jm,getEntity:()=>qm,getEntityConfig:()=>Vm,getEntityRecord:()=>Um,getEntityRecordEdits:()=>Qm,getEntityRecordNonTransientEdits:()=>ep,getEntityRecords:()=>Km,getLastEntityDeleteError:()=>lp,getLastEntitySaveError:()=>ip,getRawEntityRecord:()=>$m,getRedoEdit:()=>up,getReferenceByDistinctEdits:()=>wp,getThemeSupports:()=>hp,getUndoEdit:()=>cp,getUserQueryResults:()=>Ym,hasEditsForEntityRecord:()=>tp,hasEntityRecords:()=>Gm,hasFetchedAutosaves:()=>kp,hasRedo:()=>mp,hasUndo:()=>dp,isAutosavingEntityRecord:()=>rp,isDeletingEntityRecord:()=>ap,isPreviewEmbedFallback:()=>bp,isRequestingEmbedPreview:()=>Pm,isSavingEntityRecord:()=>op});var l={};n.r(l),n.d(l,{__experimentalGetCurrentGlobalStylesId:()=>qp,__experimentalGetCurrentThemeBaseGlobalStyles:()=>Vp,__experimentalGetCurrentThemeGlobalStylesVariations:()=>Up,__experimentalGetTemplateForLink:()=>jp,canUser:()=>Hp,canUserEditEntityRecord:()=>Wp,getAuthors:()=>Tp,getAutosave:()=>Fp,getAutosaves:()=>Yp,getBlockPatternCategories:()=>$p,getBlockPatterns:()=>Xp,getCurrentTheme:()=>Ip,getCurrentUser:()=>zp,getEditedEntityRecord:()=>Bp,getEmbedPreview:()=>Pp,getEntityRecord:()=>Np,getEntityRecords:()=>Dp,getRawEntityRecord:()=>Op,getThemeSupports:()=>Rp});var s={};n.r(s),n.d(s,{find:()=>ox});var c={};n.r(c),n.d(c,{find:()=>dx,findNext:()=>px,findPrevious:()=>mx,isTabbableIndex:()=>ix});var u={};n.r(u),n.d(u,{getFormatType:()=>DA,getFormatTypeForBareElement:()=>IA,getFormatTypeForClassName:()=>RA,getFormatTypes:()=>BA});var d={};n.r(d),n.d(d,{addFormatTypes:()=>PA,removeFormatTypes:()=>HA});var m={};n.r(m),n.d(m,{__experimentalGetActiveBlockIdByBlockNames:()=>uO,__experimentalGetAllowedBlocks:()=>jN,__experimentalGetAllowedPatterns:()=>XN,__experimentalGetBlockListSettingsForBlocks:()=>QN,__experimentalGetDirectInsertBlock:()=>qN,__experimentalGetGlobalBlocksByName:()=>wz,__experimentalGetLastBlockAttributeChanges:()=>nO,__experimentalGetParsedPattern:()=>VN,__experimentalGetPatternTransformItems:()=>GN,__experimentalGetPatternsByBlockTypes:()=>$N,__experimentalGetReusableBlockTitle:()=>eO,__experimentalIsBlockInterfaceHidden:()=>fN,__unstableGetBlockWithoutInnerBlocks:()=>gz,__unstableGetClientIdWithClientIdsTree:()=>vz,__unstableGetClientIdsTree:()=>yz,__unstableGetContentLockingParent:()=>hO,__unstableGetEditorMode:()=>aO,__unstableGetSelectedBlocksWithPartialSelection:()=>rN,__unstableGetTemporarilyEditingAsBlocks:()=>gO,__unstableGetVisibleBlocks:()=>fO,__unstableHasActiveBlockOverlayActive:()=>bO,__unstableIsFullySelected:()=>Qz,__unstableIsLastBlockChangeIgnored:()=>tO,__unstableIsSelectionCollapsed:()=>eN,__unstableIsSelectionMergeable:()=>nN,__unstableIsWithinBlockOverlay:()=>vO,__unstableSelectionHasUnmergeableBlock:()=>tN,areInnerBlocksControlled:()=>cO,canEditBlock:()=>ON,canInsertBlockType:()=>LN,canInsertBlocks:()=>SN,canLockBlockType:()=>BN,canMoveBlock:()=>zN,canMoveBlocks:()=>NN,canRemoveBlock:()=>AN,canRemoveBlocks:()=>TN,didAutomaticChange:()=>lO,getAdjacentBlockClientId:()=>Hz,getBlock:()=>hz,getBlockAttributes:()=>fz,getBlockCount:()=>xz,getBlockHierarchyRootClientId:()=>Rz,getBlockIndex:()=>aN,getBlockInsertionPoint:()=>_N,getBlockListSettings:()=>KN,getBlockMode:()=>mN,getBlockName:()=>mz,getBlockOrder:()=>oN,getBlockParents:()=>Dz,getBlockParentsByBlockName:()=>Iz,getBlockRootClientId:()=>Bz,getBlockSelectionEnd:()=>Az,getBlockSelectionStart:()=>Sz,getBlockTransformItems:()=>YN,getBlocks:()=>bz,getBlocksByClientId:()=>Ez,getClientIdsOfDescendants:()=>_z,getClientIdsWithDescendants:()=>Mz,getDraggedBlockClientIds:()=>gN,getFirstMultiSelectedBlockClientId:()=>Uz,getGlobalBlockCount:()=>kz,getInserterItems:()=>WN,getLastInsertedBlockClientId:()=>mO,getLastMultiSelectedBlockClientId:()=>Xz,getLowestCommonAncestorWithSelectedBlock:()=>Pz,getMultiSelectedBlockClientIds:()=>qz,getMultiSelectedBlocks:()=>Vz,getMultiSelectedBlocksEndClientId:()=>Zz,getMultiSelectedBlocksStartClientId:()=>Jz,getNextBlockClientId:()=>Yz,getPreviousBlockClientId:()=>Wz,getSelectedBlock:()=>Oz,getSelectedBlockClientId:()=>Nz,getSelectedBlockClientIds:()=>jz,getSelectedBlockCount:()=>Tz,getSelectedBlocksInitialCaretPosition:()=>Fz,getSelectionEnd:()=>Lz,getSelectionStart:()=>Cz,getSettings:()=>JN,getTemplate:()=>wN,getTemplateLock:()=>EN,hasBlockMovingClientId:()=>iO,hasInserterItems:()=>FN,hasMultiSelection:()=>cN,hasSelectedBlock:()=>zz,hasSelectedInnerBlock:()=>lN,isAncestorBeingDragged:()=>vN,isAncestorMultiSelected:()=>Kz,isBlockBeingDragged:()=>bN,isBlockHighlighted:()=>sO,isBlockInsertionPointVisible:()=>MN,isBlockMultiSelected:()=>Gz,isBlockSelected:()=>iN,isBlockValid:()=>pz,isBlockVisible:()=>pO,isBlockWithinSelection:()=>sN,isCaretWithinFormattedText:()=>yN,isDraggingBlocks:()=>hN,isFirstMultiSelectedBlock:()=>$z,isLastBlockChangePersistent:()=>ZN,isMultiSelecting:()=>uN,isNavigationMode:()=>oO,isSelectionEnabled:()=>dN,isTyping:()=>pN,isValidTemplate:()=>kN,wasBlockJustInserted:()=>dO});var p={};n.r(p),n.d(p,{__experimentalHideBlockInterface:()=>oB,__experimentalShowBlockInterface:()=>aB,__unstableDeleteSelection:()=>KO,__unstableExpandSelection:()=>ZO,__unstableMarkAutomaticChange:()=>yB,__unstableMarkLastChangeAsPersistent:()=>bB,__unstableMarkNextChangeAsNotPersistent:()=>vB,__unstableSaveReusableBlock:()=>gB,__unstableSetEditorMode:()=>MB,__unstableSetTemporarilyEditingAsBlocks:()=>TB,__unstableSplitSelection:()=>JO,clearSelectedBlock:()=>BO,duplicateBlocks:()=>wB,enterFormattedText:()=>uB,exitFormattedText:()=>dB,flashBlock:()=>LB,hideInsertionPoint:()=>XO,insertAfterBlock:()=>xB,insertBeforeBlock:()=>EB,insertBlock:()=>qO,insertBlocks:()=>VO,insertDefaultBlock:()=>pB,mergeBlocks:()=>QO,moveBlockToPosition:()=>jO,moveBlocksDown:()=>WO,moveBlocksToPosition:()=>FO,moveBlocksUp:()=>YO,multiSelect:()=>OO,receiveBlocks:()=>xO,removeBlock:()=>tB,removeBlocks:()=>eB,replaceBlock:()=>PO,replaceBlocks:()=>RO,replaceInnerBlocks:()=>nB,resetBlocks:()=>kO,resetSelection:()=>EO,selectBlock:()=>SO,selectNextBlock:()=>TO,selectPreviousBlock:()=>AO,selectionChange:()=>mB,setBlockMovingClientId:()=>kB,setBlockVisibility:()=>AB,setHasControlledInnerBlocks:()=>SB,setNavigationMode:()=>_B,setTemplateValidity:()=>$O,showInsertionPoint:()=>UO,startDraggingBlocks:()=>sB,startMultiSelect:()=>zO,startTyping:()=>iB,stopDraggingBlocks:()=>cB,stopMultiSelect:()=>NO,stopTyping:()=>lB,synchronizeTemplate:()=>GO,toggleBlockHighlight:()=>CB,toggleBlockMode:()=>rB,toggleSelection:()=>DO,updateBlock:()=>LO,updateBlockAttributes:()=>CO,updateBlockListSettings:()=>fB,updateSettings:()=>hB,validateBlocksToTemplate:()=>wO});var f={};n.r(f),n.d(f,{ButtonContentView:()=>UI,LabelView:()=>YI,buttonView:()=>jI,labelBlock:()=>FI});var h={};n.r(h),n.d(h,{Text:()=>XP,block:()=>$P,destructive:()=>KP,highlighterText:()=>ZP,muted:()=>JP,positive:()=>GP,upperCase:()=>QP});var g={};n.r(g),n.d(g,{registerShortcut:()=>zZ,unregisterShortcut:()=>NZ});var b={};n.r(b),n.d(b,{getAllShortcutKeyCombinations:()=>WZ,getAllShortcutRawKeyCombinations:()=>YZ,getCategoryShortcuts:()=>FZ,getShortcutAliases:()=>HZ,getShortcutDescription:()=>PZ,getShortcutKeyCombination:()=>IZ,getShortcutRepresentation:()=>RZ});var v={};n.r(v),n.d(v,{createErrorNotice:()=>D0,createInfoNotice:()=>B0,createNotice:()=>N0,createSuccessNotice:()=>O0,createWarningNotice:()=>I0,removeNotice:()=>R0});var y={};n.r(y),n.d(y,{getNotices:()=>H0});var _={};n.r(_),n.d(_,{TooltipContent:()=>O7,TooltipPopoverView:()=>B7,TooltipShortcut:()=>I7,noOutline:()=>D7});var M={};n.r(M),n.d(M,{set:()=>Nme,setDefaults:()=>Ome,setPersistenceLayer:()=>Bme,toggle:()=>zme});var k={};n.r(k),n.d(k,{get:()=>Dme});var w={};n.r(w),n.d(w,{__experimentalGetDefaultTemplatePartAreas:()=>Kfe,__experimentalGetDefaultTemplateType:()=>Jfe,__experimentalGetDefaultTemplateTypes:()=>Gfe,__experimentalGetTemplateInfo:()=>Zfe,__unstableIsEditorReady:()=>Xpe,canInsertBlockType:()=>Vfe,canUserUseUnfilteredHTML:()=>Ype,didPostSaveRequestFail:()=>Epe,didPostSaveRequestSucceed:()=>wpe,getActivePostLock:()=>Wpe,getAdjacentBlockClientId:()=>gfe,getAutosaveAttribute:()=>cpe,getBlock:()=>tfe,getBlockAttributes:()=>efe,getBlockCount:()=>lfe,getBlockHierarchyRootClientId:()=>hfe,getBlockIndex:()=>Tfe,getBlockInsertionPoint:()=>Wfe,getBlockListSettings:()=>$fe,getBlockMode:()=>Rfe,getBlockName:()=>Zpe,getBlockOrder:()=>Afe,getBlockRootClientId:()=>ffe,getBlockSelectionEnd:()=>cfe,getBlockSelectionStart:()=>sfe,getBlocks:()=>nfe,getBlocksByClientId:()=>ife,getClientIdsOfDescendants:()=>rfe,getClientIdsWithDescendants:()=>ofe,getCurrentPost:()=>tpe,getCurrentPostAttribute:()=>lpe,getCurrentPostId:()=>rpe,getCurrentPostLastRevisionId:()=>ape,getCurrentPostRevisionsCount:()=>ope,getCurrentPostType:()=>npe,getEditedPostAttribute:()=>spe,getEditedPostContent:()=>Ape,getEditedPostPreviewLink:()=>Lpe,getEditedPostSlug:()=>Ope,getEditedPostVisibility:()=>upe,getEditorBlocks:()=>jpe,getEditorSelection:()=>Upe,getEditorSelectionEnd:()=>Vpe,getEditorSelectionStart:()=>qpe,getEditorSettings:()=>$pe,getFirstMultiSelectedBlockClientId:()=>kfe,getGlobalBlockCount:()=>afe,getInserterItems:()=>Ufe,getLastMultiSelectedBlockClientId:()=>wfe,getMultiSelectedBlockClientIds:()=>_fe,getMultiSelectedBlocks:()=>Mfe,getMultiSelectedBlocksEndClientId:()=>Sfe,getMultiSelectedBlocksStartClientId:()=>Lfe,getNextBlockClientId:()=>vfe,getPermalink:()=>Npe,getPermalinkParts:()=>Bpe,getPostEdits:()=>ipe,getPostLockUser:()=>Hpe,getPostTypeLabel:()=>Qfe,getPreviousBlockClientId:()=>bfe,getSelectedBlock:()=>pfe,getSelectedBlockClientId:()=>mfe,getSelectedBlockCount:()=>ufe,getSelectedBlocksInitialCaretPosition:()=>yfe,getStateBeforeOptimisticTransaction:()=>Gpe,getSuggestedPostFormat:()=>Spe,getTemplate:()=>jfe,getTemplateLock:()=>qfe,hasChangedContent:()=>Jme,hasEditorRedo:()=>Gme,hasEditorUndo:()=>$me,hasInserterItems:()=>Xfe,hasMultiSelection:()=>Bfe,hasNonPostEntityChanges:()=>Qme,hasSelectedBlock:()=>dfe,hasSelectedInnerBlock:()=>Nfe,inSomeHistory:()=>Kpe,isAncestorMultiSelected:()=>Cfe,isAutosavingPost:()=>xpe,isBlockInsertionPointVisible:()=>Yfe,isBlockMultiSelected:()=>xfe,isBlockSelected:()=>zfe,isBlockValid:()=>Qpe,isBlockWithinSelection:()=>Ofe,isCaretWithinFormattedText:()=>Hfe,isCleanNewPost:()=>epe,isCurrentPostPending:()=>dpe,isCurrentPostPublished:()=>mpe,isCurrentPostScheduled:()=>ppe,isDeletingPost:()=>_pe,isEditedPostAutosaveable:()=>bpe,isEditedPostBeingScheduled:()=>vpe,isEditedPostDateFloating:()=>ype,isEditedPostDirty:()=>Zme,isEditedPostEmpty:()=>gpe,isEditedPostNew:()=>Kme,isEditedPostPublishable:()=>fpe,isEditedPostSaveable:()=>hpe,isFirstMultiSelectedBlock:()=>Efe,isMultiSelecting:()=>Dfe,isPermalinkEditable:()=>zpe,isPostAutosavingLocked:()=>Rpe,isPostLockTakeover:()=>Ppe,isPostLocked:()=>Dpe,isPostSavingLocked:()=>Ipe,isPreviewingPost:()=>Cpe,isPublishSidebarEnabled:()=>Fpe,isPublishingPost:()=>Tpe,isSavingNonPostEntityChanges:()=>kpe,isSavingPost:()=>Mpe,isSelectionEnabled:()=>Ife,isTyping:()=>Pfe,isValidTemplate:()=>Ffe});var E={};n.r(E),n.d(E,{__experimentalTearDownEditor:()=>ahe,autosave:()=>phe,clearSelectedBlock:()=>Dhe,createUndoLevel:()=>ghe,disablePublishSidebar:()=>yhe,editPost:()=>che,enablePublishSidebar:()=>vhe,enterFormattedText:()=>ege,exitFormattedText:()=>tge,hideInsertionPoint:()=>Vhe,insertBlock:()=>Fhe,insertBlocks:()=>jhe,insertDefaultBlock:()=>nge,lockPostAutosaving:()=>khe,lockPostSaving:()=>_he,mergeBlocks:()=>$he,moveBlockToPosition:()=>Yhe,moveBlocksDown:()=>Hhe,moveBlocksUp:()=>Whe,multiSelect:()=>Bhe,receiveBlocks:()=>She,redo:()=>fhe,refreshPost:()=>dhe,removeBlock:()=>Khe,removeBlocks:()=>Ghe,replaceBlock:()=>Phe,replaceBlocks:()=>Rhe,resetBlocks:()=>Lhe,resetEditorBlocks:()=>Ehe,resetPost:()=>ihe,savePost:()=>uhe,selectBlock:()=>zhe,setTemplateValidity:()=>Uhe,setupEditor:()=>ohe,setupEditorState:()=>she,showInsertionPoint:()=>qhe,startMultiSelect:()=>Nhe,startTyping:()=>Zhe,stopMultiSelect:()=>Ohe,stopTyping:()=>Qhe,synchronizeTemplate:()=>Xhe,toggleBlockMode:()=>Jhe,toggleSelection:()=>Ihe,trashPost:()=>mhe,undo:()=>hhe,unlockPostAutosaving:()=>whe,unlockPostSaving:()=>Mhe,updateBlock:()=>Ahe,updateBlockAttributes:()=>The,updateBlockListSettings:()=>rge,updateEditorSettings:()=>xhe,updatePost:()=>lhe,updatePostLock:()=>bhe});var x={};n.r(x),n.d(x,{init:()=>Gge,metadata:()=>Uge,name:()=>Xge,settings:()=>$ge});var C={};n.r(C),n.d(C,{init:()=>lve,metadata:()=>ove,name:()=>ave,settings:()=>ive});var L={};n.r(L),n.d(L,{init:()=>Tve,metadata:()=>Lve,name:()=>Sve,settings:()=>Ave});var S={};n.r(S),n.d(S,{init:()=>Gve,metadata:()=>Uve,name:()=>Xve,settings:()=>$ve});var A={};n.r(A),n.d(A,{init:()=>cye,metadata:()=>iye,name:()=>lye,settings:()=>sye});var T={};n.r(T),n.d(T,{init:()=>gye,metadata:()=>pye,name:()=>fye,settings:()=>hye});var z={};n.r(z),n.d(z,{init:()=>Mye,metadata:()=>vye,name:()=>yye,settings:()=>_ye});var N={};n.r(N),n.d(N,{init:()=>zye,metadata:()=>Sye,name:()=>Aye,settings:()=>Tye});var O={};n.r(O),n.d(O,{init:()=>Wye,metadata:()=>Rye,name:()=>Pye,settings:()=>Hye});var B={};n.r(B),n.d(B,{init:()=>$ye,metadata:()=>Vye,name:()=>Uye,settings:()=>Xye});var D={};n.r(D),n.d(D,{init:()=>f_e,metadata:()=>d_e,name:()=>m_e,settings:()=>p_e});var I={};n.r(I),n.d(I,{init:()=>L_e,metadata:()=>E_e,name:()=>x_e,settings:()=>C_e});var R={};n.r(R),n.d(R,{init:()=>z_e,metadata:()=>S_e,name:()=>A_e,settings:()=>T_e});var P={};n.r(P),n.d(P,{init:()=>P_e,metadata:()=>D_e,name:()=>I_e,settings:()=>R_e});var H={};n.r(H),n.d(H,{init:()=>j_e,metadata:()=>W_e,name:()=>Y_e,settings:()=>F_e});var W={};n.r(W),n.d(W,{init:()=>K_e,metadata:()=>X_e,name:()=>$_e,settings:()=>G_e});var Y={};n.r(Y),n.d(Y,{init:()=>tMe,metadata:()=>Z_e,name:()=>Q_e,settings:()=>eMe});var F={};n.r(F),n.d(F,{init:()=>lMe,metadata:()=>oMe,name:()=>aMe,settings:()=>iMe});var j={};n.r(j),n.d(j,{init:()=>gMe,metadata:()=>pMe,name:()=>fMe,settings:()=>hMe});var q={};n.r(q),n.d(q,{init:()=>kMe,metadata:()=>yMe,name:()=>_Me,settings:()=>MMe});var V={};n.r(V),n.d(V,{init:()=>TMe,metadata:()=>LMe,name:()=>SMe,settings:()=>AMe});var U={};n.r(U),n.d(U,{init:()=>IMe,metadata:()=>OMe,name:()=>BMe,settings:()=>DMe});var X={};n.r(X),n.d(X,{init:()=>FMe,metadata:()=>HMe,name:()=>WMe,settings:()=>YMe});var $={};n.r($),n.d($,{init:()=>eke,metadata:()=>JMe,name:()=>ZMe,settings:()=>QMe});var G={};n.r(G),n.d(G,{init:()=>Hwe,metadata:()=>Iwe,name:()=>Rwe,settings:()=>Pwe});var K={};n.r(K),n.d(K,{init:()=>NEe,metadata:()=>AEe,name:()=>TEe,settings:()=>zEe});var J={};n.r(J),n.d(J,{init:()=>ZEe,metadata:()=>GEe,name:()=>KEe,settings:()=>JEe});var Z={};n.r(Z),n.d(Z,{setIsMatching:()=>yxe});var Q={};n.r(Q),n.d(Q,{isViewportMatch:()=>_xe});var ee={};n.r(ee),n.d(ee,{init:()=>fCe,metadata:()=>dCe,name:()=>mCe,settings:()=>pCe});var te={};n.r(te),n.d(te,{init:()=>ACe,metadata:()=>CCe,name:()=>LCe,settings:()=>SCe});var ne={};n.r(ne),n.d(ne,{init:()=>QCe,metadata:()=>KCe,name:()=>JCe,settings:()=>ZCe});var re={};n.r(re),n.d(re,{init:()=>aLe,metadata:()=>nLe,name:()=>rLe,settings:()=>oLe});var oe={};n.r(oe),n.d(oe,{init:()=>pLe,metadata:()=>uLe,name:()=>dLe,settings:()=>mLe});var ae={};n.r(ae),n.d(ae,{init:()=>NLe,metadata:()=>ALe,name:()=>TLe,settings:()=>zLe});var ie={};n.r(ie),n.d(ie,{init:()=>RLe,metadata:()=>BLe,name:()=>DLe,settings:()=>ILe});var le={};n.r(le),n.d(le,{init:()=>lSe,metadata:()=>oSe,name:()=>aSe,settings:()=>iSe});var se={};n.r(se),n.d(se,{init:()=>ASe,metadata:()=>CSe,name:()=>LSe,settings:()=>SSe});var ce={};n.r(ce),n.d(ce,{init:()=>KSe,metadata:()=>XSe,name:()=>$Se,settings:()=>GSe});var ue={};n.r(ue),n.d(ue,{init:()=>tAe,metadata:()=>ZSe,name:()=>QSe,settings:()=>eAe});var de={};n.r(de),n.d(de,{init:()=>IAe,metadata:()=>OAe,name:()=>BAe,settings:()=>DAe});var me={};n.r(me),n.d(me,{init:()=>FAe,metadata:()=>HAe,name:()=>WAe,settings:()=>YAe});var pe={};n.r(pe),n.d(pe,{init:()=>KAe,metadata:()=>XAe,name:()=>$Ae,settings:()=>GAe});var fe={};n.r(fe),n.d(fe,{init:()=>tze,metadata:()=>ZTe,name:()=>QTe,settings:()=>eze});var he={};n.r(he),n.d(he,{init:()=>wze,metadata:()=>_ze,name:()=>Mze,settings:()=>kze});var ge={};n.r(ge),n.d(ge,{init:()=>Bze,metadata:()=>zze,name:()=>Nze,settings:()=>Oze});var be={};n.r(be),n.d(be,{init:()=>Yze,metadata:()=>Pze,name:()=>Hze,settings:()=>Wze});var ve={};n.r(ve),n.d(ve,{init:()=>Uze,metadata:()=>jze,name:()=>qze,settings:()=>Vze});var ye={};n.r(ye),n.d(ye,{init:()=>oNe,metadata:()=>tNe,name:()=>nNe,settings:()=>rNe});var _e={};n.r(_e),n.d(_e,{init:()=>cNe,metadata:()=>iNe,name:()=>lNe,settings:()=>sNe});var Me={};n.r(Me),n.d(Me,{init:()=>ANe,metadata:()=>CNe,name:()=>LNe,settings:()=>SNe});var ke={};n.r(ke),n.d(ke,{init:()=>INe,metadata:()=>ONe,name:()=>BNe,settings:()=>DNe});var we={};n.r(we),n.d(we,{init:()=>jNe,metadata:()=>WNe,name:()=>YNe,settings:()=>FNe});var Ee={};n.r(Ee),n.d(Ee,{init:()=>$Ne,metadata:()=>VNe,name:()=>UNe,settings:()=>XNe});var xe={};n.r(xe),n.d(xe,{init:()=>eOe,metadata:()=>JNe,name:()=>ZNe,settings:()=>QNe});var Ce={};n.r(Ce),n.d(Ce,{init:()=>aOe,metadata:()=>nOe,name:()=>rOe,settings:()=>oOe});var Le={};n.r(Le),n.d(Le,{init:()=>uOe,metadata:()=>lOe,name:()=>sOe,settings:()=>cOe});var Se={};n.r(Se),n.d(Se,{init:()=>hOe,metadata:()=>mOe,name:()=>pOe,settings:()=>fOe});var Ae={};n.r(Ae),n.d(Ae,{init:()=>xOe,metadata:()=>kOe,name:()=>wOe,settings:()=>EOe});var Te={};n.r(Te),n.d(Te,{init:()=>NOe,metadata:()=>AOe,name:()=>TOe,settings:()=>zOe});var ze={};n.r(ze),n.d(ze,{init:()=>POe,metadata:()=>DOe,name:()=>IOe,settings:()=>ROe});var Ne={};n.r(Ne),n.d(Ne,{init:()=>GOe,metadata:()=>UOe,name:()=>XOe,settings:()=>$Oe});var Oe={};n.r(Oe),n.d(Oe,{init:()=>rBe,metadata:()=>eBe,name:()=>tBe,settings:()=>nBe});var Be={};n.r(Be),n.d(Be,{init:()=>uBe,metadata:()=>lBe,name:()=>sBe,settings:()=>cBe});var De={};n.r(De),n.d(De,{init:()=>vBe,metadata:()=>hBe,name:()=>gBe,settings:()=>bBe});var Ie={};n.r(Ie),n.d(Ie,{init:()=>EBe,metadata:()=>MBe,name:()=>kBe,settings:()=>wBe});var Re={};n.r(Re),n.d(Re,{init:()=>zBe,metadata:()=>SBe,name:()=>ABe,settings:()=>TBe});var Pe={};n.r(Pe),n.d(Pe,{init:()=>JBe,metadata:()=>$Be,name:()=>GBe,settings:()=>KBe});var He={};n.r(He),n.d(He,{init:()=>VDe,metadata:()=>FDe,name:()=>jDe,settings:()=>qDe});var We={};n.r(We),n.d(We,{init:()=>KDe,metadata:()=>XDe,name:()=>$De,settings:()=>GDe});var Ye={};n.r(Ye),n.d(Ye,{init:()=>oIe,metadata:()=>tIe,name:()=>nIe,settings:()=>rIe});var Fe={};n.r(Fe),n.d(Fe,{init:()=>cIe,metadata:()=>iIe,name:()=>lIe,settings:()=>sIe});var je={};n.r(je),n.d(je,{init:()=>fIe,metadata:()=>dIe,name:()=>mIe,settings:()=>pIe});var qe={};n.r(qe),n.d(qe,{init:()=>yIe,metadata:()=>gIe,name:()=>bIe,settings:()=>vIe});var Ve={};n.r(Ve),n.d(Ve,{init:()=>SIe,metadata:()=>xIe,name:()=>CIe,settings:()=>LIe});var Ue={};n.r(Ue),n.d(Ue,{init:()=>jIe,metadata:()=>WIe,name:()=>YIe,settings:()=>FIe});var Xe={};n.r(Xe),n.d(Xe,{__experimentalConvertBlockToStatic:()=>qIe,__experimentalConvertBlocksToReusable:()=>VIe,__experimentalDeleteReusableBlock:()=>UIe,__experimentalSetEditingReusableBlock:()=>XIe});var $e={};n.r($e),n.d($e,{__experimentalIsEditingReusableBlock:()=>$Ie});var Ge={};n.r(Ge),n.d(Ge,{init:()=>eRe,metadata:()=>JIe,name:()=>ZIe,settings:()=>QIe});var Ke={};n.r(Ke),n.d(Ke,{init:()=>oRe,metadata:()=>tRe,name:()=>nRe,settings:()=>rRe});var Je={};n.r(Je),n.d(Je,{init:()=>cRe,metadata:()=>iRe,name:()=>lRe,settings:()=>sRe});var Ze={};n.r(Ze),n.d(Ze,{init:()=>_Re,metadata:()=>bRe,name:()=>vRe,settings:()=>yRe});var Qe={};n.r(Qe),n.d(Qe,{init:()=>SRe,metadata:()=>xRe,name:()=>CRe,settings:()=>LRe});var et={};n.r(et),n.d(et,{init:()=>DRe,metadata:()=>NRe,name:()=>ORe,settings:()=>BRe});var tt={};n.r(tt),n.d(tt,{init:()=>VRe,metadata:()=>FRe,name:()=>jRe,settings:()=>qRe});var nt={};n.r(nt),n.d(nt,{init:()=>ZRe,metadata:()=>GRe,name:()=>KRe,settings:()=>JRe});var rt={};n.r(rt),n.d(rt,{init:()=>cPe,metadata:()=>iPe,name:()=>lPe,settings:()=>sPe});var ot={};n.r(ot),n.d(ot,{init:()=>yPe,metadata:()=>gPe,name:()=>bPe,settings:()=>vPe});var at={};n.r(at),n.d(at,{init:()=>SPe,metadata:()=>xPe,name:()=>CPe,settings:()=>LPe});var it={};n.r(it),n.d(it,{init:()=>HPe,metadata:()=>IPe,name:()=>RPe,settings:()=>PPe});var lt={};n.r(lt),n.d(lt,{init:()=>bHe,metadata:()=>fHe,name:()=>hHe,settings:()=>gHe});var st={};n.r(st),n.d(st,{init:()=>xHe,metadata:()=>kHe,name:()=>wHe,settings:()=>EHe});var ct={};n.r(ct),n.d(ct,{init:()=>zHe,metadata:()=>SHe,name:()=>AHe,settings:()=>THe});var ut={};n.r(ut),n.d(ut,{init:()=>GHe,metadata:()=>UHe,name:()=>XHe,settings:()=>$He});var dt={};n.r(dt),n.d(dt,{init:()=>eWe,metadata:()=>JHe,name:()=>ZHe,settings:()=>QHe});var mt={};n.r(mt),n.d(mt,{init:()=>iWe,metadata:()=>rWe,name:()=>oWe,settings:()=>aWe});var pt={};n.r(pt),n.d(pt,{init:()=>gWe,metadata:()=>pWe,name:()=>fWe,settings:()=>hWe});var ft={};n.r(ft),n.d(ft,{init:()=>HWe,metadata:()=>IWe,name:()=>RWe,settings:()=>PWe});var ht={};n.r(ht),n.d(ht,{disableComplementaryArea:()=>pFe,enableComplementaryArea:()=>mFe,pinItem:()=>fFe,setDefaultComplementaryArea:()=>dFe,setFeatureDefaults:()=>vFe,setFeatureValue:()=>bFe,toggleFeature:()=>gFe,unpinItem:()=>hFe});var gt={};n.r(gt),n.d(gt,{getActiveComplementaryArea:()=>yFe,isFeatureActive:()=>MFe,isItemPinned:()=>_Fe});var bt={};n.r(bt),n.d(bt,{getCanvasStyles:()=>zqe,getCurrentPattern:()=>kqe,getCurrentPatternName:()=>Mqe,getEditorMode:()=>vqe,getEditorSettings:()=>yqe,getIgnoredContent:()=>wqe,getNamedPattern:()=>Eqe,getPatterns:()=>Sqe,getPreviewDeviceType:()=>Tqe,isEditing:()=>Lqe,isEditorReady:()=>_qe,isEditorSidebarOpened:()=>Cqe,isIframePreview:()=>Nqe,isInserterOpened:()=>xqe,isListViewOpened:()=>Aqe});var vt={};n.r(vt),n.d(vt,{getBlocks:()=>Oqe,getEditCount:()=>Rqe,getEditorSelection:()=>Bqe,hasEditorRedo:()=>Iqe,hasEditorUndo:()=>Dqe});var yt={};n.r(yt),n.d(yt,{isFeatureActive:()=>Pqe});var _t={};n.r(_t),n.d(_t,{isOptionActive:()=>Hqe});var Mt={};n.r(Mt),n.d(Mt,{setUndoManager:()=>Yqe,setYDoc:()=>Wqe});var kt={};n.r(kt),n.d(kt,{getUndoManager:()=>jqe,getYDoc:()=>Fqe});var wt={};n.r(wt),n.d(wt,{setAvailableCollabPeers:()=>qqe,setCollabPeerSelection:()=>Vqe});var Et={};n.r(Et),n.d(Et,{getCollabPeers:()=>Uqe,hasCollabPeers:()=>Xqe});var xt={};n.r(xt),n.d(xt,{__experimentalConvertBlockToStatic:()=>nVe,__experimentalConvertBlocksToReusable:()=>rVe,__experimentalDeleteReusableBlock:()=>oVe,__experimentalSetEditingReusableBlock:()=>aVe});var Ct={};n.r(Ct),n.d(Ct,{__experimentalIsEditingReusableBlock:()=>iVe});var Lt={};n.r(Lt),n.d(Lt,{disableComplementaryArea:()=>uVe,enableComplementaryArea:()=>cVe,pinItem:()=>dVe,setDefaultComplementaryArea:()=>sVe,setFeatureDefaults:()=>hVe,setFeatureValue:()=>fVe,toggleFeature:()=>pVe,unpinItem:()=>mVe});var St={};n.r(St),n.d(St,{getActiveComplementaryArea:()=>gVe,isFeatureActive:()=>vVe,isItemPinned:()=>bVe});var At=n(7363),Tt=n.n(At);const zt=ReactDOM;function Nt(){return Nt=Object.assign?Object.assign.bind():function(e){for(var t=1;t0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1?arguments[1]:void 0;const n=Object.entries(e).map((e=>{let[t,n]=e;return(e,r,o,a,i)=>{if(!tn(e,t))return!1;const l=n(e);return Jt(l)?l.then(a,i):a(l),!0}})),r=(e,n)=>!!en(e)&&(t(e),n(),!0);n.push(r);const o=(0,Kt.create)(n);return e=>new Promise(((n,r)=>o(e,(e=>{en(e)&&t(e),n(e)}),r)))}function rn(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};return t=>{const n=nn(e,t.dispatch);return e=>t=>Gt(t)?n(t):e(t)}}const on=function(){let e=arguments.length>0&&void 0!==arguments[0]&&arguments[0];return function(){for(var t=arguments.length,n=new Array(t),r=0;r[t(...e)]),o)[0]}}},an=on(),ln=on(!0);function sn(e){const t=function(){return e(t.registry.select)(...arguments)};return t.isRegistrySelector=!0,t}function cn(e){return e.isRegistryControl=!0,e}const un="@@data/SELECT",dn="@@data/RESOLVE_SELECT",mn="@@data/DISPATCH";function pn(e){return null!==e&&"object"==typeof e}const fn={select:function(e,t){for(var n=arguments.length,r=new Array(n>2?n-2:0),o=2;o2?n-2:0),o=2;o2?n-2:0),o=2;ot=>{let{storeKey:n,selectorName:r,args:o}=t;return e.select(n)[r](...o)})),[dn]:cn((e=>t=>{let{storeKey:n,selectorName:r,args:o}=t;const a=e.select(n)[r].hasResolver?"resolveSelect":"select";return e[a](n)[r](...o)})),[mn]:cn((e=>t=>{let{storeKey:n,actionName:r,args:o}=t;return e.dispatch(n)[r](...o)}))},gn=()=>e=>t=>Jt(t)?t.then((t=>{if(t)return e(t)})):e(t),bn={name:"core/data",instantiate(e){const t=t=>function(n){for(var r=arguments.length,o=new Array(r>1?r-1:0),a=1;afunction(n){for(var r=arguments.length,o=new Array(r>1?r-1:0),a=1;aObject.fromEntries(["getIsResolving","hasStartedResolution","hasFinishedResolution","isResolving","getCachedResolvers"].map((e=>[e,t(e)]))),getActions:()=>Object.fromEntries(["startResolution","finishResolution","invalidateResolution","invalidateResolutionForStore","invalidateResolutionForStoreSelector"].map((e=>[e,n(e)]))),subscribe:()=>()=>()=>{}}}},vn=bn,yn=(e,t)=>()=>n=>r=>{const o=e.select(vn).getCachedResolvers(t);return Object.entries(o).forEach((n=>{let[o,a]=n;const i=(0,Ot.get)(e.stores,[t,"resolvers",o]);i&&i.shouldInvalidate&&a.forEach(((n,a)=>{"finished"!==(null==n?void 0:n.status)&&"error"!==(null==n?void 0:n.status)||!i.shouldInvalidate(r,...a)||e.dispatch(vn).invalidateResolution(t,o,a)}))})),n(r)};function _n(e){return()=>t=>n=>"function"==typeof n?n(e):t(n)}function Mn(e){if(null==e)return[];const t=e.length;let n=t;for(;n>0&&void 0===e[n-1];)n--;return n===t?e:e.slice(0,n)}const kn=(wn="selectorName",e=>function(){let t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},n=arguments.length>1?arguments[1]:void 0;const r=n[wn];if(void 0===r)return t;const o=e(t[r],n);return o===t[r]?t:{...t,[r]:o}})((function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:new($t()),t=arguments.length>1?arguments[1]:void 0;switch(t.type){case"START_RESOLUTION":{const n=new($t())(e);return n.set(Mn(t.args),{status:"resolving"}),n}case"FINISH_RESOLUTION":{const n=new($t())(e);return n.set(Mn(t.args),{status:"finished"}),n}case"FAIL_RESOLUTION":{const n=new($t())(e);return n.set(Mn(t.args),{status:"error",error:t.error}),n}case"START_RESOLUTIONS":{const n=new($t())(e);for(const e of t.args)n.set(Mn(e),{status:"resolving"});return n}case"FINISH_RESOLUTIONS":{const n=new($t())(e);for(const e of t.args)n.set(Mn(e),{status:"finished"});return n}case"FAIL_RESOLUTIONS":{const n=new($t())(e);return t.args.forEach(((e,r)=>{const o={status:"error",error:void 0},a=t.errors[r];a&&(o.error=a),n.set(Mn(e),o)})),n}case"INVALIDATE_RESOLUTION":{const n=new($t())(e);return n.delete(Mn(t.args)),n}}return e}));var wn;const En=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1?arguments[1]:void 0;switch(t.type){case"INVALIDATE_RESOLUTION_FOR_STORE":return{};case"INVALIDATE_RESOLUTION_FOR_STORE_SELECTOR":if(t.selectorName in e){const{[t.selectorName]:n,...r}=e;return r}return e;case"START_RESOLUTION":case"FINISH_RESOLUTION":case"FAIL_RESOLUTION":case"START_RESOLUTIONS":case"FINISH_RESOLUTIONS":case"FAIL_RESOLUTIONS":case"INVALIDATE_RESOLUTION":return kn(e,t)}return e};function xn(e,t,n){const r=(0,Ot.get)(e,[t]);if(r)return r.get(Mn(n))}function Cn(e,t,n){const r=xn(e,t,n);return r&&"resolving"===r.status}function Ln(e,t,n){return void 0!==xn(e,t,n)}function Sn(e,t,n){var r;const o=null===(r=xn(e,t,n))||void 0===r?void 0:r.status;return"finished"===o||"error"===o}function An(e,t,n){var r;return"error"===(null===(r=xn(e,t,n))||void 0===r?void 0:r.status)}function Tn(e,t,n){const r=xn(e,t,n);return"error"===(null==r?void 0:r.status)?r.error:null}function zn(e,t,n){var r;return"resolving"===(null===(r=xn(e,t,n))||void 0===r?void 0:r.status)}function Nn(e){return e}function On(e,t){return{type:"START_RESOLUTION",selectorName:e,args:t}}function Bn(e,t){return{type:"FINISH_RESOLUTION",selectorName:e,args:t}}function Dn(e,t,n){return{type:"FAIL_RESOLUTION",selectorName:e,args:t,error:n}}function In(e,t){return{type:"START_RESOLUTIONS",selectorName:e,args:t}}function Rn(e,t){return{type:"FINISH_RESOLUTIONS",selectorName:e,args:t}}function Pn(e,t,n){return{type:"FAIL_RESOLUTIONS",selectorName:e,args:t,errors:n}}function Hn(e,t){return{type:"INVALIDATE_RESOLUTION",selectorName:e,args:t}}function Wn(){return{type:"INVALIDATE_RESOLUTION_FOR_STORE"}}function Yn(e){return{type:"INVALIDATE_RESOLUTION_FOR_STORE_SELECTOR",selectorName:e}}const Fn=e=>{const t=[...e];for(let e=t.length-1;e>=0;e--)void 0===t[e]&&t.splice(e,1);return t},jn=(e,t)=>t instanceof Map?Object.fromEntries(t):t;function qn(n,r){return{name:n,instantiate:o=>{const a=r.reducer,i={registry:o,get dispatch(){return Object.assign((e=>l.dispatch(e)),h())},get select(){return Object.assign((e=>e(l.__unstableOriginalGetState())),f())},get resolveSelect(){return g()}},l=function(e,t,n,r){const o={...t.controls,...hn},a=(0,Ot.mapValues)(o,(e=>e.isRegistryControl?e(n):e)),i=[qt(yn(n,e),gn,rn(a),_n(r))];"undefined"!=typeof window&&window.__REDUX_DEVTOOLS_EXTENSION__&&i.push(window.__REDUX_DEVTOOLS_EXTENSION__({name:e,instanceId:e,serialize:{replacer:jn}}));const{reducer:l,initialState:s}=t;return Ft(Ut()({metadata:En,root:l}),{root:s},ln(i))}(n,r,o,i),s=function(){const e={};return{isRunning:(t,n)=>e[t]&&e[t].get(Fn(n)),clear(t,n){e[t]&&e[t].delete(Fn(n))},markAsRunning(t,n){e[t]||(e[t]=new($t())),e[t].set(Fn(n),!0)}}}();let c;const u=function(e,t){const n=e=>function(){return Promise.resolve(t.dispatch(e(...arguments)))};return(0,Ot.mapValues)(e,n)}({...t,...r.actions},l);let d=function(e,t){const n=e=>{const n=function(){const n=arguments.length,r=new Array(n+1);r[0]=t.__unstableOriginalGetState();for(let e=0;efunction(t){for(var n=arguments.length,r=new Array(n>1?n-1:0),o=1;o(e.isRegistrySelector&&(e.registry=o),function(t){for(var n=arguments.length,r=new Array(n>1?n-1:0),o=1;oe.fulfill?e:{...e,fulfill:e})),a=(t,a)=>{const i=e[a];if(!i)return t.hasResolver=!1,t;const l=function(){for(var e=arguments.length,l=new Array(e),s=0;s{r.clear(a,l),n.dispatch(On(a,l));try{await Vn(n,o,a,...l),n.dispatch(Bn(a,l))}catch(e){n.dispatch(Dn(a,l,e))}})))}return c(...l),t(...l)};return l.hasResolver=!0,l};return{resolvers:o,selectors:(0,Ot.mapValues)(t,a)}}(r.resolvers,d,l,s);c=e.resolvers,d=e.selectors}const m=function(e,t){const{getIsResolving:n,hasStartedResolution:r,hasFinishedResolution:o,hasResolutionFailed:a,isResolving:i,getCachedResolvers:l,getResolutionState:s,getResolutionError:c,...u}=e;return(0,Ot.mapValues)(u,((n,r)=>n.hasResolver?function(){for(var o=arguments.length,a=new Array(o),i=0;i{const l=()=>e.hasFinishedResolution(r,a),s=t=>{if(e.hasResolutionFailed(r,a)){const t=e.getResolutionError(r,a);i(t)}else o(t)},c=()=>n.apply(null,a),u=c();if(l())return s(u);const d=t.subscribe((()=>{l()&&(d(),s(c()))}))}))}:async function(){for(var e=arguments.length,t=new Array(e),r=0;rn.hasResolver?function(){for(var o=arguments.length,a=new Array(o),i=0;i{const o=t.subscribe((()=>{e.hasFinishedResolution(r,a)&&(n(),o())}))}))}:n))}(d,l),f=()=>d,h=()=>u,g=()=>m;l.__unstableOriginalGetState=l.getState,l.getState=()=>l.__unstableOriginalGetState().root;const b=l&&(e=>{let t=l.__unstableOriginalGetState();return l.subscribe((()=>{const n=l.__unstableOriginalGetState(),r=n!==t;t=n,r&&e()}))});return{reducer:a,store:l,actions:u,selectors:d,resolvers:c,getSelectors:f,getResolveSelectors:g,getSuspendSelectors:()=>p,getActions:h,subscribe:b}}}}async function Vn(e,t,n){const r=(0,Ot.get)(t,[n]);if(!r)return;for(var o=arguments.length,a=new Array(o>3?o-3:0),i=3;i3&&void 0!==arguments[3]?arguments[3]:10;const i=e[t];if(!Xn(n))return;if(!Un(r))return;if("function"!=typeof o)return void console.error("The hook callback must be a function.");if("number"!=typeof a)return void console.error("If specified, the hook priority must be a number.");const l={callback:o,priority:a,namespace:r};if(i[n]){const e=i[n].handlers;let t;for(t=e.length;t>0&&!(a>=e[t-1].priority);t--);t===e.length?e[t]=l:e.splice(t,0,l),i.__current.forEach((e=>{e.name===n&&e.currentIndex>=t&&e.currentIndex++}))}else i[n]={handlers:[l],runs:0};"hookAdded"!==n&&e.doAction("hookAdded",n,r,o,a)}};const Gn=function(e,t){let n=arguments.length>2&&void 0!==arguments[2]&&arguments[2];return function(r,o){const a=e[t];if(!Xn(r))return;if(!n&&!Un(o))return;if(!a[r])return 0;let i=0;if(n)i=a[r].handlers.length,a[r]={runs:a[r].runs,handlers:[]};else{const e=a[r].handlers;for(let t=e.length-1;t>=0;t--)e[t].namespace===o&&(e.splice(t,1),i++,a.__current.forEach((e=>{e.name===r&&e.currentIndex>=t&&e.currentIndex--})))}return"hookRemoved"!==r&&e.doAction("hookRemoved",r,o),i}};const Kn=function(e,t){return function(n,r){const o=e[t];return void 0!==r?n in o&&o[n].handlers.some((e=>e.namespace===r)):n in o}};const Jn=function(e,t){let n=arguments.length>2&&void 0!==arguments[2]&&arguments[2];return function(r){const o=e[t];o[r]||(o[r]={handlers:[],runs:0}),o[r].runs++;const a=o[r].handlers;for(var i=arguments.length,l=new Array(i>1?i-1:0),s=1;s1&&void 0!==arguments[1]?arguments[1]:{};const{since:n,version:r,alternative:o,plugin:a,link:i,hint:l}=t,s=a?` from ${a}`:"",c=n?` since version ${n}`:"",u=r?` and will be removed${s} in version ${r}`:"",d=o?` Please use ${o} instead.`:"",m=i?` See: ${i}`:"",p=l?` Note: ${l}`:"",f=`${e} is deprecated${c}${u}.${d}${m}${p}`;f in kr||(mr("deprecated",e,t,f),console.warn(f),kr[f]=!0)}function Er(){let e=!1,t=!1;const n=new Set,r=()=>Array.from(n).forEach((e=>e()));return{get isPaused(){return e},subscribe:e=>(n.add(e),()=>n.delete(e)),pause(){e=!0},resume(){e=!1,t&&(t=!1,r())},emit(){e?t=!0:r()}}}function xr(e){return"string"==typeof e?e:e.name}function Cr(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null;const n={},r=Er();let o=null;function a(){r.emit()}const i=(e,o)=>{if(!o)return r.subscribe(e);const a=xr(o),i=n[a];return i?i.subscribe(e):t?t.subscribe(e,o):r.subscribe(e)};function l(e){var r;const a=xr(e);null===(r=o)||void 0===r||r.add(a);const i=n[a];return i?i.getSelectors():null==t?void 0:t.select(a)}function s(e,t){o=new Set;try{return e.call(this)}finally{t.current=Array.from(o),o=null}}function c(e){var r;const a=xr(e);null===(r=o)||void 0===r||r.add(a);const i=n[a];return i?i.getResolveSelectors():t&&t.resolveSelect(a)}function u(e){var r;const a=xr(e);null===(r=o)||void 0===r||r.add(a);const i=n[a];return i?i.getSuspendSelectors():t&&t.suspendSelect(a)}function d(e){const r=xr(e),o=n[r];return o?o.getActions():t&&t.dispatch(r)}function m(e){return(0,Ot.mapValues)(e,((e,t)=>"function"!=typeof e?e:function(){return v[t].apply(null,arguments)}))}function p(e,t){if("function"!=typeof t.getSelectors)throw new TypeError("store.getSelectors must be a function");if("function"!=typeof t.getActions)throw new TypeError("store.getActions must be a function");if("function"!=typeof t.subscribe)throw new TypeError("store.subscribe must be a function");t.emitter=Er();const r=t.subscribe;t.subscribe=e=>{const n=t.emitter.subscribe(e),o=r((()=>{t.emitter.isPaused?t.emitter.emit():e()}));return()=>{null==o||o(),null==n||n()}},n[e]=t,t.subscribe(a)}function f(e){p(e.name,e.instantiate(v))}function h(e,t){wr("wp.data.registerGenericStore",{since:"5.9",alternative:"wp.data.register( storeDescriptor )"}),p(e,t)}function g(e,t){if(!t.reducer)throw new TypeError("Must specify store reducer");const n=qn(e,t).instantiate(v);return p(e,n),n.store}function b(e){r.pause(),Object.values(n).forEach((e=>e.emitter.pause())),e(),r.resume(),Object.values(n).forEach((e=>e.emitter.resume()))}let v={batch:b,stores:n,namespaces:n,subscribe:i,select:l,resolveSelect:c,suspendSelect:u,dispatch:d,use:y,register:f,registerGenericStore:h,registerStore:g,__unstableMarkListeningStores:s};function y(e,t){if(e)return v={...v,...e(v,t)},v}v.register(vn);for(const[t,n]of Object.entries(e))v.register(qn(t,n));return t&&t.subscribe(a),m(v)}const Lr=Cr(),Sr=Ut(),Ar=Lr.select,Tr=(Lr.resolveSelect,Lr.suspendSelect,Lr.dispatch),zr=(Lr.subscribe,Lr.registerGenericStore,Lr.registerStore),Nr=Lr.use,Or=Lr.register;var Br=n(9588),Dr=n.n(Br),Ir=n(8975),Rr=n.n(Ir);const Pr=Dr()(console.error);function Hr(e){try{for(var t=arguments.length,n=new Array(t>1?t-1:0),r=1;r":5,">=":5,"==":4,"!=":4,"&&":3,"||":2,"?":1,"?:":1},Yr=["(","?"],Fr={")":["("],":":["?","?:"]},jr=/<=|>=|==|!=|&&|\|\||\?:|\(|!|\*|\/|%|\+|-|<|>|\?|\)|:/;var qr={"!":function(e){return!e},"*":function(e,t){return e*t},"/":function(e,t){return e/t},"%":function(e,t){return e%t},"+":function(e,t){return e+t},"-":function(e,t){return e-t},"<":function(e,t){return e":function(e,t){return e>t},">=":function(e,t){return e>=t},"==":function(e,t){return e===t},"!=":function(e,t){return e!==t},"&&":function(e,t){return e&&t},"||":function(e,t){return e||t},"?:":function(e,t,n){if(e)throw t;return n}};function Vr(e){var t=function(e){for(var t,n,r,o,a=[],i=[];t=e.match(jr);){for(n=t[0],(r=e.substr(0,t.index).trim())&&a.push(r);o=i.pop();){if(Fr[n]){if(Fr[n][0]===o){n=Fr[n][1]||n;break}}else if(Yr.indexOf(o)>=0||Wr[o]1===e?0:1},Gr=/^i18n\.(n?gettext|has_translation)(_|$)/,Kr=((e,t,n)=>{const r=new Xr({}),o=new Set,a=()=>{o.forEach((e=>e()))},i=function(e){var t;let n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"default";r.data[n]={...r.data[n],...e},r.data[n][""]={...$r,...null===(t=r.data[n])||void 0===t?void 0:t[""]},delete r.pluralForms[n]},l=(e,t)=>{i(e,t),a()},s=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"default",t=arguments.length>1?arguments[1]:void 0,n=arguments.length>2?arguments[2]:void 0,o=arguments.length>3?arguments[3]:void 0,a=arguments.length>4?arguments[4]:void 0;return r.data[e]||i(void 0,e),r.dcnpgettext(e,t,n,o,a)},c=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"default";return e},u=(e,t,r)=>{let o=s(r,t,e);return n?(o=n.applyFilters("i18n.gettext_with_context",o,e,t,r),n.applyFilters("i18n.gettext_with_context_"+c(r),o,e,t,r)):o};if(e&&l(e,t),n){const e=e=>{Gr.test(e)&&a()};n.addAction("hookAdded","core/i18n",e),n.addAction("hookRemoved","core/i18n",e)}return{getLocaleData:function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"default";return r.data[e]},setLocaleData:l,addLocaleData:function(e){var t;let n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"default";r.data[n]={...r.data[n],...e,"":{...$r,...null===(t=r.data[n])||void 0===t?void 0:t[""],...null==e?void 0:e[""]}},delete r.pluralForms[n],a()},resetLocaleData:(e,t)=>{r.data={},r.pluralForms={},l(e,t)},subscribe:e=>(o.add(e),()=>o.delete(e)),__:(e,t)=>{let r=s(t,void 0,e);return n?(r=n.applyFilters("i18n.gettext",r,e,t),n.applyFilters("i18n.gettext_"+c(t),r,e,t)):r},_x:u,_n:(e,t,r,o)=>{let a=s(o,void 0,e,t,r);return n?(a=n.applyFilters("i18n.ngettext",a,e,t,r,o),n.applyFilters("i18n.ngettext_"+c(o),a,e,t,r,o)):a},_nx:(e,t,r,o,a)=>{let i=s(a,o,e,t,r);return n?(i=n.applyFilters("i18n.ngettext_with_context",i,e,t,r,o,a),n.applyFilters("i18n.ngettext_with_context_"+c(a),i,e,t,r,o,a)):i},isRTL:()=>"rtl"===u("ltr","text direction"),hasTranslation:(e,t,o)=>{var a,i;const l=t?t+""+e:e;let s=!(null===(a=r.data)||void 0===a||null===(i=a[null!=o?o:"default"])||void 0===i||!i[l]);return n&&(s=n.applyFilters("i18n.has_translation",s,e,t,o),s=n.applyFilters("i18n.has_translation_"+c(o),s,e,t,o)),s}}})(void 0,void 0,rr),Jr=(Kr.getLocaleData.bind(Kr),Kr.setLocaleData.bind(Kr),Kr.resetLocaleData.bind(Kr),Kr.subscribe.bind(Kr),Kr.__.bind(Kr)),Zr=Kr._x.bind(Kr),Qr=Kr._n.bind(Kr),eo=(Kr._nx.bind(Kr),Kr.isRTL.bind(Kr));Kr.hasTranslation.bind(Kr);var to={grad:.9,turn:360,rad:360/(2*Math.PI)},no=function(e){return"string"==typeof e?e.length>0:"number"==typeof e},ro=function(e,t,n){return void 0===t&&(t=0),void 0===n&&(n=Math.pow(10,t)),Math.round(n*e)/n+0},oo=function(e,t,n){return void 0===t&&(t=0),void 0===n&&(n=1),e>n?n:e>t?e:t},ao=function(e){return(e=isFinite(e)?e%360:0)>0?e:e+360},io=function(e){return{r:oo(e.r,0,255),g:oo(e.g,0,255),b:oo(e.b,0,255),a:oo(e.a)}},lo=function(e){return{r:ro(e.r),g:ro(e.g),b:ro(e.b),a:ro(e.a,3)}},so=/^#([0-9a-f]{3,8})$/i,co=function(e){var t=e.toString(16);return t.length<2?"0"+t:t},uo=function(e){var t=e.r,n=e.g,r=e.b,o=e.a,a=Math.max(t,n,r),i=a-Math.min(t,n,r),l=i?a===t?(n-r)/i:a===n?2+(r-t)/i:4+(t-n)/i:0;return{h:60*(l<0?l+6:l),s:a?i/a*100:0,v:a/255*100,a:o}},mo=function(e){var t=e.h,n=e.s,r=e.v,o=e.a;t=t/360*6,n/=100,r/=100;var a=Math.floor(t),i=r*(1-n),l=r*(1-(t-a)*n),s=r*(1-(1-t+a)*n),c=a%6;return{r:255*[r,l,i,i,s,r][c],g:255*[s,r,r,l,i,i][c],b:255*[i,i,s,r,r,l][c],a:o}},po=function(e){return{h:ao(e.h),s:oo(e.s,0,100),l:oo(e.l,0,100),a:oo(e.a)}},fo=function(e){return{h:ro(e.h),s:ro(e.s),l:ro(e.l),a:ro(e.a,3)}},ho=function(e){return mo((n=(t=e).s,{h:t.h,s:(n*=((r=t.l)<50?r:100-r)/100)>0?2*n/(r+n)*100:0,v:r+n,a:t.a}));var t,n,r},go=function(e){return{h:(t=uo(e)).h,s:(o=(200-(n=t.s))*(r=t.v)/100)>0&&o<200?n*r/100/(o<=100?o:200-o)*100:0,l:o/2,a:t.a};var t,n,r,o},bo=/^hsla?\(\s*([+-]?\d*\.?\d+)(deg|rad|grad|turn)?\s*,\s*([+-]?\d*\.?\d+)%\s*,\s*([+-]?\d*\.?\d+)%\s*(?:,\s*([+-]?\d*\.?\d+)(%)?\s*)?\)$/i,vo=/^hsla?\(\s*([+-]?\d*\.?\d+)(deg|rad|grad|turn)?\s+([+-]?\d*\.?\d+)%\s+([+-]?\d*\.?\d+)%\s*(?:\/\s*([+-]?\d*\.?\d+)(%)?\s*)?\)$/i,yo=/^rgba?\(\s*([+-]?\d*\.?\d+)(%)?\s*,\s*([+-]?\d*\.?\d+)(%)?\s*,\s*([+-]?\d*\.?\d+)(%)?\s*(?:,\s*([+-]?\d*\.?\d+)(%)?\s*)?\)$/i,_o=/^rgba?\(\s*([+-]?\d*\.?\d+)(%)?\s+([+-]?\d*\.?\d+)(%)?\s+([+-]?\d*\.?\d+)(%)?\s*(?:\/\s*([+-]?\d*\.?\d+)(%)?\s*)?\)$/i,Mo={string:[[function(e){var t=so.exec(e);return t?(e=t[1]).length<=4?{r:parseInt(e[0]+e[0],16),g:parseInt(e[1]+e[1],16),b:parseInt(e[2]+e[2],16),a:4===e.length?ro(parseInt(e[3]+e[3],16)/255,2):1}:6===e.length||8===e.length?{r:parseInt(e.substr(0,2),16),g:parseInt(e.substr(2,2),16),b:parseInt(e.substr(4,2),16),a:8===e.length?ro(parseInt(e.substr(6,2),16)/255,2):1}:null:null},"hex"],[function(e){var t=yo.exec(e)||_o.exec(e);return t?t[2]!==t[4]||t[4]!==t[6]?null:io({r:Number(t[1])/(t[2]?100/255:1),g:Number(t[3])/(t[4]?100/255:1),b:Number(t[5])/(t[6]?100/255:1),a:void 0===t[7]?1:Number(t[7])/(t[8]?100:1)}):null},"rgb"],[function(e){var t=bo.exec(e)||vo.exec(e);if(!t)return null;var n,r,o=po({h:(n=t[1],r=t[2],void 0===r&&(r="deg"),Number(n)*(to[r]||1)),s:Number(t[3]),l:Number(t[4]),a:void 0===t[5]?1:Number(t[5])/(t[6]?100:1)});return ho(o)},"hsl"]],object:[[function(e){var t=e.r,n=e.g,r=e.b,o=e.a,a=void 0===o?1:o;return no(t)&&no(n)&&no(r)?io({r:Number(t),g:Number(n),b:Number(r),a:Number(a)}):null},"rgb"],[function(e){var t=e.h,n=e.s,r=e.l,o=e.a,a=void 0===o?1:o;if(!no(t)||!no(n)||!no(r))return null;var i=po({h:Number(t),s:Number(n),l:Number(r),a:Number(a)});return ho(i)},"hsl"],[function(e){var t=e.h,n=e.s,r=e.v,o=e.a,a=void 0===o?1:o;if(!no(t)||!no(n)||!no(r))return null;var i=function(e){return{h:ao(e.h),s:oo(e.s,0,100),v:oo(e.v,0,100),a:oo(e.a)}}({h:Number(t),s:Number(n),v:Number(r),a:Number(a)});return mo(i)},"hsv"]]},ko=function(e,t){for(var n=0;n=.5},e.prototype.toHex=function(){return t=(e=lo(this.rgba)).r,n=e.g,r=e.b,a=(o=e.a)<1?co(ro(255*o)):"","#"+co(t)+co(n)+co(r)+a;var e,t,n,r,o,a},e.prototype.toRgb=function(){return lo(this.rgba)},e.prototype.toRgbString=function(){return t=(e=lo(this.rgba)).r,n=e.g,r=e.b,(o=e.a)<1?"rgba("+t+", "+n+", "+r+", "+o+")":"rgb("+t+", "+n+", "+r+")";var e,t,n,r,o},e.prototype.toHsl=function(){return fo(go(this.rgba))},e.prototype.toHslString=function(){return t=(e=fo(go(this.rgba))).h,n=e.s,r=e.l,(o=e.a)<1?"hsla("+t+", "+n+"%, "+r+"%, "+o+")":"hsl("+t+", "+n+"%, "+r+"%)";var e,t,n,r,o},e.prototype.toHsv=function(){return e=uo(this.rgba),{h:ro(e.h),s:ro(e.s),v:ro(e.v),a:ro(e.a,3)};var e},e.prototype.invert=function(){return So({r:255-(e=this.rgba).r,g:255-e.g,b:255-e.b,a:e.a});var e},e.prototype.saturate=function(e){return void 0===e&&(e=.1),So(Eo(this.rgba,e))},e.prototype.desaturate=function(e){return void 0===e&&(e=.1),So(Eo(this.rgba,-e))},e.prototype.grayscale=function(){return So(Eo(this.rgba,-1))},e.prototype.lighten=function(e){return void 0===e&&(e=.1),So(Co(this.rgba,e))},e.prototype.darken=function(e){return void 0===e&&(e=.1),So(Co(this.rgba,-e))},e.prototype.rotate=function(e){return void 0===e&&(e=15),this.hue(this.hue()+e)},e.prototype.alpha=function(e){return"number"==typeof e?So({r:(t=this.rgba).r,g:t.g,b:t.b,a:e}):ro(this.rgba.a,3);var t},e.prototype.hue=function(e){var t=go(this.rgba);return"number"==typeof e?So({h:e,s:t.s,l:t.l,a:t.a}):ro(t.h)},e.prototype.isEqual=function(e){return this.toHex()===So(e).toHex()},e}(),So=function(e){return e instanceof Lo?e:new Lo(e)},Ao=[],To=function(e){e.forEach((function(e){Ao.indexOf(e)<0&&(e(Lo,Mo),Ao.push(e))}))};function zo(e,t){var n={white:"#ffffff",bisque:"#ffe4c4",blue:"#0000ff",cadetblue:"#5f9ea0",chartreuse:"#7fff00",chocolate:"#d2691e",coral:"#ff7f50",antiquewhite:"#faebd7",aqua:"#00ffff",azure:"#f0ffff",whitesmoke:"#f5f5f5",papayawhip:"#ffefd5",plum:"#dda0dd",blanchedalmond:"#ffebcd",black:"#000000",gold:"#ffd700",goldenrod:"#daa520",gainsboro:"#dcdcdc",cornsilk:"#fff8dc",cornflowerblue:"#6495ed",burlywood:"#deb887",aquamarine:"#7fffd4",beige:"#f5f5dc",crimson:"#dc143c",cyan:"#00ffff",darkblue:"#00008b",darkcyan:"#008b8b",darkgoldenrod:"#b8860b",darkkhaki:"#bdb76b",darkgray:"#a9a9a9",darkgreen:"#006400",darkgrey:"#a9a9a9",peachpuff:"#ffdab9",darkmagenta:"#8b008b",darkred:"#8b0000",darkorchid:"#9932cc",darkorange:"#ff8c00",darkslateblue:"#483d8b",gray:"#808080",darkslategray:"#2f4f4f",darkslategrey:"#2f4f4f",deeppink:"#ff1493",deepskyblue:"#00bfff",wheat:"#f5deb3",firebrick:"#b22222",floralwhite:"#fffaf0",ghostwhite:"#f8f8ff",darkviolet:"#9400d3",magenta:"#ff00ff",green:"#008000",dodgerblue:"#1e90ff",grey:"#808080",honeydew:"#f0fff0",hotpink:"#ff69b4",blueviolet:"#8a2be2",forestgreen:"#228b22",lawngreen:"#7cfc00",indianred:"#cd5c5c",indigo:"#4b0082",fuchsia:"#ff00ff",brown:"#a52a2a",maroon:"#800000",mediumblue:"#0000cd",lightcoral:"#f08080",darkturquoise:"#00ced1",lightcyan:"#e0ffff",ivory:"#fffff0",lightyellow:"#ffffe0",lightsalmon:"#ffa07a",lightseagreen:"#20b2aa",linen:"#faf0e6",mediumaquamarine:"#66cdaa",lemonchiffon:"#fffacd",lime:"#00ff00",khaki:"#f0e68c",mediumseagreen:"#3cb371",limegreen:"#32cd32",mediumspringgreen:"#00fa9a",lightskyblue:"#87cefa",lightblue:"#add8e6",midnightblue:"#191970",lightpink:"#ffb6c1",mistyrose:"#ffe4e1",moccasin:"#ffe4b5",mintcream:"#f5fffa",lightslategray:"#778899",lightslategrey:"#778899",navajowhite:"#ffdead",navy:"#000080",mediumvioletred:"#c71585",powderblue:"#b0e0e6",palegoldenrod:"#eee8aa",oldlace:"#fdf5e6",paleturquoise:"#afeeee",mediumturquoise:"#48d1cc",mediumorchid:"#ba55d3",rebeccapurple:"#663399",lightsteelblue:"#b0c4de",mediumslateblue:"#7b68ee",thistle:"#d8bfd8",tan:"#d2b48c",orchid:"#da70d6",mediumpurple:"#9370db",purple:"#800080",pink:"#ffc0cb",skyblue:"#87ceeb",springgreen:"#00ff7f",palegreen:"#98fb98",red:"#ff0000",yellow:"#ffff00",slateblue:"#6a5acd",lavenderblush:"#fff0f5",peru:"#cd853f",palevioletred:"#db7093",violet:"#ee82ee",teal:"#008080",slategray:"#708090",slategrey:"#708090",aliceblue:"#f0f8ff",darkseagreen:"#8fbc8f",darkolivegreen:"#556b2f",greenyellow:"#adff2f",seagreen:"#2e8b57",seashell:"#fff5ee",tomato:"#ff6347",silver:"#c0c0c0",sienna:"#a0522d",lavender:"#e6e6fa",lightgreen:"#90ee90",orange:"#ffa500",orangered:"#ff4500",steelblue:"#4682b4",royalblue:"#4169e1",turquoise:"#40e0d0",yellowgreen:"#9acd32",salmon:"#fa8072",saddlebrown:"#8b4513",sandybrown:"#f4a460",rosybrown:"#bc8f8f",darksalmon:"#e9967a",lightgoldenrodyellow:"#fafad2",snow:"#fffafa",lightgrey:"#d3d3d3",lightgray:"#d3d3d3",dimgray:"#696969",dimgrey:"#696969",olivedrab:"#6b8e23",olive:"#808000"},r={};for(var o in n)r[n[o]]=o;var a={};e.prototype.toName=function(t){if(!(this.rgba.a||this.rgba.r||this.rgba.g||this.rgba.b))return"transparent";var o,i,l=r[this.toHex()];if(l)return l;if(null==t?void 0:t.closest){var s=this.toRgb(),c=1/0,u="black";if(!a.length)for(var d in n)a[d]=new e(n[d]).toRgb();for(var m in n){var p=(o=s,i=a[m],Math.pow(o.r-i.r,2)+Math.pow(o.g-i.g,2)+Math.pow(o.b-i.b,2));p(s=Oo(i))?(l+.05)/(s+.05):(s+.05)/(l+.05),void 0===(r=2)&&(r=0),void 0===o&&(o=Math.pow(10,r)),Math.floor(o*n)/o+0},e.prototype.isReadable=function(e,t){return void 0===e&&(e="#FFF"),void 0===t&&(t={}),this.contrast(e)>=(i=void 0===(a=(n=t).size)?"normal":a,"AAA"===(o=void 0===(r=n.level)?"AA":r)&&"normal"===i?7:"AA"===o&&"large"===i?3:4.5);var n,r,o,a,i}}function Do(e,t){0}function Io(e){Do(e.parentNode),e.parentNode.removeChild(e)}function Ro(e){const{body:t}=document.implementation.createHTMLDocument("");t.innerHTML=e;const n=t.getElementsByTagName("*");let r=n.length;for(;r--;){const e=n[r];if("SCRIPT"===e.tagName)Io(e);else{let t=e.attributes.length;for(;t--;){const{name:n}=e.attributes[t];n.startsWith("on")&&e.removeAttribute(n)}}}return t.innerHTML}function Po(e){e=Ro(e);const t=document.implementation.createHTMLDocument("");return t.body.innerHTML=e,t.body.textContent||""}const Ho="block-default",Wo=["attributes","supports","save","migrate","isEligible","apiVersion"],Yo={link:"a",heading:"h1, h2, h3, h4, h5, h6",h1:"h1",h2:"h2",h3:"h3",h4:"h4",h5:"h5",h6:"h6",button:".wp-element-button, .wp-block-button__link",caption:".wp-element-caption, .wp-block-audio figcaption, .wp-block-embed figcaption, .wp-block-gallery figcaption, .wp-block-image figcaption, .wp-block-table figcaption, .wp-block-video figcaption",cite:"cite"},Fo={"color.duotone":!0,"color.gradients":!0,"color.palette":!0,"typography.fontFamilies":!0,"typography.fontSizes":!0,"spacing.spacingSizes":!0};var jo=function(){return jo=Object.assign||function(e){for(var t,n=1,r=arguments.length;n0&&n>="0"&&n<="9"?"_"+n+r:""+n.toUpperCase()+r}function Ko(e,t){return void 0===t&&(t={}),Xo(e,jo({delimiter:"",transform:Go},t))}function Jo(e,t){return 0===t?e.toLowerCase():Go(e,t)}function Zo(e,t){return void 0===t&&(t={}),Ko(e,jo({transform:Jo},t))}const Qo={title:"block title",description:"block description",keywords:["block keyword"],styles:[{label:"block style label"}],variations:[{title:"block variation title",description:"block variation description",keywords:["block variation keyword"]}]},ea={};function ta(e){return null!==e&&"object"==typeof e}function na(e){let{textdomain:t,...n}=e;const r=["apiVersion","title","category","parent","ancestor","icon","description","keywords","attributes","providesContext","usesContext","supports","styles","example","variations"],o=Object.fromEntries(Object.entries(n).filter((e=>{let[t]=e;return r.includes(t)})));return t&&Object.keys(Qo).forEach((e=>{o[e]&&(o[e]=oa(Qo[e],o[e],t))})),o}function ra(e,t){const n=ta(e)?e.name:e;if("string"!=typeof n)return void console.error("Block names must be strings.");if(!/^[a-z][a-z0-9-]*\/[a-z][a-z0-9-]*$/.test(n))return void console.error("Block names must contain a namespace prefix, include only lowercase alphanumeric characters or dashes, and start with a letter. Example: my-plugin/my-custom-block");if(Ar(Zi).getBlockType(n))return void console.error('Block "'+n+'" is already registered.');ta(e)&&function(e){for(const t of Object.keys(e))ea[t]?(void 0===ea[t].apiVersion&&e[t].apiVersion&&(ea[t].apiVersion=e[t].apiVersion),void 0===ea[t].ancestor&&e[t].ancestor&&(ea[t].ancestor=e[t].ancestor)):ea[t]=Object.fromEntries(Object.entries(e[t]).filter((e=>{let[,t]=e;return null!=t})).map((e=>{let[t,n]=e;return[Zo(t),n]})))}({[n]:na(e)});const r={name:n,icon:Ho,keywords:[],attributes:{},providesContext:{},usesContext:[],supports:{},styles:[],variations:[],save:()=>null,...null==ea?void 0:ea[n],...t};return Tr(Zi).__experimentalRegisterBlockType(r),Ar(Zi).getBlockType(n)}function oa(e,t,n){return"string"==typeof e&&"string"==typeof t?Zr(t,e,n):Array.isArray(e)&&e.length&&Array.isArray(t)?t.map((t=>oa(e[0],t,n))):ta(e)&&Object.entries(e).length&&ta(t)?Object.keys(t).reduce(((r,o)=>e[o]?(r[o]=oa(e[o],t[o],n),r):(r[o]=t[o],r)),{}):t}function aa(e){Tr(Zi).setFreeformFallbackBlockName(e)}function ia(){return Ar(Zi).getFreeformFallbackBlockName()}function la(e){Tr(Zi).setUnregisteredFallbackBlockName(e)}function sa(){return Ar(Zi).getUnregisteredFallbackBlockName()}function ca(e){Tr(Zi).setDefaultBlockName(e)}function ua(e){Tr(Zi).setGroupingBlockName(e)}function da(){return Ar(Zi).getDefaultBlockName()}function ma(e){var t;return null===(t=Ar(Zi))||void 0===t?void 0:t.getBlockType(e)}function pa(){return Ar(Zi).getBlockTypes()}function fa(e,t,n){return Ar(Zi).getBlockSupport(e,t,n)}function ha(e,t,n){return Ar(Zi).hasBlockSupport(e,t,n)}function ga(e){return"core/block"===(null==e?void 0:e.name)}function ba(e){return"core/template-part"===(null==e?void 0:e.name)}const va=(e,t)=>Ar(Zi).getBlockVariations(e,t);var ya,_a=new Uint8Array(16);function Ma(){if(!ya&&!(ya="undefined"!=typeof crypto&&crypto.getRandomValues&&crypto.getRandomValues.bind(crypto)||"undefined"!=typeof msCrypto&&"function"==typeof msCrypto.getRandomValues&&msCrypto.getRandomValues.bind(msCrypto)))throw new Error("crypto.getRandomValues() not supported. See https://github.com/uuidjs/uuid#getrandomvalues-not-supported");return ya(_a)}const ka=/^(?:[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}|00000000-0000-0000-0000-000000000000)$/i;const wa=function(e){return"string"==typeof e&&ka.test(e)};for(var Ea=[],xa=0;xa<256;++xa)Ea.push((xa+256).toString(16).substr(1));const Ca=function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:0,n=(Ea[e[t+0]]+Ea[e[t+1]]+Ea[e[t+2]]+Ea[e[t+3]]+"-"+Ea[e[t+4]]+Ea[e[t+5]]+"-"+Ea[e[t+6]]+Ea[e[t+7]]+"-"+Ea[e[t+8]]+Ea[e[t+9]]+"-"+Ea[e[t+10]]+Ea[e[t+11]]+Ea[e[t+12]]+Ea[e[t+13]]+Ea[e[t+14]]+Ea[e[t+15]]).toLowerCase();if(!wa(n))throw TypeError("Stringified UUID is invalid");return n};const La=function(e,t,n){var r=(e=e||{}).random||(e.rng||Ma)();if(r[6]=15&r[6]|64,r[8]=63&r[8]|128,t){n=n||0;for(var o=0;o<16;++o)t[n+o]=r[o];return t}return Ca(r)};function Sa(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:[];const r=Xa(e,t),o=La();return{clientId:o,name:e,isValid:!0,attributes:r,innerBlocks:n}}function Aa(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[];return e.map((e=>{const t=Array.isArray(e)?e:[e.name,e.attributes,e.innerBlocks],[n,r,o=[]]=t;return Sa(n,r,Aa(o))}))}function Ta(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=arguments.length>2?arguments[2]:void 0;const r=La(),o=Xa(e.name,{...e.attributes,...t});return{...e,clientId:r,attributes:o,innerBlocks:n||e.innerBlocks.map((e=>Ta(e)))}}function za(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=arguments.length>2?arguments[2]:void 0;const r=La();return{...e,clientId:r,attributes:{...e.attributes,...t},innerBlocks:n||e.innerBlocks.map((e=>za(e)))}}const Na=(e,t,n)=>{if(!n.length)return!1;const r=n.length>1,o=n[0].name;if(!(Oa(e)||!r||e.isMultiBlock))return!1;if(!Oa(e)&&!n.every((e=>e.name===o)))return!1;if(!("block"===e.type))return!1;const a=n[0];return!("from"===t&&-1===e.blocks.indexOf(a.name)&&!Oa(e))&&(!(!r&&"from"===t&&Ba(a.name)&&Ba(e.blockName))&&(!!Pa(e,n)&&!(e.usingMobileTransformations&&Oa(e)&&!Ba(a.name))))},Oa=e=>e&&"block"===e.type&&Array.isArray(e.blocks)&&e.blocks.includes("*"),Ba=e=>e===Ar(Zi).getGroupingBlockName();function Da(e){if(!e.length)return[];const t=(e=>e.length?pa().filter((t=>!!Ia(Ra("from",t.name),(t=>Na(t,"from",e))))):[])(e),n=(e=>{if(!e.length)return[];const t=ma(e[0].name);return(t?Ra("to",t.name):[]).filter((t=>t&&Na(t,"to",e))).map((e=>e.blocks)).flat().map((e=>"*"===e?e:ma(e)))})(e);return[...new Set([...t,...n])]}function Ia(e,t){const n=nr();for(let r=0;re||o),o.priority)}return n.applyFilters("transform",null)}function Ra(e,t){if(void 0===t)return pa().map((t=>{let{name:n}=t;return Ra(e,n)})).flat();const n=Va(t),{name:r,transforms:o}=n||{};if(!o||!Array.isArray(o[e]))return[];const a=o.supportedMobileTransforms&&Array.isArray(o.supportedMobileTransforms),i=a?o[e].filter((e=>"raw"===e.type||!(!e.blocks||!e.blocks.length)&&(!!Oa(e)||e.blocks.every((e=>o.supportedMobileTransforms.includes(e)))))):o[e];return i.map((e=>({...e,blockName:r,usingMobileTransformations:a})))}function Pa(e,t){if("function"!=typeof e.isMatch)return!0;const n=t[0],r=e.isMultiBlock?t.map((e=>e.attributes)):n.attributes,o=e.isMultiBlock?t:n;return e.isMatch(r,o)}function Ha(e,t){const n=Array.isArray(e)?e:[e],r=n.length>1,o=n[0],a=o.name,i=Ra("from",t),l=Ia(Ra("to",a),(e=>"block"===e.type&&-1!==e.blocks.indexOf(t)&&(!r||e.isMultiBlock)&&Pa(e,n)))||Ia(i,(e=>"block"===e.type&&(Oa(e)||-1!==e.blocks.indexOf(a))&&(!r||e.isMultiBlock)&&Pa(e,n)));if(!l)return null;let s;if(s=l.isMultiBlock?"__experimentalConvert"in l?l.__experimentalConvert(n):l.transform(n.map((e=>e.attributes)),n.map((e=>e.innerBlocks))):"__experimentalConvert"in l?l.__experimentalConvert(o):l.transform(o.attributes,o.innerBlocks),null===s||"object"!=typeof s)return null;if(s=Array.isArray(s)?s:[s],s.some((e=>!ma(e.name))))return null;if("*"===t)return s;if(!s.some((e=>e.name===t)))return null;const c=s.map(((t,n,r)=>pr("blocks.switchToBlockType.transformedBlock",t,e,n,r)));return c}const Wa=(e,t)=>{var n;return Sa(e,t.attributes,(null!==(n=t.innerBlocks)&&void 0!==n?n:[]).map((e=>Wa(e.name,e))))};To([zo,Bo]);const Ya=["#191e23","#f8f9f9"];function Fa(e){var t;Fa[e.name]||(Fa[e.name]=Sa(e.name));const n=Fa[e.name],r=ma(e.name);return Object.keys(null!==(t=null==r?void 0:r.attributes)&&void 0!==t?t:{}).every((t=>n.attributes[t]===e.attributes[t]))}function ja(e){return e.name===da()&&Fa(e)}function qa(e){return!!e&&("string"==typeof e||(0,At.isValidElement)(e)||"function"==typeof e||e instanceof At.Component)}function Va(e){return"string"==typeof e?ma(e):e}function Ua(e,t){let n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:"visual";const{__experimentalLabel:r,title:o}=e,a=r&&r(t,{context:n});return a?Po(a):o}function Xa(e,t){const n=ma(e);if(void 0===n)throw new Error(`Block type '${e}' is not registered.`);return Object.entries(n.attributes).reduce(((e,n)=>{let[r,o]=n;const a=t[r];return void 0!==a?e[r]=a:o.hasOwnProperty("default")&&(e[r]=o.default),-1!==["node","children"].indexOf(o.source)&&("string"==typeof e[r]?e[r]=[e[r]]:Array.isArray(e[r])||(e[r]=[])),e}),{})}function $a(e,t){return Object.fromEntries(Object.entries(e).filter((e=>{let[n]=e;return!t.includes(n)})))}const Ga=[{slug:"text",title:Jr("Text")},{slug:"media",title:Jr("Media")},{slug:"design",title:Jr("Design")},{slug:"widgets",title:Jr("Widgets")},{slug:"theme",title:Jr("Theme")},{slug:"embed",title:Jr("Embeds")},{slug:"reusable",title:Jr("Reusable blocks")}];function Ka(e){return e.reduce(((e,t)=>({...e,[t.name]:t})),{})}function Ja(e){return e.reduce(((e,t)=>(e.some((e=>e.name===t.name))||e.push(t),e)),[])}function Za(e){return function(){let t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:null,n=arguments.length>1?arguments[1]:void 0;switch(n.type){case"REMOVE_BLOCK_TYPES":return-1!==n.names.indexOf(t)?null:t;case e:return n.name||null}return t}}const Qa=Za("SET_DEFAULT_BLOCK_NAME"),ei=Za("SET_FREEFORM_FALLBACK_BLOCK_NAME"),ti=Za("SET_UNREGISTERED_FALLBACK_BLOCK_NAME"),ni=Za("SET_GROUPING_BLOCK_NAME");const ri=Sr({unprocessedBlockTypes:function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1?arguments[1]:void 0;switch(t.type){case"ADD_UNPROCESSED_BLOCK_TYPE":return{...e,[t.blockType.name]:t.blockType};case"REMOVE_BLOCK_TYPES":return $a(e,t.names)}return e},blockTypes:function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1?arguments[1]:void 0;switch(t.type){case"ADD_BLOCK_TYPES":return{...e,...Ka(t.blockTypes)};case"REMOVE_BLOCK_TYPES":return $a(e,t.names)}return e},blockStyles:function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1?arguments[1]:void 0;switch(t.type){case"ADD_BLOCK_TYPES":return{...e,...(0,Ot.mapValues)(Ka(t.blockTypes),(t=>Ja([...(0,Ot.get)(t,["styles"],[]).map((e=>({...e,source:"block"}))),...(0,Ot.get)(e,[t.name],[]).filter((e=>{let{source:t}=e;return"block"!==t}))])))};case"ADD_BLOCK_STYLES":return{...e,[t.blockName]:Ja([...(0,Ot.get)(e,[t.blockName],[]),...t.styles])};case"REMOVE_BLOCK_STYLES":return{...e,[t.blockName]:(0,Ot.get)(e,[t.blockName],[]).filter((e=>-1===t.styleNames.indexOf(e.name)))}}return e},blockVariations:function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1?arguments[1]:void 0;switch(t.type){case"ADD_BLOCK_TYPES":return{...e,...(0,Ot.mapValues)(Ka(t.blockTypes),(t=>Ja([...(0,Ot.get)(t,["variations"],[]).map((e=>({...e,source:"block"}))),...(0,Ot.get)(e,[t.name],[]).filter((e=>{let{source:t}=e;return"block"!==t}))])))};case"ADD_BLOCK_VARIATIONS":return{...e,[t.blockName]:Ja([...(0,Ot.get)(e,[t.blockName],[]),...t.variations])};case"REMOVE_BLOCK_VARIATIONS":return{...e,[t.blockName]:(0,Ot.get)(e,[t.blockName],[]).filter((e=>-1===t.variationNames.indexOf(e.name)))}}return e},defaultBlockName:Qa,freeformFallbackBlockName:ei,unregisteredFallbackBlockName:ti,groupingBlockName:ni,categories:function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:Ga,t=arguments.length>1?arguments[1]:void 0;switch(t.type){case"SET_CATEGORIES":return t.categories||[];case"UPDATE_CATEGORY":if(!t.category||(0,Ot.isEmpty)(t.category))return e;if(e.find((e=>{let{slug:n}=e;return n===t.slug})))return(0,Ot.map)(e,(e=>e.slug===t.slug?{...e,...t.category}:e))}return e},collections:function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1?arguments[1]:void 0;switch(t.type){case"ADD_BLOCK_COLLECTION":return{...e,[t.namespace]:{title:t.title,icon:t.icon}};case"REMOVE_BLOCK_COLLECTION":return $a(e,t.namespace)}return e}});var oi={};function ai(e){return[e]}function ii(e,t,n){var r;if(e.length!==t.length)return!1;for(r=n;r"string"==typeof t?pi(e,t):t;function di(e){return e.unprocessedBlockTypes}const mi=li((e=>Object.values(e.blockTypes)),(e=>[e.blockTypes]));function pi(e,t){return e.blockTypes[t]}function fi(e,t){return e.blockStyles[t]}const hi=li(((e,t,n)=>{const r=e.blockVariations[t];return r&&n?r.filter((e=>(e.scope||["block","inserter"]).includes(n))):r}),((e,t)=>[e.blockVariations[t]]));function gi(e,t,n,r){const o=hi(e,t,r);return null==o?void 0:o.find((r=>{var o;if(Array.isArray(r.isActive)){const o=pi(e,t),a=Object.keys((null==o?void 0:o.attributes)||{}),i=r.isActive.filter((e=>a.includes(e)));return 0!==i.length&&i.every((e=>n[e]===r.attributes[e]))}return null===(o=r.isActive)||void 0===o?void 0:o.call(r,n,r.attributes)}))}function bi(e,t,n){const r=hi(e,t,n),o=[...r].reverse().find((e=>{let{isDefault:t}=e;return!!t}));return o||r[0]}function vi(e){return e.categories}function yi(e){return e.collections}function _i(e){return e.defaultBlockName}function Mi(e){return e.freeformFallbackBlockName}function ki(e){return e.unregisteredFallbackBlockName}function wi(e){return e.groupingBlockName}const Ei=li(((e,t)=>(0,Ot.map)(mi(e).filter((e=>{var n;return null===(n=e.parent)||void 0===n?void 0:n.includes(t)})),(e=>{let{name:t}=e;return t}))),(e=>[e.blockTypes])),xi=(e,t,n,r)=>{const o=ui(e,t);return null!=o&&o.supports?(0,Ot.get)(o.supports,n,r):r};function Ci(e,t,n,r){return!!xi(e,t,n,r)}function Li(e,t,n){var r;const o=ui(e,t),a=an([e=>ci()(null!=e?e:""),e=>e.toLowerCase(),e=>e.trim()]),i=a(n),l=an([a,e=>e.includes(i)]);return l(o.title)||(null===(r=o.keywords)||void 0===r?void 0:r.some(l))||l(o.category)||"string"==typeof o.description&&l(o.description)}const Si=(e,t)=>Ei(e,t).length>0,Ai=(e,t)=>Ei(e,t).some((t=>Ci(e,t,"inserter",!0))),Ti=li(((e,t)=>{const n=pi(e,t);return!!n&&Object.entries(n.attributes).some((e=>{let[,{__experimentalRole:t}]=e;return"content"===t}))}),((e,t)=>{var n;return[null===(n=e.blockTypes[t])||void 0===n?void 0:n.attributes]})),{error:zi,warn:Ni}=window.console,Oi={common:"text",formatting:"text",layout:"design"};function Bi(e){return"function"==typeof e}const Di=(e,t)=>{let{select:n}=t;const{name:r}=e,o=pr("blocks.registerBlockType",{...e},r,null);if(o.description&&"string"!=typeof o.description&&wr("Declaring non-string block descriptions",{since:"6.2"}),o.deprecated&&(o.deprecated=o.deprecated.map((t=>Object.fromEntries(Object.entries(pr("blocks.registerBlockType",{...$a(e,Wo),...t},r,t)).filter((e=>{let[t]=e;return Wo.includes(t)})))))),Qt(o))if(Bi(o.save))if(!("edit"in o)||Bi(o.edit))if(Oi.hasOwnProperty(o.category)&&(o.category=Oi[o.category]),"category"in o&&!n.getCategories().some((e=>{let{slug:t}=e;return t===o.category}))&&(Ni('The block "'+r+'" is registered with an invalid category "'+o.category+'".'),delete o.category),"title"in o&&""!==o.title)if("string"==typeof o.title){if(o.icon=function(e){if(qa(e=e||Ho))return{src:e};if("background"in e){const t=So(e.background),n=e=>t.contrast(e),r=Math.max(...Ya.map(n));return{...e,foreground:e.foreground?e.foreground:Ya.find((e=>n(e)===r)),shadowColor:t.alpha(.3).toRgbString()}}return e}(o.icon),qa(o.icon.src))return o;zi("The icon passed is invalid. The icon should be a string, an element, a function, or an object following the specifications documented in https://developer.wordpress.org/block-editor/developers/block-api/block-registration/#icon-optional")}else zi("Block titles must be strings.");else zi('The block "'+r+'" must have a title.');else zi('The "edit" property must be a valid function.');else zi('The "save" property must be a valid function.');else zi("Block settings must be a valid object.")};function Ii(e){return{type:"ADD_BLOCK_TYPES",blockTypes:Array.isArray(e)?e:[e]}}const Ri=e=>t=>{let{dispatch:n,select:r}=t;n({type:"ADD_UNPROCESSED_BLOCK_TYPE",blockType:e});const o=Di(e,{select:r});o&&n.addBlockTypes(o)},Pi=()=>e=>{let{dispatch:t,select:n}=e;const r=n.__experimentalGetUnprocessedBlockTypes(),o=Object.keys(r).reduce(((e,t)=>{const o=Di(r[t],{select:n});return o&&e.push(o),e}),[]);o.length&&t.addBlockTypes(o)};function Hi(e){return{type:"REMOVE_BLOCK_TYPES",names:Array.isArray(e)?e:[e]}}function Wi(e,t){return{type:"ADD_BLOCK_STYLES",styles:Array.isArray(t)?t:[t],blockName:e}}function Yi(e,t){return{type:"REMOVE_BLOCK_STYLES",styleNames:Array.isArray(t)?t:[t],blockName:e}}function Fi(e,t){return{type:"ADD_BLOCK_VARIATIONS",variations:Array.isArray(t)?t:[t],blockName:e}}function ji(e,t){return{type:"REMOVE_BLOCK_VARIATIONS",variationNames:Array.isArray(t)?t:[t],blockName:e}}function qi(e){return{type:"SET_DEFAULT_BLOCK_NAME",name:e}}function Vi(e){return{type:"SET_FREEFORM_FALLBACK_BLOCK_NAME",name:e}}function Ui(e){return{type:"SET_UNREGISTERED_FALLBACK_BLOCK_NAME",name:e}}function Xi(e){return{type:"SET_GROUPING_BLOCK_NAME",name:e}}function $i(e){return{type:"SET_CATEGORIES",categories:e}}function Gi(e,t){return{type:"UPDATE_CATEGORY",slug:e,category:t}}function Ki(e,t,n){return{type:"ADD_BLOCK_COLLECTION",namespace:e,title:t,icon:n}}function Ji(e){return{type:"REMOVE_BLOCK_COLLECTION",namespace:e}}const Zi=qn("core/blocks",{reducer:ri,selectors:r,actions:o});let Qi,el,tl,nl;Or(Zi);const rl=/)[^])*)\5|[^]*?)}\s+)?(\/)?-->/g;function ol(e,t,n,r,o){return{blockName:e,attrs:t,innerBlocks:n,innerHTML:r,innerContent:o}}function al(e){return ol(null,{},[],e,[e])}function il(){const e=nl.length,t=function(){const e=rl.exec(Qi);if(null===e)return["no-more-tokens","",null,0,0];const t=e.index,[n,r,o,a,i,,l]=e,s=n.length,c=!!r,u=!!l,d=(o||"core/")+a,m=!!i,p=m?function(e){try{return JSON.parse(e)}catch(e){return null}}(i):{};if(u)return["void-block",d,p,t,s];if(c)return["block-closer",d,null,t,s];return["block-opener",d,p,t,s]}(),[n,r,o,a,i]=t,l=a>el?el:null;switch(n){case"no-more-tokens":if(0===e)return ll(),!1;if(1===e)return cl(),!1;for(;0)[^\\-]*)*(?:--\x3e)?|!\\[CDATA\\[[^\\]]*(?:](?!]>)[^\\]]*)*?(?:]]>)?)|[^>]*>?))");function dl(e,t){const n=function(e){const t=[];let n,r=e;for(;n=r.match(ul);){const e=n.index;t.push(r.slice(0,e)),t.push(n[0]),r=r.slice(e+n[0].length)}return r.length&&t.push(r),t}(e);let r=!1;const o=Object.keys(t);for(let e=1;e1&&void 0!==arguments[1])||arguments[1];const n=[];if(""===e.trim())return"";if(-1!==(e+="\n").indexOf(""),r=t.pop();e="";for(let r=0;r";n.push([i,o.substr(a)+""]),e+=o.substr(0,a)+i}e+=r}const r="(?:table|thead|tfoot|caption|col|colgroup|tbody|tr|td|th|div|dl|dd|dt|ul|ol|li|pre|form|map|area|blockquote|address|math|style|p|h[1-6]|hr|fieldset|legend|section|article|aside|hgroup|header|footer|nav|figure|figcaption|details|menu|summary)";-1!==(e=dl(e=(e=(e=(e=e.replace(/\s*/g,"\n\n")).replace(new RegExp("(<"+r+"[\\s/>])","g"),"\n\n$1")).replace(new RegExp("()","g"),"$1\n\n")).replace(/\r\n|\r/g,"\n"),{"\n":" \x3c!-- wpnl --\x3e "})).indexOf("\s*/g,"")),-1!==e.indexOf("")&&(e=(e=(e=e.replace(/(]*>)\s*/g,"$1")).replace(/\s*<\/object>/g,"")).replace(/\s*(<\/?(?:param|embed)[^>]*>)\s*/g,"$1")),-1===e.indexOf("\]]*[>\]])\s*/g,"$1")).replace(/\s*([<\[]\/(?:audio|video)[>\]])/g,"$1")).replace(/\s*(<(?:source|track)[^>]*>)\s*/g,"$1")),-1!==e.indexOf("]*>)/,"$1")).replace(/<\/figcaption>\s*/,""));const o=(e=e.replace(/\n\n+/g,"\n\n")).split(/\n\s*\n/).filter(Boolean);return e="",o.forEach((t=>{e+="

"+t.replace(/^\n*|\n*$/g,"")+"

\n"})),e=(e=(e=(e=(e=(e=(e=(e=e.replace(/

\s*<\/p>/g,"")).replace(/

([^<]+)<\/(div|address|form)>/g,"

$1

")).replace(new RegExp("

\\s*(]*>)\\s*

","g"),"$1")).replace(/

(/g,"$1")).replace(/

]*)>/gi,"

")).replace(/<\/blockquote><\/p>/g,"

")).replace(new RegExp("

\\s*(]*>)","g"),"$1")).replace(new RegExp("(]*>)\\s*

","g"),"$1"),t&&(e=e.replace(/<(script|style).*?<\/\\1>/g,(e=>e[0].replace(/\n/g,""))),e=(e=e.replace(/
|/g,"
")).replace(/(
)?\s*\n/g,((e,t)=>t?e:"
\n")),e=e.replace(//g,"\n")),e=(e=(e=e.replace(new RegExp("(]*>)\\s*
","g"),"$1")).replace(/
(\s*<\/?(?:p|li|div|dl|dd|dt|th|pre|td|ul|ol)[^>]*>)/g,"$1")).replace(/\n<\/p>$/g,"

"),n.forEach((t=>{const[n,r]=t;e=e.replace(n,r)})),-1!==e.indexOf("\x3c!-- wpnl --\x3e")&&(e=e.replace(/\s?\s?/g,"\n")),e}function pl(e){const t="blockquote|ul|ol|li|dl|dt|dd|table|thead|tbody|tfoot|tr|th|td|h[1-6]|fieldset|figure",n=t+"|div|p",r=t+"|pre",o=[];let a=!1,i=!1;return e?(-1===e.indexOf("]*>[\s\S]*?<\/\1>/g,(e=>(o.push(e),"")))),-1!==e.indexOf("]*>[\s\S]+?<\/pre>/g,(e=>(e=(e=e.replace(/
(\r\n|\n)?/g,"")).replace(/<\/?p( [^>]*)?>(\r\n|\n)?/g,"")).replace(/\r?\n/g,"")))),-1!==e.indexOf("[caption")&&(i=!0,e=e.replace(/\[caption[\s\S]+?\[\/caption\]/g,(e=>e.replace(/]*)>/g,"").replace(/[\r\n\t]+/,"")))),e=(e=(e=(e=(e=(e=(e=(e=e.replace(new RegExp("\\s*\\s*","g"),"\n")).replace(new RegExp("\\s*<((?:"+n+")(?: [^>]*)?)>","g"),"\n<$1>")).replace(/(

]+>[\s\S]*?)<\/p>/g,"$1")).replace(/]*)?>\s*

/gi,"\n\n")).replace(/\s*

/gi,"")).replace(/\s*<\/p>\s*/gi,"\n\n")).replace(/\n[\s\u00a0]+\n/g,"\n\n")).replace(/(\s*)
\s*/gi,((e,t)=>t&&-1!==t.indexOf("\n")?"\n\n":"\n")),-1!==(e=(e=(e=(e=(e=(e=(e=e.replace(/\s*

\s*/g,"
\n")).replace(/\s*\[caption([^\[]+)\[\/caption\]\s*/gi,"\n\n[caption$1[/caption]\n\n")).replace(/caption\]\n\n+\[caption/g,"caption]\n\n[caption")).replace(new RegExp("\\s*<((?:"+r+")(?: [^>]*)?)\\s*>","g"),"\n<$1>")).replace(new RegExp("\\s*\\s*","g"),"\n")).replace(/<((li|dt|dd)[^>]*)>/g," \t<$1>")).indexOf("/g,"\n")),-1!==e.indexOf("]*)?>\s*/g,"\n\n\n\n")),-1!==e.indexOf("/g,(e=>e.replace(/[\r\n]+/g,"")))),e=(e=(e=(e=e.replace(/<\/p#>/g,"

\n")).replace(/\s*(

]+>[\s\S]*?<\/p>)/g,"\n$1")).replace(/^\s+/,"")).replace(/[\s\u00a0]+$/,""),a&&(e=e.replace(//g,"\n")),i&&(e=e.replace(/]*)>/g,"")),o.length&&(e=e.replace(//g,(()=>o.shift()))),e):""}function fl(e){let{children:t,...n}=e,r="";return At.Children.toArray(t).forEach((e=>{"string"==typeof e&&""!==e.trim()&&(r+=e)})),(0,At.createElement)("div",{dangerouslySetInnerHTML:{__html:r},...n})}function hl(e,t){return void 0===t&&(t={}),function(e,t){return void 0===t&&(t={}),Xo(e,jo({delimiter:"."},t))}(e,jo({delimiter:"-"},t))}const gl=/[\u007F-\u009F "'>/="\uFDD0-\uFDEF]/;function bl(e){return e.replace(/&(?!([a-z0-9]+|#[0-9]+|#x[a-f0-9]+);)/gi,"&")}function vl(e){return e.replace(//g,">")}(function(e){return e.replace(/"/g,""")}(bl(e)))}function _l(e){return vl(bl(e))}function Ml(e){return vl(e.replace(/&/g,"&"))}function kl(e){return!gl.test(e)}const{Provider:wl,Consumer:El}=(0,At.createContext)(void 0),xl=(0,At.forwardRef)((()=>null)),Cl=new Set(["string","boolean","number"]),Ll=new Set(["area","base","br","col","command","embed","hr","img","input","keygen","link","meta","param","source","track","wbr"]),Sl=new Set(["allowfullscreen","allowpaymentrequest","allowusermedia","async","autofocus","autoplay","checked","controls","default","defer","disabled","download","formnovalidate","hidden","ismap","itemscope","loop","multiple","muted","nomodule","novalidate","open","playsinline","readonly","required","reversed","selected","typemustmatch"]),Al=new Set(["autocapitalize","autocomplete","charset","contenteditable","crossorigin","decoding","dir","draggable","enctype","formenctype","formmethod","http-equiv","inputmode","kind","method","preload","scope","shape","spellcheck","translate","type","wrap"]),Tl=new Set(["animation","animationIterationCount","baselineShift","borderImageOutset","borderImageSlice","borderImageWidth","columnCount","cx","cy","fillOpacity","flexGrow","flexShrink","floodOpacity","fontWeight","gridColumnEnd","gridColumnStart","gridRowEnd","gridRowStart","lineHeight","opacity","order","orphans","r","rx","ry","shapeImageThreshold","stopOpacity","strokeDasharray","strokeDashoffset","strokeMiterlimit","strokeOpacity","strokeWidth","tabSize","widows","x","y","zIndex","zoom"]);function zl(e,t){return t.some((t=>0===e.indexOf(t)))}function Nl(e){return"key"===e||"children"===e}function Ol(e,t){return"style"===e?function(e){if(!Qt(e))return e;let t;for(const n in e){const r=e[n];if(null==r)continue;t?t+=";":t="";t+=Pl(n)+":"+Hl(n,r)}return t}(t):t}const Bl=["accentHeight","alignmentBaseline","arabicForm","baselineShift","capHeight","clipPath","clipRule","colorInterpolation","colorInterpolationFilters","colorProfile","colorRendering","dominantBaseline","enableBackground","fillOpacity","fillRule","floodColor","floodOpacity","fontFamily","fontSize","fontSizeAdjust","fontStretch","fontStyle","fontVariant","fontWeight","glyphName","glyphOrientationHorizontal","glyphOrientationVertical","horizAdvX","horizOriginX","imageRendering","letterSpacing","lightingColor","markerEnd","markerMid","markerStart","overlinePosition","overlineThickness","paintOrder","panose1","pointerEvents","renderingIntent","shapeRendering","stopColor","stopOpacity","strikethroughPosition","strikethroughThickness","strokeDasharray","strokeDashoffset","strokeLinecap","strokeLinejoin","strokeMiterlimit","strokeOpacity","strokeWidth","textAnchor","textDecoration","textRendering","underlinePosition","underlineThickness","unicodeBidi","unicodeRange","unitsPerEm","vAlphabetic","vHanging","vIdeographic","vMathematical","vectorEffect","vertAdvY","vertOriginX","vertOriginY","wordSpacing","writingMode","xmlnsXlink","xHeight"].reduce(((e,t)=>(e[t.toLowerCase()]=t,e)),{}),Dl=["allowReorder","attributeName","attributeType","autoReverse","baseFrequency","baseProfile","calcMode","clipPathUnits","contentScriptType","contentStyleType","diffuseConstant","edgeMode","externalResourcesRequired","filterRes","filterUnits","glyphRef","gradientTransform","gradientUnits","kernelMatrix","kernelUnitLength","keyPoints","keySplines","keyTimes","lengthAdjust","limitingConeAngle","markerHeight","markerUnits","markerWidth","maskContentUnits","maskUnits","numOctaves","pathLength","patternContentUnits","patternTransform","patternUnits","pointsAtX","pointsAtY","pointsAtZ","preserveAlpha","preserveAspectRatio","primitiveUnits","refX","refY","repeatCount","repeatDur","requiredExtensions","requiredFeatures","specularConstant","specularExponent","spreadMethod","startOffset","stdDeviation","stitchTiles","suppressContentEditableWarning","suppressHydrationWarning","surfaceScale","systemLanguage","tableValues","targetX","targetY","textLength","viewBox","viewTarget","xChannelSelector","yChannelSelector"].reduce(((e,t)=>(e[t.toLowerCase()]=t,e)),{}),Il=["xlink:actuate","xlink:arcrole","xlink:href","xlink:role","xlink:show","xlink:title","xlink:type","xml:base","xml:lang","xml:space","xmlns:xlink"].reduce(((e,t)=>(e[t.replace(":","").toLowerCase()]=t,e)),{});function Rl(e){switch(e){case"htmlFor":return"for";case"className":return"class"}const t=e.toLowerCase();return Dl[t]?Dl[t]:Bl[t]?hl(Bl[t]):Il[t]?Il[t]:t}function Pl(e){return e.startsWith("--")?e:zl(e,["ms","O","Moz","Webkit"])?"-"+hl(e):hl(e)}function Hl(e,t){return"number"!=typeof t||0===t||Tl.has(e)?t:t+"px"}function Wl(e,t){let n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};if(null==e||!1===e)return"";if(Array.isArray(e))return jl(e,t,n);switch(typeof e){case"string":return _l(e);case"number":return e.toString()}const{type:r,props:o}=e;switch(r){case At.StrictMode:case At.Fragment:return jl(o.children,t,n);case fl:const{children:e,...r}=o;return Yl(Object.keys(r).length?"div":null,{...r,dangerouslySetInnerHTML:{__html:e}},t,n)}switch(typeof r){case"string":return Yl(r,o,t,n);case"function":return r.prototype&&"function"==typeof r.prototype.render?Fl(r,o,t,n):Wl(r(o,n),t,n)}switch(r&&r.$$typeof){case wl.$$typeof:return jl(o.children,o.value,n);case El.$$typeof:return Wl(o.children(t||r._currentValue),t,n);case xl.$$typeof:return Wl(r.render(o),t,n)}return""}function Yl(e,t,n){let r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:{},o="";if("textarea"===e&&t.hasOwnProperty("value")){o=jl(t.value,n,r);const{value:e,...a}=t;t=a}else t.dangerouslySetInnerHTML&&"string"==typeof t.dangerouslySetInnerHTML.__html?o=t.dangerouslySetInnerHTML.__html:void 0!==t.children&&(o=jl(t.children,n,r));if(!e)return o;const a=ql(t);return Ll.has(e)?"<"+e+a+"/>":"<"+e+a+">"+o+""}function Fl(e,t,n){let r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:{};const o=new e(t,r);"function"==typeof o.getChildContext&&Object.assign(r,o.getChildContext());const a=Wl(o.render(),n,r);return a}function jl(e,t){let n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},r="";e=Array.isArray(e)?e:[e];for(let o=0;o1&&void 0!==arguments[1]?arguments[1]:{};const{isCommentDelimited:n=!0}=t,{blockName:r,attrs:o={},innerBlocks:a=[],innerContent:i=[]}=e;let l=0;const s=i.map((e=>null!==e?e:Xl(a[l++],t))).join("\n").replace(/\n+/g,"\n").trim();return n?ts(r,o,s):s}function $l(e){const t="wp-block-"+e.replace(/\//,"-").replace(/^core-/,"");return pr("blocks.getBlockDefaultClassName",t,e)}function Gl(e){const t="editor-block-list-item-"+e.replace(/\//,"-").replace(/^core-/,"");return pr("blocks.getBlockMenuDefaultClassName",t,e)}const Kl={},Jl={};function Zl(e,t,n){const r=Va(e);return Vl(function(e,t){let n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:[];const r=Va(e);let{save:o}=r;if(o.prototype instanceof At.Component){const e=new o({attributes:t});o=e.render.bind(e)}Kl.blockType=r,Kl.attributes=t,Jl.innerBlocks=n;let a=o({attributes:t,innerBlocks:n});if(null!==a&&"object"==typeof a&&cr("blocks.getSaveContent.extraProps")&&!(r.apiVersion>1)){const e=pr("blocks.getSaveContent.extraProps",{...a.props},r,t);Ul(e,a.props)||(a=(0,At.cloneElement)(a,e))}return pr("blocks.getSaveElement",a,r,t)}(r,t,n))}function Ql(e,t){var n;return Object.entries(null!==(n=e.attributes)&&void 0!==n?n:{}).reduce(((e,n)=>{let[r,o]=n;const a=t[r];return void 0===a||void 0!==o.source||"default"in o&&o.default===a||(e[r]=a),e}),{})}function es(e){let t=e.originalContent;if(e.isValid||e.innerBlocks.length)try{t=Zl(e.name,e.attributes,e.innerBlocks)}catch(e){}return t}function ts(e,t,n){const r=t&&Object.entries(t).length?function(e){return JSON.stringify(e).replace(/--/g,"\\u002d\\u002d").replace(//g,"\\u003e").replace(/&/g,"\\u0026").replace(/\\"/g,"\\u0022")}(t)+" ":"",o=null!=e&&e.startsWith("core/")?e.slice(5):e;return n?`\x3c!-- wp:${o} ${r}--\x3e\n`+n+`\n\x3c!-- /wp:${o} --\x3e`:`\x3c!-- wp:${o} ${r}/--\x3e`}function ns(e){1===e.length&&ja(e[0])&&(e=[]);let t=rs(e);return 1===e.length&&e[0].name===ia()&&(t=pl(t)),t}function rs(e,t){return(Array.isArray(e)?e:[e]).map((e=>function(e){let{isInnerBlocks:t=!1}=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};if(!e.isValid&&e.__unstableBlockSource)return Xl(e.__unstableBlockSource);const n=e.name,r=es(e);if(n===sa()||!t&&n===ia())return r;const o=ma(n);if(!o)return r;const a=Ql(o,e.attributes);return ts(n,a,r)}(e,t))).join("\n\n")}var os=/^#[xX]([A-Fa-f0-9]+)$/,as=/^#([0-9]+)$/,is=/^([A-Za-z0-9]+)$/,ls=(function(){function e(e){this.named=e}e.prototype.parse=function(e){if(e){var t=e.match(os);return t?String.fromCharCode(parseInt(t[1],16)):(t=e.match(as))?String.fromCharCode(parseInt(t[1],10)):(t=e.match(is))?this.named[t[1]]:void 0}}}(),/[\t\n\f ]/),ss=/[A-Za-z]/,cs=/\r\n?/g;function us(e){return ls.test(e)}function ds(e){return ss.test(e)}var ms=function(){function e(e,t,n){void 0===n&&(n="precompile"),this.delegate=e,this.entityParser=t,this.mode=n,this.state="beforeData",this.line=-1,this.column=-1,this.input="",this.index=-1,this.tagNameBuffer="",this.states={beforeData:function(){var e=this.peek();if("<"!==e||this.isIgnoredEndTag()){if("precompile"===this.mode&&"\n"===e){var t=this.tagNameBuffer.toLowerCase();"pre"!==t&&"textarea"!==t||this.consume()}this.transitionTo("data"),this.delegate.beginData()}else this.transitionTo("tagOpen"),this.markTagStart(),this.consume()},data:function(){var e=this.peek(),t=this.tagNameBuffer;"<"!==e||this.isIgnoredEndTag()?"&"===e&&"script"!==t&&"style"!==t?(this.consume(),this.delegate.appendToData(this.consumeCharRef()||"&")):(this.consume(),this.delegate.appendToData(e)):(this.delegate.finishData(),this.transitionTo("tagOpen"),this.markTagStart(),this.consume())},tagOpen:function(){var e=this.consume();"!"===e?this.transitionTo("markupDeclarationOpen"):"/"===e?this.transitionTo("endTagOpen"):("@"===e||":"===e||ds(e))&&(this.transitionTo("tagName"),this.tagNameBuffer="",this.delegate.beginStartTag(),this.appendToTagName(e))},markupDeclarationOpen:function(){var e=this.consume();"-"===e&&"-"===this.peek()?(this.consume(),this.transitionTo("commentStart"),this.delegate.beginComment()):"DOCTYPE"===e.toUpperCase()+this.input.substring(this.index,this.index+6).toUpperCase()&&(this.consume(),this.consume(),this.consume(),this.consume(),this.consume(),this.consume(),this.transitionTo("doctype"),this.delegate.beginDoctype&&this.delegate.beginDoctype())},doctype:function(){us(this.consume())&&this.transitionTo("beforeDoctypeName")},beforeDoctypeName:function(){var e=this.consume();us(e)||(this.transitionTo("doctypeName"),this.delegate.appendToDoctypeName&&this.delegate.appendToDoctypeName(e.toLowerCase()))},doctypeName:function(){var e=this.consume();us(e)?this.transitionTo("afterDoctypeName"):">"===e?(this.delegate.endDoctype&&this.delegate.endDoctype(),this.transitionTo("beforeData")):this.delegate.appendToDoctypeName&&this.delegate.appendToDoctypeName(e.toLowerCase())},afterDoctypeName:function(){var e=this.consume();if(!us(e))if(">"===e)this.delegate.endDoctype&&this.delegate.endDoctype(),this.transitionTo("beforeData");else{var t=e.toUpperCase()+this.input.substring(this.index,this.index+5).toUpperCase(),n="PUBLIC"===t.toUpperCase(),r="SYSTEM"===t.toUpperCase();(n||r)&&(this.consume(),this.consume(),this.consume(),this.consume(),this.consume(),this.consume()),n?this.transitionTo("afterDoctypePublicKeyword"):r&&this.transitionTo("afterDoctypeSystemKeyword")}},afterDoctypePublicKeyword:function(){var e=this.peek();us(e)?(this.transitionTo("beforeDoctypePublicIdentifier"),this.consume()):'"'===e?(this.transitionTo("doctypePublicIdentifierDoubleQuoted"),this.consume()):"'"===e?(this.transitionTo("doctypePublicIdentifierSingleQuoted"),this.consume()):">"===e&&(this.consume(),this.delegate.endDoctype&&this.delegate.endDoctype(),this.transitionTo("beforeData"))},doctypePublicIdentifierDoubleQuoted:function(){var e=this.consume();'"'===e?this.transitionTo("afterDoctypePublicIdentifier"):">"===e?(this.delegate.endDoctype&&this.delegate.endDoctype(),this.transitionTo("beforeData")):this.delegate.appendToDoctypePublicIdentifier&&this.delegate.appendToDoctypePublicIdentifier(e)},doctypePublicIdentifierSingleQuoted:function(){var e=this.consume();"'"===e?this.transitionTo("afterDoctypePublicIdentifier"):">"===e?(this.delegate.endDoctype&&this.delegate.endDoctype(),this.transitionTo("beforeData")):this.delegate.appendToDoctypePublicIdentifier&&this.delegate.appendToDoctypePublicIdentifier(e)},afterDoctypePublicIdentifier:function(){var e=this.consume();us(e)?this.transitionTo("betweenDoctypePublicAndSystemIdentifiers"):">"===e?(this.delegate.endDoctype&&this.delegate.endDoctype(),this.transitionTo("beforeData")):'"'===e?this.transitionTo("doctypeSystemIdentifierDoubleQuoted"):"'"===e&&this.transitionTo("doctypeSystemIdentifierSingleQuoted")},betweenDoctypePublicAndSystemIdentifiers:function(){var e=this.consume();us(e)||(">"===e?(this.delegate.endDoctype&&this.delegate.endDoctype(),this.transitionTo("beforeData")):'"'===e?this.transitionTo("doctypeSystemIdentifierDoubleQuoted"):"'"===e&&this.transitionTo("doctypeSystemIdentifierSingleQuoted"))},doctypeSystemIdentifierDoubleQuoted:function(){var e=this.consume();'"'===e?this.transitionTo("afterDoctypeSystemIdentifier"):">"===e?(this.delegate.endDoctype&&this.delegate.endDoctype(),this.transitionTo("beforeData")):this.delegate.appendToDoctypeSystemIdentifier&&this.delegate.appendToDoctypeSystemIdentifier(e)},doctypeSystemIdentifierSingleQuoted:function(){var e=this.consume();"'"===e?this.transitionTo("afterDoctypeSystemIdentifier"):">"===e?(this.delegate.endDoctype&&this.delegate.endDoctype(),this.transitionTo("beforeData")):this.delegate.appendToDoctypeSystemIdentifier&&this.delegate.appendToDoctypeSystemIdentifier(e)},afterDoctypeSystemIdentifier:function(){var e=this.consume();us(e)||">"===e&&(this.delegate.endDoctype&&this.delegate.endDoctype(),this.transitionTo("beforeData"))},commentStart:function(){var e=this.consume();"-"===e?this.transitionTo("commentStartDash"):">"===e?(this.delegate.finishComment(),this.transitionTo("beforeData")):(this.delegate.appendToCommentData(e),this.transitionTo("comment"))},commentStartDash:function(){var e=this.consume();"-"===e?this.transitionTo("commentEnd"):">"===e?(this.delegate.finishComment(),this.transitionTo("beforeData")):(this.delegate.appendToCommentData("-"),this.transitionTo("comment"))},comment:function(){var e=this.consume();"-"===e?this.transitionTo("commentEndDash"):this.delegate.appendToCommentData(e)},commentEndDash:function(){var e=this.consume();"-"===e?this.transitionTo("commentEnd"):(this.delegate.appendToCommentData("-"+e),this.transitionTo("comment"))},commentEnd:function(){var e=this.consume();">"===e?(this.delegate.finishComment(),this.transitionTo("beforeData")):(this.delegate.appendToCommentData("--"+e),this.transitionTo("comment"))},tagName:function(){var e=this.consume();us(e)?this.transitionTo("beforeAttributeName"):"/"===e?this.transitionTo("selfClosingStartTag"):">"===e?(this.delegate.finishTag(),this.transitionTo("beforeData")):this.appendToTagName(e)},endTagName:function(){var e=this.consume();us(e)?(this.transitionTo("beforeAttributeName"),this.tagNameBuffer=""):"/"===e?(this.transitionTo("selfClosingStartTag"),this.tagNameBuffer=""):">"===e?(this.delegate.finishTag(),this.transitionTo("beforeData"),this.tagNameBuffer=""):this.appendToTagName(e)},beforeAttributeName:function(){var e=this.peek();us(e)?this.consume():"/"===e?(this.transitionTo("selfClosingStartTag"),this.consume()):">"===e?(this.consume(),this.delegate.finishTag(),this.transitionTo("beforeData")):"="===e?(this.delegate.reportSyntaxError("attribute name cannot start with equals sign"),this.transitionTo("attributeName"),this.delegate.beginAttribute(),this.consume(),this.delegate.appendToAttributeName(e)):(this.transitionTo("attributeName"),this.delegate.beginAttribute())},attributeName:function(){var e=this.peek();us(e)?(this.transitionTo("afterAttributeName"),this.consume()):"/"===e?(this.delegate.beginAttributeValue(!1),this.delegate.finishAttributeValue(),this.consume(),this.transitionTo("selfClosingStartTag")):"="===e?(this.transitionTo("beforeAttributeValue"),this.consume()):">"===e?(this.delegate.beginAttributeValue(!1),this.delegate.finishAttributeValue(),this.consume(),this.delegate.finishTag(),this.transitionTo("beforeData")):'"'===e||"'"===e||"<"===e?(this.delegate.reportSyntaxError(e+" is not a valid character within attribute names"),this.consume(),this.delegate.appendToAttributeName(e)):(this.consume(),this.delegate.appendToAttributeName(e))},afterAttributeName:function(){var e=this.peek();us(e)?this.consume():"/"===e?(this.delegate.beginAttributeValue(!1),this.delegate.finishAttributeValue(),this.consume(),this.transitionTo("selfClosingStartTag")):"="===e?(this.consume(),this.transitionTo("beforeAttributeValue")):">"===e?(this.delegate.beginAttributeValue(!1),this.delegate.finishAttributeValue(),this.consume(),this.delegate.finishTag(),this.transitionTo("beforeData")):(this.delegate.beginAttributeValue(!1),this.delegate.finishAttributeValue(),this.transitionTo("attributeName"),this.delegate.beginAttribute(),this.consume(),this.delegate.appendToAttributeName(e))},beforeAttributeValue:function(){var e=this.peek();us(e)?this.consume():'"'===e?(this.transitionTo("attributeValueDoubleQuoted"),this.delegate.beginAttributeValue(!0),this.consume()):"'"===e?(this.transitionTo("attributeValueSingleQuoted"),this.delegate.beginAttributeValue(!0),this.consume()):">"===e?(this.delegate.beginAttributeValue(!1),this.delegate.finishAttributeValue(),this.consume(),this.delegate.finishTag(),this.transitionTo("beforeData")):(this.transitionTo("attributeValueUnquoted"),this.delegate.beginAttributeValue(!1),this.consume(),this.delegate.appendToAttributeValue(e))},attributeValueDoubleQuoted:function(){var e=this.consume();'"'===e?(this.delegate.finishAttributeValue(),this.transitionTo("afterAttributeValueQuoted")):"&"===e?this.delegate.appendToAttributeValue(this.consumeCharRef()||"&"):this.delegate.appendToAttributeValue(e)},attributeValueSingleQuoted:function(){var e=this.consume();"'"===e?(this.delegate.finishAttributeValue(),this.transitionTo("afterAttributeValueQuoted")):"&"===e?this.delegate.appendToAttributeValue(this.consumeCharRef()||"&"):this.delegate.appendToAttributeValue(e)},attributeValueUnquoted:function(){var e=this.peek();us(e)?(this.delegate.finishAttributeValue(),this.consume(),this.transitionTo("beforeAttributeName")):"/"===e?(this.delegate.finishAttributeValue(),this.consume(),this.transitionTo("selfClosingStartTag")):"&"===e?(this.consume(),this.delegate.appendToAttributeValue(this.consumeCharRef()||"&")):">"===e?(this.delegate.finishAttributeValue(),this.consume(),this.delegate.finishTag(),this.transitionTo("beforeData")):(this.consume(),this.delegate.appendToAttributeValue(e))},afterAttributeValueQuoted:function(){var e=this.peek();us(e)?(this.consume(),this.transitionTo("beforeAttributeName")):"/"===e?(this.consume(),this.transitionTo("selfClosingStartTag")):">"===e?(this.consume(),this.delegate.finishTag(),this.transitionTo("beforeData")):this.transitionTo("beforeAttributeName")},selfClosingStartTag:function(){">"===this.peek()?(this.consume(),this.delegate.markTagAsSelfClosing(),this.delegate.finishTag(),this.transitionTo("beforeData")):this.transitionTo("beforeAttributeName")},endTagOpen:function(){var e=this.consume();("@"===e||":"===e||ds(e))&&(this.transitionTo("endTagName"),this.tagNameBuffer="",this.delegate.beginEndTag(),this.appendToTagName(e))}},this.reset()}return e.prototype.reset=function(){this.transitionTo("beforeData"),this.input="",this.tagNameBuffer="",this.index=0,this.line=1,this.column=0,this.delegate.reset()},e.prototype.transitionTo=function(e){this.state=e},e.prototype.tokenize=function(e){this.reset(),this.tokenizePart(e),this.tokenizeEOF()},e.prototype.tokenizePart=function(e){for(this.input+=function(e){return e.replace(cs,"\n")}(e);this.index"!==this.input.substring(this.index,this.index+8)||"style"===e&&""!==this.input.substring(this.index,this.index+8)||"script"===e&&"<\/script>"!==this.input.substring(this.index,this.index+9)},e}(),ps=function(){function e(e,t){void 0===t&&(t={}),this.options=t,this.token=null,this.startLine=1,this.startColumn=0,this.tokens=[],this.tokenizer=new ms(this,e,t.mode),this._currentAttribute=void 0}return e.prototype.tokenize=function(e){return this.tokens=[],this.tokenizer.tokenize(e),this.tokens},e.prototype.tokenizePart=function(e){return this.tokens=[],this.tokenizer.tokenizePart(e),this.tokens},e.prototype.tokenizeEOF=function(){return this.tokens=[],this.tokenizer.tokenizeEOF(),this.tokens[0]},e.prototype.reset=function(){this.token=null,this.startLine=1,this.startColumn=0},e.prototype.current=function(){var e=this.token;if(null===e)throw new Error("token was unexpectedly null");if(0===arguments.length)return e;for(var t=0;t1?n-1:0),o=1;o[]}}function ys(){const e=[],t=vs();return{error(){for(var n=arguments.length,r=new Array(n),o=0;oe}}const _s=/[\t\n\r\v\f ]+/g,Ms=/^[\t\n\r\v\f ]*$/,ks=/^url\s*\(['"\s]*(.*?)['"\s]*\)$/,ws=["allowfullscreen","allowpaymentrequest","allowusermedia","async","autofocus","autoplay","checked","controls","default","defer","disabled","download","formnovalidate","hidden","ismap","itemscope","loop","multiple","muted","nomodule","novalidate","open","playsinline","readonly","required","reversed","selected","typemustmatch"],Es=[...ws,"autocapitalize","autocomplete","charset","contenteditable","crossorigin","decoding","dir","draggable","enctype","formenctype","formmethod","http-equiv","inputmode","kind","method","preload","scope","shape","spellcheck","translate","type","wrap"],xs=[e=>e,function(e){return Ts(e).join(" ")}],Cs=/^[\da-z]+$/i,Ls=/^#\d+$/,Ss=/^#x[\da-f]+$/i;class As{parse(e){if(t=e,Cs.test(t)||Ls.test(t)||Ss.test(t))return bs("&"+e+";");var t}}function Ts(e){return e.trim().split(_s)}function zs(e){return e.attributes.filter((e=>{const[t,n]=e;return n||0===t.indexOf("data-")||Es.includes(t)}))}function Ns(e,t){let n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:vs(),r=e.chars,o=t.chars;for(let e=0;e{const[t,...n]=e.split(":"),r=n.join(":");return[t.trim(),Bs(r.trim())]}));return Object.fromEntries(t)}const Is={class:(e,t)=>{const[n,r]=[e,t].map(Ts),o=n.filter((e=>!r.includes(e))),a=r.filter((e=>!n.includes(e)));return 0===o.length&&0===a.length},style:(e,t)=>hs()(...[e,t].map(Ds)),...Object.fromEntries(ws.map((e=>[e,()=>!0])))};function Rs(e,t){let n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:vs();if(e.length!==t.length)return n.warning("Expected attributes %o, instead saw %o.",t,e),!1;const r={};for(let e=0;e2&&void 0!==arguments[2]?arguments[2]:vs();return e.tagName!==t.tagName&&e.tagName.toLowerCase()!==t.tagName.toLowerCase()?(n.warning("Expected tag name `%s`, instead saw `%s`.",t.tagName,e.tagName),!1):Rs(...[e,t].map(zs),n)},Chars:Ns,Comment:Ns};function Hs(e){let t;for(;t=e.shift();){if("Chars"!==t.type)return t;if(!Ms.test(t.chars))return t}}function Ws(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:vs();try{return new ps(new As).tokenize(e)}catch(n){t.warning("Malformed HTML detected: %s",e)}return null}function Ys(e,t){return!!e.selfClosing&&!(!t||t.tagName!==e.tagName||"EndTag"!==t.type)}function Fs(e,t){let n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:vs();if(e===t)return!0;const[r,o]=[e,t].map((e=>Ws(e,n)));if(!r||!o)return!1;let a,i;for(;a=Hs(r);){if(i=Hs(o),!i)return n.warning("Expected end of content, instead saw %o.",a),!1;if(a.type!==i.type)return n.warning("Expected token of type `%s` (%o), instead saw `%s` (%o).",i.type,i,a.type,a),!1;const e=Ps[a.type];if(e&&!e(a,i,n))return!1;Ys(a,o[0])?Hs(o):Ys(i,r[0])&&Hs(r)}return!(i=Hs(o))||(n.warning("Expected %o, instead saw end of content.",i),!1)}function js(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:e.name;const n=e.name===ia()||e.name===sa();if(n)return[!0,[]];const r=ys(),o=Va(t);let a;try{a=Zl(o,e.attributes)}catch(e){return r.error("Block validation failed because an error occurred while generating block content:\n\n%s",e.toString()),[!1,r.getItems()]}const i=Fs(e.originalContent,a,r);return i||r.error("Block validation failed for `%s` (%o).\n\nContent generated by `save` function:\n\n%s\n\nContent retrieved from post body:\n\n%s",o.name,o,a,e.originalContent),[i,r.getItems()]}function qs(e,t){const n={...t};if("core/cover-image"===e&&(e="core/cover"),"core/text"!==e&&"core/cover-text"!==e||(e="core/paragraph"),e&&0===e.indexOf("core/social-link-")&&(n.service=e.substring(17),e="core/social-link"),e&&0===e.indexOf("core-embed/")){const t=e.substring(11),r={speaker:"speaker-deck",polldaddy:"crowdsignal"};n.providerNameSlug=t in r?r[t]:t,["amazon-kindle","wordpress"].includes(t)||(n.responsive=!0),e="core/embed"}if("core/post-comment-author"===e&&(e="core/comment-author-name"),"core/post-comment-content"===e&&(e="core/comment-content"),"core/post-comment-date"===e&&(e="core/comment-date"),"core/comments-query-loop"===e){e="core/comments";const{className:t=""}=n;t.includes("wp-block-comments-query-loop")||(n.className=["wp-block-comments-query-loop",t].join(" "))}return"core/post-comments"===e&&(e="core/comments",n.legacy=!0),[e,n]}function Vs(e,t){for(var n,r=t.split(".");n=r.shift();){if(!(n in e))return;e=e[n]}return e}var Us,Xs=function(){return Us||(Us=document.implementation.createHTMLDocument("")),Us};function $s(e,t){if(t){if("string"==typeof e){var n=Xs();n.body.innerHTML=e,e=n.body}if("function"==typeof t)return t(e);if(Object===t.constructor)return Object.keys(t).reduce((function(n,r){return n[r]=$s(e,t[r]),n}),{})}}function Gs(e,t){return 1===arguments.length&&(t=e,e=void 0),function(n){var r=n;if(e&&(r=n.querySelector(e)),r)return Vs(r,t)}}function Ks(e){const t={};for(let n=0;n{let n=t;e&&(n=t.querySelector(e));try{return Js(n)}catch(e){return null}}}function Qs(e){wr("wp.blocks.children.fromDOM",{since:"6.1",version:"6.3",alternative:"wp.richText.create",link:"https://developer.wordpress.org/block-editor/how-to-guides/block-tutorial/introducing-attributes-and-editable-fields/"});const t=[];for(let n=0;n{let n=t;return e&&(n=t.querySelector(e)),n?Qs(n.childNodes):[]}}const nc={concat:function(){wr("wp.blocks.children.concat",{since:"6.1",version:"6.3",alternative:"wp.richText.concat",link:"https://developer.wordpress.org/block-editor/how-to-guides/block-tutorial/introducing-attributes-and-editable-fields/"});const e=[];for(var t=arguments.length,n=new Array(t),r=0;rfunction(e,t){switch(t){case"string":return"string"==typeof e;case"boolean":return"boolean"==typeof e;case"object":return!!e&&e.constructor===Object;case"null":return null===e;case"array":return Array.isArray(e);case"integer":case"number":return"number"==typeof e}return!0}(e,t)))}function oc(e,t,n,r,o){let a;switch(t.source){case void 0:a=r?r[e]:void 0;break;case"raw":a=o;break;case"attribute":case"property":case"html":case"text":case"children":case"node":case"query":case"tag":a=lc(n,t)}return function(e,t){return void 0===t||rc(e,Array.isArray(t)?t:[t])}(a,t.type)&&function(e,t){return!Array.isArray(t)||t.includes(e)}(a,t.enum)||(a=void 0),void 0===a&&(a=t.default),a}const ac=Dr()((e=>{switch(e.source){case"attribute":let t=function(e,t){return 1===arguments.length&&(t=e,e=void 0),function(n){var r=Gs(e,"attributes")(n);if(r&&r.hasOwnProperty(t))return r[t].value}}(e.selector,e.attribute);return"boolean"===e.type&&(t=(e=>an([e,e=>void 0!==e]))(t)),t;case"html":return function(e,t){return n=>{let r=n;if(e&&(r=n.querySelector(e)),!r)return"";if(t){let e="";const n=r.children.length;for(let o=0;oe?e.toLowerCase():void 0]);default:console.error(`Unknown source type "${e.source}"`)}}));function ic(e){return $s(e,(e=>e))}function lc(e,t){return ac(t)(ic(e))}function sc(e,t){let n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};const r=ic(t),o=Va(e),a=(0,Ot.mapValues)(o.attributes,((e,o)=>oc(o,e,r,n,t)));return pr("blocks.getBlockAttributes",a,o,t,n)}const cc={type:"string",source:"attribute",selector:"[data-custom-class-name] > *",attribute:"class"};function uc(e){const t=lc(`

${e}
`,cc);return t?t.trim().split(/\s+/):[]}function dc(e,t){const n=function(e,t,n){if(ha(t,"customClassName",!0)){const{className:r,...o}=e,a=Zl(t,o),i=uc(a),l=uc(n).filter((e=>!i.includes(e)));l.length?e.className=l.join(" "):a&&delete e.className}return e}(e.attributes,t,e.originalContent);return{...e,attributes:n}}function mc(){return!1}function pc(e,t){let n=function(e,t){const n=ia(),r=e.blockName||ia(),o=e.attrs||{},a=e.innerBlocks||[];let i=e.innerHTML.trim();return r!==n||null!=t&&t.__unstableSkipAutop||(i=ml(i).trim()),{...e,blockName:r,attrs:o,innerHTML:i,innerBlocks:a}}(e,t);n=function(e){const[t,n]=qs(e.blockName,e.attrs);return{...e,blockName:t,attrs:n}}(n);let r=ma(n.blockName);r||(n=function(e){const t=sa()||ia(),n=Xl(e,{isCommentDelimited:!1}),r=Xl(e,{isCommentDelimited:!0});return{blockName:t,attrs:{originalName:e.blockName,originalContent:r,originalUndelimitedContent:n},innerHTML:e.blockName?r:e.innerHTML,innerBlocks:e.innerBlocks,innerContent:e.innerContent}}(n),r=ma(n.blockName));const o=n.blockName===ia()||n.blockName===sa();if(!r||!n.innerHTML&&o)return;const a=n.innerBlocks.map((e=>pc(e,t))).filter((e=>!!e)),i=Sa(n.blockName,sc(r,n.innerHTML,n.attrs),a);i.originalContent=n.innerHTML;const l=function(e,t){const[n]=js(e,t);if(n)return{...e,isValid:n,validationIssues:[]};const r=dc(e,t),[o,a]=js(e,t);return{...r,isValid:o,validationIssues:a}}(i,r),{validationIssues:s}=l,c=function(e,t,n){const r=t.attrs,{deprecated:o}=n;if(!o||!o.length)return e;for(let t=0;t{let{log:t,args:n}=e;return t(...n)})):(console.groupCollapsed("Updated Block: %s",r.name),console.info("Block successfully updated for `%s` (%o).\n\nNew content generated by `save` function:\n\n%s\n\nContent retrieved from post body:\n\n%s",r.name,r,Zl(r,c.attributes),c.originalContent),console.groupEnd()),c}function fc(e,t){return(e=>{Qi=e,el=0,tl=[],nl=[],rl.lastIndex=0;do{}while(il());return tl})(e).reduce(((e,n)=>{const r=pc(n,t);return r&&e.push(r),e}),[])}function hc(){return Ra("from").filter((e=>{let{type:t}=e;return"raw"===t})).map((e=>e.isMatch?e:{...e,isMatch:t=>e.selector&&t.matches(e.selector)}))}function gc(e,t){const n=document.implementation.createHTMLDocument("");return n.body.innerHTML=e,Array.from(n.body.children).flatMap((e=>{const n=Ia(hc(),(t=>{let{isMatch:n}=t;return n(e)}));if(!n)return Sa("core/html",sc("core/html",e.outerHTML));const{transform:r,blockName:o}=n;return r?r(e,t):Sa(o,sc(o,e.outerHTML))}))}function bc(e){switch(e.nodeType){case e.TEXT_NODE:return/^[ \f\n\r\t\v\u00a0]*$/.test(e.nodeValue||"");case e.ELEMENT_NODE:return!e.hasAttributes()&&(!e.hasChildNodes()||Array.from(e.childNodes).every(bc));default:return!0}}const vc={strong:{},em:{},s:{},del:{},ins:{},a:{attributes:["href","target","rel","id"]},code:{},abbr:{attributes:["title"]},sub:{},sup:{},br:{},small:{},q:{attributes:["cite"]},dfn:{attributes:["title"]},data:{attributes:["value"]},time:{attributes:["datetime"]},var:{},samp:{},kbd:{},i:{},b:{},u:{},mark:{},ruby:{},rt:{},rp:{},bdi:{attributes:["dir"]},bdo:{attributes:["dir"]},wbr:{},"#text":{}},yc=["#text","br"];Object.keys(vc).filter((e=>!yc.includes(e))).forEach((e=>{const{[e]:t,...n}=vc;vc[e].children=n}));const _c={...vc,audio:{attributes:["src","preload","autoplay","mediagroup","loop","muted"]},canvas:{attributes:["width","height"]},embed:{attributes:["src","type","width","height"]},img:{attributes:["alt","src","srcset","usemap","ismap","width","height"]},object:{attributes:["data","type","name","usemap","form","width","height"]},video:{attributes:["src","poster","preload","autoplay","mediagroup","loop","muted","controls","width","height"]}};function Mc(e){if("paste"!==e)return _c;const{u:t,abbr:n,data:r,time:o,wbr:a,bdi:i,bdo:l,...s}={..._c,ins:{children:_c.ins.children},del:{children:_c.del.children}};return s}function kc(e){const t=e.nodeName.toLowerCase();return Mc().hasOwnProperty(t)||"span"===t}function wc(e){const t=e.nodeName.toLowerCase();return vc.hasOwnProperty(t)||"span"===t}function Ec(e){const t=document.implementation.createHTMLDocument(""),n=document.implementation.createHTMLDocument(""),r=t.body,o=n.body;for(r.innerHTML=e;r.firstChild;){const e=r.firstChild;e.nodeType===e.TEXT_NODE?bc(e)?r.removeChild(e):(o.lastChild&&"P"===o.lastChild.nodeName||o.appendChild(n.createElement("P")),o.lastChild.appendChild(e)):e.nodeType===e.ELEMENT_NODE?"BR"===e.nodeName?(e.nextSibling&&"BR"===e.nextSibling.nodeName&&(o.appendChild(n.createElement("P")),r.removeChild(e.nextSibling)),o.lastChild&&"P"===o.lastChild.nodeName&&o.lastChild.hasChildNodes()?o.lastChild.appendChild(e):r.removeChild(e)):"P"===e.nodeName?bc(e)?r.removeChild(e):o.appendChild(e):kc(e)?(o.lastChild&&"P"===o.lastChild.nodeName||o.appendChild(n.createElement("P")),o.lastChild.appendChild(e)):o.appendChild(e):r.removeChild(e)}return o.innerHTML}function xc(e,t){Do(t.parentNode),t.parentNode.insertBefore(e,t.nextSibling)}function Cc(e,t){Do(e.parentNode),xc(t,e.parentNode),Io(e)}function Lc(e,t){e.nodeType===e.COMMENT_NODE&&("nextpage"!==e.nodeValue?0===e.nodeValue.indexOf("more")&&function(e,t){const n=e.nodeValue.slice(4).trim();let r=e,o=!1;for(;r=r.nextSibling;)if(r.nodeType===r.COMMENT_NODE&&"noteaser"===r.nodeValue){o=!0,Io(r);break}const a=function(e,t,n){const r=n.createElement("wp-block");r.dataset.block="core/more",e&&(r.dataset.customText=e);t&&(r.dataset.noTeaser="");return r}(n,o,t);if(e.parentNode&&"P"===e.parentNode.nodeName&&1!==e.parentNode.childNodes.length){const n=Array.from(e.parentNode.childNodes),r=n.indexOf(e),o=e.parentNode.parentNode||t.body,i=(e,n)=>(e||(e=t.createElement("p")),e.appendChild(n),e);[n.slice(0,r).reduce(i,null),a,n.slice(r+1).reduce(i,null)].forEach((t=>t&&o.insertBefore(t,e.parentNode))),Io(e.parentNode)}else Cc(e,a)}(e,t):Cc(e,function(e){const t=e.createElement("wp-block");return t.dataset.block="core/nextpage",t}(t)))}function Sc(e){const t=e.parentNode;for(Do();e.firstChild;)t.insertBefore(e.firstChild,e);t.removeChild(e)}function Ac(e){return"OL"===e.nodeName||"UL"===e.nodeName}function Tc(e){if(!Ac(e))return;const t=e,n=e.previousElementSibling;if(n&&n.nodeName===e.nodeName&&1===t.children.length){for(;t.firstChild;)n.appendChild(t.firstChild);t.parentNode.removeChild(t)}const r=e.parentNode;if(r&&"LI"===r.nodeName&&1===r.children.length&&!/\S/.test((o=r,Array.from(o.childNodes).map((e=>{let{nodeValue:t=""}=e;return t})).join("")))){const e=r,n=e.previousElementSibling,o=e.parentNode;n?(n.appendChild(t),o.removeChild(e)):(o.parentNode.insertBefore(t,o),o.parentNode.removeChild(o))}var o;if(r&&Ac(r)){const t=e.previousElementSibling;t?t.appendChild(e):Sc(e)}}function zc(e){"BLOCKQUOTE"===e.nodeName&&(e.innerHTML=Ec(e.innerHTML))}function Nc(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:e;const n=e.ownerDocument.createElement("figure");t.parentNode.insertBefore(n,t),n.appendChild(e)}function Oc(e,t,n){if(!function(e,t){var n,r;const o=e.nodeName.toLowerCase();return"figcaption"!==o&&!wc(e)&&o in(null!==(n=null==t||null===(r=t.figure)||void 0===r?void 0:r.children)&&void 0!==n?n:{})}(e,n))return;let r=e;const o=e.parentNode;(function(e,t){var n,r,o,a;return e.nodeName.toLowerCase()in(null!==(n=null==t||null===(r=t.figure)||void 0===r||null===(o=r.children)||void 0===o||null===(a=o.a)||void 0===a?void 0:a.children)&&void 0!==n?n:{})})(e,n)&&"A"===o.nodeName&&1===o.childNodes.length&&(r=e.parentNode);const a=r.closest("p,div");a?e.classList?(e.classList.contains("alignright")||e.classList.contains("alignleft")||e.classList.contains("aligncenter")||!a.textContent.trim())&&Nc(r,a):Nc(r,a):"BODY"===r.parentNode.nodeName&&Nc(r)}function Bc(e,t){let n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:0;const r=Dc(e);r.lastIndex=n;const o=r.exec(t);if(!o)return;if("["===o[1]&&"]"===o[7])return Bc(e,t,r.lastIndex);const a={index:o.index,content:o[0],shortcode:Rc(o)};return o[1]&&(a.content=a.content.slice(1),a.index++),o[7]&&(a.content=a.content.slice(0,-1)),a}function Dc(e){return new RegExp("\\[(\\[?)("+e+")(?![\\w-])([^\\]\\/]*(?:\\/(?!\\])[^\\]\\/]*)*?)(?:(\\/)\\]|\\](?:([^\\[]*(?:\\[(?!\\/\\2\\])[^\\[]*)*)(\\[\\/\\2\\]))?)(\\]?)","g")}const Ic=Dr()((e=>{const t={},n=[],r=/([\w-]+)\s*=\s*"([^"]*)"(?:\s|$)|([\w-]+)\s*=\s*'([^']*)'(?:\s|$)|([\w-]+)\s*=\s*([^\s'"]+)(?:\s|$)|"([^"]*)"(?:\s|$)|'([^']*)'(?:\s|$)|(\S+)(?:\s|$)/g;let o;for(e=e.replace(/[\u00a0\u200b]/g," ");o=r.exec(e);)o[1]?t[o[1].toLowerCase()]=o[2]:o[3]?t[o[3].toLowerCase()]=o[4]:o[5]?t[o[5].toLowerCase()]=o[6]:o[7]?n.push(o[7]):o[8]?n.push(o[8]):o[9]&&n.push(o[9]);return{named:t,numeric:n}}));function Rc(e){let t;return t=e[4]?"self-closing":e[6]?"closed":"single",new Pc({tag:e[2],attrs:e[3],type:t,content:e[5]})}const Pc=Object.assign((function(e){const{tag:t,attrs:n,type:r,content:o}=e||{};if(Object.assign(this,{tag:t,type:r,content:o}),this.attrs={named:{},numeric:[]},!n)return;const a=["named","numeric"];"string"==typeof n?this.attrs=Ic(n):n.length===a.length&&a.every(((e,t)=>e===n[t]))?this.attrs=n:Object.entries(n).forEach((e=>{let[t,n]=e;this.set(t,n)}))}),{next:Bc,replace:function(e,t,n){return t.replace(Dc(e),(function(e,t,r,o,a,i,l,s){if("["===t&&"]"===s)return e;const c=n(Rc(arguments));return c||""===c?t+c+s:e}))},string:function(e){return new Pc(e).string()},regexp:Dc,attrs:Ic,fromMatch:Rc});Object.assign(Pc.prototype,{get(e){return this.attrs["number"==typeof e?"numeric":"named"][e]},set(e,t){return this.attrs["number"==typeof e?"numeric":"named"][e]=t,this},string(){let e="["+this.tag;return this.attrs.numeric.forEach((t=>{/\s/.test(t)?e+=' "'+t+'"':e+=" "+t})),Object.entries(this.attrs.named).forEach((t=>{let[n,r]=t;e+=" "+n+'="'+r+'"'})),"single"===this.type?e+"]":"self-closing"===this.type?e+" /]":(e+="]",this.content&&(e+=this.content),e+"[/"+this.tag+"]")}});const Hc=e=>Array.isArray(e)?e:[e];const Wc=function e(t){let n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:0,r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:[];const o=Ra("from"),a=Ia(o,(e=>-1===r.indexOf(e.blockName)&&"shortcode"===e.type&&Hc(e.tag).some((e=>Dc(e).test(t)))));if(!a)return[t];const i=Hc(a.tag),l=i.find((e=>Dc(e).test(t)));let s;const c=n;if(s=Bc(l,t,n)){var u;n=s.index+s.content.length;const o=t.substr(0,s.index),i=t.substr(n);if(!(null!==(u=s.shortcode.content)&&void 0!==u&&u.includes("<")||/(\n|

)\s*$/.test(o)&&/^\s*(\n|<\/p>)/.test(i)))return e(t,n);if(a.isMatch&&!a.isMatch(s.shortcode.attrs))return e(t,c,[...r,a.blockName]);let l=[];if("function"==typeof a.transform)l=[].concat(a.transform(s.shortcode.attrs,s)),l=l.map((e=>(e.originalContent=s.shortcode.content,dc(e,ma(e.name)))));else{const e=Object.fromEntries(Object.entries(a.attributes).filter((e=>{let[,t]=e;return t.shortcode})).map((e=>{let[t,n]=e;return[t,n.shortcode(s.shortcode.attrs,s)]}))),n=ma(a.blockName);if(!n)return[t];const r={...n,attributes:a.attributes};let o=Sa(a.blockName,sc(r,s.shortcode.content,e));o.originalContent=s.shortcode.content,o=dc(o,r),l=[o]}return[...e(o),...l,...e(i)]}return[t]};function Yc(e){return function(e,t){const n={phrasingContentSchema:Mc(t),isPaste:"paste"===t},r=e.map((e=>{let{isMatch:t,blockName:r,schema:o}=e;const a=ha(r,"anchor");return o="function"==typeof o?o(n):o,a||t?(0,Ot.mapValues)(o,(e=>{let n=e.attributes||[];return a&&(n=[...n,"id"]),{...e,attributes:n,isMatch:t||void 0}})):o}));return(0,Ot.mergeWith)({},...r,((e,t,n)=>{switch(n){case"children":return"*"===e||"*"===t?"*":{...e,...t};case"attributes":case"require":return[...e||[],...t||[]];case"isMatch":if(!e||!t)return;return function(){return e(...arguments)||t(...arguments)}}}))}(hc(),e)}function Fc(e,t,n,r){Array.from(e).forEach((e=>{Fc(e.childNodes,t,n,r),t.forEach((t=>{n.contains(e)&&t(e,n,r)}))}))}function jc(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:[],n=arguments.length>2?arguments[2]:void 0;const r=document.implementation.createHTMLDocument("");return r.body.innerHTML=e,Fc(r.body.childNodes,t,r,n),r.body.innerHTML}function qc(e,t){const n=e[`${t}Sibling`];if(n&&kc(n))return n;const{parentNode:r}=e;return r&&kc(r)?qc(r,t):void 0}function Vc(e){let{HTML:t=""}=e;if(-1!==t.indexOf("\x3c!-- wp:"))return fc(t);const n=Wc(t),r=Yc();return n.map((e=>{if("string"!=typeof e)return e;return gc(e=Ec(e=jc(e,[Tc,Lc,Oc,zc],r)),Vc)})).flat().filter(Boolean)}const Uc=()=>{};function Xc(e,t,n,r){Array.from(e).forEach((e=>{var o,a;const i=e.nodeName.toLowerCase();if(n.hasOwnProperty(i)&&(!n[i].isMatch||null!==(o=(a=n[i]).isMatch)&&void 0!==o&&o.call(a,e))){if(function(e){return!!e&&e.nodeType===e.ELEMENT_NODE}(e)){const{attributes:o=[],classes:a=[],children:l,require:s=[],allowEmpty:c}=n[i];if(l&&!c&&bc(e))return void Io(e);if(e.hasAttributes()&&(Array.from(e.attributes).forEach((t=>{let{name:n}=t;"class"===n||o.includes(n)||e.removeAttribute(n)})),e.classList&&e.classList.length)){const t=a.map((e=>"string"==typeof e?t=>t===e:e instanceof RegExp?t=>e.test(t):Uc));Array.from(e.classList).forEach((n=>{t.some((e=>e(n)))||e.classList.remove(n)})),e.classList.length||e.removeAttribute("class")}if(e.hasChildNodes()){if("*"===l)return;if(l)s.length&&!e.querySelector(s.join(","))?(Xc(e.childNodes,t,n,r),Sc(e)):e.parentNode&&"BODY"===e.parentNode.nodeName&&kc(e)?(Xc(e.childNodes,t,n,r),Array.from(e.childNodes).some((e=>!kc(e)))&&Sc(e)):Xc(e.childNodes,t,l,r);else for(;e.firstChild;)Io(e.firstChild)}}}else Xc(e.childNodes,t,n,r),r&&!kc(e)&&e.nextElementSibling&&xc(t.createElement("br"),e),Sc(e)}))}function $c(e,t,n){const r=document.implementation.createHTMLDocument("");return r.body.innerHTML=e,Xc(r.body.childNodes,r,t,n),r.body.innerHTML}function Gc(e){e.nodeType===e.COMMENT_NODE&&Io(e)}function Kc(e,t){return e.every((e=>function(e,t){if(wc(e))return!0;if(!t)return!1;const n=e.nodeName.toLowerCase();return[["ul","li","ol"],["h1","h2","h3","h4","h5","h6"]].some((e=>0===[n,t].filter((t=>!e.includes(t))).length))}(e,t)&&Kc(Array.from(e.children),t)))}function Jc(e){return"BR"===e.nodeName&&e.previousSibling&&"BR"===e.previousSibling.nodeName}function Zc(e,t){Do(t.parentNode),t.parentNode.insertBefore(e,t),e.appendChild(t)}function Qc(e,t){const n=e.ownerDocument.createElement(t);for(;e.firstChild;)n.appendChild(e.firstChild);return Do(e.parentNode),e.parentNode.replaceChild(n,e),n}function eu(e,t){if("SPAN"===e.nodeName&&e.style){const{fontWeight:n,fontStyle:r,textDecorationLine:o,textDecoration:a,verticalAlign:i}=e.style;"bold"!==n&&"700"!==n||Zc(t.createElement("strong"),e),"italic"===r&&Zc(t.createElement("em"),e),("line-through"===o||a.includes("line-through"))&&Zc(t.createElement("s"),e),"super"===i?Zc(t.createElement("sup"),e):"sub"===i&&Zc(t.createElement("sub"),e)}else"B"===e.nodeName?e=Qc(e,"strong"):"I"===e.nodeName?e=Qc(e,"em"):"A"===e.nodeName&&(e.target&&"_blank"===e.target.toLowerCase()?e.rel="noreferrer noopener":(e.removeAttribute("target"),e.removeAttribute("rel")),e.name&&!e.id&&(e.id=e.name),e.id&&!e.ownerDocument.querySelector(`[href="#${e.id}"]`)&&e.removeAttribute("id"))}function tu(e){"SCRIPT"!==e.nodeName&&"NOSCRIPT"!==e.nodeName&&"TEMPLATE"!==e.nodeName&&"STYLE"!==e.nodeName||e.parentNode.removeChild(e)}const{parseInt:nu}=window;function ru(e){return"OL"===e.nodeName||"UL"===e.nodeName}function ou(e,t){if("P"!==e.nodeName)return;const n=e.getAttribute("style");if(!n)return;if(-1===n.indexOf("mso-list"))return;const r=/mso-list\s*:[^;]+level([0-9]+)/i.exec(n);if(!r)return;let o=nu(r[1],10)-1||0;const a=e.previousElementSibling;if(!a||!ru(a)){const n=e.textContent.trim().slice(0,1),r=/[1iIaA]/.test(n),o=t.createElement(r?"ol":"ul");r&&o.setAttribute("type",n),e.parentNode.insertBefore(o,e)}const i=e.previousElementSibling,l=i.nodeName,s=t.createElement("li");let c=i;for(e.removeChild(e.firstChild);e.firstChild;)s.appendChild(e.firstChild);for(;o--;)c=c.lastChild||c,ru(c)&&(c=c.lastChild||c);ru(c)||(c=c.appendChild(t.createElement(l))),c.appendChild(s),e.parentNode.removeChild(e)}const{createObjectURL:au,revokeObjectURL:iu}=window.URL,lu={};function su(e){const t=au(e);return lu[t]=e,t}function cu(e){return lu[e]}function uu(e){var t;return null===(t=cu(e))||void 0===t?void 0:t.type.split("/")[0]}function du(e){lu[e]&&iu(e),delete lu[e]}function mu(e){return!(!e||!e.indexOf)&&0===e.indexOf("blob:")}const{atob:pu,File:fu}=window;function hu(e){if("IMG"===e.nodeName){if(0===e.src.indexOf("file:")&&(e.src=""),0===e.src.indexOf("data:")){const[t,n]=e.src.split(","),[r]=t.slice(5).split(";");if(!n||!r)return void(e.src="");let o;try{o=pu(n)}catch(t){return void(e.src="")}const a=new Uint8Array(o.length);for(let e=0;e]+>/g,""),t=t.replace(/^\s*]*>\s*]*>(?:\s*)?/i,""),t=t.replace(/(?:\s*)?<\/body>\s*<\/html>\s*$/i,""),"INLINE"!==r){const e=t||n;if(-1!==e.indexOf("\x3c!-- wp:"))return fc(e)}var i;if(String.prototype.normalize&&(t=t.normalize()),!n||t&&!function(e){return!/<(?!br[ />])/i.test(e)}(t)||(t=n,/^\s+$/.test(n)||(i=t,t=vu.makeHtml(function(e){return e.replace(/((?:^|\n)```)([^\n`]+)(```(?:$|\n))/,((e,t,n,r)=>`${t}\n${n}\n${r}`))}(function(e){return e.replace(/(^|\n)•( +)/g,"$1*$2")}(i)))),"AUTO"===r&&-1===n.indexOf("\n")&&0!==n.indexOf("

")&&0===t.indexOf("

")&&(r="INLINE")),"INLINE"===r)return Cu(t,a);t=jc(t,[Eu]);const l=Wc(t),s=l.length>1;if("AUTO"===r&&!s&&function(e,t){const n=document.implementation.createHTMLDocument("");n.body.innerHTML=e;const r=Array.from(n.body.children);return!r.some(Jc)&&Kc(r,t)}(t,o))return Cu(t,a);const c=Mc("paste"),u=Yc("paste"),d=l.map((e=>{if("string"!=typeof e)return e;const t=[_u,ou,tu,Tc,hu,eu,Lc,Gc,yu,Oc,zc,gu],n={...u,...c};return e=jc(e,t,u),e=jc(e=Ec(e=$c(e,n)),[Mu,ku,wu],u),xu.log("Processed HTML piece:\n\n",e),gc(e,Lu)})).flat().filter(Boolean);if("AUTO"===r&&1===d.length&&ha(d[0].name,"__unstablePasteTextInline",!1)){const e=/^[\n]+|[\n]+$/g,t=n.replace(e,"");if(""!==t&&-1===t.indexOf("\n"))return $c(es(d[0]),c).replace(e,"")}return d}function Su(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[],t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:[];return e.length===t.length&&t.every(((t,n)=>{let[r,,o]=t;const a=e[n];return r===a.name&&Su(a.innerBlocks,o)}))}function Au(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[],t=arguments.length>1?arguments[1]:void 0;return t?t.map(((t,n)=>{var r;let[o,a,i]=t;const l=e[n];if(l&&l.name===o){const e=Au(l.innerBlocks,i);return{...l,innerBlocks:e}}const s=ma(o),c=(e,t)=>t?Object.fromEntries(Object.entries(t).map((t=>{let[n,r]=t;return[n,u(e[n],r)]}))):{},u=(e,t)=>{return"html"===(null==(n=e)?void 0:n.source)&&Array.isArray(t)?Vl(t):(e=>"query"===(null==e?void 0:e.source))(e)&&t?t.map((t=>c(e.query,t))):t;var n},d=c(null!==(r=null==s?void 0:s.attributes)&&void 0!==r?r:{},a);let[m,p]=qs(o,d);return void 0===ma(m)&&(p={originalName:o,originalContent:"",originalUndelimitedContent:""},m="core/missing"),Sa(m,p,Au([],i))})):e}function Tu(e,t){var n=(0,At.useState)((function(){return{inputs:t,result:e()}}))[0],r=(0,At.useRef)(!0),o=(0,At.useRef)(n),a=r.current||Boolean(t&&o.current.inputs&&function(e,t){if(e.length!==t.length)return!1;for(var n=0;n{setTimeout((()=>e(Date.now())),0)}:window.requestIdleCallback,Nu=()=>{let e=[],t=new WeakMap,n=!1;const r=o=>{const a="number"==typeof o?()=>!1:()=>o.timeRemaining()>0;do{if(0===e.length)return void(n=!1);const r=e.shift();t.get(r)(),t.delete(r)}while(a());zu(r)};return{add:(o,a)=>{t.has(o)||e.push(o),t.set(o,a),n||(n=!0,zu(r))},flush:n=>{if(!t.has(n))return!1;const r=e.indexOf(n);e.splice(r,1);const o=t.get(n);return t.delete(n),o(),!0},cancel:n=>{if(!t.has(n))return!1;const r=e.indexOf(n);return e.splice(r,1),t.delete(n),!0},reset:()=>{e=[],t=new WeakMap,n=!1}}},Ou="undefined"!=typeof window?At.useLayoutEffect:At.useEffect,Bu=(0,At.createContext)(Lr),{Consumer:Du,Provider:Iu}=Bu,Ru=Du,Pu=Iu;function Hu(){return(0,At.useContext)(Bu)}const Wu=(0,At.createContext)(!1),{Consumer:Yu,Provider:Fu}=Wu,ju=Fu;const qu=()=>{},Vu=Nu();function Uu(e,t){const n="function"==typeof e;n||(t=[]);const r=(0,At.useCallback)(n?e:qu,t),o=n?r:null,a=Hu(),i=(0,At.useContext)(Wu),l=(0,At.useRef)(a),s=(0,At.useRef)(),c=(0,At.useRef)(i),u=(0,At.useRef)(),d=(0,At.useRef)(),m=(0,At.useRef)([]),p=(0,At.useCallback)((e=>a.__unstableMarkListeningStores((()=>e(a.select,a)),m)),[a]),f=(0,At.useMemo)((()=>({})),t||[]);let h,g=!1;if(o){h=u.current;const e=l.current!==a,t=s.current!==o,n=c.current&&!i,r=!!d.current;if(e||t||n||r)try{h=p(o),g=!0}catch(e){let t=`An error occurred while running 'mapSelect': ${e.message}`;d.current&&(t+="\nThe error may be correlated with this previous error:\n",t+=`${d.current.stack}\n\n`,t+="Original stack trace:"),console.error(t)}}Ou((()=>{n&&(l.current=a,s.current=o,c.current=i,g&&(u.current=h),d.current=void 0)}));const b=Tu((()=>({queue:!0})),[a]),[,v]=(0,At.useReducer)((e=>e+1),0),y=(0,At.useRef)(!1);return Ou((()=>{if(!n)return;const e=()=>{try{const e=p(s.current);if(Ul(u.current,e))return;u.current=e}catch(e){d.current=e}v()},t=()=>{y.current&&(c.current?Vu.add(b,e):e())};e();const r=m.current.map((e=>a.subscribe(t,e)));return y.current=!0,()=>{r.forEach((e=>null==e?void 0:e())),Vu.cancel(b),y.current=!1}}),[a,p,n,f]),(0,At.useDebugValue)(h),n?h:a.select(e)}const Xu=e=>t=>(n,r)=>void 0===n||e(r)?t(n,r):n,$u=e=>t=>(n,r)=>t(n,e(r));function Gu(e,t){if(!e)return t;let n=!1;const r={};for(const o in t)hs()(e[o],t[o])?r[o]=e[o]:(n=!0,r[o]=t[o]);if(!n)return e;for(const t in e)r.hasOwnProperty(t)||(r[t]=e[t]);return r}const Ku=e=>t=>function(){let n=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},r=arguments.length>1?arguments[1]:void 0;const o=r[e];if(void 0===o)return n;const a=t(n[o],r);return a===n[o]?n:{...n,[o]:a}};function Ju(e){return function(e){return e.charAt(0).toUpperCase()+e.substr(1)}(e.toLowerCase())}function Zu(e,t){return void 0===t&&(t={}),Xo(e,jo({delimiter:" ",transform:Ju},t))}const Qu=function(e){const t=(e,n)=>{const{headers:r={}}=e;for(const o in r)if("x-wp-nonce"===o.toLowerCase()&&r[o]===t.nonce)return n(e);return n({...e,headers:{...r,"X-WP-Nonce":t.nonce}})};return t.nonce=e,t},ed=(e,t)=>{let n,r,o=e.path;return"string"==typeof e.namespace&&"string"==typeof e.endpoint&&(n=e.namespace.replace(/^\/|\/$/g,""),r=e.endpoint.replace(/^\//,""),o=r?n+"/"+r:n),delete e.namespace,delete e.endpoint,t({...e,path:o})},td=e=>(t,n)=>ed(t,(t=>{let r,o=t.url,a=t.path;return"string"==typeof a&&(r=e,-1!==e.indexOf("?")&&(a=a.replace("?","&")),a=a.replace(/^\//,""),"string"==typeof r&&-1!==r.indexOf("?")&&(a=a.replace("?","&")),o=r+a),n({...t,url:o})}));function nd(e){const t=e.split("?"),n=t[1],r=t[0];return n?r+"?"+n.split("&").map((e=>e.split("="))).map((e=>e.map(decodeURIComponent))).sort(((e,t)=>e[0].localeCompare(t[0]))).map((e=>e.map(encodeURIComponent))).map((e=>e.join("="))).join("&"):r}function rd(e){let t;try{t=new URL(e,"http://example.com").search.substring(1)}catch(e){}if(t)return t}function od(e){return(rd(e)||"").replace(/\+/g,"%20").split("&").reduce(((e,t)=>{const[n,r=""]=t.split("=").filter(Boolean).map(decodeURIComponent);if(n){!function(e,t,n){const r=t.length,o=r-1;for(let a=0;a0&&void 0!==arguments[0]?arguments[0]:"",t=arguments.length>1?arguments[1]:void 0;if(!t||!Object.keys(t).length)return e;let n=e;const r=e.indexOf("?");return-1!==r&&(t=Object.assign(od(e),t),n=n.substr(0,r)),n+"?"+ad(t)}function ld(e,t){return Promise.resolve(t?e.body:new window.Response(JSON.stringify(e.body),{status:200,statusText:"OK",headers:e.headers}))}const sd=function(e){const t=Object.fromEntries(Object.entries(e).map((e=>{let[t,n]=e;return[nd(t),n]})));return(e,n)=>{const{parse:r=!0}=e;let o=e.path;if(!o&&e.url){const{rest_route:t,...n}=od(e.url);"string"==typeof t&&(o=id(t,n))}if("string"!=typeof o)return n(e);const a=e.method||"GET",i=nd(o);if("GET"===a&&t[i]){const e=t[i];return delete t[i],ld(e,!!r)}if("OPTIONS"===a&&t[a]&&t[a][i]){const e=t[a][i];return delete t[a][i],ld(e,!!r)}return n(e)}},cd=(e,t)=>{let{path:n,url:r,...o}=e;return{...o,url:r&&id(r,t),path:n&&id(n,t)}},ud=e=>e.json?e.json():Promise.reject(e),dd=e=>{const{next:t}=(e=>{if(!e)return{};const t=e.match(/<([^>]+)>; rel="next"/);return t?{next:t[1]}:{}})(e.headers.get("link"));return t},md=async(e,t)=>{if(!1===e.parse)return t(e);if(!(e=>{const t=!!e.path&&-1!==e.path.indexOf("per_page=-1"),n=!!e.url&&-1!==e.url.indexOf("per_page=-1");return t||n})(e))return t(e);const n=await Ad({...cd(e,{per_page:100}),parse:!1}),r=await ud(n);if(!Array.isArray(r))return r;let o=dd(n);if(!o)return r;let a=[].concat(r);for(;o;){const t=await Ad({...e,path:void 0,url:o,parse:!1}),n=await ud(t);a=a.concat(n),o=dd(t)}return a},pd=new Set(["PATCH","PUT","DELETE"]),fd="GET",hd=(e,t)=>{const{method:n=fd}=e;return pd.has(n.toUpperCase())&&(e={...e,headers:{...e.headers,"X-HTTP-Method-Override":n,"Content-Type":"application/json"},method:"POST"}),t(e)};function gd(e,t){return void 0!==function(e,t){return od(e)[t]}(e,t)}const bd=(e,t)=>("string"!=typeof e.url||gd(e.url,"_locale")||(e.url=id(e.url,{_locale:"user"})),"string"!=typeof e.path||gd(e.path,"_locale")||(e.path=id(e.path,{_locale:"user"})),t(e)),vd=function(e){let t=!(arguments.length>1&&void 0!==arguments[1])||arguments[1];return t?204===e.status?null:e.json?e.json():Promise.reject(e):e},yd=e=>{const t={code:"invalid_json",message:Jr("The response is not a valid JSON response.")};if(!e||!e.json)throw t;return e.json().catch((()=>{throw t}))},_d=function(e){let t=!(arguments.length>1&&void 0!==arguments[1])||arguments[1];return Promise.resolve(vd(e,t)).catch((e=>Md(e,t)))};function Md(e){let t=!(arguments.length>1&&void 0!==arguments[1])||arguments[1];if(!t)throw e;return yd(e).then((e=>{const t={code:"unknown_error",message:Jr("An unknown error occurred.")};throw e||t}))}const kd=(e,t)=>{if(!function(e){const t=!!e.method&&"POST"===e.method;return(!!e.path&&-1!==e.path.indexOf("/wp/v2/media")||!!e.url&&-1!==e.url.indexOf("/wp/v2/media"))&&t}(e))return t(e);let n=0;const r=e=>(n++,t({path:`/wp/v2/media/${e}/post-process`,method:"POST",data:{action:"create-image-subsizes"},parse:!1}).catch((()=>n<5?r(e):(t({path:`/wp/v2/media/${e}?force=true`,method:"DELETE"}),Promise.reject()))));return t({...e,parse:!1}).catch((t=>{const n=t.headers.get("x-wp-upload-attachment-id");return t.status>=500&&t.status<600&&n?r(n).catch((()=>!1!==e.parse?Promise.reject({code:"post_process",message:Jr("Media upload failed. If this is a photo or a large image, please scale it down and try again.")}):Promise.reject(t))):Md(t,e.parse)})).then((t=>_d(t,e.parse)))},wd={Accept:"application/json, */*;q=0.1"},Ed={credentials:"include"},xd=[bd,ed,hd,md];const Cd=e=>{if(e.status>=200&&e.status<300)return e;throw e};let Ld=e=>{const{url:t,path:n,data:r,parse:o=!0,...a}=e;let{body:i,headers:l}=e;l={...wd,...l},r&&(i=JSON.stringify(r),l["Content-Type"]="application/json");return window.fetch(t||n||window.location.href,{...Ed,...a,body:i,headers:l}).then((e=>Promise.resolve(e).then(Cd).catch((e=>Md(e,o))).then((e=>_d(e,o)))),(e=>{if(e&&"AbortError"===e.name)throw e;throw{code:"fetch_error",message:Jr("You are probably offline.")}}))};function Sd(e){const t=xd.reduceRight(((e,t)=>n=>t(n,e)),Ld);return t(e).catch((t=>"rest_cookie_invalid_nonce"!==t.code?Promise.reject(t):window.fetch(Sd.nonceEndpoint).then(Cd).then((e=>e.text())).then((t=>(Sd.nonceMiddleware.nonce=t,Sd(e))))))}Sd.use=function(e){xd.unshift(e)},Sd.setFetchHandler=function(e){Ld=e},Sd.createNonceMiddleware=Qu,Sd.createPreloadingMiddleware=sd,Sd.createRootURLMiddleware=td,Sd.fetchAllMiddleware=md,Sd.mediaUploadMiddleware=kd;const Ad=Sd;var Td,zd=new Uint8Array(16);function Nd(){if(!Td&&!(Td="undefined"!=typeof crypto&&crypto.getRandomValues&&crypto.getRandomValues.bind(crypto)||"undefined"!=typeof msCrypto&&"function"==typeof msCrypto.getRandomValues&&msCrypto.getRandomValues.bind(msCrypto)))throw new Error("crypto.getRandomValues() not supported. See https://github.com/uuidjs/uuid#getrandomvalues-not-supported");return Td(zd)}const Od=/^(?:[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}|00000000-0000-0000-0000-000000000000)$/i;const Bd=function(e){return"string"==typeof e&&Od.test(e)};for(var Dd=[],Id=0;Id<256;++Id)Dd.push((Id+256).toString(16).substr(1));const Rd=function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:0,n=(Dd[e[t+0]]+Dd[e[t+1]]+Dd[e[t+2]]+Dd[e[t+3]]+"-"+Dd[e[t+4]]+Dd[e[t+5]]+"-"+Dd[e[t+6]]+Dd[e[t+7]]+"-"+Dd[e[t+8]]+Dd[e[t+9]]+"-"+Dd[e[t+10]]+Dd[e[t+11]]+Dd[e[t+12]]+Dd[e[t+13]]+Dd[e[t+14]]+Dd[e[t+15]]).toLowerCase();if(!Bd(n))throw TypeError("Stringified UUID is invalid");return n};const Pd=function(e,t,n){var r=(e=e||{}).random||(e.rng||Nd)();if(r[6]=15&r[6]|64,r[8]=63&r[8]|128,t){n=n||0;for(var o=0;o<16;++o)t[n+o]=r[o];return t}return Rd(r)};function Hd(e,t){return{type:"RECEIVE_ITEMS",items:Array.isArray(e)?e:[e],persistedEdits:t}}function Wd(e,t,n){let r=arguments.length>3&&void 0!==arguments[3]&&arguments[3];return{type:"REMOVE_ITEMS",itemIds:Array.isArray(n)?n:[n],kind:e,name:t,invalidateCache:r}}function Yd(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=arguments.length>2?arguments[2]:void 0;return{...Hd(e,n),query:t}}let Fd=null;async function jd(e){if(null===Fd){const e=await Ad({path:"/batch/v1",method:"OPTIONS"});Fd=e.endpoints[0].args.requests.maxItems}const t=[];for(const n of function(e,t){const n=[...e],r=[];for(;n.length;)r.push(n.splice(0,t));return r}(e,Fd)){const e=await Ad({path:"/batch/v1",method:"POST",data:{validation:"require-all-validate",requests:n.map((e=>({path:e.path,body:e.data,method:e.method,headers:e.headers})))}});let r;r=e.failed?e.responses.map((e=>({error:null==e?void 0:e.body}))):e.responses.map((e=>{const t={};return e.status>=200&&e.status<300?t.output=e.body:t.error=e.body,t})),t.push(...r)}return t}class qd{constructor(){for(var e=arguments.length,t=new Array(e),n=0;ne())),this}delete(e){const t=this.set.delete(e);return this.subscribers.forEach((e=>e())),t}subscribe(e){return this.subscribers.add(e),()=>{this.subscribers.delete(e)}}}const Vd="core";function Ud(e,t){return{type:"RECEIVE_USER_QUERY",users:Array.isArray(t)?t:[t],queryID:e}}function Xd(e){return{type:"RECEIVE_CURRENT_USER",currentUser:e}}function $d(e){return{type:"ADD_ENTITIES",entities:e}}function Gd(e,t,n,r){let o,a=arguments.length>4&&void 0!==arguments[4]&&arguments[4],i=arguments.length>5?arguments[5]:void 0;return"postType"===e&&(n=(Array.isArray(n)?n:[n]).map((e=>"auto-draft"===e.status?{...e,title:""}:e))),o=r?Yd(n,r,i):Hd(n,i),{...o,kind:e,name:t,invalidateCache:a}}function Kd(e){return{type:"RECEIVE_CURRENT_THEME",currentTheme:e}}function Jd(e){return{type:"RECEIVE_CURRENT_GLOBAL_STYLES_ID",id:e}}function Zd(e,t){return{type:"RECEIVE_THEME_GLOBAL_STYLES",stylesheet:e,globalStyles:t}}function Qd(e,t){return{type:"RECEIVE_THEME_GLOBAL_STYLE_VARIATIONS",stylesheet:e,variations:t}}function em(){return wr("wp.data.dispatch( 'core' ).receiveThemeSupports",{since:"5.9"}),{type:"DO_NOTHING"}}function tm(e,t){return{type:"RECEIVE_EMBED_PREVIEW",url:e,preview:t}}const nm=function(e,t,n,r){let{__unstableFetch:o=Ad,throwOnError:a=!1}=arguments.length>4&&void 0!==arguments[4]?arguments[4]:{};return async i=>{let{dispatch:l}=i;const s=(await l(_m(e))).find((n=>n.kind===e&&n.name===t));let c,u=!1;if(!s||null!=s&&s.__experimentalNoFetch)return;const d=await l.__unstableAcquireStoreLock(Vd,["entities","records",e,t,n],{exclusive:!0});try{l({type:"DELETE_ENTITY_RECORD_START",kind:e,name:t,recordId:n});let i=!1;try{let a=`${s.baseURL}/${n}`;r&&(a=id(a,r)),u=await o({path:a,method:"DELETE"}),await l(Wd(e,t,n,!0))}catch(e){i=!0,c=e}if(l({type:"DELETE_ENTITY_RECORD_FINISH",kind:e,name:t,recordId:n,error:c}),i&&a)throw c;return u}finally{l.__unstableReleaseStoreLock(d)}}},rm=function(e,t,n,r){let o=arguments.length>4&&void 0!==arguments[4]?arguments[4]:{};return a=>{let{select:i,dispatch:l}=a;const s=i.getEntityConfig(e,t);if(!s)throw new Error(`The entity being edited (${e}, ${t}) does not have a loaded config.`);const{transientEdits:c={},mergedEdits:u={}}=s,d=i.getRawEntityRecord(e,t,n),m=i.getEditedEntityRecord(e,t,n),p={kind:e,name:t,recordId:n,edits:Object.keys(r).reduce(((e,t)=>{const n=d[t],o=m[t],a=u[t]?{...o,...r[t]}:r[t];return e[t]=hs()(n,a)?void 0:a,e}),{}),transientEdits:c};l({type:"EDIT_ENTITY_RECORD",...p,meta:{undo:!o.undoIgnore&&{...p,edits:Object.keys(r).reduce(((e,t)=>(e[t]=m[t],e)),{})}}})}},om=()=>e=>{let{select:t,dispatch:n}=e;const r=t.getUndoEdit();r&&n({type:"EDIT_ENTITY_RECORD",...r,meta:{isUndo:!0}})},am=()=>e=>{let{select:t,dispatch:n}=e;const r=t.getRedoEdit();r&&n({type:"EDIT_ENTITY_RECORD",...r,meta:{isRedo:!0}})};function im(){return{type:"CREATE_UNDO_LEVEL"}}const lm=function(e,t,n){let{isAutosave:r=!1,__unstableFetch:o=Ad,throwOnError:a=!1}=arguments.length>3&&void 0!==arguments[3]?arguments[3]:{};return async i=>{let{select:l,resolveSelect:s,dispatch:c}=i;const u=(await c(_m(e))).find((n=>n.kind===e&&n.name===t));if(!u||null!=u&&u.__experimentalNoFetch)return;const d=u.key||fm,m=n[d],p=await c.__unstableAcquireStoreLock(Vd,["entities","records",e,t,m||Pd()],{exclusive:!0});try{for(const[r,o]of Object.entries(n))if("function"==typeof o){const a=o(l.getEditedEntityRecord(e,t,m));c.editEntityRecord(e,t,m,{[r]:a},{undoIgnore:!0}),n[r]=a}let i,d;c({type:"SAVE_ENTITY_RECORD_START",kind:e,name:t,recordId:m,isAutosave:r});let f=!1;try{const a=`${u.baseURL}${m?"/"+m:""}`,d=l.getRawEntityRecord(e,t,m);if(r){const r=l.getCurrentUser(),u=r?r.id:void 0,m=await s.getAutosave(d.type,d.id,u);let p={...d,...m,...n};if(p=Object.keys(p).reduce(((e,t)=>(["title","excerpt","content"].includes(t)&&(e[t]=p[t]),e)),{status:"auto-draft"===p.status?"draft":p.status}),i=await o({path:`${a}/autosaves`,method:"POST",data:p}),d.id===i.id){let n={...d,...p,...i};n=Object.keys(n).reduce(((e,t)=>(["title","excerpt","content"].includes(t)?e[t]=n[t]:e[t]="status"===t?"auto-draft"===d.status&&"draft"===n.status?n.status:d.status:d[t],e)),{}),c.receiveEntityRecords(e,t,n,void 0,!0)}else c.receiveAutosaves(d.id,i)}else{let r=n;u.__unstablePrePersist&&(r={...r,...u.__unstablePrePersist(d,r)}),i=await o({path:a,method:m?"PUT":"POST",data:r}),c.receiveEntityRecords(e,t,i,void 0,!0,r)}}catch(e){f=!0,d=e}if(c({type:"SAVE_ENTITY_RECORD_FINISH",kind:e,name:t,recordId:m,error:d,isAutosave:r}),f&&a)throw d;return i}finally{c.__unstableReleaseStoreLock(p)}}},sm=e=>async t=>{let{dispatch:n}=t;const r=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:jd,t=0,n=[];const r=new qd;return{add(e){const o=++t;r.add(o);const a=e=>new Promise(((t,a)=>{n.push({input:e,resolve:t,reject:a}),r.delete(o)}));return"function"==typeof e?Promise.resolve(e(a)).finally((()=>{r.delete(o)})):a(e)},async run(){let t;r.size&&await new Promise((e=>{const t=r.subscribe((()=>{r.size||(t(),e(void 0))}))}));try{if(t=await e(n.map((e=>{let{input:t}=e;return t}))),t.length!==n.length)throw new Error("run: Array returned by processor must be same size as input array.")}catch(e){for(const{reject:t}of n)t(e);throw e}let o=!0;return t.forEach(((e,t)=>{const r=n[t];var a;null!=e&&e.error?(null==r||r.reject(e.error),o=!1):null==r||r.resolve(null!==(a=null==e?void 0:e.output)&&void 0!==a?a:e)})),n=[],o}}}(),o={saveEntityRecord:(e,t,o,a)=>r.add((r=>n.saveEntityRecord(e,t,o,{...a,__unstableFetch:r}))),saveEditedEntityRecord:(e,t,o,a)=>r.add((r=>n.saveEditedEntityRecord(e,t,o,{...a,__unstableFetch:r}))),deleteEntityRecord:(e,t,o,a,i)=>r.add((r=>n.deleteEntityRecord(e,t,o,a,{...i,__unstableFetch:r})))},a=e.map((e=>e(o))),[,...i]=await Promise.all([r.run(),...a]);return i},cm=(e,t,n,r)=>async o=>{let{select:a,dispatch:i}=o;if(!a.hasEditsForEntityRecord(e,t,n))return;const l=(await i(_m(e))).find((n=>n.kind===e&&n.name===t));if(!l)return;const s=l.key||fm,c=a.getEntityRecordNonTransientEdits(e,t,n),u={[s]:n,...c};return await i.saveEntityRecord(e,t,u,r)},um=(e,t,n,r,o)=>async a=>{let{select:i,dispatch:l}=a;if(!i.hasEditsForEntityRecord(e,t,n))return;const s=i.getEntityRecordNonTransientEdits(e,t,n),c={};for(const e in s)r.some((t=>t===e))&&(c[e]=s[e]);return await l.saveEntityRecord(e,t,c,o)};function dm(e){return wr("wp.data.dispatch( 'core' ).receiveUploadPermissions",{since:"5.9",alternative:"receiveUserPermission"}),mm("create/media",e)}function mm(e,t){return{type:"RECEIVE_USER_PERMISSION",key:e,isAllowed:t}}function pm(e,t){return{type:"RECEIVE_AUTOSAVES",postId:e,autosaves:Array.isArray(t)?t:[t]}}const fm="id",hm=["title","excerpt","content"],gm=[{label:Jr("Base"),kind:"root",name:"__unstableBase",baseURL:"/",baseURLParams:{_fields:["description","gmt_offset","home","name","site_icon","site_icon_url","site_logo","timezone_string","url"].join(",")}},{label:Jr("Site"),name:"site",kind:"root",baseURL:"/wp/v2/settings",getTitle:e=>(0,Ot.get)(e,["title"],Jr("Site Title"))},{label:Jr("Post Type"),name:"postType",kind:"root",key:"slug",baseURL:"/wp/v2/types",baseURLParams:{context:"edit"}},{name:"media",kind:"root",baseURL:"/wp/v2/media",baseURLParams:{context:"edit"},plural:"mediaItems",label:Jr("Media"),rawAttributes:["caption","title","description"]},{name:"taxonomy",kind:"root",key:"slug",baseURL:"/wp/v2/taxonomies",baseURLParams:{context:"edit"},plural:"taxonomies",label:Jr("Taxonomy")},{name:"sidebar",kind:"root",baseURL:"/wp/v2/sidebars",baseURLParams:{context:"edit"},plural:"sidebars",transientEdits:{blocks:!0},label:Jr("Widget areas")},{name:"widget",kind:"root",baseURL:"/wp/v2/widgets",baseURLParams:{context:"edit"},plural:"widgets",transientEdits:{blocks:!0},label:Jr("Widgets")},{name:"widgetType",kind:"root",baseURL:"/wp/v2/widget-types",baseURLParams:{context:"edit"},plural:"widgetTypes",label:Jr("Widget types")},{label:Jr("User"),name:"user",kind:"root",baseURL:"/wp/v2/users",baseURLParams:{context:"edit"},plural:"users"},{name:"comment",kind:"root",baseURL:"/wp/v2/comments",baseURLParams:{context:"edit"},plural:"comments",label:Jr("Comment")},{name:"menu",kind:"root",baseURL:"/wp/v2/menus",baseURLParams:{context:"edit"},plural:"menus",label:Jr("Menu")},{name:"menuItem",kind:"root",baseURL:"/wp/v2/menu-items",baseURLParams:{context:"edit"},plural:"menuItems",label:Jr("Menu Item"),rawAttributes:["title"]},{name:"menuLocation",kind:"root",baseURL:"/wp/v2/menu-locations",baseURLParams:{context:"edit"},plural:"menuLocations",label:Jr("Menu Location"),key:"name"},{label:Jr("Global Styles"),name:"globalStyles",kind:"root",baseURL:"/wp/v2/global-styles",baseURLParams:{context:"edit"},plural:"globalStylesVariations",getTitle:e=>{var t;return(null==e||null===(t=e.title)||void 0===t?void 0:t.rendered)||(null==e?void 0:e.title)}},{label:Jr("Themes"),name:"theme",kind:"root",baseURL:"/wp/v2/themes",baseURLParams:{context:"edit"},key:"stylesheet"},{label:Jr("Plugins"),name:"plugin",kind:"root",baseURL:"/wp/v2/plugins",baseURLParams:{context:"edit"},key:"plugin"}],bm=[{kind:"postType",loadEntities:async function(){const e=await Ad({path:"/wp/v2/types?context=view"});return(0,Ot.map)(e,((e,t)=>{var n;const r=["wp_template","wp_template_part"].includes(t);return{kind:"postType",baseURL:`/${null!==(n=null==e?void 0:e.rest_namespace)&&void 0!==n?n:"wp/v2"}/${e.rest_base}`,baseURLParams:{context:"edit"},name:t,label:e.name,transientEdits:{blocks:!0,selection:!0},mergedEdits:{meta:!0},rawAttributes:hm,getTitle:e=>{var t,n;return(null==e||null===(t=e.title)||void 0===t?void 0:t.rendered)||(null==e?void 0:e.title)||(r?Zu(null!==(n=e.slug)&&void 0!==n?n:""):String(e.id))},__unstablePrePersist:r?void 0:vm,__unstable_rest_base:e.rest_base}}))}},{kind:"taxonomy",loadEntities:async function(){const e=await Ad({path:"/wp/v2/taxonomies?context=view"});return(0,Ot.map)(e,((e,t)=>{var n;return{kind:"taxonomy",baseURL:`/${null!==(n=null==e?void 0:e.rest_namespace)&&void 0!==n?n:"wp/v2"}/${e.rest_base}`,baseURLParams:{context:"edit"},name:t,label:e.name}}))}}],vm=(e,t)=>{const n={};return"auto-draft"===(null==e?void 0:e.status)&&(t.status||n.status||(n.status="draft"),t.title&&"Auto Draft"!==t.title||n.title||null!=e&&e.title&&"Auto Draft"!==(null==e?void 0:e.title)||(n.title="")),n};const ym=function(e,t){let n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:"get",r=arguments.length>3&&void 0!==arguments[3]&&arguments[3];const o=gm.find((n=>n.kind===e&&n.name===t)),a="root"===e?"":Ko(e),i=Ko(t)+(r?"s":""),l=r&&"plural"in o&&null!=o&&o.plural?Ko(o.plural):i;return`${n}${a}${l}`},_m=e=>async t=>{let{select:n,dispatch:r}=t,o=n.getEntitiesConfig(e);if(o&&0!==o.length)return o;const a=bm.find((t=>t.kind===e));return a?(o=await a.loadEntities(),r($d(o)),o):[]};const Mm=function(e){return"string"==typeof e?e.split(","):Array.isArray(e)?e:null};const km=function(e){const t=new WeakMap;return n=>{let r;return t.has(n)?r=t.get(n):(r=e(n),null!==n&&"object"==typeof n&&t.set(n,r)),r}};const wm=km((function(e){const t={stableKey:"",page:1,perPage:10,fields:null,include:null,context:"default"},n=Object.keys(e).sort();for(let a=0;a=a&&n{let[n]=e;return!t.some((e=>Number.isInteger(e)?e===+n:e===n))})))}const Lm=ln([Xu((e=>"query"in e)),$u((e=>e.query?{...e,...wm(e.query)}:e)),Ku("context"),Ku("stableKey")])((function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:null,t=arguments.length>1?arguments[1]:void 0;const{type:n,page:r,perPage:o,key:a=fm}=t;return"RECEIVE_ITEMS"!==n?e:xm(e||[],(0,Ot.map)(t.items,a),r,o)})),Sm=Sr({items:function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1?arguments[1]:void 0;switch(t.type){case"RECEIVE_ITEMS":{const n=Em(t),r=t.key||fm;return{...e,[n]:{...e[n],...t.items.reduce(((t,o)=>{var a;const i=o[r];return t[i]=Gu(null==e||null===(a=e[n])||void 0===a?void 0:a[i],o),t}),{})}}}case"REMOVE_ITEMS":return(0,Ot.mapValues)(e,(e=>Cm(e,t.itemIds)))}return e},itemIsComplete:function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1?arguments[1]:void 0;switch(t.type){case"RECEIVE_ITEMS":{const n=Em(t),{query:r,key:o=fm}=t,a=r?wm(r):{},i=!r||!Array.isArray(a.fields);return{...e,[n]:{...e[n],...t.items.reduce(((t,r)=>{var a;const l=r[o];return t[l]=(null==e||null===(a=e[n])||void 0===a?void 0:a[l])||i,t}),{})}}}case"REMOVE_ITEMS":return(0,Ot.mapValues)(e,(e=>Cm(e,t.itemIds)))}return e},queries:function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1?arguments[1]:void 0;switch(t.type){case"RECEIVE_ITEMS":return Lm(e,t);case"REMOVE_ITEMS":const n=t.itemIds.reduce(((e,t)=>(e[t]=!0,e)),{});return(0,Ot.mapValues)(e,(e=>(0,Ot.mapValues)(e,(e=>e.filter((e=>!n[e]))))));default:return e}}});function Am(e){return ln([Xu((t=>t.name&&t.kind&&t.name===e.name&&t.kind===e.kind)),$u((t=>({...t,key:e.key||fm})))])(Sr({queriedData:Sm,edits:function(){var e,t;let n=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},r=arguments.length>1?arguments[1]:void 0;switch(r.type){case"RECEIVE_ITEMS":if("default"!==(null!==(e=null==r||null===(t=r.query)||void 0===t?void 0:t.context)&&void 0!==e?e:"default"))return n;const o={...n};for(const e of r.items){const t=e[r.key],n=o[t];if(!n)continue;const a=Object.keys(n).reduce(((t,o)=>(hs()(n[o],(0,Ot.get)(e[o],"raw",e[o]))||r.persistedEdits&&hs()(n[o],r.persistedEdits[o])||(t[o]=n[o]),t)),{});Object.keys(a).length?o[t]=a:delete o[t]}return o;case"EDIT_ENTITY_RECORD":const a={...n[r.recordId],...r.edits};return Object.keys(a).forEach((e=>{void 0===a[e]&&delete a[e]})),{...n,[r.recordId]:a}}return n},saving:function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1?arguments[1]:void 0;switch(t.type){case"SAVE_ENTITY_RECORD_START":case"SAVE_ENTITY_RECORD_FINISH":return{...e,[t.recordId]:{pending:"SAVE_ENTITY_RECORD_START"===t.type,error:t.error,isAutosave:t.isAutosave}}}return e},deleting:function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1?arguments[1]:void 0;switch(t.type){case"DELETE_ENTITY_RECORD_START":case"DELETE_ENTITY_RECORD_FINISH":return{...e,[t.recordId]:{pending:"DELETE_ENTITY_RECORD_START"===t.type,error:t.error}}}return e}}))}function Tm(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:gm,t=arguments.length>1?arguments[1]:void 0;return"ADD_ENTITIES"===t.type?[...e,...t.entities]:e}const zm=Object.assign([],{offset:0});let Nm;const Om=Sr({terms:function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1?arguments[1]:void 0;return"RECEIVE_TERMS"===t.type?{...e,[t.taxonomy]:t.terms}:e},users:function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{byId:{},queries:{}},t=arguments.length>1?arguments[1]:void 0;return"RECEIVE_USER_QUERY"===t.type?{byId:{...e.byId,...t.users.reduce(((e,t)=>({...e,[t.id]:t})),{})},queries:{...e.queries,[t.queryID]:(0,Ot.map)(t.users,(e=>e.id))}}:e},currentTheme:function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:void 0,t=arguments.length>1?arguments[1]:void 0;return"RECEIVE_CURRENT_THEME"===t.type?t.currentTheme.stylesheet:e},currentGlobalStylesId:function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:void 0,t=arguments.length>1?arguments[1]:void 0;return"RECEIVE_CURRENT_GLOBAL_STYLES_ID"===t.type?t.id:e},currentUser:function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1?arguments[1]:void 0;return"RECEIVE_CURRENT_USER"===t.type?t.currentUser:e},themeGlobalStyleVariations:function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1?arguments[1]:void 0;return"RECEIVE_THEME_GLOBAL_STYLE_VARIATIONS"===t.type?{...e,[t.stylesheet]:t.variations}:e},themeBaseGlobalStyles:function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1?arguments[1]:void 0;return"RECEIVE_THEME_GLOBAL_STYLES"===t.type?{...e,[t.stylesheet]:t.globalStyles}:e},taxonomies:function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[],t=arguments.length>1?arguments[1]:void 0;return"RECEIVE_TAXONOMIES"===t.type?t.taxonomies:e},entities:function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1?arguments[1]:void 0;const n=Tm(e.config,t);let r=e.reducer;if(!r||n!==e.config){const e=(0,Ot.groupBy)(n,"kind");r=Sr(Object.entries(e).reduce(((e,t)=>{let[n,r]=t;const o=Sr(r.reduce(((e,t)=>({...e,[t.name]:Am(t)})),{}));return e[n]=o,e}),{}))}const o=r(e.records,t);return o===e.records&&n===e.config&&r===e.reducer?e:{reducer:r,records:o,config:n}},undo:function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:zm,t=arguments.length>1?arguments[1]:void 0;switch(t.type){case"EDIT_ENTITY_RECORD":case"CREATE_UNDO_LEVEL":let n="CREATE_UNDO_LEVEL"===t.type;const r=!n&&(t.meta.isUndo||t.meta.isRedo);let o;if(n?t=Nm:r||(Nm=Object.keys(t.edits).some((e=>!t.transientEdits[e]))?t:{...t,edits:{...Nm&&Nm.edits,...t.edits}}),r){if(o=[...e],o.offset=e.offset+(t.meta.isUndo?-1:1),!e.flattenedUndo)return o;n=!0,Nm.meta.undo||(Nm.meta.undo={edits:{}}),t=Nm}if(!t.meta.undo)return e;if(!n&&!Object.keys(t.edits).some((e=>!t.transientEdits[e])))return o=[...e],o.flattenedUndo={...e.flattenedUndo,...t.edits},o.offset=e.offset,o;o=o||e.slice(0,e.offset||void 0),o.offset=o.offset||0,o.pop(),n||o.push({kind:t.meta.undo.kind,name:t.meta.undo.name,recordId:t.meta.undo.recordId,edits:{...e.flattenedUndo,...t.meta.undo.edits}});const a=Object.values(t.meta.undo.edits).filter((e=>"function"!=typeof e)),i=Object.values(t.edits).filter((e=>"function"!=typeof e));return Ul(a,i)||o.push({kind:t.kind,name:t.name,recordId:t.recordId,edits:n?{...e.flattenedUndo,...t.edits}:t.edits}),o}return e},embedPreviews:function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1?arguments[1]:void 0;if("RECEIVE_EMBED_PREVIEW"===t.type){const{url:n,preview:r}=t;return{...e,[n]:r}}return e},userPermissions:function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1?arguments[1]:void 0;return"RECEIVE_USER_PERMISSION"===t.type?{...e,[t.key]:t.isAllowed}:e},autosaves:function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1?arguments[1]:void 0;if("RECEIVE_AUTOSAVES"===t.type){const{postId:n,autosaves:r}=t;return{...e,[n]:r}}return e},blockPatterns:function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[],t=arguments.length>1?arguments[1]:void 0;return"RECEIVE_BLOCK_PATTERNS"===t.type?t.patterns:e},blockPatternCategories:function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[],t=arguments.length>1?arguments[1]:void 0;return"RECEIVE_BLOCK_PATTERN_CATEGORIES"===t.type?t.categories:e}}),Bm=new WeakMap;function Dm(e,t){var n,r;const{stableKey:o,page:a,perPage:i,include:l,fields:s,context:c}=wm(t);let u;if(null!==(n=e.queries)&&void 0!==n&&null!==(r=n[c])&&void 0!==r&&r[o]&&(u=e.queries[c][o]),!u)return null;const d=-1===i?0:(a-1)*i,m=-1===i?u.length:Math.min(d+i,u.length),p=[];for(let t=d;t1&&void 0!==arguments[1]?arguments[1]:{},n=Bm.get(e);if(n){const e=n.get(t);if(void 0!==e)return e}else n=new($t()),Bm.set(e,n);const r=Dm(e,t);return n.set(t,r),r}));const Rm={},Pm=sn((e=>(t,n)=>e(Vd).isResolving("getEmbedPreview",[n])));function Hm(e,t){wr("select( 'core' ).getAuthors()",{since:"5.9",alternative:"select( 'core' ).getUsers({ who: 'authors' })"});const n=id("/wp/v2/users/?who=authors&per_page=100",t);return Ym(e,n)}function Wm(e){return e.currentUser}const Ym=li(((e,t)=>{const n=e.users.queries[t];return(0,Ot.map)(n,(t=>e.users.byId[t]))}),((e,t)=>[e.users.queries[t],e.users.byId]));function Fm(e,t){return wr("wp.data.select( 'core' ).getEntitiesByKind()",{since:"6.0",alternative:"wp.data.select( 'core' ).getEntitiesConfig()"}),jm(e,t)}function jm(e,t){return e.entities.config.filter((e=>e.kind===t))}function qm(e,t,n){return wr("wp.data.select( 'core' ).getEntity()",{since:"6.0",alternative:"wp.data.select( 'core' ).getEntityConfig()"}),Vm(e,t,n)}function Vm(e,t,n){var r;return null===(r=e.entities.config)||void 0===r?void 0:r.find((e=>e.kind===t&&e.name===n))}const Um=li(((e,t,n,r,o)=>{var a,i;const l=(0,Ot.get)(e.entities.records,[t,n,"queriedData"]);if(!l)return;const s=null!==(a=null==o?void 0:o.context)&&void 0!==a?a:"default";if(void 0===o){var c;if(null===(c=l.itemIsComplete[s])||void 0===c||!c[r])return;return l.items[s][r]}const u=null===(i=l.items[s])||void 0===i?void 0:i[r];if(u&&o._fields){var d;const e={},t=null!==(d=Mm(o._fields))&&void 0!==d?d:[];for(let n=0;n{var a;const i=null!==(a=null==o?void 0:o.context)&&void 0!==a?a:"default";return[(0,Ot.get)(e.entities.records,[t,n,"queriedData","items",i,r]),(0,Ot.get)(e.entities.records,[t,n,"queriedData","itemIsComplete",i,r])]}));function Xm(e,t,n,r){return Um(e,t,n,r)}const $m=li(((e,t,n,r)=>{const o=Um(e,t,n,r);return o&&Object.keys(o).reduce(((r,a)=>(!function(e,t){return(e.rawAttributes||[]).includes(t)}(Vm(e,t,n),a)?r[a]=o[a]:r[a]=(0,Ot.get)(o[a],"raw",o[a]),r)),{})}),((e,t,n,r,o)=>{var a;const i=null!==(a=null==o?void 0:o.context)&&void 0!==a?a:"default";return[e.entities.config,(0,Ot.get)(e.entities.records,[t,n,"queriedData","items",i,r]),(0,Ot.get)(e.entities.records,[t,n,"queriedData","itemIsComplete",i,r])]}));function Gm(e,t,n,r){return Array.isArray(Km(e,t,n,r))}const Km=(e,t,n,r)=>{const o=(0,Ot.get)(e.entities.records,[t,n,"queriedData"]);return o?Im(o,r):null},Jm=li((e=>{const{entities:{records:t}}=e,n=[];return Object.keys(t).forEach((r=>{Object.keys(t[r]).forEach((o=>{const a=Object.keys(t[r][o].edits).filter((t=>Um(e,r,o,t)&&tp(e,r,o,t)));if(a.length){const t=Vm(e,r,o);a.forEach((a=>{var i;const l=np(e,r,o,a);n.push({key:l?l[t.key||fm]:void 0,title:(null==t||null===(i=t.getTitle)||void 0===i?void 0:i.call(t,l))||"",name:o,kind:r})}))}}))})),n}),(e=>[e.entities.records])),Zm=li((e=>{const{entities:{records:t}}=e,n=[];return Object.keys(t).forEach((r=>{Object.keys(t[r]).forEach((o=>{const a=Object.keys(t[r][o].saving).filter((t=>op(e,r,o,t)));if(a.length){const t=Vm(e,r,o);a.forEach((a=>{var i;const l=np(e,r,o,a);n.push({key:l?l[t.key||fm]:void 0,title:(null==t||null===(i=t.getTitle)||void 0===i?void 0:i.call(t,l))||"",name:o,kind:r})}))}}))})),n}),(e=>[e.entities.records]));function Qm(e,t,n,r){return(0,Ot.get)(e.entities.records,[t,n,"edits",r])}const ep=li(((e,t,n,r)=>{const{transientEdits:o}=Vm(e,t,n)||{},a=Qm(e,t,n,r)||{};return o?Object.keys(a).reduce(((e,t)=>(o[t]||(e[t]=a[t]),e)),{}):a}),((e,t,n,r)=>[e.entities.config,(0,Ot.get)(e.entities.records,[t,n,"edits",r])]));function tp(e,t,n,r){return op(e,t,n,r)||Object.keys(ep(e,t,n,r)).length>0}const np=li(((e,t,n,r)=>({...$m(e,t,n,r),...Qm(e,t,n,r)})),((e,t,n,r,o)=>{var a;const i=null!==(a=null==o?void 0:o.context)&&void 0!==a?a:"default";return[e.entities.config,(0,Ot.get)(e.entities.records,[t,n,"queriedData","items",i,r]),(0,Ot.get)(e.entities.records,[t,n,"queriedData","itemIsComplete",i,r]),(0,Ot.get)(e.entities.records,[t,n,"edits",r])]}));function rp(e,t,n,r){const{pending:o,isAutosave:a}=(0,Ot.get)(e.entities.records,[t,n,"saving",r],{});return Boolean(o&&a)}function op(e,t,n,r){return(0,Ot.get)(e.entities.records,[t,n,"saving",r,"pending"],!1)}function ap(e,t,n,r){return(0,Ot.get)(e.entities.records,[t,n,"deleting",r,"pending"],!1)}function ip(e,t,n,r){return(0,Ot.get)(e.entities.records,[t,n,"saving",r,"error"])}function lp(e,t,n,r){return(0,Ot.get)(e.entities.records,[t,n,"deleting",r,"error"])}function sp(e){return e.undo.offset}function cp(e){return e.undo[e.undo.length-2+sp(e)]}function up(e){return e.undo[e.undo.length+sp(e)]}function dp(e){return Boolean(cp(e))}function mp(e){return Boolean(up(e))}function pp(e){return Um(e,"root","theme",e.currentTheme)}function fp(e){return e.currentGlobalStylesId}function hp(e){var t,n;return null!==(t=null===(n=pp(e))||void 0===n?void 0:n.theme_supports)&&void 0!==t?t:Rm}function gp(e,t){return e.embedPreviews[t]}function bp(e,t){const n=e.embedPreviews[t],r=''+t+"";return!!n&&n.html===r}function vp(e,t,n,r){const o=[t,n,r].filter(Boolean).join("/");return(0,Ot.get)(e,["userPermissions",o])}function yp(e,t,n,r){const o=Vm(e,t,n);if(!o)return!1;return vp(e,"update",o.__unstable_rest_base,r)}function _p(e,t,n){return e.autosaves[n]}function Mp(e,t,n,r){if(void 0===r)return;const o=e.autosaves[n];return null==o?void 0:o.find((e=>e.author===r))}const kp=sn((e=>(t,n,r)=>e(Vd).hasFinishedResolution("getAutosaves",[n,r]))),wp=li((e=>[]),(e=>[e.undo.length,e.undo.offset,e.undo.flattenedUndo]));function Ep(e,t){const n=Km(e,"postType","wp_template",{"find-template":t});return null!=n&&n.length?np(e,"postType","wp_template",n[0].id):null}function xp(e){const t=pp(e);return t?e.themeBaseGlobalStyles[t.stylesheet]:null}function Cp(e){const t=pp(e);return t?e.themeGlobalStyleVariations[t.stylesheet]:null}function Lp(e){return e.blockPatterns}function Sp(e){return e.blockPatternCategories}const Ap=e=>function(){for(var t=arguments.length,n=new Array(t),r=0;r{let{resolveSelect:r}=t;await r[e](...n)}},Tp=e=>async t=>{let{dispatch:n}=t;const r=id("/wp/v2/users/?who=authors&per_page=100",e),o=await Ad({path:r});n.receiveUserQuery(r,o)},zp=()=>async e=>{let{dispatch:t}=e;const n=await Ad({path:"/wp/v2/users/me"});t.receiveCurrentUser(n)},Np=function(e,t){let n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:"",r=arguments.length>3?arguments[3]:void 0;return async o=>{let{select:a,dispatch:i}=o;const l=(await i(_m(e))).find((n=>n.name===t&&n.kind===e));if(!l||null!=l&&l.__experimentalNoFetch)return;const s=await i.__unstableAcquireStoreLock(Vd,["entities","records",e,t,n],{exclusive:!1});try{void 0!==r&&r._fields&&(r={...r,_fields:[...new Set([...Mm(r._fields)||[],l.key||fm])].join()});const o=id(l.baseURL+(n?"/"+n:""),{...l.baseURLParams,...r});if(void 0!==r){r={...r,include:[n]};if(a.hasEntityRecords(e,t,r))return}const c=await Ad({path:o});i.receiveEntityRecords(e,t,c,r)}finally{i.__unstableReleaseStoreLock(s)}}},Op=Ap("getEntityRecord"),Bp=Ap("getEntityRecord"),Dp=function(e,t){let n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};return async r=>{let{dispatch:o}=r;const a=(await o(_m(e))).find((n=>n.name===t&&n.kind===e));if(!a||null!=a&&a.__experimentalNoFetch)return;const i=await o.__unstableAcquireStoreLock(Vd,["entities","records",e,t],{exclusive:!1});try{var l;n._fields&&(n={...n,_fields:[...new Set([...Mm(n._fields)||[],a.key||fm])].join()});const r=id(a.baseURL,{...a.baseURLParams,...n});let s=Object.values(await Ad({path:r}));if(n._fields&&(s=s.map((e=>(n._fields.split(",").forEach((t=>{e.hasOwnProperty(t)||(e[t]=void 0)})),e)))),o.receiveEntityRecords(e,t,s,n),!(null!==(l=n)&&void 0!==l&&l._fields||n.context)){const n=a.key||fm,r=s.filter((e=>e[n])).map((r=>[e,t,r[n]]));o({type:"START_RESOLUTIONS",selectorName:"getEntityRecord",args:r}),o({type:"FINISH_RESOLUTIONS",selectorName:"getEntityRecord",args:r})}}finally{o.__unstableReleaseStoreLock(i)}}};Dp.shouldInvalidate=(e,t,n)=>("RECEIVE_ITEMS"===e.type||"REMOVE_ITEMS"===e.type)&&e.invalidateCache&&t===e.kind&&n===e.name;const Ip=()=>async e=>{let{dispatch:t,resolveSelect:n}=e;const r=await n.getEntityRecords("root","theme",{status:"active"});t.receiveCurrentTheme(r[0])},Rp=Ap("getCurrentTheme"),Pp=e=>async t=>{let{dispatch:n}=t;try{const t=await Ad({path:id("/oembed/1.0/proxy",{url:e})});n.receiveEmbedPreview(e,t)}catch(t){n.receiveEmbedPreview(e,!1)}},Hp=(e,t,n)=>async r=>{var o;let{dispatch:a,registry:i}=r;const{hasStartedResolution:l}=i.select(Vd),s=n?`${t}/${n}`:t,c=["create","read","update","delete"];if(!c.includes(e))throw new Error(`'${e}' is not a valid action.`);for(const r of c){if(r===e)continue;if(l("canUser",[r,t,n]))return}let u;try{u=await Ad({path:`/wp/v2/${s}`,method:"OPTIONS",parse:!1})}catch(e){return}const d=null===(o=u.headers)||void 0===o?void 0:o.get("allow"),m=(null==d?void 0:d.allow)||d||"",p={},f={create:"POST",read:"GET",update:"PUT",delete:"DELETE"};for(const[e,t]of Object.entries(f))p[e]=m.includes(t);for(const e of c)a.receiveUserPermission(`${e}/${s}`,p[e])},Wp=(e,t,n)=>async r=>{let{dispatch:o}=r;const a=(await o(_m(e))).find((n=>n.name===t&&n.kind===e));if(!a)return;const i=a.__unstable_rest_base;await o(Hp("update",i,n))},Yp=(e,t)=>async n=>{let{dispatch:r,resolveSelect:o}=n;const{rest_base:a,rest_namespace:i="wp/v2"}=await o.getPostType(e),l=await Ad({path:`/${i}/${a}/${t}/autosaves?context=edit`});l&&l.length&&r.receiveAutosaves(t,l)},Fp=(e,t)=>async n=>{let{resolveSelect:r}=n;await r.getAutosaves(e,t)},jp=e=>async t=>{let n,{dispatch:r,resolveSelect:o}=t;try{n=await window.fetch(id(e,{"_wp-find-template":!0})).then((e=>e.json())).then((e=>{let{data:t}=e;return t}))}catch(e){}if(!n)return;const a=await o.getEntityRecord("postType","wp_template",n.id);a&&r.receiveEntityRecords("postType","wp_template",[a],{"find-template":e})};jp.shouldInvalidate=e=>("RECEIVE_ITEMS"===e.type||"REMOVE_ITEMS"===e.type)&&e.invalidateCache&&"postType"===e.kind&&"wp_template"===e.name;const qp=()=>async e=>{var t,n,r,o;let{dispatch:a,resolveSelect:i}=e;const l=await i.getEntityRecords("root","theme",{status:"active"}),s=null==l||null===(t=l[0])||void 0===t||null===(n=t._links)||void 0===n||null===(r=n["wp:user-global-styles"])||void 0===r||null===(o=r[0])||void 0===o?void 0:o.href;if(s){const e=await Ad({url:s});a.__experimentalReceiveCurrentGlobalStylesId(e.id)}},Vp=()=>async e=>{let{resolveSelect:t,dispatch:n}=e;const r=await t.getCurrentTheme(),o=await Ad({path:`/wp/v2/global-styles/themes/${r.stylesheet}`});n.__experimentalReceiveThemeBaseGlobalStyles(r.stylesheet,o)},Up=()=>async e=>{let{resolveSelect:t,dispatch:n}=e;const r=await t.getCurrentTheme(),o=await Ad({path:`/wp/v2/global-styles/themes/${r.stylesheet}/variations`});n.__experimentalReceiveThemeGlobalStyleVariations(r.stylesheet,o)},Xp=()=>async e=>{let{dispatch:t}=e;const n=await Ad({path:"/wp/v2/block-patterns/patterns"}),r=null==n?void 0:n.map((e=>Object.fromEntries(Object.entries(e).map((e=>{let[t,n]=e;return[Zo(t),n]})))));t({type:"RECEIVE_BLOCK_PATTERNS",patterns:r})},$p=()=>async e=>{let{dispatch:t}=e;t({type:"RECEIVE_BLOCK_PATTERN_CATEGORIES",categories:await Ad({path:"/wp/v2/block-patterns/categories"})})};function Gp(e,t){const n={...e};let r=n;for(const e of t)r.children={...r.children,[e]:{locks:[],children:{},...r.children[e]}},r=r.children[e];return n}function Kp(e,t){let n=e;for(const e of t){const t=n.children[e];if(!t)return null;n=t}return n}function Jp(e,t){let{exclusive:n}=e;return!(!n||!t.length)||!(n||!t.filter((e=>e.exclusive)).length)}const Zp={requests:[],tree:{locks:[],children:{}}};function Qp(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:Zp,t=arguments.length>1?arguments[1]:void 0;switch(t.type){case"ENQUEUE_LOCK_REQUEST":{const{request:n}=t;return{...e,requests:[n,...e.requests]}}case"GRANT_LOCK_REQUEST":{const{lock:n,request:r}=t,{store:o,path:a}=r,i=[o,...a],l=Gp(e.tree,i),s=Kp(l,i);return s.locks=[...s.locks,n],{...e,requests:e.requests.filter((e=>e!==r)),tree:l}}case"RELEASE_LOCK":{const{lock:n}=t,r=[n.store,...n.path],o=Gp(e.tree,r),a=Kp(o,r);return a.locks=a.locks.filter((e=>e!==n)),{...e,tree:o}}}return e}function ef(e,t,n,r){let{exclusive:o}=r;const a=[t,...n],i=e.tree;for(const e of function*(e,t){let n=e;yield n;for(const e of t){const t=n.children[e];if(!t)break;yield t,n=t}}(i,a))if(Jp({exclusive:o},e.locks))return!1;const l=Kp(i,a);if(!l)return!0;for(const e of function*(e){const t=Object.values(e.children);for(;t.length;){const e=t.pop();yield e,t.push(...Object.values(e.children))}}(l))if(Jp({exclusive:o},e.locks))return!1;return!0}function tf(){let e=Qp(void 0,{type:"@@INIT"});function t(){for(const t of function(e){return e.requests}(e)){const{store:n,path:r,exclusive:o,notifyAcquired:a}=t;if(ef(e,n,r,{exclusive:o})){const i={store:n,path:r,exclusive:o};e=Qp(e,{type:"GRANT_LOCK_REQUEST",lock:i,request:t}),a(i)}}}return{acquire:function(n,r,o){return new Promise((a=>{e=Qp(e,{type:"ENQUEUE_LOCK_REQUEST",request:{store:n,path:r,exclusive:o,notifyAcquired:a}}),t()}))},release:function(n){e=Qp(e,{type:"RELEASE_LOCK",lock:n}),t()}}}function nf(){const e=tf();return{__unstableAcquireStoreLock:function(t,n,r){let{exclusive:o}=r;return()=>e.acquire(t,n,o)},__unstableReleaseStoreLock:function(t){return()=>e.release(t)}}}const rf=e=>{const{dispatch:t}=Hu();return void 0===e?t:t(e)},of=[],af={...gm.reduce(((e,t)=>(e[t.kind]||(e[t.kind]={}),e[t.kind][t.name]={context:(0,At.createContext)(void 0)},e)),{}),...bm.reduce(((e,t)=>(e[t.kind]={},e)),{})},lf=(e,t)=>{if(!af[e])throw new Error(`Missing entity config for kind: ${e}.`);return af[e][t]||(af[e][t]={context:(0,At.createContext)(void 0)}),af[e][t].context};function sf(e){let{kind:t,type:n,id:r,children:o}=e;const a=lf(t,n).Provider;return(0,At.createElement)(a,{value:r},o)}function cf(e,t){return(0,At.useContext)(lf(e,t))}function uf(e,t,n,r){const o=cf(e,t),a=null!=r?r:o,{value:i,fullValue:l}=Uu((r=>{const{getEntityRecord:o,getEditedEntityRecord:i}=r(Vd),l=o(e,t,a),s=i(e,t,a);return l&&s?{value:s[n],fullValue:l[n]}:{}}),[e,t,a,n]),{editEntityRecord:s}=rf(Vd);return[i,(0,At.useCallback)((r=>{s(e,t,a,{[n]:r})}),[e,t,a,n]),l]}function df(e,t){let{id:n}=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};const r=cf(e,t),o=null!=n?n:r,{content:a,blocks:i}=Uu((n=>{const{getEditedEntityRecord:r}=n(Vd),a=r(e,t,o);return{blocks:a.blocks,content:a.content}}),[e,t,o]),{__unstableCreateUndoLevel:l,editEntityRecord:s}=rf(Vd);(0,At.useEffect)((()=>{if(a&&"function"!=typeof a&&!i){const n=fc(a);s(e,t,o,{blocks:n},{undoIgnore:!0})}}),[a]);const c=(0,At.useCallback)(((n,r)=>{const{selection:a}=r,c={blocks:n,selection:a};if(i===c.blocks)return l(e,t,o);c.content=e=>{let{blocks:t=[]}=e;return ns(t)},s(e,t,o,c)}),[e,t,o,i]),u=(0,At.useCallback)(((n,r)=>{const{selection:a}=r;s(e,t,o,{blocks:n,selection:a})}),[e,t,o]);return[null!=i?i:of,u,c]}const mf=Dr();let pf;!function(e){e.Idle="IDLE",e.Resolving="RESOLVING",e.Error="ERROR",e.Success="SUCCESS"}(pf||(pf={}));const ff=["getIsResolving","hasStartedResolution","hasFinishedResolution","isResolving","getCachedResolvers"];function hf(e,t){return Uu(((t,n)=>e((e=>gf(t(e))),n)),t)}const gf=mf((e=>{const t={};for(const n in e)ff.includes(n)||Object.defineProperty(t,n,{get:()=>function(){const{getIsResolving:t,hasFinishedResolution:r}=e;for(var o=arguments.length,a=new Array(o),i=0;i3&&void 0!==arguments[3]?arguments[3]:{enabled:!0};const{editEntityRecord:o,saveEditedEntityRecord:a}=rf(Ef),i=(0,At.useMemo)((()=>({edit:r=>o(e,t,n,r),save:function(){let r=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};return a(e,t,n,{throwOnError:!0,...r})}})),[n]),{editedRecord:l,hasEdits:s}=Uu((r=>({editedRecord:r(Ef).getEditedEntityRecord(e,t,n),hasEdits:r(Ef).hasEditsForEntityRecord(e,t,n)})),[e,t,n]),{data:c,...u}=hf((o=>r.enabled?o(Ef).getEntityRecord(e,t,n):null),[e,t,n,r.enabled]);return{record:c,editedRecord:l,hasEdits:s,...u,...i}}const vf=[];function yf(e,t){let n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:{enabled:!0};const o=id("",n),{data:a,...i}=hf((o=>r.enabled?o(Ef).getEntityRecords(e,t,n):{data:vf}),[e,t,o,r.enabled]);return{records:a,...i}}function _f(e,t){return hf((n=>{const{canUser:r}=n(Ef),o=r("create",e);if(!t){const t=r("read",e),n=o.isResolving||t.isResolving,a=o.hasResolved&&t.hasResolved;let i=pf.Idle;return n?i=pf.Resolving:a&&(i=pf.Success),{status:i,isResolving:n,hasResolved:a,canCreate:o.hasResolved&&o.data,canRead:t.hasResolved&&t.data}}const a=r("read",e,t),i=r("update",e,t),l=r("delete",e,t),s=a.isResolving||o.isResolving||i.isResolving||l.isResolving,c=a.hasResolved&&o.hasResolved&&i.hasResolved&&l.hasResolved;let u=pf.Idle;return s?u=pf.Resolving:c&&(u=pf.Success),{status:u,isResolving:s,hasResolved:c,canRead:c&&a.data,canCreate:c&&o.data,canUpdate:c&&i.data,canDelete:c&&l.data}}),[e,t])}const Mf=gm.reduce(((e,t)=>{const{kind:n,name:r}=t;return e[ym(n,r)]=(e,t,o)=>Um(e,n,r,t,o),e[ym(n,r,"get",!0)]=(e,t)=>Km(e,n,r,t),e}),{}),kf=gm.reduce(((e,t)=>{const{kind:n,name:r}=t;e[ym(n,r)]=(e,t)=>Np(n,r,e,t);const o=ym(n,r,"get",!0);return e[o]=function(){for(var e=arguments.length,t=new Array(e),o=0;oDp.shouldInvalidate(e,n,r),e}),{}),wf=gm.reduce(((e,t)=>{const{kind:n,name:r}=t;return e[ym(n,r,"save")]=e=>lm(n,r,e),e[ym(n,r,"delete")]=(e,t)=>nm(n,r,e,t),e}),{}),Ef=qn(Vd,{reducer:Om,actions:{...a,...wf,...nf()},selectors:{...i,...Mf},resolvers:{...l,...kf}});function xf(e,t){return n=>{const r=e(n);return r.displayName=Cf(t,n),r}}Or(Ef);const Cf=(e,t)=>{const n=t.displayName||t.name||"Component";return`${Ko(null!=e?e:"")}(${n})`};ar("blocks.registerBlockType","core/compat/migrateLightBlockWrapper",(function(e){const{apiVersion:t=1}=e;return t<2&&ha(e,"lightBlockWrapper",!1)&&(e.apiVersion=2),e}));var Lf=n(6996),Sf=n.n(Lf);var Af=function(){function e(e){var t=this;this._insertTag=function(e){var n;n=0===t.tags.length?t.insertionPoint?t.insertionPoint.nextSibling:t.prepend?t.container.firstChild:t.before:t.tags[t.tags.length-1].nextSibling,t.container.insertBefore(e,n),t.tags.push(e)},this.isSpeedy=void 0===e.speedy||e.speedy,this.tags=[],this.ctr=0,this.nonce=e.nonce,this.key=e.key,this.container=e.container,this.prepend=e.prepend,this.insertionPoint=e.insertionPoint,this.before=null}var t=e.prototype;return t.hydrate=function(e){e.forEach(this._insertTag)},t.insert=function(e){this.ctr%(this.isSpeedy?65e3:1)==0&&this._insertTag(function(e){var t=document.createElement("style");return t.setAttribute("data-emotion",e.key),void 0!==e.nonce&&t.setAttribute("nonce",e.nonce),t.appendChild(document.createTextNode("")),t.setAttribute("data-s",""),t}(this));var t=this.tags[this.tags.length-1];if(this.isSpeedy){var n=function(e){if(e.sheet)return e.sheet;for(var t=0;t0?If(Uf,--qf):0,Ff--,10===Vf&&(Ff=1,Yf--),Vf}function Kf(){return Vf=qf2||eh(Vf)>3?"":" "}function ah(e,t){for(;--t&&Kf()&&!(Vf<48||Vf>102||Vf>57&&Vf<65||Vf>70&&Vf<97););return Qf(e,Zf()+(t<6&&32==Jf()&&32==Kf()))}function ih(e){for(;Kf();)switch(Vf){case e:return qf;case 34:case 39:34!==e&&39!==e&&ih(Vf);break;case 40:41===e&&ih(e);break;case 92:Kf()}return qf}function lh(e,t){for(;Kf()&&e+Vf!==57&&(e+Vf!==84||47!==Jf()););return"/*"+Qf(t,qf-1)+"*"+zf(47===e?e:Kf())}function sh(e){for(;!eh(Jf());)Kf();return Qf(e,qf)}var ch="-ms-",uh="-moz-",dh="-webkit-",mh="comm",ph="rule",fh="decl",hh="@keyframes";function gh(e,t){for(var n="",r=Hf(e),o=0;o6)switch(If(e,t+1)){case 109:if(45!==If(e,t+4))break;case 102:return Bf(e,/(.+:)(.+)-([^]+)/,"$1-webkit-$2-$3$1"+uh+(108==If(e,t+3)?"$3":"$2-$3"))+e;case 115:return~Df(e,"stretch")?vh(Bf(e,"stretch","fill-available"),t)+e:e}break;case 4949:if(115!==If(e,t+1))break;case 6444:switch(If(e,Pf(e)-3-(~Df(e,"!important")&&10))){case 107:return Bf(e,":",":"+dh)+e;case 101:return Bf(e,/(.+:)([^;!]+)(;|!.+)?/,"$1"+dh+(45===If(e,14)?"inline-":"")+"box$3$1"+dh+"$2$3$1"+ch+"$2box$3")+e}break;case 5936:switch(If(e,t+11)){case 114:return dh+e+ch+Bf(e,/[svh]\w+-[tblr]{2}/,"tb")+e;case 108:return dh+e+ch+Bf(e,/[svh]\w+-[tblr]{2}/,"tb-rl")+e;case 45:return dh+e+ch+Bf(e,/[svh]\w+-[tblr]{2}/,"lr")+e}return dh+e+ch+e+e}return e}function yh(e){return nh(_h("",null,null,null,[""],e=th(e),0,[0],e))}function _h(e,t,n,r,o,a,i,l,s){for(var c=0,u=0,d=i,m=0,p=0,f=0,h=1,g=1,b=1,v=0,y="",_=o,M=a,k=r,w=y;g;)switch(f=v,v=Kf()){case 40:if(108!=f&&58==w.charCodeAt(d-1)){-1!=Df(w+=Bf(rh(v),"&","&\f"),"&\f")&&(b=-1);break}case 34:case 39:case 91:w+=rh(v);break;case 9:case 10:case 13:case 32:w+=oh(f);break;case 92:w+=ah(Zf()-1,7);continue;case 47:switch(Jf()){case 42:case 47:Wf(kh(lh(Kf(),Zf()),t,n),s);break;default:w+="/"}break;case 123*h:l[c++]=Pf(w)*b;case 125*h:case 59:case 0:switch(v){case 0:case 125:g=0;case 59+u:p>0&&Pf(w)-d&&Wf(p>32?wh(w+";",r,n,d-1):wh(Bf(w," ","")+";",r,n,d-2),s);break;case 59:w+=";";default:if(Wf(k=Mh(w,t,n,c,u,o,l,y,_=[],M=[],d),a),123===v)if(0===u)_h(w,t,k,k,_,a,d,l,M);else switch(m){case 100:case 109:case 115:_h(e,k,k,r&&Wf(Mh(e,k,k,0,0,o,l,y,o,_=[],d),M),o,M,d,l,r?_:M);break;default:_h(w,k,k,k,[""],M,0,l,M)}}c=u=p=0,h=b=1,y=w="",d=i;break;case 58:d=1+Pf(w),p=f;default:if(h<1)if(123==v)--h;else if(125==v&&0==h++&&125==Gf())continue;switch(w+=zf(v),v*h){case 38:b=u>0?1:(w+="\f",-1);break;case 44:l[c++]=(Pf(w)-1)*b,b=1;break;case 64:45===Jf()&&(w+=rh(Kf())),m=Jf(),u=d=Pf(y=w+=sh(Zf())),v++;break;case 45:45===f&&2==Pf(w)&&(h=0)}}return a}function Mh(e,t,n,r,o,a,i,l,s,c,u){for(var d=o-1,m=0===o?a:[""],p=Hf(m),f=0,h=0,g=0;f0?m[b]+" "+v:Bf(v,/&\f/g,m[b])))&&(s[g++]=y);return Xf(e,t,n,0===o?ph:l,s,c,u)}function kh(e,t,n){return Xf(e,t,n,mh,zf(Vf),Rf(e,2,-2),0)}function wh(e,t,n,r){return Xf(e,t,n,fh,Rf(e,0,r),Rf(e,r+1,-1),r)}var Eh=function(e,t,n){for(var r=0,o=0;r=o,o=Jf(),38===r&&12===o&&(t[n]=1),!eh(o);)Kf();return Qf(e,qf)},xh=function(e,t){return nh(function(e,t){var n=-1,r=44;do{switch(eh(r)){case 0:38===r&&12===Jf()&&(t[n]=1),e[n]+=Eh(qf-1,t,n);break;case 2:e[n]+=rh(r);break;case 4:if(44===r){e[++n]=58===Jf()?"&\f":"",t[n]=e[n].length;break}default:e[n]+=zf(r)}}while(r=Kf());return e}(th(e),t))},Ch=new WeakMap,Lh=function(e){if("rule"===e.type&&e.parent&&!(e.length<1)){for(var t=e.value,n=e.parent,r=e.column===n.column&&e.line===n.line;"rule"!==n.type;)if(!(n=n.parent))return;if((1!==e.props.length||58===t.charCodeAt(0)||Ch.get(n))&&!r){Ch.set(e,!0);for(var o=[],a=xh(t,o),i=n.props,l=0,s=0;l-1&&!e.return)switch(e.type){case fh:e.return=vh(e.value,e.length);break;case hh:return gh([$f(e,{value:Bf(e.value,"@","@"+dh)})],r);case ph:if(e.length)return function(e,t){return e.map(t).join("")}(e.props,(function(t){switch(function(e,t){return(e=t.exec(e))?e[0]:e}(t,/(::plac\w+|:read-\w+)/)){case":read-only":case":read-write":return gh([$f(e,{props:[Bf(t,/:(read-\w+)/,":-moz-$1")]})],r);case"::placeholder":return gh([$f(e,{props:[Bf(t,/:(plac\w+)/,":-webkit-input-$1")]}),$f(e,{props:[Bf(t,/:(plac\w+)/,":-moz-$1")]}),$f(e,{props:[Bf(t,/:(plac\w+)/,ch+"input-$1")]})],r)}return""}))}}];const Th=function(e){var t=e.key;if("css"===t){var n=document.querySelectorAll("style[data-emotion]:not([data-s])");Array.prototype.forEach.call(n,(function(e){-1!==e.getAttribute("data-emotion").indexOf(" ")&&(document.head.appendChild(e),e.setAttribute("data-s",""))}))}var r=e.stylisPlugins||Ah;var o,a,i={},l=[];o=e.container||document.head,Array.prototype.forEach.call(document.querySelectorAll('style[data-emotion^="'+t+' "]'),(function(e){for(var t=e.getAttribute("data-emotion").split(" "),n=1;n=4;++r,o-=4)t=1540483477*(65535&(t=255&e.charCodeAt(r)|(255&e.charCodeAt(++r))<<8|(255&e.charCodeAt(++r))<<16|(255&e.charCodeAt(++r))<<24))+(59797*(t>>>16)<<16),n=1540483477*(65535&(t^=t>>>24))+(59797*(t>>>16)<<16)^1540483477*(65535&n)+(59797*(n>>>16)<<16);switch(o){case 3:n^=(255&e.charCodeAt(r+2))<<16;case 2:n^=(255&e.charCodeAt(r+1))<<8;case 1:n=1540483477*(65535&(n^=255&e.charCodeAt(r)))+(59797*(n>>>16)<<16)}return(((n=1540483477*(65535&(n^=n>>>13))+(59797*(n>>>16)<<16))^n>>>15)>>>0).toString(36)};const Nh={animationIterationCount:1,borderImageOutset:1,borderImageSlice:1,borderImageWidth:1,boxFlex:1,boxFlexGroup:1,boxOrdinalGroup:1,columnCount:1,columns:1,flex:1,flexGrow:1,flexPositive:1,flexShrink:1,flexNegative:1,flexOrder:1,gridRow:1,gridRowEnd:1,gridRowSpan:1,gridRowStart:1,gridColumn:1,gridColumnEnd:1,gridColumnSpan:1,gridColumnStart:1,msGridRow:1,msGridRowSpan:1,msGridColumn:1,msGridColumnSpan:1,fontWeight:1,lineHeight:1,opacity:1,order:1,orphans:1,tabSize:1,widows:1,zIndex:1,zoom:1,WebkitLineClamp:1,fillOpacity:1,floodOpacity:1,stopOpacity:1,strokeDasharray:1,strokeDashoffset:1,strokeMiterlimit:1,strokeOpacity:1,strokeWidth:1};const Oh=function(e){var t=Object.create(null);return function(n){return void 0===t[n]&&(t[n]=e(n)),t[n]}};var Bh=/[A-Z]|^ms/g,Dh=/_EMO_([^_]+?)_([^]*?)_EMO_/g,Ih=function(e){return 45===e.charCodeAt(1)},Rh=function(e){return null!=e&&"boolean"!=typeof e},Ph=Oh((function(e){return Ih(e)?e:e.replace(Bh,"-$&").toLowerCase()})),Hh=function(e,t){switch(e){case"animation":case"animationName":if("string"==typeof t)return t.replace(Dh,(function(e,t,n){return Yh={name:t,styles:n,next:Yh},t}))}return 1===Nh[e]||Ih(e)||"number"!=typeof t||0===t?t:t+"px"};function Wh(e,t,n){if(null==n)return"";if(void 0!==n.__emotion_styles)return n;switch(typeof n){case"boolean":return"";case"object":if(1===n.anim)return Yh={name:n.name,styles:n.styles,next:Yh},n.name;if(void 0!==n.styles){var r=n.next;if(void 0!==r)for(;void 0!==r;)Yh={name:r.name,styles:r.styles,next:Yh},r=r.next;return n.styles+";"}return function(e,t,n){var r="";if(Array.isArray(n))for(var o=0;o1&&void 0!==arguments[1]?arguments[1]:0,n=(Qh[e[t+0]]+Qh[e[t+1]]+Qh[e[t+2]]+Qh[e[t+3]]+"-"+Qh[e[t+4]]+Qh[e[t+5]]+"-"+Qh[e[t+6]]+Qh[e[t+7]]+"-"+Qh[e[t+8]]+Qh[e[t+9]]+"-"+Qh[e[t+10]]+Qh[e[t+11]]+Qh[e[t+12]]+Qh[e[t+13]]+Qh[e[t+14]]+Qh[e[t+15]]).toLowerCase();if(!Zh(n))throw TypeError("Stringified UUID is invalid");return n};const ng=function(e,t,n){var r=(e=e||{}).random||(e.rng||Kh)();if(r[6]=15&r[6]|64,r[8]=63&r[8]|128,t){n=n||0;for(var o=0;o<16;++o)t[n+o]=r[o];return t}return tg(r)},rg=new Set,og=Dr()((e=>{let t=ng().replace(/[0-9]/g,"");for(;rg.has(t);)t=ng().replace(/[0-9]/g,"");return rg.add(t),Th({container:e,key:t})}));const ag=function(e){const{children:t,document:n}=e;if(!n)return null;const r=og(n.head);return(0,At.createElement)(Vh,{value:r},t)},ig=(0,At.createContext)();var lg=n(7414),sg=n.n(lg);const cg=new WeakMap;const ug=function(e,t,n){return(0,At.useMemo)((()=>{if(n)return n;const r=function(e){const t=cg.get(e)||0;return cg.set(e,t+1),t}(e);return t?`${t}-${r}`:r}),[e])};const dg=(e,t,n)=>{let r,o,a,i,l,s=0,c=0,u=!1,d=!1,m=!0;function p(t){const n=r,i=o;return r=void 0,o=void 0,c=t,a=e.apply(i,n),a}function f(e,t){i=setTimeout(e,t)}function h(e){return c=e,f(v,t),u?p(e):a}function g(e){return e-(l||0)}function b(e){const n=g(e);return void 0===l||n>=t||n<0||d&&e-c>=s}function v(){const e=Date.now();if(b(e))return _(e);f(v,function(e){const n=g(e),r=e-c,o=t-n;return d?Math.min(o,s-r):o}(e))}function y(){i=void 0}function _(e){return y(),m&&r?p(e):(r=o=void 0,a)}function M(){return void 0!==i}function k(){const e=Date.now(),n=b(e);for(var i=arguments.length,s=new Array(i),c=0;cdg(e,null!=t?t:0,n)),[e,t,n]);return(0,At.useEffect)((()=>()=>r.cancel()),[r]),r}function pg(e,t){"function"==typeof e?e(t):e&&e.hasOwnProperty("current")&&(e.current=t)}function fg(e){const t=(0,At.useRef)(),n=(0,At.useRef)(!1),r=(0,At.useRef)(!1),o=(0,At.useRef)([]),a=(0,At.useRef)(e);return a.current=e,(0,At.useLayoutEffect)((()=>{!1===r.current&&!0===n.current&&e.forEach(((e,n)=>{const r=o.current[n];e!==r&&(pg(r,null),pg(e,t.current))})),o.current=e}),e),(0,At.useLayoutEffect)((()=>{r.current=!1})),(0,At.useCallback)((e=>{pg(t,e),r.current=!0,n.current=null!==e;const i=e?a.current:o.current;for(const t of i)pg(t,e)}),[])}function hg(e){return e.split("-")[0]}function gg(e){return e.split("-")[1]}function bg(e){return["top","bottom"].includes(hg(e))?"x":"y"}function vg(e){return"y"===e?"height":"width"}function yg(e,t,n){let{reference:r,floating:o}=e;const a=r.x+r.width/2-o.width/2,i=r.y+r.height/2-o.height/2,l=bg(t),s=vg(l),c=r[s]/2-o[s]/2,u="x"===l;let d;switch(hg(t)){case"top":d={x:a,y:r.y-o.height};break;case"bottom":d={x:a,y:r.y+r.height};break;case"right":d={x:r.x+r.width,y:i};break;case"left":d={x:r.x-o.width,y:i};break;default:d={x:r.x,y:r.y}}switch(gg(t)){case"start":d[l]-=c*(n&&u?-1:1);break;case"end":d[l]+=c*(n&&u?-1:1)}return d}function _g(e){return"number"!=typeof e?function(e){return{top:0,right:0,bottom:0,left:0,...e}}(e):{top:e,right:e,bottom:e,left:e}}function Mg(e){return{...e,top:e.y,left:e.x,right:e.x+e.width,bottom:e.y+e.height}}async function kg(e,t){var n;void 0===t&&(t={});const{x:r,y:o,platform:a,rects:i,elements:l,strategy:s}=e,{boundary:c="clippingAncestors",rootBoundary:u="viewport",elementContext:d="floating",altBoundary:m=!1,padding:p=0}=t,f=_g(p),h=l[m?"floating"===d?"reference":"floating":d],g=Mg(await a.getClippingRect({element:null==(n=await(null==a.isElement?void 0:a.isElement(h)))||n?h:h.contextElement||await(null==a.getDocumentElement?void 0:a.getDocumentElement(l.floating)),boundary:c,rootBoundary:u,strategy:s})),b=Mg(a.convertOffsetParentRelativeRectToViewportRelativeRect?await a.convertOffsetParentRelativeRectToViewportRelativeRect({rect:"floating"===d?{...i.floating,x:r,y:o}:i.reference,offsetParent:await(null==a.getOffsetParent?void 0:a.getOffsetParent(l.floating)),strategy:s}):i[d]);return{top:g.top-b.top+f.top,bottom:b.bottom-g.bottom+f.bottom,left:g.left-b.left+f.left,right:b.right-g.right+f.right}}const wg=Math.min,Eg=Math.max;function xg(e,t,n){return Eg(e,wg(t,n))}const Cg=e=>({name:"arrow",options:e,async fn(t){const{element:n,padding:r=0}=null!=e?e:{},{x:o,y:a,placement:i,rects:l,platform:s}=t;if(null==n)return{};const c=_g(r),u={x:o,y:a},d=bg(i),m=gg(i),p=vg(d),f=await s.getDimensions(n),h="y"===d?"top":"left",g="y"===d?"bottom":"right",b=l.reference[p]+l.reference[d]-u[d]-l.floating[p],v=u[d]-l.reference[d],y=await(null==s.getOffsetParent?void 0:s.getOffsetParent(n));let _=y?"y"===d?y.clientHeight||0:y.clientWidth||0:0;0===_&&(_=l.floating[p]);const M=b/2-v/2,k=c[h],w=_-f[p]-c[g],E=_/2-f[p]/2+M,x=xg(k,E,w),C=("start"===m?c[h]:c[g])>0&&E!==x&&l.reference[p]<=l.floating[p];return{[d]:u[d]-(C?ELg[e]))}function Ag(e,t,n){void 0===n&&(n=!1);const r=gg(e),o=bg(e),a=vg(o);let i="x"===o?r===(n?"end":"start")?"right":"left":"start"===r?"bottom":"top";return t.reference[a]>t.floating[a]&&(i=Sg(i)),{main:i,cross:Sg(i)}}const Tg={start:"end",end:"start"};function zg(e){return e.replace(/start|end/g,(e=>Tg[e]))}const Ng=["top","right","bottom","left"],Og=(Ng.reduce(((e,t)=>e.concat(t,t+"-start",t+"-end")),[]),function(e){return void 0===e&&(e={}),{name:"flip",options:e,async fn(t){var n;const{placement:r,middlewareData:o,rects:a,initialPlacement:i,platform:l,elements:s}=t,{mainAxis:c=!0,crossAxis:u=!0,fallbackPlacements:d,fallbackStrategy:m="bestFit",flipAlignment:p=!0,...f}=e,h=hg(r),g=d||(h!==i&&p?function(e){const t=Sg(e);return[zg(e),t,zg(t)]}(i):[Sg(i)]),b=[i,...g],v=await kg(t,f),y=[];let _=(null==(n=o.flip)?void 0:n.overflows)||[];if(c&&y.push(v[h]),u){const{main:e,cross:t}=Ag(r,a,await(null==l.isRTL?void 0:l.isRTL(s.floating)));y.push(v[e],v[t])}if(_=[..._,{placement:r,overflows:y}],!y.every((e=>e<=0))){var M,k;const e=(null!=(M=null==(k=o.flip)?void 0:k.index)?M:0)+1,t=b[e];if(t)return{data:{index:e,overflows:_},reset:{placement:t}};let n="bottom";switch(m){case"bestFit":{var w;const e=null==(w=_.map((e=>[e,e.overflows.filter((e=>e>0)).reduce(((e,t)=>e+t),0)])).sort(((e,t)=>e[1]-t[1]))[0])?void 0:w[0].placement;e&&(n=e);break}case"initialPlacement":n=i}if(r!==n)return{reset:{placement:n}}}return{}}}});const Bg=function(e){return void 0===e&&(e=0),{name:"offset",options:e,async fn(t){const{x:n,y:r}=t,o=await async function(e,t){const{placement:n,platform:r,elements:o}=e,a=await(null==r.isRTL?void 0:r.isRTL(o.floating)),i=hg(n),l=gg(n),s="x"===bg(n),c=["left","top"].includes(i)?-1:1,u=a&&s?-1:1,d="function"==typeof t?t(e):t;let{mainAxis:m,crossAxis:p,alignmentAxis:f}="number"==typeof d?{mainAxis:d,crossAxis:0,alignmentAxis:null}:{mainAxis:0,crossAxis:0,alignmentAxis:null,...d};return l&&"number"==typeof f&&(p="end"===l?-1*f:f),s?{x:p*u,y:m*c}:{x:m*c,y:p*u}}(t,e);return{x:n+o.x,y:r+o.y,data:o}}}};function Dg(e){return"x"===e?"y":"x"}const Ig=function(e){return void 0===e&&(e={}),{name:"shift",options:e,async fn(t){const{x:n,y:r,placement:o}=t,{mainAxis:a=!0,crossAxis:i=!1,limiter:l={fn:e=>{let{x:t,y:n}=e;return{x:t,y:n}}},...s}=e,c={x:n,y:r},u=await kg(t,s),d=bg(hg(o)),m=Dg(d);let p=c[d],f=c[m];if(a){const e="y"===d?"bottom":"right";p=xg(p+u["y"===d?"top":"left"],p,p-u[e])}if(i){const e="y"===m?"bottom":"right";f=xg(f+u["y"===m?"top":"left"],f,f-u[e])}const h=l.fn({...t,[d]:p,[m]:f});return{...h,data:{x:h.x-n,y:h.y-r}}}}},Rg=function(e){return void 0===e&&(e={}),{name:"size",options:e,async fn(t){const{placement:n,rects:r,platform:o,elements:a}=t,{apply:i=(()=>{}),...l}=e,s=await kg(t,l),c=hg(n),u=gg(n);let d,m;"top"===c||"bottom"===c?(d=c,m=u===(await(null==o.isRTL?void 0:o.isRTL(a.floating))?"start":"end")?"left":"right"):(m=c,d="end"===u?"top":"bottom");const p=Eg(s.left,0),f=Eg(s.right,0),h=Eg(s.top,0),g=Eg(s.bottom,0),b={availableHeight:r.floating.height-(["left","right"].includes(n)?2*(0!==h||0!==g?h+g:Eg(s.top,s.bottom)):s[d]),availableWidth:r.floating.width-(["top","bottom"].includes(n)?2*(0!==p||0!==f?p+f:Eg(s.left,s.right)):s[m])};await i({...t,...b});const v=await o.getDimensions(a.floating);return r.floating.width!==v.width||r.floating.height!==v.height?{reset:{rects:!0}}:{}}}};function Pg(e){return e&&e.document&&e.location&&e.alert&&e.setInterval}function Hg(e){if(null==e)return window;if(!Pg(e)){const t=e.ownerDocument;return t&&t.defaultView||window}return e}function Wg(e){return Hg(e).getComputedStyle(e)}function Yg(e){return Pg(e)?"":e?(e.nodeName||"").toLowerCase():""}function Fg(){const e=navigator.userAgentData;return null!=e&&e.brands?e.brands.map((e=>e.brand+"/"+e.version)).join(" "):navigator.userAgent}function jg(e){return e instanceof Hg(e).HTMLElement}function qg(e){return e instanceof Hg(e).Element}function Vg(e){return"undefined"!=typeof ShadowRoot&&(e instanceof Hg(e).ShadowRoot||e instanceof ShadowRoot)}function Ug(e){const{overflow:t,overflowX:n,overflowY:r}=Wg(e);return/auto|scroll|overlay|hidden/.test(t+r+n)}function Xg(e){return["table","td","th"].includes(Yg(e))}function $g(e){const t=/firefox/i.test(Fg()),n=Wg(e);return"none"!==n.transform||"none"!==n.perspective||"paint"===n.contain||["transform","perspective"].includes(n.willChange)||t&&"filter"===n.willChange||t&&!!n.filter&&"none"!==n.filter}function Gg(){return!/^((?!chrome|android).)*safari/i.test(Fg())}const Kg=Math.min,Jg=Math.max,Zg=Math.round;function Qg(e,t,n){var r,o,a,i;void 0===t&&(t=!1),void 0===n&&(n=!1);const l=e.getBoundingClientRect();let s=1,c=1;t&&jg(e)&&(s=e.offsetWidth>0&&Zg(l.width)/e.offsetWidth||1,c=e.offsetHeight>0&&Zg(l.height)/e.offsetHeight||1);const u=qg(e)?Hg(e):window,d=!Gg()&&n,m=(l.left+(d&&null!=(r=null==(o=u.visualViewport)?void 0:o.offsetLeft)?r:0))/s,p=(l.top+(d&&null!=(a=null==(i=u.visualViewport)?void 0:i.offsetTop)?a:0))/c,f=l.width/s,h=l.height/c;return{width:f,height:h,top:p,right:m+f,bottom:p+h,left:m,x:m,y:p}}function eb(e){return(t=e,(t instanceof Hg(t).Node?e.ownerDocument:e.document)||window.document).documentElement;var t}function tb(e){return qg(e)?{scrollLeft:e.scrollLeft,scrollTop:e.scrollTop}:{scrollLeft:e.pageXOffset,scrollTop:e.pageYOffset}}function nb(e){return Qg(eb(e)).left+tb(e).scrollLeft}function rb(e,t,n){const r=jg(t),o=eb(t),a=Qg(e,r&&function(e){const t=Qg(e);return Zg(t.width)!==e.offsetWidth||Zg(t.height)!==e.offsetHeight}(t),"fixed"===n);let i={scrollLeft:0,scrollTop:0};const l={x:0,y:0};if(r||!r&&"fixed"!==n)if(("body"!==Yg(t)||Ug(o))&&(i=tb(t)),jg(t)){const e=Qg(t,!0);l.x=e.x+t.clientLeft,l.y=e.y+t.clientTop}else o&&(l.x=nb(o));return{x:a.left+i.scrollLeft-l.x,y:a.top+i.scrollTop-l.y,width:a.width,height:a.height}}function ob(e){return"html"===Yg(e)?e:e.assignedSlot||e.parentNode||(Vg(e)?e.host:null)||eb(e)}function ab(e){return jg(e)&&"fixed"!==Wg(e).position?e.offsetParent:null}function ib(e){const t=Hg(e);let n=ab(e);for(;n&&Xg(n)&&"static"===Wg(n).position;)n=ab(n);return n&&("html"===Yg(n)||"body"===Yg(n)&&"static"===Wg(n).position&&!$g(n))?t:n||function(e){let t=ob(e);for(Vg(t)&&(t=t.host);jg(t)&&!["html","body"].includes(Yg(t));){if($g(t))return t;{const e=t.parentNode;t=Vg(e)?e.host:e}}return null}(e)||t}function lb(e){if(jg(e))return{width:e.offsetWidth,height:e.offsetHeight};const t=Qg(e);return{width:t.width,height:t.height}}function sb(e){const t=ob(e);return["html","body","#document"].includes(Yg(t))?e.ownerDocument.body:jg(t)&&Ug(t)?t:sb(t)}function cb(e,t){var n;void 0===t&&(t=[]);const r=sb(e),o=r===(null==(n=e.ownerDocument)?void 0:n.body),a=Hg(r),i=o?[a].concat(a.visualViewport||[],Ug(r)?r:[]):r,l=t.concat(i);return o?l:l.concat(cb(i))}function ub(e,t,n){return"viewport"===t?Mg(function(e,t){const n=Hg(e),r=eb(e),o=n.visualViewport;let a=r.clientWidth,i=r.clientHeight,l=0,s=0;if(o){a=o.width,i=o.height;const e=Gg();(e||!e&&"fixed"===t)&&(l=o.offsetLeft,s=o.offsetTop)}return{width:a,height:i,x:l,y:s}}(e,n)):qg(t)?function(e,t){const n=Qg(e,!1,"fixed"===t),r=n.top+e.clientTop,o=n.left+e.clientLeft;return{top:r,left:o,x:o,y:r,right:o+e.clientWidth,bottom:r+e.clientHeight,width:e.clientWidth,height:e.clientHeight}}(t,n):Mg(function(e){var t;const n=eb(e),r=tb(e),o=null==(t=e.ownerDocument)?void 0:t.body,a=Jg(n.scrollWidth,n.clientWidth,o?o.scrollWidth:0,o?o.clientWidth:0),i=Jg(n.scrollHeight,n.clientHeight,o?o.scrollHeight:0,o?o.clientHeight:0);let l=-r.scrollLeft+nb(e);const s=-r.scrollTop;return"rtl"===Wg(o||n).direction&&(l+=Jg(n.clientWidth,o?o.clientWidth:0)-a),{width:a,height:i,x:l,y:s}}(eb(e)))}function db(e){const t=cb(e),n=["absolute","fixed"].includes(Wg(e).position)&&jg(e)?ib(e):e;return qg(n)?t.filter((e=>qg(e)&&function(e,t){const n=null==t.getRootNode?void 0:t.getRootNode();if(e.contains(t))return!0;if(n&&Vg(n)){let n=t;do{if(n&&e===n)return!0;n=n.parentNode||n.host}while(n)}return!1}(e,n)&&"body"!==Yg(e))):[]}const mb={getClippingRect:function(e){let{element:t,boundary:n,rootBoundary:r,strategy:o}=e;const a=[..."clippingAncestors"===n?db(t):[].concat(n),r],i=a[0],l=a.reduce(((e,n)=>{const r=ub(t,n,o);return e.top=Jg(r.top,e.top),e.right=Kg(r.right,e.right),e.bottom=Kg(r.bottom,e.bottom),e.left=Jg(r.left,e.left),e}),ub(t,i,o));return{width:l.right-l.left,height:l.bottom-l.top,x:l.left,y:l.top}},convertOffsetParentRelativeRectToViewportRelativeRect:function(e){let{rect:t,offsetParent:n,strategy:r}=e;const o=jg(n),a=eb(n);if(n===a)return t;let i={scrollLeft:0,scrollTop:0};const l={x:0,y:0};if((o||!o&&"fixed"!==r)&&(("body"!==Yg(n)||Ug(a))&&(i=tb(n)),jg(n))){const e=Qg(n,!0);l.x=e.x+n.clientLeft,l.y=e.y+n.clientTop}return{...t,x:t.x-i.scrollLeft+l.x,y:t.y-i.scrollTop+l.y}},isElement:qg,getDimensions:lb,getOffsetParent:ib,getDocumentElement:eb,getElementRects:e=>{let{reference:t,floating:n,strategy:r}=e;return{reference:rb(t,ib(n),r),floating:{...lb(n),x:0,y:0}}},getClientRects:e=>Array.from(e.getClientRects()),isRTL:e=>"rtl"===Wg(e).direction};const pb=(e,t,n)=>(async(e,t,n)=>{const{placement:r="bottom",strategy:o="absolute",middleware:a=[],platform:i}=n,l=await(null==i.isRTL?void 0:i.isRTL(t));let s=await i.getElementRects({reference:e,floating:t,strategy:o}),{x:c,y:u}=yg(s,r,l),d=r,m={},p=0;for(let n=0;n{let{name:t,options:n}=e;return{name:t,options:n}})),null==t?void 0:t.map((e=>{let{name:t,options:n}=e;return{name:t,options:n}})))||s(t);const c=At.useRef(null),u=At.useRef(null),d=At.useRef(null),m=At.useRef(a),p=function(e){const t=At.useRef(e);return fb((()=>{t.current=e})),t}(o),f=At.useCallback((()=>{c.current&&u.current&&pb(c.current,u.current,{middleware:l,placement:n,strategy:r}).then((e=>{h.current&&!hb(m.current,e)&&(m.current=e,zt.flushSync((()=>{i(e)})))}))}),[l,n,r]);fb((()=>{h.current&&f()}),[f]);const h=At.useRef(!1);fb((()=>(h.current=!0,()=>{h.current=!1})),[]);const g=At.useCallback((()=>{if("function"==typeof d.current&&(d.current(),d.current=null),c.current&&u.current)if(p.current){const e=p.current(c.current,u.current,f);d.current=e}else f()}),[f,p]),b=At.useCallback((e=>{c.current=e,g()}),[g]),v=At.useCallback((e=>{u.current=e,g()}),[g]),y=At.useMemo((()=>({reference:c,floating:u})),[]);return At.useMemo((()=>({...a,update:f,refs:y,reference:b,floating:v})),[a,f,y,b,v])}const bb=e=>{const{element:t,padding:n}=e;return{name:"arrow",options:e,fn(e){return r=t,Object.prototype.hasOwnProperty.call(r,"current")?null!=t.current?Cg({element:t.current,padding:n}).fn(e):{}:t?Cg({element:t,padding:n}).fn(e):{};var r}}},vb="undefined"!=typeof document,yb={current:null},_b={current:!1};function Mb(){if(_b.current=!0,vb)if(window.matchMedia){const e=window.matchMedia("(prefers-reduced-motion)"),t=()=>yb.current=e.matches;e.addListener(t),t()}else yb.current=!1}const kb=(0,At.createContext)({transformPagePoint:e=>e,isStatic:!1,reducedMotion:"never"}),wb=(0,At.createContext)({});const Eb=(0,At.createContext)(null),xb=vb?At.useLayoutEffect:At.useEffect,Cb=(0,At.createContext)({strict:!1});function Lb(e,t,n,r){const o=(0,At.useContext)(wb).visualElement,a=(0,At.useContext)(Cb),i=(0,At.useContext)(Eb),l=(0,At.useContext)(kb).reducedMotion,s=(0,At.useRef)();r=r||a.renderer,!s.current&&r&&(s.current=r(e,{visualState:t,parent:o,props:n,presenceId:i?i.id:void 0,blockInitialAnimation:!!i&&!1===i.initial,reducedMotionConfig:l}));const c=s.current;return xb((()=>{c&&c.render()})),xb((()=>{c&&c.animationState&&c.animationState.animateChanges()})),xb((()=>()=>c&&c.notify("Unmount")),[]),c}function Sb(e){return"object"==typeof e&&Object.prototype.hasOwnProperty.call(e,"current")}function Ab(e){return"string"==typeof e||Array.isArray(e)}function Tb(e){return"object"==typeof e&&"function"==typeof e.start}const zb=["initial","animate","exit","whileHover","whileDrag","whileTap","whileFocus","whileInView"];function Nb(e){return Tb(e.animate)||zb.some((t=>Ab(e[t])))}function Ob(e){return Boolean(Nb(e)||e.variants)}function Bb(e){const{initial:t,animate:n}=function(e,t){if(Nb(e)){const{initial:t,animate:n}=e;return{initial:!1===t||Ab(t)?t:void 0,animate:Ab(n)?n:void 0}}return!1!==e.inherit?t:{}}(e,(0,At.useContext)(wb));return(0,At.useMemo)((()=>({initial:t,animate:n})),[Db(t),Db(n)])}function Db(e){return Array.isArray(e)?e.join(" "):e}const Ib=e=>({isEnabled:t=>e.some((e=>!!t[e]))}),Rb={measureLayout:Ib(["layout","layoutId","drag"]),animation:Ib(["animate","exit","variants","whileHover","whileTap","whileFocus","whileDrag","whileInView"]),exit:Ib(["exit"]),drag:Ib(["drag","dragControls"]),focus:Ib(["whileFocus"]),hover:Ib(["whileHover","onHoverStart","onHoverEnd"]),tap:Ib(["whileTap","onTap","onTapStart","onTapCancel"]),pan:Ib(["onPan","onPanStart","onPanSessionStart","onPanEnd"]),inView:Ib(["whileInView","onViewportEnter","onViewportLeave"])};function Pb(e){const t=(0,At.useRef)(null);return null===t.current&&(t.current=e()),t.current}const Hb={hasAnimatedSinceResize:!0,hasEverUpdated:!1};let Wb=1;const Yb=(0,At.createContext)({});class Fb extends At.Component{getSnapshotBeforeUpdate(){const{visualElement:e,props:t}=this.props;return e&&e.setProps(t),null}componentDidUpdate(){}render(){return this.props.children}}const jb=(0,At.createContext)({}),qb=Symbol.for("motionComponentSymbol");function Vb({preloadedFeatures:e,createVisualElement:t,projectionNodeConstructor:n,useRender:r,useVisualState:o,Component:a}){e&&function(e){for(const t in e)"projectionNodeConstructor"===t?Rb.projectionNodeConstructor=e[t]:Rb[t].Component=e[t]}(e);const i=(0,At.forwardRef)((function(i,l){const s={...(0,At.useContext)(kb),...i,layoutId:Ub(i)},{isStatic:c}=s;let u=null;const d=Bb(i),m=c?void 0:Pb((()=>{if(Hb.hasEverUpdated)return Wb++})),p=o(i,c);if(!c&&vb){d.visualElement=Lb(a,p,s,t);const r=(0,At.useContext)(Cb).strict,o=(0,At.useContext)(jb);d.visualElement&&(u=d.visualElement.loadFeatures(s,r,e,m,n||Rb.projectionNodeConstructor,o))}return At.createElement(Fb,{visualElement:d.visualElement,props:s},u,At.createElement(wb.Provider,{value:d},r(a,i,m,function(e,t,n){return(0,At.useCallback)((r=>{r&&e.mount&&e.mount(r),t&&(r?t.mount(r):t.unmount()),n&&("function"==typeof n?n(r):Sb(n)&&(n.current=r))}),[t])}(p,d.visualElement,l),p,c,d.visualElement)))}));return i[qb]=a,i}function Ub({layoutId:e}){const t=(0,At.useContext)(Yb).id;return t&&void 0!==e?t+"-"+e:e}function Xb(e){function t(t,n={}){return Vb(e(t,n))}if("undefined"==typeof Proxy)return t;const n=new Map;return new Proxy(t,{get:(e,r)=>(n.has(r)||n.set(r,t(r)),n.get(r))})}const $b=["animate","circle","defs","desc","ellipse","g","image","line","filter","marker","mask","metadata","path","pattern","polygon","polyline","rect","stop","switch","symbol","svg","text","tspan","use","view"];function Gb(e){return"string"==typeof e&&!e.includes("-")&&!!($b.indexOf(e)>-1||/[A-Z]/.test(e))}const Kb={};const Jb=["transformPerspective","x","y","z","translateX","translateY","translateZ","scale","scaleX","scaleY","rotate","rotateX","rotateY","rotateZ","skew","skewX","skewY"],Zb=new Set(Jb);function Qb(e,{layout:t,layoutId:n}){return Zb.has(e)||e.startsWith("origin")||(t||void 0!==n)&&(!!Kb[e]||"opacity"===e)}const ev=e=>!!(null==e?void 0:e.getVelocity),tv={x:"translateX",y:"translateY",z:"translateZ",transformPerspective:"perspective"},nv=(e,t)=>Jb.indexOf(e)-Jb.indexOf(t);function rv(e){return e.startsWith("--")}const ov=(e,t)=>t&&"number"==typeof e?t.transform(e):e,av=(e,t,n)=>Math.min(Math.max(n,e),t),iv={test:e=>"number"==typeof e,parse:parseFloat,transform:e=>e},lv={...iv,transform:e=>av(0,1,e)},sv={...iv,default:1},cv=e=>Math.round(1e5*e)/1e5,uv=/(-)?([\d]*\.?[\d])+/g,dv=/(#[0-9a-f]{6}|#[0-9a-f]{3}|#(?:[0-9a-f]{2}){2,4}|(rgb|hsl)a?\((-?[\d\.]+%?[,\s]+){2}(-?[\d\.]+%?)\s*[\,\/]?\s*[\d\.]*%?\))/gi,mv=/^(#[0-9a-f]{3}|#(?:[0-9a-f]{2}){2,4}|(rgb|hsl)a?\((-?[\d\.]+%?[,\s]+){2}(-?[\d\.]+%?)\s*[\,\/]?\s*[\d\.]*%?\))$/i;function pv(e){return"string"==typeof e}const fv=e=>({test:t=>pv(t)&&t.endsWith(e)&&1===t.split(" ").length,parse:parseFloat,transform:t=>`${t}${e}`}),hv=fv("deg"),gv=fv("%"),bv=fv("px"),vv=fv("vh"),yv=fv("vw"),_v={...gv,parse:e=>gv.parse(e)/100,transform:e=>gv.transform(100*e)},Mv={...iv,transform:Math.round},kv={borderWidth:bv,borderTopWidth:bv,borderRightWidth:bv,borderBottomWidth:bv,borderLeftWidth:bv,borderRadius:bv,radius:bv,borderTopLeftRadius:bv,borderTopRightRadius:bv,borderBottomRightRadius:bv,borderBottomLeftRadius:bv,width:bv,maxWidth:bv,height:bv,maxHeight:bv,size:bv,top:bv,right:bv,bottom:bv,left:bv,padding:bv,paddingTop:bv,paddingRight:bv,paddingBottom:bv,paddingLeft:bv,margin:bv,marginTop:bv,marginRight:bv,marginBottom:bv,marginLeft:bv,rotate:hv,rotateX:hv,rotateY:hv,rotateZ:hv,scale:sv,scaleX:sv,scaleY:sv,scaleZ:sv,skew:hv,skewX:hv,skewY:hv,distance:bv,translateX:bv,translateY:bv,translateZ:bv,x:bv,y:bv,z:bv,perspective:bv,transformPerspective:bv,opacity:lv,originX:_v,originY:_v,originZ:bv,zIndex:Mv,fillOpacity:lv,strokeOpacity:lv,numOctaves:Mv};function wv(e,t,n,r){const{style:o,vars:a,transform:i,transformKeys:l,transformOrigin:s}=e;l.length=0;let c=!1,u=!1,d=!0;for(const e in t){const n=t[e];if(rv(e)){a[e]=n;continue}const r=kv[e],m=ov(n,r);if(Zb.has(e)){if(c=!0,i[e]=m,l.push(e),!d)continue;n!==(r.default||0)&&(d=!1)}else e.startsWith("origin")?(u=!0,s[e]=m):o[e]=m}if(t.transform||(c||r?o.transform=function({transform:e,transformKeys:t},{enableHardwareAcceleration:n=!0,allowTransformNone:r=!0},o,a){let i="";t.sort(nv);for(const n of t)i+=`${tv[n]||n}(${e[n]}) `;return n&&!e.z&&(i+="translateZ(0)"),i=i.trim(),a?i=a(e,o?"":i):r&&o&&(i="none"),i}(e,n,d,r):o.transform&&(o.transform="none")),u){const{originX:e="50%",originY:t="50%",originZ:n=0}=s;o.transformOrigin=`${e} ${t} ${n}`}}const Ev=()=>({style:{},transform:{},transformKeys:[],transformOrigin:{},vars:{}});function xv(e,t,n){for(const r in t)ev(t[r])||Qb(r,n)||(e[r]=t[r])}function Cv(e,t,n){const r={};return xv(r,e.style||{},e),Object.assign(r,function({transformTemplate:e},t,n){return(0,At.useMemo)((()=>{const r={style:{},transform:{},transformKeys:[],transformOrigin:{},vars:{}};return wv(r,t,{enableHardwareAcceleration:!n},e),Object.assign({},r.vars,r.style)}),[t])}(e,t,n)),e.transformValues?e.transformValues(r):r}function Lv(e,t,n){const r={},o=Cv(e,t,n);return e.drag&&!1!==e.dragListener&&(r.draggable=!1,o.userSelect=o.WebkitUserSelect=o.WebkitTouchCallout="none",o.touchAction=!0===e.drag?"none":"pan-"+("x"===e.drag?"y":"x")),r.style=o,r}const Sv=new Set(["initial","style","values","variants","transition","transformTemplate","transformValues","custom","inherit","layout","layoutId","layoutDependency","onLayoutAnimationStart","onLayoutAnimationComplete","onLayoutMeasure","onBeforeLayoutMeasure","onAnimationStart","onAnimationComplete","onUpdate","onDragStart","onDrag","onDragEnd","onMeasureDragConstraints","onDirectionLock","onDragTransitionEnd","drag","dragControls","dragListener","dragConstraints","dragDirectionLock","dragSnapToOrigin","_dragX","_dragY","dragElastic","dragMomentum","dragPropagation","dragTransition","onHoverStart","onHoverEnd","layoutScroll","whileInView","onViewportEnter","onViewportLeave","viewport","whileTap","onTap","onTapStart","onTapCancel","animate","exit","variants","whileHover","whileTap","whileFocus","whileDrag","whileInView","onPan","onPanStart","onPanSessionStart","onPanEnd"]);function Av(e){return Sv.has(e)}let Tv=e=>!Av(e);try{(zv=require("@emotion/is-prop-valid").default)&&(Tv=e=>e.startsWith("on")?!Av(e):zv(e))}catch(e){}var zv;function Nv(e,t,n){return"string"==typeof e?e:bv.transform(t+n*e)}const Ov={offset:"stroke-dashoffset",array:"stroke-dasharray"},Bv={offset:"strokeDashoffset",array:"strokeDasharray"};function Dv(e,{attrX:t,attrY:n,originX:r,originY:o,pathLength:a,pathSpacing:i=1,pathOffset:l=0,...s},c,u,d){if(wv(e,s,c,d),u)return void(e.style.viewBox&&(e.attrs.viewBox=e.style.viewBox));e.attrs=e.style,e.style={};const{attrs:m,style:p,dimensions:f}=e;m.transform&&(f&&(p.transform=m.transform),delete m.transform),f&&(void 0!==r||void 0!==o||p.transform)&&(p.transformOrigin=function(e,t,n){return`${Nv(t,e.x,e.width)} ${Nv(n,e.y,e.height)}`}(f,void 0!==r?r:.5,void 0!==o?o:.5)),void 0!==t&&(m.x=t),void 0!==n&&(m.y=n),void 0!==a&&function(e,t,n=1,r=0,o=!0){e.pathLength=1;const a=o?Ov:Bv;e[a.offset]=bv.transform(-r);const i=bv.transform(t),l=bv.transform(n);e[a.array]=`${i} ${l}`}(m,a,i,l,!1)}const Iv=()=>({style:{},transform:{},transformKeys:[],transformOrigin:{},vars:{},attrs:{}}),Rv=e=>"string"==typeof e&&"svg"===e.toLowerCase();function Pv(e,t,n,r){const o=(0,At.useMemo)((()=>{const n={style:{},transform:{},transformKeys:[],transformOrigin:{},vars:{},attrs:{}};return Dv(n,t,{enableHardwareAcceleration:!1},Rv(r),e.transformTemplate),{...n.attrs,style:{...n.style}}}),[t]);if(e.style){const t={};xv(t,e.style,e),o.style={...t,...o.style}}return o}function Hv(e=!1){return(t,n,r,o,{latestValues:a},i)=>{const l=(Gb(t)?Pv:Lv)(n,a,i,t),s=function(e,t,n){const r={};for(const o in e)(Tv(o)||!0===n&&Av(o)||!t&&!Av(o)||e.draggable&&o.startsWith("onDrag"))&&(r[o]=e[o]);return r}(n,"string"==typeof t,e),c={...s,...l,ref:o};return r&&(c["data-projection-id"]=r),(0,At.createElement)(t,c)}}const Wv=e=>e.replace(/([a-z])([A-Z])/g,"$1-$2").toLowerCase();function Yv(e,{style:t,vars:n},r,o){Object.assign(e.style,t,o&&o.getProjectionStyles(r));for(const t in n)e.style.setProperty(t,n[t])}const Fv=new Set(["baseFrequency","diffuseConstant","kernelMatrix","kernelUnitLength","keySplines","keyTimes","limitingConeAngle","markerHeight","markerWidth","numOctaves","targetX","targetY","surfaceScale","specularConstant","specularExponent","stdDeviation","tableValues","viewBox","gradientTransform","pathLength","startOffset","textLength","lengthAdjust"]);function jv(e,t,n,r){Yv(e,t,void 0,r);for(const n in t.attrs)e.setAttribute(Fv.has(n)?n:Wv(n),t.attrs[n])}function qv(e){const{style:t}=e,n={};for(const r in t)(ev(t[r])||Qb(r,e))&&(n[r]=t[r]);return n}function Vv(e){const t=qv(e);for(const n in e)if(ev(e[n])){t["x"===n||"y"===n?"attr"+n.toUpperCase():n]=e[n]}return t}function Uv(e,t,n,r={},o={}){return"function"==typeof t&&(t=t(void 0!==n?n:e.custom,r,o)),"string"==typeof t&&(t=e.variants&&e.variants[t]),"function"==typeof t&&(t=t(void 0!==n?n:e.custom,r,o)),t}const Xv=e=>Array.isArray(e),$v=e=>Xv(e)?e[e.length-1]||0:e;function Gv(e){const t=ev(e)?e.get():e;return(e=>Boolean(e&&"object"==typeof e&&e.mix&&e.toValue))(t)?t.toValue():t}const Kv=e=>(t,n)=>{const r=(0,At.useContext)(wb),o=(0,At.useContext)(Eb),a=()=>function({scrapeMotionValuesFromProps:e,createRenderState:t,onMount:n},r,o,a){const i={latestValues:Jv(r,o,a,e),renderState:t()};return n&&(i.mount=e=>n(r,e,i)),i}(e,t,r,o);return n?a():Pb(a)};function Jv(e,t,n,r){const o={},a=r(e);for(const e in a)o[e]=Gv(a[e]);let{initial:i,animate:l}=e;const s=Nb(e),c=Ob(e);t&&c&&!s&&!1!==e.inherit&&(void 0===i&&(i=t.initial),void 0===l&&(l=t.animate));let u=!!n&&!1===n.initial;u=u||!1===i;const d=u?l:i;if(d&&"boolean"!=typeof d&&!Tb(d)){(Array.isArray(d)?d:[d]).forEach((t=>{const n=Uv(e,t);if(!n)return;const{transitionEnd:r,transition:a,...i}=n;for(const e in i){let t=i[e];if(Array.isArray(t)){t=t[u?t.length-1:0]}null!==t&&(o[e]=t)}for(const e in r)o[e]=r[e]}))}return o}const Zv={useVisualState:Kv({scrapeMotionValuesFromProps:Vv,createRenderState:Iv,onMount:(e,t,{renderState:n,latestValues:r})=>{try{n.dimensions="function"==typeof t.getBBox?t.getBBox():t.getBoundingClientRect()}catch(e){n.dimensions={x:0,y:0,width:0,height:0}}Dv(n,r,{enableHardwareAcceleration:!1},Rv(t.tagName),e.transformTemplate),jv(t,n)}})},Qv={useVisualState:Kv({scrapeMotionValuesFromProps:qv,createRenderState:Ev})};var ey;function ty(e,t,n,r={passive:!0}){return e.addEventListener(t,n,r),()=>e.removeEventListener(t,n)}function ny(e,t,n,r){(0,At.useEffect)((()=>{const o=e.current;if(n&&o)return ty(o,t,n,r)}),[e,t,n,r])}function ry(e){return"undefined"!=typeof PointerEvent&&e instanceof PointerEvent?!("mouse"!==e.pointerType):e instanceof MouseEvent}function oy(e){return!!e.touches}!function(e){e.Animate="animate",e.Hover="whileHover",e.Tap="whileTap",e.Drag="whileDrag",e.Focus="whileFocus",e.InView="whileInView",e.Exit="exit"}(ey||(ey={}));const ay={pageX:0,pageY:0};function iy(e,t="page"){const n=e.touches[0]||e.changedTouches[0]||ay;return{x:n[t+"X"],y:n[t+"Y"]}}function ly(e,t="page"){return{x:e[t+"X"],y:e[t+"Y"]}}function sy(e,t="page"){return{point:oy(e)?iy(e,t):ly(e,t)}}const cy=(e,t=!1)=>{const n=t=>e(t,sy(t));return t?(r=n,e=>{const t=e instanceof MouseEvent;(!t||t&&0===e.button)&&r(e)}):n;var r},uy={pointerdown:"mousedown",pointermove:"mousemove",pointerup:"mouseup",pointercancel:"mousecancel",pointerover:"mouseover",pointerout:"mouseout",pointerenter:"mouseenter",pointerleave:"mouseleave"},dy={pointerdown:"touchstart",pointermove:"touchmove",pointerup:"touchend",pointercancel:"touchcancel"};function my(e){return vb&&null===window.onpointerdown?e:vb&&null===window.ontouchstart?dy[e]:vb&&null===window.onmousedown?uy[e]:e}function py(e,t,n,r){return ty(e,my(t),cy(n,"pointerdown"===t),r)}function fy(e,t,n,r){return ny(e,my(t),n&&cy(n,"pointerdown"===t),r)}function hy(e){let t=null;return()=>{const n=()=>{t=null};return null===t&&(t=e,n)}}const gy=hy("dragHorizontal"),by=hy("dragVertical");function vy(e){let t=!1;if("y"===e)t=by();else if("x"===e)t=gy();else{const e=gy(),n=by();e&&n?t=()=>{e(),n()}:(e&&e(),n&&n())}return t}function yy(){const e=vy(!0);return!e||(e(),!1)}function _y(e,t,n){return(r,o)=>{ry(r)&&!yy()&&(e.animationState&&e.animationState.setActive(ey.Hover,t),n&&n(r,o))}}const My=(e,t)=>!!t&&(e===t||My(e,t.parentElement));function ky(e){return(0,At.useEffect)((()=>()=>e()),[])}const wy=(e,t)=>n=>t(e(n)),Ey=(...e)=>e.reduce(wy);const xy=new Set;function Cy(e,t,n){e||xy.has(t)||(console.warn(t),n&&console.warn(n),xy.add(t))}const Ly=new WeakMap,Sy=new WeakMap,Ay=e=>{const t=Ly.get(e.target);t&&t(e)},Ty=e=>{e.forEach(Ay)};function zy(e,t,n){const r=function({root:e,...t}){const n=e||document;Sy.has(n)||Sy.set(n,{});const r=Sy.get(n),o=JSON.stringify(t);return r[o]||(r[o]=new IntersectionObserver(Ty,{root:e,...t})),r[o]}(t);return Ly.set(e,n),r.observe(e),()=>{Ly.delete(e),r.unobserve(e)}}const Ny={some:0,all:1};function Oy(e,t,n,{root:r,margin:o,amount:a="some",once:i}){(0,At.useEffect)((()=>{if(!e||!n.current)return;const l={root:null==r?void 0:r.current,rootMargin:o,threshold:"number"==typeof a?a:Ny[a]};return zy(n.current,l,(e=>{const{isIntersecting:r}=e;if(t.isInView===r)return;if(t.isInView=r,i&&!r&&t.hasEnteredView)return;r&&(t.hasEnteredView=!0),n.animationState&&n.animationState.setActive(ey.InView,r);const o=n.getProps(),a=r?o.onViewportEnter:o.onViewportLeave;a&&a(e)}))}),[e,r,o,a])}function By(e,t,n,{fallback:r=!0}){(0,At.useEffect)((()=>{e&&r&&requestAnimationFrame((()=>{t.hasEnteredView=!0;const{onViewportEnter:e}=n.getProps();e&&e(null),n.animationState&&n.animationState.setActive(ey.InView,!0)}))}),[e])}const Dy=e=>t=>(e(t),null),Iy={inView:Dy((function({visualElement:e,whileInView:t,onViewportEnter:n,onViewportLeave:r,viewport:o={}}){const a=(0,At.useRef)({hasEnteredView:!1,isInView:!1});let i=Boolean(t||n||r);o.once&&a.current.hasEnteredView&&(i=!1),("undefined"==typeof IntersectionObserver?By:Oy)(i,a.current,e,o)})),tap:Dy((function({onTap:e,onTapStart:t,onTapCancel:n,whileTap:r,visualElement:o}){const a=e||t||n||r,i=(0,At.useRef)(!1),l=(0,At.useRef)(null),s={passive:!(t||e||n||p)};function c(){l.current&&l.current(),l.current=null}function u(){return c(),i.current=!1,o.animationState&&o.animationState.setActive(ey.Tap,!1),!yy()}function d(t,r){u()&&(My(o.current,t.target)?e&&e(t,r):n&&n(t,r))}function m(e,t){u()&&n&&n(e,t)}function p(e,n){c(),i.current||(i.current=!0,l.current=Ey(py(window,"pointerup",d,s),py(window,"pointercancel",m,s)),o.animationState&&o.animationState.setActive(ey.Tap,!0),t&&t(e,n))}fy(o,"pointerdown",a?p:void 0,s),ky(c)})),focus:Dy((function({whileFocus:e,visualElement:t}){const{animationState:n}=t;ny(t,"focus",e?()=>{n&&n.setActive(ey.Focus,!0)}:void 0),ny(t,"blur",e?()=>{n&&n.setActive(ey.Focus,!1)}:void 0)})),hover:Dy((function({onHoverStart:e,onHoverEnd:t,whileHover:n,visualElement:r}){fy(r,"pointerenter",e||n?_y(r,!0,e):void 0,{passive:!e}),fy(r,"pointerleave",t||n?_y(r,!1,t):void 0,{passive:!t})}))};function Ry(){const e=(0,At.useContext)(Eb);if(null===e)return[!0,null];const{isPresent:t,onExitComplete:n,register:r}=e,o=(0,At.useId)();(0,At.useEffect)((()=>r(o)),[]);return!t&&n?[!1,()=>n&&n(o)]:[!0]}function Py(e,t){if(!Array.isArray(t))return!1;const n=t.length;if(n!==e.length)return!1;for(let r=0;r/^\-?\d*\.?\d+$/.test(e),Wy=e=>/^0[^.\s]+$/.test(e),Yy={delta:0,timestamp:0},Fy=1/60*1e3,jy="undefined"!=typeof performance?()=>performance.now():()=>Date.now(),qy="undefined"!=typeof window?e=>window.requestAnimationFrame(e):e=>setTimeout((()=>e(jy())),Fy);let Vy=!0,Uy=!1,Xy=!1;const $y=["read","update","preRender","render","postRender"],Gy=$y.reduce(((e,t)=>(e[t]=function(e){let t=[],n=[],r=0,o=!1,a=!1;const i=new WeakSet,l={schedule:(e,a=!1,l=!1)=>{const s=l&&o,c=s?t:n;return a&&i.add(e),-1===c.indexOf(e)&&(c.push(e),s&&o&&(r=t.length)),e},cancel:e=>{const t=n.indexOf(e);-1!==t&&n.splice(t,1),i.delete(e)},process:s=>{if(o)a=!0;else{if(o=!0,[t,n]=[n,t],n.length=0,r=t.length,r)for(let n=0;nUy=!0)),e)),{}),Ky=$y.reduce(((e,t)=>{const n=Gy[t];return e[t]=(e,t=!1,r=!1)=>(Uy||t_(),n.schedule(e,t,r)),e}),{}),Jy=$y.reduce(((e,t)=>(e[t]=Gy[t].cancel,e)),{}),Zy=$y.reduce(((e,t)=>(e[t]=()=>Gy[t].process(Yy),e)),{}),Qy=e=>Gy[e].process(Yy),e_=e=>{Uy=!1,Yy.delta=Vy?Fy:Math.max(Math.min(e-Yy.timestamp,40),1),Yy.timestamp=e,Xy=!0,$y.forEach(Qy),Xy=!1,Uy&&(Vy=!1,qy(e_))},t_=()=>{Uy=!0,Vy=!0,Xy||qy(e_)};function n_(e,t){-1===e.indexOf(t)&&e.push(t)}function r_(e,t){const n=e.indexOf(t);n>-1&&e.splice(n,1)}class o_{constructor(){this.subscriptions=[]}add(e){return n_(this.subscriptions,e),()=>r_(this.subscriptions,e)}notify(e,t,n){const r=this.subscriptions.length;if(r)if(1===r)this.subscriptions[0](e,t,n);else for(let o=0;o{this.prev=this.current,this.current=e;const{delta:n,timestamp:r}=Yy;this.lastUpdated!==r&&(this.timeDelta=n,this.lastUpdated=r,Ky.postRender(this.scheduleVelocityCheck)),this.prev!==this.current&&this.events.change&&this.events.change.notify(this.current),this.events.velocityChange&&this.events.velocityChange.notify(this.getVelocity()),t&&this.events.renderRequest&&this.events.renderRequest.notify(this.current)},this.scheduleVelocityCheck=()=>Ky.postRender(this.velocityCheck),this.velocityCheck=({timestamp:e})=>{e!==this.lastUpdated&&(this.prev=this.current,this.events.velocityChange&&this.events.velocityChange.notify(this.getVelocity()))},this.hasAnimated=!1,this.prev=this.current=e,this.canTrackVelocity=(n=this.current,!isNaN(parseFloat(n))),this.owner=t.owner}onChange(e){return this.on("change",e)}on(e,t){return this.events[e]||(this.events[e]=new o_),this.events[e].add(t)}clearListeners(){for(const e in this.events)this.events[e].clear()}attach(e){this.passiveEffect=e}set(e,t=!0){t&&this.passiveEffect?this.passiveEffect(e,this.updateAndNotify):this.updateAndNotify(e,t)}setWithVelocity(e,t,n){this.set(t),this.prev=e,this.timeDelta=n}get(){return this.current}getPrevious(){return this.prev}getVelocity(){return this.canTrackVelocity?a_(parseFloat(this.current)-parseFloat(this.prev),this.timeDelta):0}start(e){return this.stop(),new Promise((t=>{this.hasAnimated=!0,this.stopAnimation=e(t),this.events.animationStart&&this.events.animationStart.notify()})).then((()=>{this.events.animationComplete&&this.events.animationComplete.notify(),this.clearAnimation()}))}stop(){this.stopAnimation&&(this.stopAnimation(),this.events.animationCancel&&this.events.animationCancel.notify()),this.clearAnimation()}isAnimating(){return!!this.stopAnimation}clearAnimation(){this.stopAnimation=null}destroy(){this.clearListeners(),this.stop()}}function l_(e,t){return new i_(e,t)}const s_=(e,t)=>n=>Boolean(pv(n)&&mv.test(n)&&n.startsWith(e)||t&&Object.prototype.hasOwnProperty.call(n,t)),c_=(e,t,n)=>r=>{if(!pv(r))return r;const[o,a,i,l]=r.match(uv);return{[e]:parseFloat(o),[t]:parseFloat(a),[n]:parseFloat(i),alpha:void 0!==l?parseFloat(l):1}},u_={...iv,transform:e=>Math.round((e=>av(0,255,e))(e))},d_={test:s_("rgb","red"),parse:c_("red","green","blue"),transform:({red:e,green:t,blue:n,alpha:r=1})=>"rgba("+u_.transform(e)+", "+u_.transform(t)+", "+u_.transform(n)+", "+cv(lv.transform(r))+")"};const m_={test:s_("#"),parse:function(e){let t="",n="",r="",o="";return e.length>5?(t=e.substring(1,3),n=e.substring(3,5),r=e.substring(5,7),o=e.substring(7,9)):(t=e.substring(1,2),n=e.substring(2,3),r=e.substring(3,4),o=e.substring(4,5),t+=t,n+=n,r+=r,o+=o),{red:parseInt(t,16),green:parseInt(n,16),blue:parseInt(r,16),alpha:o?parseInt(o,16)/255:1}},transform:d_.transform},p_={test:s_("hsl","hue"),parse:c_("hue","saturation","lightness"),transform:({hue:e,saturation:t,lightness:n,alpha:r=1})=>"hsla("+Math.round(e)+", "+gv.transform(cv(t))+", "+gv.transform(cv(n))+", "+cv(lv.transform(r))+")"},f_={test:e=>d_.test(e)||m_.test(e)||p_.test(e),parse:e=>d_.test(e)?d_.parse(e):p_.test(e)?p_.parse(e):m_.parse(e),transform:e=>pv(e)?e:e.hasOwnProperty("red")?d_.transform(e):p_.transform(e)},h_="${c}",g_="${n}";function b_(e){"number"==typeof e&&(e=`${e}`);const t=[];let n=0,r=0;const o=e.match(dv);o&&(n=o.length,e=e.replace(dv,h_),t.push(...o.map(f_.parse)));const a=e.match(uv);return a&&(r=a.length,e=e.replace(uv,g_),t.push(...a.map(iv.parse))),{values:t,numColors:n,numNumbers:r,tokenised:e}}function v_(e){return b_(e).values}function y_(e){const{values:t,numColors:n,tokenised:r}=b_(e),o=t.length;return e=>{let t=r;for(let r=0;r"number"==typeof e?0:e;const M_={test:function(e){var t,n;return isNaN(e)&&pv(e)&&((null===(t=e.match(uv))||void 0===t?void 0:t.length)||0)+((null===(n=e.match(dv))||void 0===n?void 0:n.length)||0)>0},parse:v_,createTransformer:y_,getAnimatableNone:function(e){const t=v_(e);return y_(e)(t.map(__))}},k_=new Set(["brightness","contrast","saturate","opacity"]);function w_(e){const[t,n]=e.slice(0,-1).split("(");if("drop-shadow"===t)return e;const[r]=n.match(uv)||[];if(!r)return e;const o=n.replace(r,"");let a=k_.has(t)?1:0;return r!==n&&(a*=100),t+"("+a+o+")"}const E_=/([a-z-]*)\(.*?\)/g,x_={...M_,getAnimatableNone:e=>{const t=e.match(E_);return t?t.map(w_).join(" "):e}},C_={...kv,color:f_,backgroundColor:f_,outlineColor:f_,fill:f_,stroke:f_,borderColor:f_,borderTopColor:f_,borderRightColor:f_,borderBottomColor:f_,borderLeftColor:f_,filter:x_,WebkitFilter:x_},L_=e=>C_[e];function S_(e,t){var n;let r=L_(e);return r!==x_&&(r=M_),null===(n=r.getAnimatableNone)||void 0===n?void 0:n.call(r,t)}const A_=e=>t=>t.test(e),T_=[iv,bv,gv,hv,yv,vv,{test:e=>"auto"===e,parse:e=>e}],z_=e=>T_.find(A_(e)),N_=[...T_,f_,M_],O_=e=>N_.find(A_(e));function B_(e,t,n){const r=e.getProps();return Uv(r,t,void 0!==n?n:r.custom,function(e){const t={};return e.values.forEach(((e,n)=>t[n]=e.get())),t}(e),function(e){const t={};return e.values.forEach(((e,n)=>t[n]=e.getVelocity())),t}(e))}function D_(e,t,n){e.hasValue(t)?e.getValue(t).set(n):e.addValue(t,l_(n))}function I_(e,t){const n=B_(e,t);let{transitionEnd:r={},transition:o={},...a}=n?e.makeTargetAnimatable(n,!1):{};a={...a,...r};for(const t in a){D_(e,t,$v(a[t]))}}function R_(e,t){if(!t)return;return(t[e]||t.default||t).from}function P_(e){return Boolean(ev(e)&&e.add)}function H_(e,t){const{MotionAppearAnimations:n}=window,r=((e,t)=>`${e}: ${t}`)(e,Zb.has(t)?"transform":t),o=n&&n.get(r);return o?(Ky.render((()=>{try{o.cancel(),n.delete(r)}catch(e){}})),o.currentTime||0):0}const W_="data-"+Wv("framerAppearId");const Y_=e=>1e3*e,F_=!1,j_=e=>t=>t<=.5?e(2*t)/2:(2-e(2*(1-t)))/2,q_=e=>t=>1-e(1-t),V_=e=>e*e,U_=q_(V_),X_=j_(V_),$_=(e,t,n)=>-n*e+n*t+e;function G_(e,t,n){return n<0&&(n+=1),n>1&&(n-=1),n<1/6?e+6*(t-e)*n:n<.5?t:n<2/3?e+(t-e)*(2/3-n)*6:e}const K_=(e,t,n)=>{const r=e*e;return Math.sqrt(Math.max(0,n*(t*t-r)+r))},J_=[m_,d_,p_];function Z_(e){const t=(e=>J_.find((t=>t.test(e))))(e);Boolean(t);let n=t.parse(e);return t===p_&&(n=function({hue:e,saturation:t,lightness:n,alpha:r}){e/=360,n/=100;let o=0,a=0,i=0;if(t/=100){const r=n<.5?n*(1+t):n+t-n*t,l=2*n-r;o=G_(l,r,e+1/3),a=G_(l,r,e),i=G_(l,r,e-1/3)}else o=a=i=n;return{red:Math.round(255*o),green:Math.round(255*a),blue:Math.round(255*i),alpha:r}}(n)),n}const Q_=(e,t)=>{const n=Z_(e),r=Z_(t),o={...n};return e=>(o.red=K_(n.red,r.red,e),o.green=K_(n.green,r.green,e),o.blue=K_(n.blue,r.blue,e),o.alpha=$_(n.alpha,r.alpha,e),d_.transform(o))};function eM(e,t){return"number"==typeof e?n=>$_(e,t,n):f_.test(e)?Q_(e,t):rM(e,t)}const tM=(e,t)=>{const n=[...e],r=n.length,o=e.map(((e,n)=>eM(e,t[n])));return e=>{for(let t=0;t{const n={...e,...t},r={};for(const o in n)void 0!==e[o]&&void 0!==t[o]&&(r[o]=eM(e[o],t[o]));return e=>{for(const t in r)n[t]=r[t](e);return n}},rM=(e,t)=>{const n=M_.createTransformer(t),r=b_(e),o=b_(t);return r.numColors===o.numColors&&r.numNumbers>=o.numNumbers?Ey(tM(r.values,o.values),n):n=>`${n>0?t:e}`},oM=(e,t,n)=>{const r=t-e;return 0===r?1:(n-e)/r},aM=(e,t)=>n=>$_(e,t,n);function iM(e,t,n){const r=[],o=n||function(e){return"number"==typeof e?aM:"string"==typeof e?f_.test(e)?Q_:rM:Array.isArray(e)?tM:"object"==typeof e?nM:aM}(e[0]),a=e.length-1;for(let n=0;ne[a-1]&&(e=[...e].reverse(),t=[...t].reverse());const i=iM(t,r,o),l=i.length,s=t=>{let n=0;if(l>1)for(;ns(av(e[0],e[a-1],t)):s}const sM=e=>e,cM=(e,t,n)=>(((1-3*n+3*t)*e+(3*n-6*t))*e+3*t)*e;function uM(e,t,n,r){if(e===t&&n===r)return sM;const o=t=>function(e,t,n,r,o){let a,i,l=0;do{i=t+(n-t)/2,a=cM(i,r,o)-e,a>0?n=i:t=i}while(Math.abs(a)>1e-7&&++l<12);return i}(t,0,1,e,n);return e=>0===e||1===e?e:cM(o(e),t,r)}const dM=e=>1-Math.sin(Math.acos(e)),mM=q_(dM),pM=j_(mM),fM=uM(.33,1.53,.69,.99),hM=q_(fM),gM=j_(hM),bM={linear:sM,easeIn:V_,easeInOut:X_,easeOut:U_,circIn:dM,circInOut:pM,circOut:mM,backIn:hM,backInOut:gM,backOut:fM,anticipate:e=>(e*=2)<1?.5*hM(e):.5*(2-Math.pow(2,-10*(e-1)))},vM=e=>{if(Array.isArray(e)){e.length;const[t,n,r,o]=e;return uM(t,n,r,o)}return"string"==typeof e?bM[e]:e};function yM({keyframes:e,ease:t=X_,times:n,duration:r=300}){e=[...e];const o=yM[0],a=(e=>Array.isArray(e)&&"number"!=typeof e[0])(t)?t.map(vM):vM(t),i={done:!1,value:o},l=function(e,t){return e.map((e=>e*t))}(n&&n.length===yM.length?n:function(e){const t=e.length;return e.map(((e,n)=>0!==n?n/(t-1):0))}(e),r);function s(){return lM(l,e,{ease:Array.isArray(a)?a:(t=e,n=a,t.map((()=>n||X_)).splice(0,t.length-1))});var t,n}let c=s();return{next:e=>(i.value=c(e),i.done=e>=r,i),flipTarget:()=>{e.reverse(),c=s()}}}const _M=.001;function MM({duration:e=800,bounce:t=.25,velocity:n=0,mass:r=1}){let o,a,i=1-t;i=av(.05,1,i),e=av(.01,10,e/1e3),i<1?(o=t=>{const r=t*i,o=r*e,a=r-n,l=kM(t,i),s=Math.exp(-o);return _M-a/l*s},a=t=>{const r=t*i*e,a=r*n+n,l=Math.pow(i,2)*Math.pow(t,2)*e,s=Math.exp(-r),c=kM(Math.pow(t,2),i);return(-o(t)+_M>0?-1:1)*((a-l)*s)/c}):(o=t=>Math.exp(-t*e)*((t-n)*e+1)-.001,a=t=>Math.exp(-t*e)*(e*e*(n-t)));const l=function(e,t,n){let r=n;for(let n=1;n<12;n++)r-=e(r)/t(r);return r}(o,a,5/e);if(e*=1e3,isNaN(l))return{stiffness:100,damping:10,duration:e};{const t=Math.pow(l,2)*r;return{stiffness:t,damping:2*i*Math.sqrt(r*t),duration:e}}}function kM(e,t){return e*Math.sqrt(1-t*t)}const wM=["duration","bounce"],EM=["stiffness","damping","mass"];function xM(e,t){return t.some((t=>void 0!==e[t]))}function CM({keyframes:e,restSpeed:t=2,restDelta:n=.01,...r}){let o=e[0],a=e[e.length-1];const i={done:!1,value:o},{stiffness:l,damping:s,mass:c,velocity:u,duration:d,isResolvedFromDuration:m}=function(e){let t={velocity:0,stiffness:100,damping:10,mass:1,isResolvedFromDuration:!1,...e};if(!xM(e,EM)&&xM(e,wM)){const n=MM(e);t={...t,...n,velocity:0,mass:1},t.isResolvedFromDuration=!0}return t}(r);let p=LM,f=u?-u/1e3:0;const h=s/(2*Math.sqrt(l*c));function g(){const e=a-o,t=Math.sqrt(l/c)/1e3;if(void 0===n&&(n=Math.min(Math.abs(a-o)/100,.4)),h<1){const n=kM(t,h);p=r=>{const o=Math.exp(-h*t*r);return a-o*((f+h*t*e)/n*Math.sin(n*r)+e*Math.cos(n*r))}}else if(1===h)p=n=>a-Math.exp(-t*n)*(e+(f+t*e)*n);else{const n=t*Math.sqrt(h*h-1);p=r=>{const o=Math.exp(-h*t*r),i=Math.min(n*r,300);return a-o*((f+h*t*e)*Math.sinh(i)+n*e*Math.cosh(i))/n}}}return g(),{next:e=>{const r=p(e);if(m)i.done=e>=d;else{let o=f;if(0!==e)if(h<1){const t=Math.max(0,e-5);o=a_(r-p(t),e-t)}else o=0;const l=Math.abs(o)<=t,s=Math.abs(a-r)<=n;i.done=l&&s}return i.value=i.done?a:r,i},flipTarget:()=>{f=-f,[o,a]=[a,o],g()}}}CM.needsInterpolation=(e,t)=>"string"==typeof e||"string"==typeof t;const LM=e=>0;const SM={decay:function({keyframes:e=[0],velocity:t=0,power:n=.8,timeConstant:r=350,restDelta:o=.5,modifyTarget:a}){const i=e[0],l={done:!1,value:i};let s=n*t;const c=i+s,u=void 0===a?c:a(c);return u!==c&&(s=u-i),{next:e=>{const t=-s*Math.exp(-e/r);return l.done=!(t>o||t<-o),l.value=l.done?u:u+t,l},flipTarget:()=>{}}},keyframes:yM,tween:yM,spring:CM};function AM(e,t,n=0){return e-t-n}const TM=e=>{const t=({delta:t})=>e(t);return{start:()=>Ky.update(t,!0),stop:()=>Jy.update(t)}};function zM({duration:e,driver:t=TM,elapsed:n=0,repeat:r=0,repeatType:o="loop",repeatDelay:a=0,keyframes:i,autoplay:l=!0,onPlay:s,onStop:c,onComplete:u,onRepeat:d,onUpdate:m,type:p="keyframes",...f}){var h,g;let b,v,y,_=0,M=e,k=!1,w=!0;const E=SM[i.length>2?"keyframes":p],x=i[0],C=i[i.length-1];(null===(g=(h=E).needsInterpolation)||void 0===g?void 0:g.call(h,x,C))&&(y=lM([0,100],[x,C],{clamp:!1}),i=[0,100]);const L=E({...f,duration:e,keyframes:i});function S(){_++,"reverse"===o?(w=_%2==0,n=function(e,t=0,n=0,r=!0){return r?AM(t+-e,t,n):t-(e-t)+n}(n,M,a,w)):(n=AM(n,M,a),"mirror"===o&&L.flipTarget()),k=!1,d&&d()}function A(e){if(w||(e=-e),n+=e,!k){const e=L.next(Math.max(0,n));v=e.value,y&&(v=y(v)),k=w?e.done:n<=0}m&&m(v),k&&(0===_&&(M=void 0!==M?M:n),_=t+n:e<=-n}(n,M,a,w)&&S():(b.stop(),u&&u()))}return l&&(s&&s(),b=t(A),b.start()),{stop:()=>{c&&c(),b.stop()},sample:e=>L.next(Math.max(0,e))}}const NM=([e,t,n,r])=>`cubic-bezier(${e}, ${t}, ${n}, ${r})`,OM={linear:"linear",ease:"ease",easeIn:"ease-in",easeOut:"ease-out",easeInOut:"ease-in-out",circIn:NM([0,.65,.55,1]),circOut:NM([.55,0,1,.45]),backIn:NM([.31,.01,.66,-.59]),backOut:NM([.33,1.53,.69,.99])};function BM(e){if(e)return Array.isArray(e)?NM(e):OM[e]}function DM(e,t,{onUpdate:n,onComplete:r,...o}){let{keyframes:a,duration:i=.3,elapsed:l=0,ease:s}=o;if("spring"===o.type||!(!(c=o.ease)||Array.isArray(c)||"string"==typeof c&&OM[c])){const e=zM(o);let t={done:!1,value:a[0]};const n=[];let r=0;for(;!t.done;)t=e.sample(r),n.push(t.value),r+=10;a=n,i=r-10,s="linear"}var c;const u=function(e,t,n,{delay:r=0,duration:o,repeat:a=0,repeatType:i="loop",ease:l,times:s}={}){return e.animate({[t]:n,offset:s},{delay:r,duration:o,easing:BM(l),fill:"both",iterations:a+1,direction:"reverse"===i?"alternate":"normal"})}(e.owner.current,t,a,{...o,delay:-l,duration:i,ease:s});return u.onfinish=()=>{e.set(a[a.length-1]),r&&r()},()=>{const{currentTime:t}=u;if(t){const n=zM(o);e.setWithVelocity(n.sample(t-10).value,n.sample(t).value,10)}Ky.update((()=>u.cancel()))}}function IM(e,t){const n=performance.now(),r=({timestamp:o})=>{const a=o-n;a>=t&&(Jy.read(r),e(a-t))};return Ky.read(r,!0),()=>Jy.read(r)}function RM({keyframes:e,elapsed:t,onUpdate:n,onComplete:r}){const o=()=>(n&&n(e[e.length-1]),r&&r(),()=>{});return t?IM(o,-t):o()}const PM=()=>({type:"spring",stiffness:500,damping:25,restSpeed:10}),HM=e=>({type:"spring",stiffness:550,damping:0===e?2*Math.sqrt(550):30,restSpeed:10}),WM=()=>({type:"keyframes",ease:"linear",duration:.3}),YM={type:"keyframes",duration:.8},FM={x:PM,y:PM,z:PM,rotate:PM,rotateX:PM,rotateY:PM,rotateZ:PM,scaleX:HM,scaleY:HM,scale:HM,opacity:WM,backgroundColor:WM,color:WM,default:HM},jM=(e,{keyframes:t})=>{if(t.length>2)return YM;return(FM[e]||FM.default)(t[1])},qM=(e,t)=>"zIndex"!==e&&(!("number"!=typeof t&&!Array.isArray(t))||!("string"!=typeof t||!M_.test(t)||t.startsWith("url(")));function VM(e){return 0===e||"string"==typeof e&&0===parseFloat(e)&&-1===e.indexOf(" ")}function UM(e){return"number"==typeof e?0:S_("",e)}function XM(e,t){return e[t]||e.default||e}const $M={waapi:()=>Object.hasOwnProperty.call(Element.prototype,"animate")},GM={},KM={};for(const e in $M)KM[e]=()=>(void 0===GM[e]&&(GM[e]=$M[e]()),GM[e]);const JM=new Set(["opacity"]),ZM=(e,t,n,r={})=>o=>{const a=XM(r,e)||{},i=a.delay||r.delay||0;let{elapsed:l=0}=r;l-=Y_(i);const s=function(e,t,n,r){const o=qM(t,n);let a=void 0!==r.from?r.from:e.get();return"none"===a&&o&&"string"==typeof n?a=S_(t,n):VM(a)&&"string"==typeof n?a=UM(n):!Array.isArray(n)&&VM(n)&&"string"==typeof a&&(n=UM(a)),Array.isArray(n)?(null===n[0]&&(n[0]=a),n):[a,n]}(t,e,n,a),c=s[0],u=s[s.length-1],d=qM(e,c),m=qM(e,u);let p={keyframes:s,velocity:t.getVelocity(),...a,elapsed:l,onUpdate:e=>{t.set(e),a.onUpdate&&a.onUpdate(e)},onComplete:()=>{o(),a.onComplete&&a.onComplete()}};if(!d||!m||F_||!1===a.type)return RM(p);if("inertia"===a.type){const e=function({keyframes:e,velocity:t=0,min:n,max:r,power:o=.8,timeConstant:a=750,bounceStiffness:i=500,bounceDamping:l=10,restDelta:s=1,modifyTarget:c,driver:u,onUpdate:d,onComplete:m,onStop:p}){const f=e[0];let h;function g(e){return void 0!==n&&er}function b(e){return void 0===n?r:void 0===r||Math.abs(n-e){var n;null==d||d(t),null===(n=e.onUpdate)||void 0===n||n.call(e,t)},onComplete:m,onStop:p})}function y(e){v({type:"spring",stiffness:i,damping:l,restDelta:s,...e})}if(g(f))y({velocity:t,keyframes:[f,b(f)]});else{let e=o*t+f;void 0!==c&&(e=c(e));const r=b(e),i=r===n?-1:1;let l,u;const d=e=>{l=u,u=e,t=a_(e-l,Yy.delta),(1===i&&e>r||-1===i&&enull==h?void 0:h.stop()}}(p);return()=>e.stop()}(function({when:e,delay:t,delayChildren:n,staggerChildren:r,staggerDirection:o,repeat:a,repeatType:i,repeatDelay:l,from:s,...c}){return!!Object.keys(c).length})(a)||(p={...p,...jM(e,p)}),p.duration&&(p.duration=Y_(p.duration)),p.repeatDelay&&(p.repeatDelay=Y_(p.repeatDelay));const f=t.owner,h=f&&f.current;if(KM.waapi()&&JM.has(e)&&!p.repeatDelay&&"mirror"!==p.repeatType&&0!==p.damping&&f&&h instanceof HTMLElement&&!f.getProps().onUpdate)return DM(t,e,p);{const e=zM(p);return()=>e.stop()}};function QM(e,t,n={}){var r;const o=B_(e,t,n.custom);let{transition:a=e.getDefaultTransition()||{}}=o||{};n.transitionOverride&&(a=n.transitionOverride);const i=o?()=>ek(e,o,n):()=>Promise.resolve(),l=(null===(r=e.variantChildren)||void 0===r?void 0:r.size)?(r=0)=>{const{delayChildren:o=0,staggerChildren:i,staggerDirection:l}=a;return function(e,t,n=0,r=0,o=1,a){const i=[],l=(e.variantChildren.size-1)*r,s=1===o?(e=0)=>e*r:(e=0)=>l-e*r;return Array.from(e.variantChildren).sort(tk).forEach(((e,r)=>{i.push(QM(e,t,{...a,delay:n+s(r)}).then((()=>e.notify("AnimationComplete",t))))})),Promise.all(i)}(e,t,o+r,i,l,n)}:()=>Promise.resolve(),{when:s}=a;if(s){const[e,t]="beforeChildren"===s?[i,l]:[l,i];return e().then(t)}return Promise.all([i(),l(n.delay)])}function ek(e,t,{delay:n=0,transitionOverride:r,type:o}={}){var a;let{transition:i=e.getDefaultTransition(),transitionEnd:l,...s}=e.makeTargetAnimatable(t);const c=e.getValue("willChange");r&&(i=r);const u=[],d=o&&(null===(a=e.animationState)||void 0===a?void 0:a.getState()[o]);for(const t in s){const r=e.getValue(t),o=s[t];if(!r||void 0===o||d&&nk(d,t))continue;let a={delay:n,elapsed:0,...i};if(e.shouldReduceMotion&&Zb.has(t)&&(a={...a,type:!1,delay:0}),!r.hasAnimated){const n=e.getProps()[W_];n&&(a.elapsed=H_(n,t))}let l=r.start(ZM(t,r,o,a));P_(c)&&(c.add(t),l=l.then((()=>c.remove(t)))),u.push(l)}return Promise.all(u).then((()=>{l&&I_(e,l)}))}function tk(e,t){return e.sortNodePosition(t)}function nk({protectedKeys:e,needsAnimating:t},n){const r=e.hasOwnProperty(n)&&!0!==t[n];return t[n]=!1,r}const rk=[ey.Animate,ey.InView,ey.Focus,ey.Hover,ey.Tap,ey.Drag,ey.Exit],ok=[...rk].reverse(),ak=rk.length;function ik(e){return t=>Promise.all(t.map((({animation:t,options:n})=>function(e,t,n={}){let r;if(e.notify("AnimationStart",t),Array.isArray(t)){const o=t.map((t=>QM(e,t,n)));r=Promise.all(o)}else if("string"==typeof t)r=QM(e,t,n);else{const o="function"==typeof t?B_(e,t,n.custom):t;r=ek(e,o,n)}return r.then((()=>e.notify("AnimationComplete",t)))}(e,t,n))))}function lk(e){let t=ik(e);const n={[ey.Animate]:ck(!0),[ey.InView]:ck(),[ey.Hover]:ck(),[ey.Tap]:ck(),[ey.Drag]:ck(),[ey.Focus]:ck(),[ey.Exit]:ck()};let r=!0;const o=(t,n)=>{const r=B_(e,n);if(r){const{transition:e,transitionEnd:n,...o}=r;t={...t,...o,...n}}return t};function a(a,i){const l=e.getProps(),s=e.getVariantContext(!0)||{},c=[],u=new Set;let d={},m=1/0;for(let t=0;tm&&g;const M=Array.isArray(h)?h:[h];let k=M.reduce(o,{});!1===b&&(k={});const{prevResolvedValues:w={}}=f,E={...w,...k},x=e=>{_=!0,u.delete(e),f.needsAnimating[e]=!0};for(const e in E){const t=k[e],n=w[e];d.hasOwnProperty(e)||(t!==n?Xv(t)&&Xv(n)?!Py(t,n)||y?x(e):f.protectedKeys[e]=!0:void 0!==t?x(e):u.add(e):void 0!==t&&u.has(e)?x(e):f.protectedKeys[e]=!0)}f.prevProp=h,f.prevResolvedValues=k,f.isActive&&(d={...d,...k}),r&&e.blockInitialAnimation&&(_=!1),_&&!v&&c.push(...M.map((e=>({animation:e,options:{type:p,...a}}))))}if(u.size){const t={};u.forEach((n=>{const r=e.getBaseTarget(n);void 0!==r&&(t[n]=r)})),c.push({animation:t})}let p=Boolean(c.length);return r&&!1===l.initial&&!e.manuallyAnimateOnMount&&(p=!1),r=!1,p?t(c):Promise.resolve()}return{animateChanges:a,setActive:function(t,r,o){var i;if(n[t].isActive===r)return Promise.resolve();null===(i=e.variantChildren)||void 0===i||i.forEach((e=>{var n;return null===(n=e.animationState)||void 0===n?void 0:n.setActive(t,r)})),n[t].isActive=r;const l=a(o,t);for(const e in n)n[e].protectedKeys={};return l},setAnimateFunction:function(n){t=n(e)},getState:()=>n}}function sk(e,t){return"string"==typeof t?t!==e:!!Array.isArray(t)&&!Py(t,e)}function ck(e=!1){return{isActive:e,protectedKeys:{},needsAnimating:{},prevResolvedValues:{}}}const uk={animation:Dy((({visualElement:e,animate:t})=>{e.animationState||(e.animationState=lk(e)),Tb(t)&&(0,At.useEffect)((()=>t.subscribe(e)),[t])})),exit:Dy((e=>{const{custom:t,visualElement:n}=e,[r,o]=Ry(),a=(0,At.useContext)(Eb);(0,At.useEffect)((()=>{n.isPresent=r;const e=n.animationState&&n.animationState.setActive(ey.Exit,!r,{custom:a&&a.custom||t});e&&!r&&e.then(o)}),[r])}))},dk=(e,t)=>Math.abs(e-t);class mk{constructor(e,t,{transformPagePoint:n}={}){if(this.startEvent=null,this.lastMoveEvent=null,this.lastMoveEventInfo=null,this.handlers={},this.updatePoint=()=>{if(!this.lastMoveEvent||!this.lastMoveEventInfo)return;const e=hk(this.lastMoveEventInfo,this.history),t=null!==this.startEvent,n=function(e,t){const n=dk(e.x,t.x),r=dk(e.y,t.y);return Math.sqrt(n**2+r**2)}(e.offset,{x:0,y:0})>=3;if(!t&&!n)return;const{point:r}=e,{timestamp:o}=Yy;this.history.push({...r,timestamp:o});const{onStart:a,onMove:i}=this.handlers;t||(a&&a(this.lastMoveEvent,e),this.startEvent=this.lastMoveEvent),i&&i(this.lastMoveEvent,e)},this.handlePointerMove=(e,t)=>{this.lastMoveEvent=e,this.lastMoveEventInfo=pk(t,this.transformPagePoint),ry(e)&&0===e.buttons?this.handlePointerUp(e,t):Ky.update(this.updatePoint,!0)},this.handlePointerUp=(e,t)=>{this.end();const{onEnd:n,onSessionEnd:r}=this.handlers,o=hk(pk(t,this.transformPagePoint),this.history);this.startEvent&&n&&n(e,o),r&&r(e,o)},oy(e)&&e.touches.length>1)return;this.handlers=t,this.transformPagePoint=n;const r=pk(sy(e),this.transformPagePoint),{point:o}=r,{timestamp:a}=Yy;this.history=[{...o,timestamp:a}];const{onSessionStart:i}=t;i&&i(e,hk(r,this.history)),this.removeListeners=Ey(py(window,"pointermove",this.handlePointerMove),py(window,"pointerup",this.handlePointerUp),py(window,"pointercancel",this.handlePointerUp))}updateHandlers(e){this.handlers=e}end(){this.removeListeners&&this.removeListeners(),Jy.update(this.updatePoint)}}function pk(e,t){return t?{point:t(e.point)}:e}function fk(e,t){return{x:e.x-t.x,y:e.y-t.y}}function hk({point:e},t){return{point:e,delta:fk(e,bk(t)),offset:fk(e,gk(t)),velocity:vk(t,.1)}}function gk(e){return e[0]}function bk(e){return e[e.length-1]}function vk(e,t){if(e.length<2)return{x:0,y:0};let n=e.length-1,r=null;const o=bk(e);for(;n>=0&&(r=e[n],!(o.timestamp-r.timestamp>Y_(t)));)n--;if(!r)return{x:0,y:0};const a=(o.timestamp-r.timestamp)/1e3;if(0===a)return{x:0,y:0};const i={x:(o.x-r.x)/a,y:(o.y-r.y)/a};return i.x===1/0&&(i.x=0),i.y===1/0&&(i.y=0),i}function yk(e){return e.max-e.min}function _k(e,t=0,n=.01){return Math.abs(e-t)<=n}function Mk(e,t,n,r=.5){e.origin=r,e.originPoint=$_(t.min,t.max,e.origin),e.scale=yk(n)/yk(t),(_k(e.scale,1,1e-4)||isNaN(e.scale))&&(e.scale=1),e.translate=$_(n.min,n.max,e.origin)-e.originPoint,(_k(e.translate)||isNaN(e.translate))&&(e.translate=0)}function kk(e,t,n,r){Mk(e.x,t.x,n.x,null==r?void 0:r.originX),Mk(e.y,t.y,n.y,null==r?void 0:r.originY)}function wk(e,t,n){e.min=n.min+t.min,e.max=e.min+yk(t)}function Ek(e,t,n){e.min=t.min-n.min,e.max=e.min+yk(t)}function xk(e,t,n){Ek(e.x,t.x,n.x),Ek(e.y,t.y,n.y)}function Ck(e,t,n){return{min:void 0!==t?e.min+t:void 0,max:void 0!==n?e.max+n-(e.max-e.min):void 0}}function Lk(e,t){let n=t.min-e.min,r=t.max-e.max;return t.max-t.min1.0000000000001||e<.999999999999?e:1}function jk(e,t){e.min=e.min+t,e.max=e.max+t}function qk(e,t,[n,r,o]){const a=void 0!==t[o]?t[o]:.5,i=$_(e.min,e.max,a);Wk(e,t[n],t[r],i,t.scale)}const Vk=["x","scaleX","originX"],Uk=["y","scaleY","originY"];function Xk(e,t){qk(e.x,t,Vk),qk(e.y,t,Uk)}function $k(e,t){return Nk(function(e,t){if(!t)return e;const n=t({x:e.left,y:e.top}),r=t({x:e.right,y:e.bottom});return{top:n.y,left:n.x,bottom:r.y,right:r.x}}(e.getBoundingClientRect(),t))}const Gk=new WeakMap;class Kk{constructor(e){this.openGlobalLock=null,this.isDragging=!1,this.currentDirection=null,this.originPoint={x:0,y:0},this.constraints=!1,this.hasMutatedConstraints=!1,this.elastic={x:{min:0,max:0},y:{min:0,max:0}},this.visualElement=e}start(e,{snapToCursor:t=!1}={}){if(!1===this.visualElement.isPresent)return;this.panSession=new mk(e,{onSessionStart:e=>{this.stopAnimation(),t&&this.snapToCursor(sy(e,"page").point)},onStart:(e,t)=>{var n;const{drag:r,dragPropagation:o,onDragStart:a}=this.getProps();(!r||o||(this.openGlobalLock&&this.openGlobalLock(),this.openGlobalLock=vy(r),this.openGlobalLock))&&(this.isDragging=!0,this.currentDirection=null,this.resolveConstraints(),this.visualElement.projection&&(this.visualElement.projection.isAnimationBlocked=!0,this.visualElement.projection.target=void 0),zk((e=>{var t,n;let r=this.getAxisMotionValue(e).get()||0;if(gv.test(r)){const o=null===(n=null===(t=this.visualElement.projection)||void 0===t?void 0:t.layout)||void 0===n?void 0:n.layoutBox[e];if(o){r=yk(o)*(parseFloat(r)/100)}}this.originPoint[e]=r})),null==a||a(e,t),null===(n=this.visualElement.animationState)||void 0===n||n.setActive(ey.Drag,!0))},onMove:(e,t)=>{const{dragPropagation:n,dragDirectionLock:r,onDirectionLock:o,onDrag:a}=this.getProps();if(!n&&!this.openGlobalLock)return;const{offset:i}=t;if(r&&null===this.currentDirection)return this.currentDirection=function(e,t=10){let n=null;Math.abs(e.y)>t?n="y":Math.abs(e.x)>t&&(n="x");return n}(i),void(null!==this.currentDirection&&(null==o||o(this.currentDirection)));this.updateAxis("x",t.point,i),this.updateAxis("y",t.point,i),this.visualElement.render(),null==a||a(e,t)},onSessionEnd:(e,t)=>this.stop(e,t)},{transformPagePoint:this.visualElement.getTransformPagePoint()})}stop(e,t){const n=this.isDragging;if(this.cancel(),!n)return;const{velocity:r}=t;this.startAnimation(r);const{onDragEnd:o}=this.getProps();null==o||o(e,t)}cancel(){var e,t;this.isDragging=!1,this.visualElement.projection&&(this.visualElement.projection.isAnimationBlocked=!1),null===(e=this.panSession)||void 0===e||e.end(),this.panSession=void 0;const{dragPropagation:n}=this.getProps();!n&&this.openGlobalLock&&(this.openGlobalLock(),this.openGlobalLock=null),null===(t=this.visualElement.animationState)||void 0===t||t.setActive(ey.Drag,!1)}updateAxis(e,t,n){const{drag:r}=this.getProps();if(!n||!Jk(e,r,this.currentDirection))return;const o=this.getAxisMotionValue(e);let a=this.originPoint[e]+n[e];this.constraints&&this.constraints[e]&&(a=function(e,{min:t,max:n},r){return void 0!==t&&en&&(e=r?$_(n,e,r.max):Math.min(e,n)),e}(a,this.constraints[e],this.elastic[e])),o.set(a)}resolveConstraints(){const{dragConstraints:e,dragElastic:t}=this.getProps(),{layout:n}=this.visualElement.projection||{},r=this.constraints;e&&Sb(e)?this.constraints||(this.constraints=this.resolveRefConstraints()):this.constraints=!(!e||!n)&&function(e,{top:t,left:n,bottom:r,right:o}){return{x:Ck(e.x,n,o),y:Ck(e.y,t,r)}}(n.layoutBox,e),this.elastic=function(e=Sk){return!1===e?e=0:!0===e&&(e=Sk),{x:Ak(e,"left","right"),y:Ak(e,"top","bottom")}}(t),r!==this.constraints&&n&&this.constraints&&!this.hasMutatedConstraints&&zk((e=>{this.getAxisMotionValue(e)&&(this.constraints[e]=function(e,t){const n={};return void 0!==t.min&&(n.min=t.min-e.min),void 0!==t.max&&(n.max=t.max-e.min),n}(n.layoutBox[e],this.constraints[e]))}))}resolveRefConstraints(){const{dragConstraints:e,onMeasureDragConstraints:t}=this.getProps();if(!e||!Sb(e))return!1;const n=e.current,{projection:r}=this.visualElement;if(!r||!r.layout)return!1;const o=function(e,t,n){const r=$k(e,n),{scroll:o}=t;return o&&(jk(r.x,o.offset.x),jk(r.y,o.offset.y)),r}(n,r.root,this.visualElement.getTransformPagePoint());let a=function(e,t){return{x:Lk(e.x,t.x),y:Lk(e.y,t.y)}}(r.layout.layoutBox,o);if(t){const e=t(function({x:e,y:t}){return{top:t.min,right:e.max,bottom:t.max,left:e.min}}(a));this.hasMutatedConstraints=!!e,e&&(a=Nk(e))}return a}startAnimation(e){const{drag:t,dragMomentum:n,dragElastic:r,dragTransition:o,dragSnapToOrigin:a,onDragTransitionEnd:i}=this.getProps(),l=this.constraints||{},s=zk((i=>{if(!Jk(i,t,this.currentDirection))return;let s=(null==l?void 0:l[i])||{};a&&(s={min:0,max:0});const c=r?200:1e6,u=r?40:1e7,d={type:"inertia",velocity:n?e[i]:0,bounceStiffness:c,bounceDamping:u,timeConstant:750,restDelta:1,restSpeed:10,...o,...s};return this.startAxisValueAnimation(i,d)}));return Promise.all(s).then(i)}startAxisValueAnimation(e,t){const n=this.getAxisMotionValue(e);return n.start(ZM(e,n,0,t))}stopAnimation(){zk((e=>this.getAxisMotionValue(e).stop()))}getAxisMotionValue(e){var t;const n="_drag"+e.toUpperCase(),r=this.visualElement.getProps()[n];return r||this.visualElement.getValue(e,(null===(t=this.visualElement.getProps().initial)||void 0===t?void 0:t[e])||0)}snapToCursor(e){zk((t=>{const{drag:n}=this.getProps();if(!Jk(t,n,this.currentDirection))return;const{projection:r}=this.visualElement,o=this.getAxisMotionValue(t);if(r&&r.layout){const{min:n,max:a}=r.layout.layoutBox[t];o.set(e[t]-$_(n,a,.5))}}))}scalePositionWithinConstraints(){var e;if(!this.visualElement.current)return;const{drag:t,dragConstraints:n}=this.getProps(),{projection:r}=this.visualElement;if(!Sb(n)||!r||!this.constraints)return;this.stopAnimation();const o={x:0,y:0};zk((e=>{const t=this.getAxisMotionValue(e);if(t){const n=t.get();o[e]=function(e,t){let n=.5;const r=yk(e),o=yk(t);return o>r?n=oM(t.min,t.max-r,e.min):r>o&&(n=oM(e.min,e.max-o,t.min)),av(0,1,n)}({min:n,max:n},this.constraints[e])}}));const{transformTemplate:a}=this.visualElement.getProps();this.visualElement.current.style.transform=a?a({},""):"none",null===(e=r.root)||void 0===e||e.updateScroll(),r.updateLayout(),this.resolveConstraints(),zk((e=>{if(!Jk(e,t,null))return;const n=this.getAxisMotionValue(e),{min:r,max:a}=this.constraints[e];n.set($_(r,a,o[e]))}))}addListeners(){var e;if(!this.visualElement.current)return;Gk.set(this.visualElement,this);const t=py(this.visualElement.current,"pointerdown",(e=>{const{drag:t,dragListener:n=!0}=this.getProps();t&&n&&this.start(e)})),n=()=>{const{dragConstraints:e}=this.getProps();Sb(e)&&(this.constraints=this.resolveRefConstraints())},{projection:r}=this.visualElement,o=r.addEventListener("measure",n);r&&!r.layout&&(null===(e=r.root)||void 0===e||e.updateScroll(),r.updateLayout()),n();const a=ty(window,"resize",(()=>this.scalePositionWithinConstraints())),i=r.addEventListener("didUpdate",(({delta:e,hasLayoutChanged:t})=>{this.isDragging&&t&&(zk((t=>{const n=this.getAxisMotionValue(t);n&&(this.originPoint[t]+=e[t].translate,n.set(n.get()+e[t].translate))})),this.visualElement.render())}));return()=>{a(),t(),o(),null==i||i()}}getProps(){const e=this.visualElement.getProps(),{drag:t=!1,dragDirectionLock:n=!1,dragPropagation:r=!1,dragConstraints:o=!1,dragElastic:a=Sk,dragMomentum:i=!0}=e;return{...e,drag:t,dragDirectionLock:n,dragPropagation:r,dragConstraints:o,dragElastic:a,dragMomentum:i}}}function Jk(e,t,n){return!(!0!==t&&t!==e||null!==n&&n!==e)}const Zk={pan:Dy((function({onPan:e,onPanStart:t,onPanEnd:n,onPanSessionStart:r,visualElement:o}){const a=e||t||n||r,i=(0,At.useRef)(null),{transformPagePoint:l}=(0,At.useContext)(kb),s={onSessionStart:r,onStart:t,onMove:e,onEnd:(e,t)=>{i.current=null,n&&n(e,t)}};(0,At.useEffect)((()=>{null!==i.current&&i.current.updateHandlers(s)})),fy(o,"pointerdown",a&&function(e){i.current=new mk(e,s,{transformPagePoint:l})}),ky((()=>i.current&&i.current.end()))})),drag:Dy((function(e){const{dragControls:t,visualElement:n}=e,r=Pb((()=>new Kk(n)));(0,At.useEffect)((()=>t&&t.subscribe(r)),[r,t]),(0,At.useEffect)((()=>r.addListeners()),[r])}))};function Qk(e){return"string"==typeof e&&e.startsWith("var(--")}const ew=/var\((--[a-zA-Z0-9-_]+),? ?([a-zA-Z0-9 ()%#.,-]+)?\)/;function tw(e,t,n=1){const[r,o]=function(e){const t=ew.exec(e);if(!t)return[,];const[,n,r]=t;return[n,r]}(e);if(!r)return;const a=window.getComputedStyle(t).getPropertyValue(r);return a?a.trim():Qk(o)?tw(o,t,n+1):o}const nw=new Set(["width","height","top","left","right","bottom","x","y"]),rw=e=>nw.has(e),ow=(e,t)=>{e.set(t,!1),e.set(t)},aw=e=>e===iv||e===bv;var iw;!function(e){e.width="width",e.height="height",e.left="left",e.right="right",e.top="top",e.bottom="bottom"}(iw||(iw={}));const lw=(e,t)=>parseFloat(e.split(", ")[t]),sw=(e,t)=>(n,{transform:r})=>{if("none"===r||!r)return 0;const o=r.match(/^matrix3d\((.+)\)$/);if(o)return lw(o[1],t);{const t=r.match(/^matrix\((.+)\)$/);return t?lw(t[1],e):0}},cw=new Set(["x","y","z"]),uw=Jb.filter((e=>!cw.has(e)));const dw={width:({x:e},{paddingLeft:t="0",paddingRight:n="0"})=>e.max-e.min-parseFloat(t)-parseFloat(n),height:({y:e},{paddingTop:t="0",paddingBottom:n="0"})=>e.max-e.min-parseFloat(t)-parseFloat(n),top:(e,{top:t})=>parseFloat(t),left:(e,{left:t})=>parseFloat(t),bottom:({y:e},{top:t})=>parseFloat(t)+(e.max-e.min),right:({x:e},{left:t})=>parseFloat(t)+(e.max-e.min),x:sw(4,13),y:sw(5,14)},mw=(e,t,n={},r={})=>{t={...t},r={...r};const o=Object.keys(t).filter(rw);let a=[],i=!1;const l=[];if(o.forEach((o=>{const s=e.getValue(o);if(!e.hasValue(o))return;let c=n[o],u=z_(c);const d=t[o];let m;if(Xv(d)){const e=d.length,t=null===d[0]?1:0;c=d[t],u=z_(c);for(let n=t;n{const r=e.getValue(n);void 0!==r&&(t.push([n,r.get()]),r.set(n.startsWith("scale")?1:0))})),t.length&&e.render(),t}(e),i=!0),l.push(o),r[o]=void 0!==r[o]?r[o]:t[o],ow(s,d))})),l.length){const n=l.indexOf("height")>=0?window.pageYOffset:null,o=((e,t,n)=>{const r=t.measureViewportBox(),o=t.current,a=getComputedStyle(o),{display:i}=a,l={};"none"===i&&t.setStaticValue("display",e.display||"block"),n.forEach((e=>{l[e]=dw[e](r,a)})),t.render();const s=t.measureViewportBox();return n.forEach((n=>{const r=t.getValue(n);ow(r,l[n]),e[n]=dw[n](s,a)})),e})(t,e,l);return a.length&&a.forEach((([t,n])=>{e.getValue(t).set(n)})),e.render(),vb&&null!==n&&window.scrollTo({top:n}),{target:o,transitionEnd:r}}return{target:t,transitionEnd:r}};function pw(e,t,n,r){return(e=>Object.keys(e).some(rw))(t)?mw(e,t,n,r):{target:t,transitionEnd:r}}const fw=(e,t,n,r)=>{const o=function(e,{...t},n){const r=e.current;if(!(r instanceof Element))return{target:t,transitionEnd:n};n&&(n={...n}),e.values.forEach((e=>{const t=e.get();if(!Qk(t))return;const n=tw(t,r);n&&e.set(n)}));for(const e in t){const o=t[e];if(!Qk(o))continue;const a=tw(o,r);a&&(t[e]=a,n&&void 0===n[e]&&(n[e]=o))}return{target:t,transitionEnd:n}}(e,t,r);return pw(e,t=o.target,n,r=o.transitionEnd)};const hw=Object.keys(Rb),gw=hw.length,bw=["AnimationStart","AnimationComplete","Update","Unmount","BeforeLayoutMeasure","LayoutMeasure","LayoutAnimationStart","LayoutAnimationComplete"];const vw=["initial",...rk],yw=vw.length;class _w extends class{constructor({parent:e,props:t,reducedMotionConfig:n,visualState:r},o={}){this.current=null,this.children=new Set,this.isVariantNode=!1,this.isControllingVariants=!1,this.shouldReduceMotion=null,this.values=new Map,this.isPresent=!0,this.valueSubscriptions=new Map,this.prevMotionValues={},this.events={},this.propEventSubscriptions={},this.notifyUpdate=()=>this.notify("Update",this.latestValues),this.render=()=>{this.current&&(this.triggerBuild(),this.renderInstance(this.current,this.renderState,this.props.style,this.projection))},this.scheduleRender=()=>Ky.render(this.render,!1,!0);const{latestValues:a,renderState:i}=r;this.latestValues=a,this.baseTarget={...a},this.initialValues=t.initial?{...a}:{},this.renderState=i,this.parent=e,this.props=t,this.depth=e?e.depth+1:0,this.reducedMotionConfig=n,this.options=o,this.isControllingVariants=Nb(t),this.isVariantNode=Ob(t),this.isVariantNode&&(this.variantChildren=new Set),this.manuallyAnimateOnMount=Boolean(e&&e.current);const{willChange:l,...s}=this.scrapeMotionValuesFromProps(t);for(const e in s){const t=s[e];void 0!==a[e]&&ev(t)&&(t.set(a[e],!1),P_(l)&&l.add(e))}}scrapeMotionValuesFromProps(e){return{}}mount(e){var t;this.current=e,this.projection&&this.projection.mount(e),this.parent&&this.isVariantNode&&!this.isControllingVariants&&(this.removeFromVariantTree=null===(t=this.parent)||void 0===t?void 0:t.addVariantChild(this)),this.values.forEach(((e,t)=>this.bindToMotionValue(t,e))),_b.current||Mb(),this.shouldReduceMotion="never"!==this.reducedMotionConfig&&("always"===this.reducedMotionConfig||yb.current),this.parent&&this.parent.children.add(this),this.setProps(this.props)}unmount(){var e,t,n;null===(e=this.projection)||void 0===e||e.unmount(),Jy.update(this.notifyUpdate),Jy.render(this.render),this.valueSubscriptions.forEach((e=>e())),null===(t=this.removeFromVariantTree)||void 0===t||t.call(this),null===(n=this.parent)||void 0===n||n.children.delete(this);for(const e in this.events)this.events[e].clear();this.current=null}bindToMotionValue(e,t){const n=Zb.has(e),r=t.on("change",(t=>{this.latestValues[e]=t,this.props.onUpdate&&Ky.update(this.notifyUpdate,!1,!0),n&&this.projection&&(this.projection.isTransformDirty=!0)})),o=t.on("renderRequest",this.scheduleRender);this.valueSubscriptions.set(e,(()=>{r(),o()}))}sortNodePosition(e){return this.current&&this.sortInstanceNodePosition&&this.type===e.type?this.sortInstanceNodePosition(this.current,e.current):0}loadFeatures(e,t,n,r,o,a){const i=[];for(let t=0;tthis.scheduleRender(),animationType:"string"==typeof n?n:"both",initialPromotionConfig:a,layoutScroll:s})}return i}triggerBuild(){this.build(this.renderState,this.latestValues,this.options,this.props)}measureViewportBox(){return this.current?this.measureInstanceViewportBox(this.current,this.props):{x:{min:0,max:0},y:{min:0,max:0}}}getStaticValue(e){return this.latestValues[e]}setStaticValue(e,t){this.latestValues[e]=t}makeTargetAnimatable(e,t=!0){return this.makeTargetAnimatableFromInstance(e,this.props,t)}setProps(e){(e.transformTemplate||this.props.transformTemplate)&&this.scheduleRender(),this.props=e;for(let t=0;tn.variantChildren.delete(e)}addValue(e,t){this.hasValue(e)&&this.removeValue(e),this.values.set(e,t),this.latestValues[e]=t.get(),this.bindToMotionValue(e,t)}removeValue(e){var t;this.values.delete(e),null===(t=this.valueSubscriptions.get(e))||void 0===t||t(),this.valueSubscriptions.delete(e),delete this.latestValues[e],this.removeValueFromRenderState(e,this.renderState)}hasValue(e){return this.values.has(e)}getValue(e,t){if(this.props.values&&this.props.values[e])return this.props.values[e];let n=this.values.get(e);return void 0===n&&void 0!==t&&(n=l_(t,{owner:this}),this.addValue(e,n)),n}readValue(e){return void 0===this.latestValues[e]&&this.current?this.readValueFromInstance(this.current,e,this.options):this.latestValues[e]}setBaseTarget(e,t){this.baseTarget[e]=t}getBaseTarget(e){var t;const{initial:n}=this.props,r="string"==typeof n||"object"==typeof n?null===(t=Uv(this.props,n))||void 0===t?void 0:t[e]:void 0;if(n&&void 0!==r)return r;const o=this.getBaseTargetFromProps(this.props,e);return void 0===o||ev(o)?void 0!==this.initialValues[e]&&void 0===r?void 0:this.baseTarget[e]:o}on(e,t){return this.events[e]||(this.events[e]=new o_),this.events[e].add(t)}notify(e,...t){var n;null===(n=this.events[e])||void 0===n||n.notify(...t)}}{sortInstanceNodePosition(e,t){return 2&e.compareDocumentPosition(t)?1:-1}getBaseTargetFromProps(e,t){var n;return null===(n=e.style)||void 0===n?void 0:n[t]}removeValueFromRenderState(e,{vars:t,style:n}){delete t[e],delete n[e]}makeTargetAnimatableFromInstance({transition:e,transitionEnd:t,...n},{transformValues:r},o){let a=function(e,t,n){var r;const o={};for(const a in e){const e=R_(a,t);o[a]=void 0!==e?e:null===(r=n.getValue(a))||void 0===r?void 0:r.get()}return o}(n,e||{},this);if(r&&(t&&(t=r(t)),n&&(n=r(n)),a&&(a=r(a))),o){!function(e,t,n){var r,o;const a=Object.keys(t).filter((t=>!e.hasValue(t))),i=a.length;if(i)for(let l=0;lGb(e)?new kw(t,{enableHardwareAcceleration:!1}):new Mw(t,{enableHardwareAcceleration:!0});function Ew(e,t){return t.max===t.min?0:e/(t.max-t.min)*100}const xw={correct:(e,t)=>{if(!t.target)return e;if("string"==typeof e){if(!bv.test(e))return e;e=parseFloat(e)}return`${Ew(e,t.target.x)}% ${Ew(e,t.target.y)}%`}},Cw="_$css",Lw={correct:(e,{treeScale:t,projectionDelta:n})=>{const r=e,o=e.includes("var("),a=[];o&&(e=e.replace(ew,(e=>(a.push(e),Cw))));const i=M_.parse(e);if(i.length>5)return r;const l=M_.createTransformer(e),s="number"!=typeof i[0]?1:0,c=n.x.scale*t.x,u=n.y.scale*t.y;i[0+s]/=c,i[1+s]/=u;const d=$_(c,u,.5);"number"==typeof i[2+s]&&(i[2+s]/=d),"number"==typeof i[3+s]&&(i[3+s]/=d);let m=l(i);if(o){let e=0;m=m.replace(Cw,(()=>{const t=a[e];return e++,t}))}return m}};class Sw extends At.Component{componentDidMount(){const{visualElement:e,layoutGroup:t,switchLayoutGroup:n,layoutId:r}=this.props,{projection:o}=e;var a;a=Aw,Object.assign(Kb,a),o&&(t.group&&t.group.add(o),n&&n.register&&r&&n.register(o),o.root.didUpdate(),o.addEventListener("animationComplete",(()=>{this.safeToRemove()})),o.setOptions({...o.options,onExitComplete:()=>this.safeToRemove()})),Hb.hasEverUpdated=!0}getSnapshotBeforeUpdate(e){const{layoutDependency:t,visualElement:n,drag:r,isPresent:o}=this.props,a=n.projection;return a?(a.isPresent=o,r||e.layoutDependency!==t||void 0===t?a.willUpdate():this.safeToRemove(),e.isPresent!==o&&(o?a.promote():a.relegate()||Ky.postRender((()=>{var e;(null===(e=a.getStack())||void 0===e?void 0:e.members.length)||this.safeToRemove()}))),null):null}componentDidUpdate(){const{projection:e}=this.props.visualElement;e&&(e.root.didUpdate(),!e.currentAnimation&&e.isLead()&&this.safeToRemove())}componentWillUnmount(){const{visualElement:e,layoutGroup:t,switchLayoutGroup:n}=this.props,{projection:r}=e;r&&(r.scheduleCheckAfterUnmount(),(null==t?void 0:t.group)&&t.group.remove(r),(null==n?void 0:n.deregister)&&n.deregister(r))}safeToRemove(){const{safeToRemove:e}=this.props;null==e||e()}render(){return null}}const Aw={borderRadius:{...xw,applyTo:["borderTopLeftRadius","borderTopRightRadius","borderBottomLeftRadius","borderBottomRightRadius"]},borderTopLeftRadius:xw,borderTopRightRadius:xw,borderBottomLeftRadius:xw,borderBottomRightRadius:xw,boxShadow:Lw},Tw={measureLayout:function(e){const[t,n]=Ry(),r=(0,At.useContext)(Yb);return At.createElement(Sw,{...e,layoutGroup:r,switchLayoutGroup:(0,At.useContext)(jb),isPresent:t,safeToRemove:n})}};const zw=["TopLeft","TopRight","BottomLeft","BottomRight"],Nw=zw.length,Ow=e=>"string"==typeof e?parseFloat(e):e,Bw=e=>"number"==typeof e||bv.test(e);function Dw(e,t){return void 0!==e[t]?e[t]:e.borderRadius}const Iw=Pw(0,.5,mM),Rw=Pw(.5,.95,sM);function Pw(e,t,n){return r=>rt?1:n(oM(e,t,r))}function Hw(e,t){e.min=t.min,e.max=t.max}function Ww(e,t){Hw(e.x,t.x),Hw(e.y,t.y)}function Yw(e,t,n,r,o){return e=Pk(e-=t,1/n,r),void 0!==o&&(e=Pk(e,1/o,r)),e}function Fw(e,t,[n,r,o],a,i){!function(e,t=0,n=1,r=.5,o,a=e,i=e){gv.test(t)&&(t=parseFloat(t),t=$_(i.min,i.max,t/100)-i.min);if("number"!=typeof t)return;let l=$_(a.min,a.max,r);e===a&&(l-=t),e.min=Yw(e.min,t,n,l,o),e.max=Yw(e.max,t,n,l,o)}(e,t[n],t[r],t[o],t.scale,a,i)}const jw=["x","scaleX","originX"],qw=["y","scaleY","originY"];function Vw(e,t,n,r){Fw(e.x,t,jw,null==n?void 0:n.x,null==r?void 0:r.x),Fw(e.y,t,qw,null==n?void 0:n.y,null==r?void 0:r.y)}function Uw(e){return 0===e.translate&&1===e.scale}function Xw(e){return Uw(e.x)&&Uw(e.y)}function $w(e,t){return e.x.min===t.x.min&&e.x.max===t.x.max&&e.y.min===t.y.min&&e.y.max===t.y.max}function Gw(e){return yk(e.x)/yk(e.y)}class Kw{constructor(){this.members=[]}add(e){n_(this.members,e),e.scheduleRender()}remove(e){if(r_(this.members,e),e===this.prevLead&&(this.prevLead=void 0),e===this.lead){const e=this.members[this.members.length-1];e&&this.promote(e)}}relegate(e){const t=this.members.findIndex((t=>e===t));if(0===t)return!1;let n;for(let e=t;e>=0;e--){const t=this.members[e];if(!1!==t.isPresent){n=t;break}}return!!n&&(this.promote(n),!0)}promote(e,t){var n;const r=this.lead;if(e!==r&&(this.prevLead=r,this.lead=e,e.show(),r)){r.instance&&r.scheduleRender(),e.scheduleRender(),e.resumeFrom=r,t&&(e.resumeFrom.preserveOpacity=!0),r.snapshot&&(e.snapshot=r.snapshot,e.snapshot.latestValues=r.animationValues||r.latestValues),(null===(n=e.root)||void 0===n?void 0:n.isUpdating)&&(e.isLayoutDirty=!0);const{crossfade:o}=e.options;!1===o&&r.hide()}}exitAnimationComplete(){this.members.forEach((e=>{var t,n,r,o,a;null===(n=(t=e.options).onExitComplete)||void 0===n||n.call(t),null===(a=null===(r=e.resumingFrom)||void 0===r?void 0:(o=r.options).onExitComplete)||void 0===a||a.call(o)}))}scheduleRender(){this.members.forEach((e=>{e.instance&&e.scheduleRender(!1)}))}removeLeadSnapshot(){this.lead&&this.lead.snapshot&&(this.lead.snapshot=void 0)}}function Jw(e,t,n){let r="";const o=e.x.translate/t.x,a=e.y.translate/t.y;if((o||a)&&(r=`translate3d(${o}px, ${a}px, 0) `),1===t.x&&1===t.y||(r+=`scale(${1/t.x}, ${1/t.y}) `),n){const{rotate:e,rotateX:t,rotateY:o}=n;e&&(r+=`rotate(${e}deg) `),t&&(r+=`rotateX(${t}deg) `),o&&(r+=`rotateY(${o}deg) `)}const i=e.x.scale*t.x,l=e.y.scale*t.y;return 1===i&&1===l||(r+=`scale(${i}, ${l})`),r||"none"}const Zw=(e,t)=>e.depth-t.depth;class Qw{constructor(){this.children=[],this.isDirty=!1}add(e){n_(this.children,e),this.isDirty=!0}remove(e){r_(this.children,e),this.isDirty=!0}forEach(e){this.isDirty&&this.children.sort(Zw),this.isDirty=!1,this.children.forEach(e)}}const eE=["","X","Y","Z"];let tE=0;function nE({attachResizeListener:e,defaultParent:t,measureScroll:n,checkIsScrollRoot:r,resetTransform:o}){return class{constructor(e,n={},r=(null==t?void 0:t())){this.id=tE++,this.animationId=0,this.children=new Set,this.options={},this.isTreeAnimating=!1,this.isAnimationBlocked=!1,this.isLayoutDirty=!1,this.isTransformDirty=!1,this.isProjectionDirty=!1,this.updateManuallyBlocked=!1,this.updateBlockedByResize=!1,this.isUpdating=!1,this.isSVG=!1,this.needsReset=!1,this.shouldResetTransform=!1,this.treeScale={x:1,y:1},this.eventHandlers=new Map,this.potentialNodes=new Map,this.checkUpdateFailed=()=>{this.isUpdating&&(this.isUpdating=!1,this.clearAllSnapshots())},this.updateProjection=()=>{this.nodes.forEach(aE),this.nodes.forEach(uE),this.nodes.forEach(dE)},this.hasProjected=!1,this.isVisible=!0,this.animationProgress=0,this.sharedNodes=new Map,this.elementId=e,this.latestValues=n,this.root=r?r.root||r:this,this.path=r?[...r.path,r]:[],this.parent=r,this.depth=r?r.depth+1:0,e&&this.root.registerPotentialNode(e,this);for(let e=0;ethis.root.updateBlockedByResize=!1;e(t,(()=>{this.root.updateBlockedByResize=!0,n&&n(),n=IM(r,250),Hb.hasAnimatedSinceResize&&(Hb.hasAnimatedSinceResize=!1,this.nodes.forEach(cE))}))}o&&this.root.registerSharedNode(o,this),!1!==this.options.animate&&i&&(o||a)&&this.addEventListener("didUpdate",(({delta:e,hasLayoutChanged:t,hasRelativeTargetChanged:n,layout:r})=>{var o,a,l,s,c;if(this.isTreeAnimationBlocked())return this.target=void 0,void(this.relativeTarget=void 0);const u=null!==(a=null!==(o=this.options.transition)&&void 0!==o?o:i.getDefaultTransition())&&void 0!==a?a:bE,{onLayoutAnimationStart:d,onLayoutAnimationComplete:m}=i.getProps(),p=!this.targetLayout||!$w(this.targetLayout,r)||n,f=!t&&n;if((null===(l=this.resumeFrom)||void 0===l?void 0:l.instance)||f||t&&(p||!this.currentAnimation)){this.resumeFrom&&(this.resumingFrom=this.resumeFrom,this.resumingFrom.resumingFrom=void 0),this.setAnimationOrigin(e,f);const t={...XM(u,"layout"),onPlay:d,onComplete:m};i.shouldReduceMotion&&(t.delay=0,t.type=!1),this.startAnimation(t)}else t||0!==this.animationProgress||cE(this),this.isLead()&&(null===(c=(s=this.options).onExitComplete)||void 0===c||c.call(s));this.targetLayout=r}))}unmount(){var e,t;this.options.layoutId&&this.willUpdate(),this.root.nodes.remove(this),null===(e=this.getStack())||void 0===e||e.remove(this),null===(t=this.parent)||void 0===t||t.children.delete(this),this.instance=void 0,Jy.preRender(this.updateProjection)}blockUpdate(){this.updateManuallyBlocked=!0}unblockUpdate(){this.updateManuallyBlocked=!1}isUpdateBlocked(){return this.updateManuallyBlocked||this.updateBlockedByResize}isTreeAnimationBlocked(){var e;return this.isAnimationBlocked||(null===(e=this.parent)||void 0===e?void 0:e.isTreeAnimationBlocked())||!1}startUpdate(){var e;this.isUpdateBlocked()||(this.isUpdating=!0,null===(e=this.nodes)||void 0===e||e.forEach(mE),this.animationId++)}willUpdate(e=!0){var t,n,r;if(this.root.isUpdateBlocked())return void(null===(n=(t=this.options).onExitComplete)||void 0===n||n.call(t));if(!this.root.isUpdating&&this.root.startUpdate(),this.isLayoutDirty)return;this.isLayoutDirty=!0;for(let e=0;e{this.isLayoutDirty?this.root.didUpdate():this.root.checkUpdateFailed()}))}updateSnapshot(){!this.snapshot&&this.instance&&(this.snapshot=this.measure())}updateLayout(){var e;if(!this.instance)return;if(this.updateScroll(),!(this.options.alwaysMeasureLayout&&this.isLead()||this.isLayoutDirty))return;if(this.resumeFrom&&!this.resumeFrom.instance)for(let e=0;e{var n;const r=t/1e3;fE(l.x,e.x,r),fE(l.y,e.y,r),this.setTargetDelta(l),this.relativeTarget&&this.relativeTargetOrigin&&this.layout&&(null===(n=this.relativeParent)||void 0===n?void 0:n.layout)&&(xk(s,this.layout.layoutBox,this.relativeParent.layout.layoutBox),function(e,t,n,r){hE(e.x,t.x,n.x,r),hE(e.y,t.y,n.y,r)}(this.relativeTarget,this.relativeTargetOrigin,s,r)),c&&(this.animationValues=i,function(e,t,n,r,o,a){o?(e.opacity=$_(0,void 0!==n.opacity?n.opacity:1,Iw(r)),e.opacityExit=$_(void 0!==t.opacity?t.opacity:1,0,Rw(r))):a&&(e.opacity=$_(void 0!==t.opacity?t.opacity:1,void 0!==n.opacity?n.opacity:1,r));for(let o=0;o{Hb.hasAnimatedSinceResize=!0,this.currentAnimation=function(e,t,n={}){const r=ev(e)?e:l_(e);return r.start(ZM("",r,t,n)),{stop:()=>r.stop(),isAnimating:()=>r.isAnimating()}}(0,1e3,{...e,onUpdate:t=>{var n;this.mixTargetDelta(t),null===(n=e.onUpdate)||void 0===n||n.call(e,t)},onComplete:()=>{var t;null===(t=e.onComplete)||void 0===t||t.call(e),this.completeAnimation()}}),this.resumingFrom&&(this.resumingFrom.currentAnimation=this.currentAnimation),this.pendingAnimation=void 0}))}completeAnimation(){var e;this.resumingFrom&&(this.resumingFrom.currentAnimation=void 0,this.resumingFrom.preserveOpacity=void 0),null===(e=this.getStack())||void 0===e||e.exitAnimationComplete(),this.resumingFrom=this.currentAnimation=this.animationValues=void 0,this.notifyListeners("animationComplete")}finishAnimation(){var e;this.currentAnimation&&(null===(e=this.mixTargetDelta)||void 0===e||e.call(this,1e3),this.currentAnimation.stop()),this.completeAnimation()}applyTransformsToTarget(){const e=this.getLead();let{targetWithTransforms:t,target:n,layout:r,latestValues:o}=e;if(t&&n&&r){if(this!==e&&this.layout&&r&&_E(this.options.animationType,this.layout.layoutBox,r.layoutBox)){n=this.target||{x:{min:0,max:0},y:{min:0,max:0}};const t=yk(this.layout.layoutBox.x);n.x.min=e.target.x.min,n.x.max=n.x.min+t;const r=yk(this.layout.layoutBox.y);n.y.min=e.target.y.min,n.y.max=n.y.min+r}Ww(t,n),Xk(t,o),kk(this.projectionDeltaWithTransform,this.layoutCorrected,t,o)}}registerSharedNode(e,t){var n,r,o;this.sharedNodes.has(e)||this.sharedNodes.set(e,new Kw);this.sharedNodes.get(e).add(t),t.promote({transition:null===(n=t.options.initialPromotionConfig)||void 0===n?void 0:n.transition,preserveFollowOpacity:null===(o=null===(r=t.options.initialPromotionConfig)||void 0===r?void 0:r.shouldPreserveFollowOpacity)||void 0===o?void 0:o.call(r,t)})}isLead(){const e=this.getStack();return!e||e.lead===this}getLead(){var e;const{layoutId:t}=this.options;return t&&(null===(e=this.getStack())||void 0===e?void 0:e.lead)||this}getPrevLead(){var e;const{layoutId:t}=this.options;return t?null===(e=this.getStack())||void 0===e?void 0:e.prevLead:void 0}getStack(){const{layoutId:e}=this.options;if(e)return this.root.sharedNodes.get(e)}promote({needsReset:e,transition:t,preserveFollowOpacity:n}={}){const r=this.getStack();r&&r.promote(this,n),e&&(this.projectionDelta=void 0,this.needsReset=!0),t&&this.setOptions({transition:t})}relegate(){const e=this.getStack();return!!e&&e.relegate(this)}resetRotation(){const{visualElement:e}=this.options;if(!e)return;let t=!1;const{latestValues:n}=e;if((n.rotate||n.rotateX||n.rotateY||n.rotateZ)&&(t=!0),!t)return;const r={};for(let t=0;t{var t;return null===(t=e.currentAnimation)||void 0===t?void 0:t.stop()})),this.root.nodes.forEach(lE),this.root.sharedNodes.clear()}}}function rE(e){e.updateLayout()}function oE(e){var t,n,r;const o=(null===(t=e.resumeFrom)||void 0===t?void 0:t.snapshot)||e.snapshot;if(e.isLead()&&e.layout&&o&&e.hasListeners("didUpdate")){const{layoutBox:t,measuredBox:n}=e.layout,{animationType:r}=e.options,a=o.source!==e.layout.source;"size"===r?zk((e=>{const n=a?o.measuredBox[e]:o.layoutBox[e],r=yk(n);n.min=t[e].min,n.max=n.min+r})):_E(r,o.layoutBox,t)&&zk((e=>{const n=a?o.measuredBox[e]:o.layoutBox[e],r=yk(t[e]);n.max=n.min+r}));const i={x:{translate:0,scale:1,origin:0,originPoint:0},y:{translate:0,scale:1,origin:0,originPoint:0}};kk(i,t,o.layoutBox);const l={x:{translate:0,scale:1,origin:0,originPoint:0},y:{translate:0,scale:1,origin:0,originPoint:0}};a?kk(l,e.applyTransform(n,!0),o.measuredBox):kk(l,t,o.layoutBox);const s=!Xw(i);let c=!1;if(!e.resumeFrom){const n=e.getClosestProjectingParent();if(n&&!n.resumeFrom){const{snapshot:e,layout:r}=n;if(e&&r){const n={x:{min:0,max:0},y:{min:0,max:0}};xk(n,o.layoutBox,e.layoutBox);const a={x:{min:0,max:0},y:{min:0,max:0}};xk(a,t,r.layoutBox),$w(n,a)||(c=!0)}}}e.notifyListeners("didUpdate",{layout:t,snapshot:o,delta:l,layoutDelta:i,hasLayoutChanged:s,hasRelativeTargetChanged:c})}else e.isLead()&&(null===(r=(n=e.options).onExitComplete)||void 0===r||r.call(n));e.options.transition=void 0}function aE(e){e.isProjectionDirty||(e.isProjectionDirty=Boolean(e.parent&&e.parent.isProjectionDirty)),e.isTransformDirty||(e.isTransformDirty=Boolean(e.parent&&e.parent.isTransformDirty))}function iE(e){e.clearSnapshot()}function lE(e){e.clearMeasurements()}function sE(e){const{visualElement:t}=e.options;(null==t?void 0:t.getProps().onBeforeLayoutMeasure)&&t.notify("BeforeLayoutMeasure"),e.resetTransform()}function cE(e){e.finishAnimation(),e.targetDelta=e.relativeTarget=e.target=void 0}function uE(e){e.resolveTargetDelta()}function dE(e){e.calcProjection()}function mE(e){e.resetRotation()}function pE(e){e.removeLeadSnapshot()}function fE(e,t,n){e.translate=$_(t.translate,0,n),e.scale=$_(t.scale,1,n),e.origin=t.origin,e.originPoint=t.originPoint}function hE(e,t,n,r){e.min=$_(t.min,n.min,r),e.max=$_(t.max,n.max,r)}function gE(e){return e.animationValues&&void 0!==e.animationValues.opacityExit}const bE={duration:.45,ease:[.4,0,.1,1]};function vE(e,t){let n=e.root;for(let t=e.path.length-1;t>=0;t--)if(Boolean(e.path[t].instance)){n=e.path[t];break}const r=(n&&n!==e.root?n.instance:document).querySelector(`[data-projection-id="${t}"]`);r&&e.mount(r,!0)}function yE(e){e.min=Math.round(e.min),e.max=Math.round(e.max)}function _E(e,t,n){return"position"===e||"preserve-aspect"===e&&!_k(Gw(t),Gw(n),.2)}const ME=nE({attachResizeListener:(e,t)=>ty(e,"resize",t),measureScroll:()=>({x:document.documentElement.scrollLeft||document.body.scrollLeft,y:document.documentElement.scrollTop||document.body.scrollTop}),checkIsScrollRoot:()=>!0}),kE={current:void 0},wE=nE({measureScroll:e=>({x:e.scrollLeft,y:e.scrollTop}),defaultParent:()=>{if(!kE.current){const e=new ME(0,{});e.mount(window),e.setOptions({layoutScroll:!0}),kE.current=e}return kE.current},resetTransform:(e,t)=>{e.style.transform=void 0!==t?t:"none"},checkIsScrollRoot:e=>Boolean("fixed"===window.getComputedStyle(e).position)}),EE={...uk,...Iy,...Zk,...Tw},xE=Xb(((e,t)=>function(e,{forwardMotionProps:t=!1},n,r,o){return{...Gb(e)?Zv:Qv,preloadedFeatures:n,useRender:Hv(t),createVisualElement:r,projectionNodeConstructor:o,Component:e}}(e,t,EE,ww,wE)));function CE(e){const[t,n]=(0,At.useState)((()=>!(!e||"undefined"==typeof window||!window.matchMedia(e).matches)));return(0,At.useEffect)((()=>{if(!e)return;const t=()=>n(window.matchMedia(e).matches);t();const r=window.matchMedia(e);return r.addListener(t),()=>{r.removeListener(t)}}),[e]),!!e&&t}const LE={huge:1440,wide:1280,large:960,medium:782,small:600,mobile:480},SE={">=":"min-width","<":"max-width"},AE={">=":(e,t)=>t>=e,"<":(e,t)=>t1&&void 0!==arguments[1]?arguments[1]:">=";const n=(0,At.useContext)(TE),r=!n&&`(${SE[t]}: ${LE[e]}px)`,o=CE(r||void 0);return n?AE[t](LE[e],n):o};zE.__experimentalWidthProvider=TE.Provider;const NE=zE;function OE(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:null;if(!e){if("undefined"==typeof window)return!1;e=window}const{platform:t}=e.navigator;return-1!==t.indexOf("Mac")||["iPad","iPhone"].includes(t)}const BE=8,DE=13,IE=27,RE=35,PE=36,HE=37,WE=38,YE=39,FE=40,jE=46,qE="alt",VE="ctrl",UE="meta",XE="shift",$E={primary:e=>e()?[UE]:[VE],primaryShift:e=>e()?[XE,UE]:[VE,XE],primaryAlt:e=>e()?[qE,UE]:[VE,qE],secondary:e=>e()?[XE,qE,UE]:[VE,XE,qE],access:e=>e()?[VE,qE]:[XE,qE],ctrl:()=>[VE],alt:()=>[qE],ctrlShift:()=>[VE,XE],shift:()=>[XE],shiftAlt:()=>[XE,qE],undefined:()=>[]},GE=(0,Ot.mapValues)($E,(e=>function(t){let n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:OE;return[...e(n),t.toLowerCase()].join("+")})),KE=(0,Ot.mapValues)($E,(e=>function(t){let n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:OE;const r=n(),o={[qE]:r?"⌥":"Alt",[VE]:r?"⌃":"Ctrl",[UE]:"⌘",[XE]:r?"⇧":"Shift"},a=e(n).reduce(((e,t)=>{const n=(0,Ot.get)(o,t,t);return r?[...e,n]:[...e,n,"+"]}),[]),i=Zu(t,{stripRegexp:/[^A-Z0-9~`,\.\\\-]/gi});return[...a,i]})),JE=(0,Ot.mapValues)(KE,(e=>function(t){let n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:OE;return e(t,n).join("")})),ZE=(0,Ot.mapValues)($E,(e=>function(t){let n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:OE;const r=n(),o={[XE]:"Shift",[UE]:r?"Command":"Control",[VE]:"Control",[qE]:r?"Option":"Alt",",":Jr("Comma"),".":Jr("Period"),"`":Jr("Backtick"),"~":Jr("Tilde")};return[...e(n),t].map((e=>Zu((0,Ot.get)(o,e,e)))).join(r?" ":" + ")}));function QE(e){return[qE,VE,UE,XE].filter((t=>e[`${t}Key`]))}const ex=(0,Ot.mapValues)($E,(e=>function(t,n){let r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:OE;const o=e(r),a=QE(t),i=o.filter((e=>!a.includes(e))),l=a.filter((e=>!o.includes(e)));if(i.length>0||l.length>0)return!1;let s=t.key.toLowerCase();return n?(t.altKey&&1===n.length&&(s=String.fromCharCode(t.keyCode).toLowerCase()),r()||t.shiftKey&&1===n.length&&"Comma"===t.code&&(s=","),"del"===n&&(n="delete"),s===n.toLowerCase()):o.includes(s)}));function tx(e){return[e?'[tabindex]:not([tabindex^="-"])':"[tabindex]","a[href]","button:not([disabled])",'input:not([type="hidden"]):not([disabled])',"select:not([disabled])","textarea:not([disabled])",'iframe:not([tabindex^="-"])',"object","embed","area[href]","[contenteditable]:not([contenteditable=false])"].join(",")}function nx(e){return e.offsetWidth>0||e.offsetHeight>0||e.getClientRects().length>0}function rx(e){const t=e.closest("map[name]");if(!t)return!1;const n=e.ownerDocument.querySelector('img[usemap="#'+t.name+'"]');return!!n&&nx(n)}function ox(e){let{sequential:t=!1}=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};const n=e.querySelectorAll(tx(t));return Array.from(n).filter((e=>{if(!nx(e))return!1;const{nodeName:t}=e;return"AREA"!==t||rx(e)}))}function ax(e){const t=e.getAttribute("tabindex");return null===t?0:parseInt(t,10)}function ix(e){return-1!==ax(e)}function lx(e,t){return{element:e,index:t}}function sx(e){return e.element}function cx(e,t){const n=ax(e.element),r=ax(t.element);return n===r?e.index-t.index:n-r}function ux(e){return e.filter(ix).map(lx).sort(cx).map(sx).reduce(function(){const e={};return function(t,n){const{nodeName:r,type:o,checked:a,name:i}=n;if("INPUT"!==r||"radio"!==o||!i)return t.concat(n);const l=e.hasOwnProperty(i);if(!a&&l)return t;if(l){const n=e[i];t=t.filter((e=>e!==n))}return e[i]=n,t.concat(n)}}(),[])}function dx(e){return ux(ox(e))}function mx(e){return ux(ox(e.ownerDocument.body)).reverse().find((t=>e.compareDocumentPosition(t)&e.DOCUMENT_POSITION_PRECEDING))}function px(e){return ux(ox(e.ownerDocument.body)).find((t=>e.compareDocumentPosition(t)&e.DOCUMENT_POSITION_FOLLOWING))}const fx={focusable:s,tabbable:c};function hx(e,t){const n=(0,At.useRef)();return(0,At.useCallback)((t=>{t?n.current=e(t):n.current&&n.current()}),t)}const gx=function(){return hx((e=>{function t(t){const{keyCode:n,shiftKey:r,target:o}=t;if(9!==n)return;const a=r?"findPrevious":"findNext",i=fx.tabbable[a](o)||null;if(e.contains(i))return;const l=r?"append":"prepend",{ownerDocument:s}=e,c=s.createElement("div");c.tabIndex=-1,e[l](c),c.addEventListener("blur",(()=>e.removeChild(c))),c.focus()}return e.addEventListener("keydown",t),()=>{e.removeEventListener("keydown",t)}}),[])};function bx(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"firstElement";const t=(0,At.useRef)(e);return(0,At.useEffect)((()=>{t.current=e}),[e]),(0,At.useCallback)((e=>{var n,r;if(!e||!1===t.current)return;if(e.contains(null!==(n=null===(r=e.ownerDocument)||void 0===r?void 0:r.activeElement)&&void 0!==n?n:null))return;let o=e;if("firstElement"===t.current){const t=fx.tabbable.find(e)[0];t&&(o=t)}o.focus({preventScroll:!0})}),[])}const vx=function(e){const t=(0,At.useRef)(null),n=(0,At.useRef)(null),r=(0,At.useRef)(e);return(0,At.useEffect)((()=>{r.current=e}),[e]),(0,At.useCallback)((e=>{if(e){if(t.current=e,n.current)return;n.current=e.ownerDocument.activeElement}else if(n.current){var o,a,i;const e=null===(o=t.current)||void 0===o?void 0:o.contains(null===(a=t.current)||void 0===a?void 0:a.ownerDocument.activeElement);if(null!==(i=t.current)&&void 0!==i&&i.isConnected&&!e)return;var l;if(r.current)r.current();else null===(l=n.current)||void 0===l||l.focus()}}),[])},yx=["button","submit"];function _x(e){const t=(0,At.useRef)(e);(0,At.useEffect)((()=>{t.current=e}),[e]);const n=(0,At.useRef)(!1),r=(0,At.useRef)(),o=(0,At.useCallback)((()=>{clearTimeout(r.current)}),[]);(0,At.useEffect)((()=>()=>o()),[]),(0,At.useEffect)((()=>{e||o()}),[e,o]);const a=(0,At.useCallback)((e=>{const{type:t,target:r}=e;["mouseup","touchend"].includes(t)?n.current=!1:function(e){if(!(e instanceof window.HTMLElement))return!1;switch(e.nodeName){case"A":case"BUTTON":return!0;case"INPUT":return yx.includes(e.type)}return!1}(r)&&(n.current=!0)}),[]),i=(0,At.useCallback)((e=>{var o;if(e.persist(),n.current)return;const a=e.target.getAttribute("data-unstable-ignore-focus-outside-for-relatedtarget");a&&null!==(o=e.relatedTarget)&&void 0!==o&&o.closest(a)||(r.current=setTimeout((()=>{document.hasFocus()?"function"==typeof t.current&&t.current(e):e.preventDefault()}),0))}),[]);return{onFocus:o,onMouseDown:a,onMouseUp:a,onTouchStart:a,onTouchEnd:a,onBlur:i}}const Mx=function(e){const t=(0,At.useRef)();(0,At.useEffect)((()=>{t.current=e}),Object.values(e));const n=gx(),r=bx(e.focusOnMount),o=vx(),a=_x((e=>{var n,r;null!==(n=t.current)&&void 0!==n&&n.__unstableOnClose?t.current.__unstableOnClose("focus-outside",e):null!==(r=t.current)&&void 0!==r&&r.onClose&&t.current.onClose()})),i=(0,At.useCallback)((e=>{e&&e.addEventListener("keydown",(e=>{var n;e.keyCode===IE&&!e.defaultPrevented&&null!==(n=t.current)&&void 0!==n&&n.onClose&&(e.preventDefault(),t.current.onClose())}))}),[]);return[fg([!1!==e.focusOnMount?n:null,!1!==e.focusOnMount?o:null,!1!==e.focusOnMount?r:null,i]),{...a,tabIndex:-1}]};var kx=n(2438),wx=n.n(kx);const Ex=e=>(0,At.createElement)("circle",e),xx=e=>(0,At.createElement)("g",e),Cx=e=>(0,At.createElement)("path",e),Lx=e=>(0,At.createElement)("rect",e),Sx=e=>{let{className:t,isPressed:n,...r}=e;const o={...r,className:wx()(t,{"is-pressed":n})||void 0,"aria-hidden":!0,focusable:!1};return(0,At.createElement)("svg",o)},Ax=(0,At.createElement)(Sx,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,At.createElement)(Cx,{d:"M13 11.8l6.1-6.3-1-1-6.1 6.2-6.1-6.2-1 1 6.1 6.3-6.5 6.7 1 1 6.5-6.6 6.5 6.6 1-1z"}));let Tx=0;function zx(e){const t=document.scrollingElement||document.body;e&&(Tx=t.scrollTop);const n=e?"add":"remove";t.classList[n]("lockscroll"),document.documentElement.classList[n]("lockscroll"),e||(t.scrollTop=Tx)}let Nx=0;const Ox=function(){return(0,At.useEffect)((()=>(0===Nx&&zx(!0),++Nx,()=>{1===Nx&&zx(!1),--Nx})),[]),null},Bx=Symbol(),Dx=Symbol(),Ix=Symbol();let Rx=(e,t)=>new Proxy(e,t);const Px=Object.getPrototypeOf,Hx=new WeakMap,Wx=e=>e&&(Hx.has(e)?Hx.get(e):Px(e)===Object.prototype||Px(e)===Array.prototype),Yx=e=>"object"==typeof e&&null!==e,Fx=new WeakMap,jx=e=>e[Ix]||e,qx=(e,t,n)=>{if(!Wx(e))return e;const r=jx(e),o=(e=>Object.isFrozen(e)||Object.values(Object.getOwnPropertyDescriptors(e)).some((e=>!e.writable)))(r);let a=n&&n.get(r);return a&&a[1].f===o||(a=((e,t)=>{const n={f:t};let r=!1;const o=(t,o)=>{if(!r){let r=n.a.get(e);r||(r=new Set,n.a.set(e,r)),o&&r.has(Bx)||r.add(t)}},a={get:(t,r)=>r===Ix?e:(o(r),qx(t[r],n.a,n.c)),has:(t,a)=>a===Dx?(r=!0,n.a.delete(e),!0):(o(a),a in t),getOwnPropertyDescriptor:(e,t)=>(o(t,!0),Object.getOwnPropertyDescriptor(e,t)),ownKeys:e=>(o(Bx),Reflect.ownKeys(e))};return t&&(a.set=a.deleteProperty=()=>!1),[a,n]})(r,o),a[1].p=Rx(o?(e=>{let t=Fx.get(e);if(!t){if(Array.isArray(e))t=Array.from(e);else{const n=Object.getOwnPropertyDescriptors(e);Object.values(n).forEach((e=>{e.configurable=!0})),t=Object.create(Px(e),n)}Fx.set(e,t)}return t})(r):r,a[0]),n&&n.set(r,a)),a[1].a=t,a[1].c=n,a[1].p},Vx=(e,t)=>{const n=Reflect.ownKeys(e),r=Reflect.ownKeys(t);return n.length!==r.length||n.some(((e,t)=>e!==r[t]))},Ux=(e,t,n,r)=>{if(Object.is(e,t))return!1;if(!Yx(e)||!Yx(t))return!0;const o=n.get(jx(e));if(!o)return!0;if(r){const n=r.get(e);if(n&&n.n===t)return n.g;r.set(e,{n:t,g:!1})}let a=null;for(const i of o){const o=i===Bx?Vx(e,t):Ux(e[i],t[i],n,r);if(!0!==o&&!1!==o||(a=o),a)break}return null===a&&(a=!0),r&&r.set(e,{n:t,g:a}),a},Xx=(e,t=!0)=>{Hx.set(e,t)};var $x=n(1688);const Gx=e=>"object"==typeof e&&null!==e,Kx=new WeakSet,Jx=Symbol("VERSION"),Zx=Symbol("LISTENERS"),Qx=Symbol("SNAPSHOT"),eC=(e=Object.is,t=((e,t)=>new Proxy(e,t)),n=(e=>Gx(e)&&!Kx.has(e)&&(Array.isArray(e)||!(Symbol.iterator in e))&&!(e instanceof WeakMap)&&!(e instanceof WeakSet)&&!(e instanceof Error)&&!(e instanceof Number)&&!(e instanceof Date)&&!(e instanceof String)&&!(e instanceof RegExp)&&!(e instanceof ArrayBuffer)),r=Symbol("PROMISE_RESULT"),o=Symbol("PROMISE_ERROR"),a=new WeakMap,i=((e,t,n)=>{const i=a.get(n);if((null==i?void 0:i[0])===e)return i[1];const l=Array.isArray(t)?[]:Object.create(Object.getPrototypeOf(t));return Xx(l,!0),a.set(n,[e,l]),Reflect.ownKeys(t).forEach((e=>{const a=Reflect.get(t,e,n);if(Kx.has(a))Xx(a,!1),l[e]=a;else if(a instanceof Promise)if(r in a)l[e]=a[r];else{const t=a[o]||a;Object.defineProperty(l,e,{get(){if(r in a)return a[r];throw t}})}else(null==a?void 0:a[Zx])?l[e]=a[Qx]:l[e]=a})),Object.freeze(l)}),l=new WeakMap,s=[1],c=(a=>{if(!Gx(a))throw new Error("object required");const c=l.get(a);if(c)return c;let u=s[0];const d=new Set,m=(e,t=++s[0])=>{u!==t&&(u=t,d.forEach((n=>n(e,t))))},p=new Map,f=e=>{let t=p.get(e);return t||(t=(t,n)=>{const r=[...t];r[1]=[e,...r[1]],m(r,n)},p.set(e,t)),t},h=e=>{const t=p.get(e);return p.delete(e),t},g=Array.isArray(a)?[]:Object.create(Object.getPrototypeOf(a)),b={get:(e,t,n)=>t===Jx?u:t===Zx?d:t===Qx?i(u,e,n):Reflect.get(e,t,n),deleteProperty(e,t){const n=Reflect.get(e,t),r=null==n?void 0:n[Zx];r&&r.delete(h(t));const o=Reflect.deleteProperty(e,t);return o&&m(["delete",[t],n]),o},set(t,a,i,l){var s;const c=Reflect.has(t,a),u=Reflect.get(t,a,l);if(c&&e(u,i))return!0;const d=null==u?void 0:u[Zx];let p;return d&&d.delete(h(a)),Gx(i)&&(i=(e=>Wx(e)&&e[Ix]||null)(i)||i),(null==(s=Object.getOwnPropertyDescriptor(t,a))?void 0:s.set)?p=i:i instanceof Promise?p=i.then((e=>(p[r]=e,m(["resolve",[a],e]),e))).catch((e=>{p[o]=e,m(["reject",[a],e])})):(null==i?void 0:i[Zx])?(p=i,p[Zx].add(f(a))):n(i)?(p=nC(i),p[Zx].add(f(a))):p=i,Reflect.set(t,a,p,l),m(["set",[a],i,u]),!0}},v=t(g,b);return l.set(a,v),Reflect.ownKeys(a).forEach((e=>{const t=Object.getOwnPropertyDescriptor(a,e);t.get||t.set?Object.defineProperty(g,e,t):v[e]=a[e]})),v}))=>[c,Kx,Jx,Zx,Qx,e,t,n,r,o,a,i,l,s],[tC]=eC();function nC(e={}){return tC(e)}function rC(e,t,n){let r;(null==e?void 0:e[Zx])||console.warn("Please use proxy object");const o=[],a=i=>{o.push(i),n?t(o.splice(0)):r||(r=Promise.resolve().then((()=>{r=void 0,e[Zx].has(a)&&t(o.splice(0))})))};return e[Zx].add(a),()=>{e[Zx].delete(a)}}function oC(e){return(null==e?void 0:e[Qx])||console.warn("Please use proxy object"),e[Qx]}function aC(e){return Kx.add(e),e}const{useSyncExternalStore:iC}=$x,lC=(e,t)=>{const n=(0,At.useRef)();(0,At.useEffect)((()=>{n.current=((e,t)=>{const n=[],r=new WeakSet,o=(e,a)=>{if(r.has(e))return;Yx(e)&&r.add(e);const i=Yx(e)&&t.get(jx(e));i?i.forEach((t=>{o(e[t],a?[...a,t]:[t])})):a&&n.push(a)};return o(e),n})(e,t)})),(0,At.useDebugValue)(n.current)};function sC(e,t){const n=null==t?void 0:t.sync,r=(0,At.useRef)(),o=(0,At.useRef)();let a=!0;const i=iC((0,At.useCallback)((t=>{const r=rC(e,t,n);return t(),r}),[e,n]),(()=>{const t=oC(e);try{if(!a&&r.current&&o.current&&!Ux(r.current,t,o.current,new WeakMap))return r.current}catch(e){}return t}),(()=>oC(e)));a=!1;const l=new WeakMap;(0,At.useEffect)((()=>{r.current=i,o.current=l})),lC(i,l);const s=(0,At.useMemo)((()=>new WeakMap),[]);return qx(i,l,s)}Symbol();function cC(e){const t=nC({data:Array.from(e||[]),has(e){return this.data.some((t=>t[0]===e))},set(e,t){const n=this.data.find((t=>t[0]===e));return n?n[1]=t:this.data.push([e,t]),this},get(e){var t;return null==(t=this.data.find((t=>t[0]===e)))?void 0:t[1]},delete(e){const t=this.data.findIndex((t=>t[0]===e));return-1!==t&&(this.data.splice(t,1),!0)},clear(){this.data.splice(0)},get size(){return this.data.length},toJSON:()=>({}),forEach(e){this.data.forEach((t=>{e(t[1],t[0],this)}))},keys(){return this.data.map((e=>e[0])).values()},values(){return this.data.map((e=>e[1])).values()},entries(){return new Map(this.data).entries()},get[Symbol.toStringTag](){return"Map"},[Symbol.iterator](){return this.entries()}});return Object.defineProperties(t,{data:{enumerable:!1},size:{enumerable:!1},toJSON:{enumerable:!1}}),Object.seal(t),t}const uC=(0,At.createContext)({slots:cC(),fills:cC(),registerSlot:()=>{},updateSlot:()=>{},unregisterSlot:()=>{},registerFill:()=>{},unregisterFill:()=>{}});function dC(e){const{updateSlot:t,unregisterSlot:n,registerFill:r,unregisterFill:o,...a}=(0,At.useContext)(uC);return{...sC(a.slots,{sync:!0}).get(e),updateSlot:(0,At.useCallback)((n=>{t(e,n)}),[e,t]),unregisterSlot:(0,At.useCallback)((t=>{n(e,t)}),[e,n]),registerFill:(0,At.useCallback)((t=>{r(e,t)}),[e,r]),unregisterFill:(0,At.useCallback)((t=>{o(e,t)}),[e,o])}}const mC=(0,At.createContext)({registerSlot:()=>{},unregisterSlot:()=>{},registerFill:()=>{},unregisterFill:()=>{},getSlot:()=>{},getFills:()=>{},subscribe:()=>{}}),pC=e=>{const{getSlot:t,subscribe:n}=(0,At.useContext)(mC),[r,o]=(0,At.useState)(t(e));return(0,At.useEffect)((()=>{o(t(e));return n((()=>{o(t(e))}))}),[e]),r};function fC(e){let{name:t,children:n,registerFill:r,unregisterFill:o}=e;const a=pC(t),i=(0,At.useRef)({name:t,children:n});return(0,At.useLayoutEffect)((()=>{const e=i.current;return r(t,e),()=>o(t,e)}),[]),(0,At.useLayoutEffect)((()=>{i.current.children=n,a&&a.forceUpdate()}),[n]),(0,At.useLayoutEffect)((()=>{t!==i.current.name&&(o(i.current.name,i.current),i.current.name=t,r(t,i.current))}),[t]),a&&a.node?("function"==typeof n&&(n=n(a.props.fillProps)),(0,zt.createPortal)(n,a.node)):null}const hC=e=>(0,At.createElement)(mC.Consumer,null,(t=>{let{registerFill:n,unregisterFill:r}=t;return(0,At.createElement)(fC,Nt({},e,{registerFill:n,unregisterFill:r}))}));function gC(e){return"function"==typeof e}class bC extends At.Component{constructor(){super(...arguments),this.isUnmounted=!1,this.bindNode=this.bindNode.bind(this)}componentDidMount(){const{registerSlot:e}=this.props;e(this.props.name,this)}componentWillUnmount(){const{unregisterSlot:e}=this.props;this.isUnmounted=!0,e(this.props.name,this)}componentDidUpdate(e){const{name:t,unregisterSlot:n,registerSlot:r}=this.props;e.name!==t&&(n(e.name),r(t,this))}bindNode(e){this.node=e}forceUpdate(){this.isUnmounted||super.forceUpdate()}render(){var e;const{children:t,name:n,fillProps:r={},getFills:o}=this.props,a=(null!==(e=o(n,this))&&void 0!==e?e:[]).map((e=>{const t=gC(e.children)?e.children(r):e.children;return At.Children.map(t,((e,t)=>{if(!e||"string"==typeof e)return e;const n=e.key||t;return(0,At.cloneElement)(e,{key:n})}))})).filter((e=>!(e=>"number"!=typeof e&&("string"==typeof(null==e?void 0:e.valueOf())||Array.isArray(e)?!e.length:!e))(e)));return(0,At.createElement)(At.Fragment,null,gC(t)?t(a):a)}}const vC=e=>(0,At.createElement)(mC.Consumer,null,(t=>{let{registerSlot:n,unregisterSlot:r,getFills:o}=t;return(0,At.createElement)(bC,Nt({},e,{registerSlot:n,unregisterSlot:r,getFills:o}))}));function yC(){const[,e]=(0,At.useState)({}),t=(0,At.useRef)(!0);return(0,At.useEffect)((()=>()=>{t.current=!1}),[]),()=>{t.current&&e({})}}function _C(e){let{name:t,children:n}=e;const{registerFill:r,unregisterFill:o,...a}=dC(t),i=(0,At.useRef)({rerender:yC()});if((0,At.useEffect)((()=>(r(i),()=>{o(i)})),[r,o]),!a.ref||!a.ref.current)return null;"function"==typeof n&&(n=n(a.fillProps));const l=(0,At.createElement)(ag,{document:a.ref.current.ownerDocument},n);return(0,zt.createPortal)(l,a.ref.current)}const MC=(0,At.forwardRef)((function(e,t){let{name:n,fillProps:r={},as:o="div",...a}=e;const{registerSlot:i,unregisterSlot:l,...s}=(0,At.useContext)(uC),c=(0,At.useRef)();return(0,At.useLayoutEffect)((()=>(i(n,c,r),()=>{l(n,c)})),[i,l,n]),(0,At.useLayoutEffect)((()=>{s.updateSlot(n,r)})),(0,At.createElement)(o,Nt({ref:fg([t,c])},a))}));function kC(e){let{children:t}=e;const n=function(){const e=(0,At.useRef)(cC()),t=(0,At.useRef)(cC()),n=(0,At.useCallback)(((t,n,r)=>{const o=e.current.get(t)||{};e.current.set(t,aC({...o,ref:n||o.ref,fillProps:r||o.fillProps||{}}))}),[]),r=(0,At.useCallback)(((t,n)=>{var r;(null===(r=e.current.get(t))||void 0===r?void 0:r.ref)===n&&e.current.delete(t)}),[]),o=(0,At.useCallback)(((n,r)=>{const o=e.current.get(n);if(o&&!Ul(o.fillProps,r)){o.fillProps=r;const e=t.current.get(n);e&&e.map((e=>e.current.rerender()))}}),[]),a=(0,At.useCallback)(((e,n)=>{t.current.set(e,aC([...t.current.get(e)||[],n]))}),[]),i=(0,At.useCallback)(((e,n)=>{t.current.get(e)&&t.current.set(e,aC(t.current.get(e).filter((e=>e!==n))))}),[]);return(0,At.useMemo)((()=>({slots:e.current,fills:t.current,registerSlot:n,updateSlot:o,unregisterSlot:r,registerFill:a,unregisterFill:i})),[n,o,r,a,i])}();return(0,At.createElement)(uC.Provider,{value:n},t)}class wC extends At.Component{constructor(){super(...arguments),this.registerSlot=this.registerSlot.bind(this),this.registerFill=this.registerFill.bind(this),this.unregisterSlot=this.unregisterSlot.bind(this),this.unregisterFill=this.unregisterFill.bind(this),this.getSlot=this.getSlot.bind(this),this.getFills=this.getFills.bind(this),this.hasFills=this.hasFills.bind(this),this.subscribe=this.subscribe.bind(this),this.slots={},this.fills={},this.listeners=[],this.contextValue={registerSlot:this.registerSlot,unregisterSlot:this.unregisterSlot,registerFill:this.registerFill,unregisterFill:this.unregisterFill,getSlot:this.getSlot,getFills:this.getFills,hasFills:this.hasFills,subscribe:this.subscribe}}registerSlot(e,t){const n=this.slots[e];this.slots[e]=t,this.triggerListeners(),this.forceUpdateSlot(e),n&&n.forceUpdate()}registerFill(e,t){this.fills[e]=[...this.fills[e]||[],t],this.forceUpdateSlot(e)}unregisterSlot(e,t){this.slots[e]===t&&(delete this.slots[e],this.triggerListeners())}unregisterFill(e,t){var n,r;this.fills[e]=null!==(n=null===(r=this.fills[e])||void 0===r?void 0:r.filter((e=>e!==t)))&&void 0!==n?n:[],this.forceUpdateSlot(e)}getSlot(e){return this.slots[e]}getFills(e,t){return this.slots[e]!==t?[]:this.fills[e]}hasFills(e){return this.fills[e]&&!!this.fills[e].length}forceUpdateSlot(e){const t=this.getSlot(e);t&&t.forceUpdate()}triggerListeners(){this.listeners.forEach((e=>e()))}subscribe(e){return this.listeners.push(e),()=>{this.listeners=this.listeners.filter((t=>t!==e))}}render(){return(0,At.createElement)(mC.Provider,{value:this.contextValue},this.props.children)}}function EC(e){return(0,At.createElement)(At.Fragment,null,(0,At.createElement)(hC,e),(0,At.createElement)(_C,e))}const xC=(0,At.forwardRef)(((e,t)=>{let{bubblesVirtually:n,...r}=e;return n?(0,At.createElement)(MC,Nt({},r,{ref:t})):(0,At.createElement)(vC,r)}));function CC(e){let{children:t,...n}=e;return(0,At.createElement)(wC,n,(0,At.createElement)(kC,null,t))}function LC(e){const t=t=>(0,At.createElement)(EC,Nt({name:e},t));t.displayName=e+"Fill";const n=t=>(0,At.createElement)(xC,Nt({name:e},t));return n.displayName=e+"Slot",n.__unstableName=e,{Fill:t,Slot:n}}const SC={bottom:"bottom",top:"top","middle left":"left","middle right":"right","bottom left":"bottom-end","bottom center":"bottom","bottom right":"bottom-start","top left":"top-end","top center":"top","top right":"top-start","middle left left":"left","middle left right":"left","middle left bottom":"left-end","middle left top":"left-start","middle right left":"right","middle right right":"right","middle right bottom":"right-end","middle right top":"right-start","bottom left left":"bottom-end","bottom left right":"bottom-end","bottom left bottom":"bottom-end","bottom left top":"bottom-end","bottom center left":"bottom","bottom center right":"bottom","bottom center bottom":"bottom","bottom center top":"bottom","bottom right left":"bottom-start","bottom right right":"bottom-start","bottom right bottom":"bottom-start","bottom right top":"bottom-start","top left left":"top-end","top left right":"top-end","top left bottom":"top-end","top left top":"top-end","top center left":"top","top center right":"top","top center bottom":"top","top center top":"top","top right left":"top-start","top right right":"top-start","top right bottom":"top-start","top right top":"top-start",middle:"bottom","middle center":"bottom","middle center bottom":"bottom","middle center left":"bottom","middle center right":"bottom","middle center top":"bottom"},AC=e=>{var t;return null!==(t=SC[e])&&void 0!==t?t:"bottom"},TC={top:{originX:.5,originY:1},"top-start":{originX:0,originY:1},"top-end":{originX:1,originY:1},right:{originX:0,originY:.5},"right-start":{originX:0,originY:0},"right-end":{originX:0,originY:1},bottom:{originX:.5,originY:0},"bottom-start":{originX:0,originY:0},"bottom-end":{originX:1,originY:0},left:{originX:1,originY:.5},"left-start":{originX:1,originY:0},"left-end":{originX:1,originY:1}},zC=e=>{var t;const n=null==e||null===(t=e.defaultView)||void 0===t?void 0:t.frameElement;if(!n)return;const r=n.getBoundingClientRect();return{x:r.left,y:r.top}};function NC(e){return e.split("-")[0]}function OC(e){return["top","bottom"].includes(NC(e))?"x":"y"}function BC(e){return"x"===e?"y":"x"}const DC=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};return{options:e,fn(t){var n;const{x:r,y:o,placement:a,rects:i,middlewareData:l}=t,{offset:s=0,mainAxis:c=!0,crossAxis:u=!0}=e,d={x:r,y:o},m=OC(a),p=BC(m);let f=d[m],h=d[p];const g="function"==typeof s?s(t):s,b="number"==typeof g?{mainAxis:g,crossAxis:0}:{mainAxis:0,crossAxis:0,...g},v={x:0,y:0,...null===(n=l.frameOffset)||void 0===n?void 0:n.amount};if(c){const e="y"===m?"height":"width",t=i.reference[m]-i.floating[e]+b.mainAxis+v[m],n=i.reference[m]+i.reference[e]-b.mainAxis+v[m];fn&&(f=n)}if(u){var y,_,M,k;const e="y"===m?"width":"height",t=["top","left"].includes(NC(a)),n=i.reference[p]-i.floating[e]+(t&&null!==(y=null===(_=l.offset)||void 0===_?void 0:_[p])&&void 0!==y?y:0)+(t?0:b.crossAxis)+v[p],r=i.reference[p]+i.reference[e]+(t?0:null!==(M=null===(k=l.offset)||void 0===k?void 0:k[p])&&void 0!==M?M:0)-(t?b.crossAxis:0)+v[p];hr&&(h=r)}return{[m]:f,[p]:h}}}},IC="Popover",RC=()=>(0,At.createElement)(Sx,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 100 100",className:"components-popover__triangle",role:"presentation"},(0,At.createElement)(Cx,{className:"components-popover__triangle-bg",d:"M 0 0 L 50 50 L 100 0"}),(0,At.createElement)(Cx,{className:"components-popover__triangle-border",d:"M 0 0 L 50 50 L 100 0",vectorEffect:"non-scaling-stroke"})),PC=(0,At.forwardRef)(((e,t)=>{let{style:n,placement:r,shouldAnimate:o=!1,...a}=e;const[i,l]=(0,At.useState)(!1),s=function(){!_b.current&&Mb();const[e]=(0,At.useState)(yb.current);return e}(),{style:c,...u}=(0,At.useMemo)((()=>(e=>{const t=e.startsWith("top")||e.startsWith("bottom")?"translateY":"translateX",n=e.startsWith("top")||e.startsWith("left")?1:-1;return{style:TC[e],initial:{opacity:0,scale:0,[t]:2*n+"em"},animate:{opacity:1,scale:1,[t]:0},transition:{duration:.1,ease:[0,0,.2,1]}}})(r)),[r]),d=(0,At.useCallback)((()=>l(!0)),[]),m=o&&!s?{style:{...c,...n},...u,onAnimationComplete:d,animate:!i&&u.animate}:{animate:!1,style:n};return(0,At.createElement)(xE.div,Nt({},m,a,{ref:t}))})),HC=(0,At.createContext)(void 0),WC=(0,At.forwardRef)(((e,t)=>{var n,r,o,a;const{animate:i=!0,headerTitle:l,onClose:s,children:c,className:u,noArrow:d=!0,position:m,placement:p="bottom-start",offset:f=0,focusOnMount:h="firstElement",anchor:g,expandOnMobile:b,onFocusOutside:v,__unstableSlotName:y=IC,flip:_=!0,resize:M=!0,shift:k=!1,variant:w,__unstableForcePosition:E,anchorRef:x,anchorRect:C,getAnchorRect:L,isAlternate:S,...A}=e;let T=_,z=M;void 0!==E&&(wr("`__unstableForcePosition` prop in wp.components.Popover",{since:"6.1",version:"6.3",alternative:"`flip={ false }` and `resize={ false }`"}),T=!E,z=!E),void 0!==x&&wr("`anchorRef` prop in wp.components.Popover",{since:"6.1",alternative:"`anchor` prop"}),void 0!==C&&wr("`anchorRect` prop in wp.components.Popover",{since:"6.1",alternative:"`anchor` prop"}),void 0!==L&&wr("`getAnchorRect` prop in wp.components.Popover",{since:"6.1",alternative:"`anchor` prop"});const N=S?"toolbar":w;void 0!==S&&wr("`isAlternate` prop in wp.components.Popover",{since:"6.2",alternative:"`variant` prop with the `'toolbar'` value"});const O=(0,At.useRef)(null),[B,D]=(0,At.useState)(null),[I,R]=(0,At.useState)(),P=(0,At.useCallback)((e=>{D(e)}),[]),H=NE("medium","<"),W=b&&H,Y=!W&&!d,F=m?AC(m):p,j=(0,At.useRef)(zC(I)),q=[{name:"frameOffset",fn(e){let{x:t,y:n}=e;return j.current?{x:t+j.current.x,y:n+j.current.y,data:{amount:j.current}}:{x:t,y:n}}},Bg(f),T?Og():void 0,z?Rg({apply(e){var t;const{firstElementChild:n}=null!==(t=ee.floating.current)&&void 0!==t?t:{};n instanceof HTMLElement&&Object.assign(n.style,{maxHeight:`${e.availableHeight}px`,overflow:"auto"})}}):void 0,k?Ig({crossAxis:!0,limiter:DC(),padding:1}):void 0,bb({element:O})].filter((e=>void 0!==e)),V=(0,At.useContext)(HC)||y,U=dC(V);let X;(s||v)&&(X=(e,t)=>{"focus-outside"===e&&v?v(t):s&&s()});const[$,G]=Mx({focusOnMount:h,__unstableOnClose:X,onClose:X}),{x:K,y:J,reference:Z,floating:Q,refs:ee,strategy:te,update:ne,placement:re,middlewareData:{arrow:oe}}=gb({placement:F,middleware:q,whileElementsMounted:(e,t,n)=>function(e,t,n,r){void 0===r&&(r={});const{ancestorScroll:o=!0,ancestorResize:a=!0,elementResize:i=!0,animationFrame:l=!1}=r,s=o&&!l,c=a&&!l,u=s||c?[...qg(e)?cb(e):[],...cb(t)]:[];u.forEach((e=>{s&&e.addEventListener("scroll",n,{passive:!0}),c&&e.addEventListener("resize",n)}));let d,m=null;if(i){let r=!0;m=new ResizeObserver((()=>{r||n(),r=!1})),qg(e)&&!l&&m.observe(e),m.observe(t)}let p=l?Qg(e):null;return l&&function t(){const r=Qg(e);!p||r.x===p.x&&r.y===p.y&&r.width===p.width&&r.height===p.height||n(),p=r,d=requestAnimationFrame(t)}(),n(),()=>{var e;u.forEach((e=>{s&&e.removeEventListener("scroll",n),c&&e.removeEventListener("resize",n)})),null==(e=m)||e.disconnect(),m=null,l&&cancelAnimationFrame(d)}}(e,t,n,{animationFrame:!0})}),ae=(0,At.useCallback)((e=>{O.current=e,ne()}),[ne]),ie=null==x?void 0:x.top,le=null==x?void 0:x.bottom,se=null==x?void 0:x.startContainer,ce=null==x?void 0:x.current;(0,At.useLayoutEffect)((()=>{const e=(e=>{var t;let n,{anchor:r,anchorRef:o,anchorRect:a,getAnchorRect:i,fallbackReferenceElement:l,fallbackDocument:s}=e;if(r)n=r.ownerDocument;else if(null!=o&&o.top)n=null==o?void 0:o.top.ownerDocument;else if(null!=o&&o.startContainer)n=o.startContainer.ownerDocument;else if(null!=o&&o.current)n=o.current.ownerDocument;else if(o)n=o.ownerDocument;else if(a&&null!=a&&a.ownerDocument)n=a.ownerDocument;else if(i){var c;n=null===(c=i(l))||void 0===c?void 0:c.ownerDocument}return null!==(t=n)&&void 0!==t?t:s})({anchor:g,anchorRef:x,anchorRect:C,getAnchorRect:L,fallbackReferenceElement:B,fallbackDocument:document}),t=(e=>{var t;let{anchor:n,anchorRef:r,anchorRect:o,getAnchorRect:a,fallbackReferenceElement:i}=e,l=null;return n?l=n:null!=r&&r.top?l={getBoundingClientRect(){const e=r.top.getBoundingClientRect(),t=r.bottom.getBoundingClientRect();return new window.DOMRect(e.x,e.y,e.width,t.bottom-e.top)}}:null!=r&&r.current?l=r.current:r?l=r:o?l={getBoundingClientRect:()=>o}:a?l={getBoundingClientRect(){var e,t,n,r;const o=a(i);return new window.DOMRect(null!==(e=o.x)&&void 0!==e?e:o.left,null!==(t=o.y)&&void 0!==t?t:o.top,null!==(n=o.width)&&void 0!==n?n:o.right-o.left,null!==(r=o.height)&&void 0!==r?r:o.bottom-o.top)}}:i&&(l=i.parentElement),null!==(t=l)&&void 0!==t?t:null})({anchor:g,anchorRef:x,anchorRect:C,getAnchorRect:L,fallbackReferenceElement:B});Z(t),R(e)}),[g,x,ie,le,se,ce,C,L,B,Z]),(0,At.useLayoutEffect)((()=>{var e,t;if(I===document||I===(null===(e=ee.floating.current)||void 0===e?void 0:e.ownerDocument)||null==I||null===(t=I.defaultView)||void 0===t||!t.frameElement)return void(j.current=void 0);const{defaultView:n}=I,r=()=>{j.current=zC(I),ne()};return n.addEventListener("resize",r),r(),()=>{n.removeEventListener("resize",r)}}),[I,ne,ee.floating]);const ue=fg([Q,$,t]);let de=(0,At.createElement)(PC,Nt({shouldAnimate:i&&!W,placement:re,className:sg()("components-popover",u,{"is-expanded":W,"is-positioned":null!==K&&null!==J,[`is-${"toolbar"===N?"alternate":N}`]:N})},A,{ref:ue},G,{tabIndex:-1,style:W?void 0:{position:te,top:0,left:0,x:Math.round(null!=K?K:0)||void 0,y:Math.round(null!=J?J:0)||void 0}}),W&&(0,At.createElement)(Ox,null),W&&(0,At.createElement)("div",{className:"components-popover__header"},(0,At.createElement)("span",{className:"components-popover__header-title"},l),(0,At.createElement)(NL,{className:"components-popover__close",icon:Ax,onClick:s})),(0,At.createElement)("div",{className:"components-popover__content"},c),Y&&(0,At.createElement)("div",{ref:ae,className:["components-popover__arrow",`is-${re.split("-")[0]}`].join(" "),style:{left:void 0!==(null==oe?void 0:oe.x)&&Number.isFinite(oe.x)?`${oe.x+(null!==(n=null===(r=j.current)||void 0===r?void 0:r.x)&&void 0!==n?n:0)}px`:"",top:void 0!==(null==oe?void 0:oe.y)&&Number.isFinite(oe.y)?`${oe.y+(null!==(o=null===(a=j.current)||void 0===a?void 0:a.y)&&void 0!==o?o:0)}px`:""}},(0,At.createElement)(RC,null)));return U.ref&&(de=(0,At.createElement)(EC,{name:V},de)),x||C||g?de:(0,At.createElement)("span",{ref:P},de)}));WC.Slot=(0,At.forwardRef)((function(e,t){let{name:n=IC}=e;return(0,At.createElement)(xC,{bubblesVirtually:!0,name:n,className:"popover-slot",ref:t})})),WC.__unstableSlotNameProvider=HC.Provider;const YC=WC;const FC=function(e){const{shortcut:t,className:n}=e;if(!t)return null;let r,o;return"string"==typeof t&&(r=t),null!==t&&"object"==typeof t&&(r=t.display,o=t.ariaLabel),(0,At.createElement)("span",{className:n,"aria-label":o},r)},jC=700,qC=(0,At.createElement)("div",{className:"event-catcher"}),VC=e=>{let{eventHandlers:t,child:n,childrenWithPopover:r,mergedRefs:o}=e;return(0,At.cloneElement)((0,At.createElement)("span",{className:"disabled-element-wrapper"},(0,At.cloneElement)(qC,t),(0,At.cloneElement)(n,{children:r,ref:o})),{...t})},UC=e=>{let{child:t,eventHandlers:n,childrenWithPopover:r,mergedRefs:o}=e;return(0,At.cloneElement)(t,{...n,children:r,ref:o})},XC=e=>{let{anchor:t,grandchildren:n,isOver:r,offset:o,position:a,shortcut:i,text:l}=e;return function(){for(var e=arguments.length,t=new Array(e),n=0;n(At.Children.forEach(t,((t,r)=>{t&&"string"!=typeof t&&(t=(0,At.cloneElement)(t,{key:[n,r].join()})),e.push(t)})),e)),[])}(n,r&&(0,At.createElement)(YC,{focusOnMount:!1,position:a,className:"components-tooltip","aria-hidden":"true",animate:!1,offset:o,anchor:t,shift:!0},l,(0,At.createElement)(FC,{className:"components-tooltip__shortcut",shortcut:i})))},$C=(e,t,n)=>{if(1!==At.Children.count(e))return;const r=At.Children.only(e);r.props.disabled||"function"==typeof r.props[t]&&r.props[t](n)};const GC=function(e){var t;const{children:n,position:r="bottom middle",text:o,shortcut:a,delay:i=jC}=e,[l,s]=(0,At.useState)(!1),[c,u]=(0,At.useState)(!1),d=mg(u,i),[m,p]=(0,At.useState)(null),f=fg([p,null===(t=At.Children.toArray(n)[0])||void 0===t?void 0:t.ref]),h=e=>{"OPTION"!==e.target.tagName&&($C(n,"onMouseDown",e),document.addEventListener("mouseup",v),s(!0))},g=e=>{"OPTION"!==e.target.tagName&&($C(n,"onMouseUp",e),document.removeEventListener("mouseup",v),s(!1))},b=e=>"mouseUp"===e?g:"mouseDown"===e?h:void 0,v=b("mouseUp"),y=(e,t)=>r=>{if($C(n,e,r),r.currentTarget.disabled)return;if("focus"===r.type&&l)return;d.cancel();const o=["focus","mouseenter"].includes(r.type);o!==c&&(t?d(o):u(o))},_=()=>{d.cancel(),document.removeEventListener("mouseup",v)};if((0,At.useEffect)((()=>_),[]),1!==At.Children.count(n))return n;const M={onMouseEnter:y("onMouseEnter",!0),onMouseLeave:y("onMouseLeave"),onClick:y("onClick"),onFocus:y("onFocus"),onBlur:y("onBlur"),onMouseDown:b("mouseDown")},k=At.Children.only(n),{children:w,disabled:E}=k.props;return(E?VC:UC)({child:k,eventHandlers:M,childrenWithPopover:XC({grandchildren:w,...{anchor:m,isOver:c,offset:4,position:r,shortcut:a,text:o}}),mergedRefs:f})};const KC=function(e){let{icon:t,className:n,size:r=20,style:o={},...a}=e;const i=["dashicon","dashicons","dashicons-"+t,n].filter(Boolean).join(" "),l={...20!=r?{fontSize:`${r}px`,width:`${r}px`,height:`${r}px`}:{},...o};return(0,At.createElement)("span",Nt({className:i,style:l},a))};const JC=function(e){let{icon:t=null,size:n=("string"==typeof t?20:24),...r}=e;if("string"==typeof t)return(0,At.createElement)(KC,Nt({icon:t,size:n},r));if((0,At.isValidElement)(t)&&KC===t.type)return(0,At.cloneElement)(t,{...r});if("function"==typeof t)return t.prototype instanceof At.Component?(0,At.createElement)(t,{size:n,...r}):t({size:n,...r});if(t&&("svg"===t.type||t.type===Sx)){const e={...t.props,width:n,height:n,...r};return(0,At.createElement)(Sx,e)}return(0,At.isValidElement)(t)?(0,At.cloneElement)(t,{size:n,...r}):t};const ZC=function(e,t){const n=(0,At.useRef)(!1);(0,At.useEffect)((()=>{if(n.current)return e();n.current=!0}),t)},QC=(0,At.createContext)({}),eL=()=>(0,At.useContext)(QC);const tL=(0,At.memo)((e=>{let{children:t,value:n}=e;const r=function(e){let{value:t}=e;const n=eL(),r=(0,At.useRef)(t);return ZC((()=>{hs()(r.current,t)&&r.current}),[t]),(0,At.useMemo)((()=>(0,Ot.merge)(JSON.parse(JSON.stringify(n)),t)),[n,t])}({value:n});return(0,At.createElement)(QC.Provider,{value:r},t)})),nL="__contextSystemKey__";const rL=Dr()((function(e){return`components-${(0,Ot.kebabCase)(e)}`}));function oL(e,t,n){var r="";return n.split(" ").forEach((function(n){void 0!==e[n]?t.push(e[n]+";"):r+=n+" "})),r}var aL=function(e,t,n){var r=e.key+"-"+t.name;if(!1===n&&void 0===e.registered[r]&&(e.registered[r]=t.styles),void 0===e.inserted[t.name]){var o=t;do{e.insert(t===o?"."+r:"",o,e.sheet,!0);o=o.next}while(void 0!==o)}};function iL(e,t){if(void 0===e.inserted[t.name])return e.insert("",t,e.sheet,!0)}function lL(e,t,n){var r=[],o=oL(e,r,n);return r.length<2?n:o+t(r)}var sL=function e(t){for(var n="",r=0;rnull!=e&&["name","styles"].every((t=>void 0!==e[t])),pL=()=>{const e=(0,At.useContext)(qh),t=(0,At.useCallback)((function(){if(null===e)throw new Error("The `useCx` hook should be only used within a valid Emotion Cache Context");for(var t=arguments.length,n=new Array(t),r=0;rmL(t)?(aL(e,t,!1),`${e.key}-${t.name}`):t)))}),[e]);return t};function fL(e,t){const n=eL(),r=(null==n?void 0:n[t])||{},o={"data-wp-c16t":!0,...(a=t,{"data-wp-component":a})};var a;const{_overrides:i,...l}=r,s=Object.entries(l).length?Object.assign({},l,e):e,c=pL()(rL(t),e.className),u="function"==typeof s.renderChildren?s.renderChildren(s):s.children;for(const e in s)o[e]=s[e];for(const e in i)o[e]=i[e];return void 0!==u&&(o.children=u),o.className=c,o}function hL(e,t){return gL(e,t,{forwardsRef:!0})}function gL(e,t,n){const r=null!=n&&n.forwardsRef?(0,At.forwardRef)(e):e;let o=r.__contextSystemKey__||[t];return Array.isArray(t)&&(o=[...o,...t]),"string"==typeof t&&(o=[...o,t]),Object.assign(r,{[nL]:[...new Set(o)],displayName:t,selector:`.${rL(t)}`})}function bL(e){if(!e)return[];let t=[];return e.__contextSystemKey__&&(t=e.__contextSystemKey__),e.type&&e.type.__contextSystemKey__&&(t=e.type.__contextSystemKey__),t}function vL(e,t){return!!e&&("string"==typeof t?bL(e).includes(t):!!Array.isArray(t)&&t.some((t=>bL(e).includes(t))))}const yL={border:0,clip:"rect(1px, 1px, 1px, 1px)",WebkitClipPath:"inset( 50% )",clipPath:"inset( 50% )",height:"1px",margin:"-1px",overflow:"hidden",padding:0,position:"absolute",width:"1px",wordWrap:"normal"};var _L=/^((children|dangerouslySetInnerHTML|key|ref|autoFocus|defaultValue|defaultChecked|innerHTML|suppressContentEditableWarning|suppressHydrationWarning|valueLink|accept|acceptCharset|accessKey|action|allow|allowUserMedia|allowPaymentRequest|allowFullScreen|allowTransparency|alt|async|autoComplete|autoPlay|capture|cellPadding|cellSpacing|challenge|charSet|checked|cite|classID|className|cols|colSpan|content|contentEditable|contextMenu|controls|controlsList|coords|crossOrigin|data|dateTime|decoding|default|defer|dir|disabled|disablePictureInPicture|download|draggable|encType|enterKeyHint|form|formAction|formEncType|formMethod|formNoValidate|formTarget|frameBorder|headers|height|hidden|high|href|hrefLang|htmlFor|httpEquiv|id|inputMode|integrity|is|keyParams|keyType|kind|label|lang|list|loading|loop|low|marginHeight|marginWidth|max|maxLength|media|mediaGroup|method|min|minLength|multiple|muted|name|nonce|noValidate|open|optimum|pattern|placeholder|playsInline|poster|preload|profile|radioGroup|readOnly|referrerPolicy|rel|required|reversed|role|rows|rowSpan|sandbox|scope|scoped|scrolling|seamless|selected|shape|size|sizes|slot|span|spellCheck|src|srcDoc|srcLang|srcSet|start|step|style|summary|tabIndex|target|title|translate|type|useMap|value|width|wmode|wrap|about|datatype|inlist|prefix|property|resource|typeof|vocab|autoCapitalize|autoCorrect|autoSave|color|incremental|fallback|inert|itemProp|itemScope|itemType|itemID|itemRef|on|option|results|security|unselectable|accentHeight|accumulate|additive|alignmentBaseline|allowReorder|alphabetic|amplitude|arabicForm|ascent|attributeName|attributeType|autoReverse|azimuth|baseFrequency|baselineShift|baseProfile|bbox|begin|bias|by|calcMode|capHeight|clip|clipPathUnits|clipPath|clipRule|colorInterpolation|colorInterpolationFilters|colorProfile|colorRendering|contentScriptType|contentStyleType|cursor|cx|cy|d|decelerate|descent|diffuseConstant|direction|display|divisor|dominantBaseline|dur|dx|dy|edgeMode|elevation|enableBackground|end|exponent|externalResourcesRequired|fill|fillOpacity|fillRule|filter|filterRes|filterUnits|floodColor|floodOpacity|focusable|fontFamily|fontSize|fontSizeAdjust|fontStretch|fontStyle|fontVariant|fontWeight|format|from|fr|fx|fy|g1|g2|glyphName|glyphOrientationHorizontal|glyphOrientationVertical|glyphRef|gradientTransform|gradientUnits|hanging|horizAdvX|horizOriginX|ideographic|imageRendering|in|in2|intercept|k|k1|k2|k3|k4|kernelMatrix|kernelUnitLength|kerning|keyPoints|keySplines|keyTimes|lengthAdjust|letterSpacing|lightingColor|limitingConeAngle|local|markerEnd|markerMid|markerStart|markerHeight|markerUnits|markerWidth|mask|maskContentUnits|maskUnits|mathematical|mode|numOctaves|offset|opacity|operator|order|orient|orientation|origin|overflow|overlinePosition|overlineThickness|panose1|paintOrder|pathLength|patternContentUnits|patternTransform|patternUnits|pointerEvents|points|pointsAtX|pointsAtY|pointsAtZ|preserveAlpha|preserveAspectRatio|primitiveUnits|r|radius|refX|refY|renderingIntent|repeatCount|repeatDur|requiredExtensions|requiredFeatures|restart|result|rotate|rx|ry|scale|seed|shapeRendering|slope|spacing|specularConstant|specularExponent|speed|spreadMethod|startOffset|stdDeviation|stemh|stemv|stitchTiles|stopColor|stopOpacity|strikethroughPosition|strikethroughThickness|string|stroke|strokeDasharray|strokeDashoffset|strokeLinecap|strokeLinejoin|strokeMiterlimit|strokeOpacity|strokeWidth|surfaceScale|systemLanguage|tableValues|targetX|targetY|textAnchor|textDecoration|textRendering|textLength|to|transform|u1|u2|underlinePosition|underlineThickness|unicode|unicodeBidi|unicodeRange|unitsPerEm|vAlphabetic|vHanging|vIdeographic|vMathematical|values|vectorEffect|version|vertAdvY|vertOriginX|vertOriginY|viewBox|viewTarget|visibility|widths|wordSpacing|writingMode|x|xHeight|x1|x2|xChannelSelector|xlinkActuate|xlinkArcrole|xlinkHref|xlinkRole|xlinkShow|xlinkTitle|xlinkType|xmlBase|xmlns|xmlnsXlink|xmlLang|xmlSpace|y|y1|y2|yChannelSelector|z|zoomAndPan|for|class|autofocus)|(([Dd][Aa][Tt][Aa]|[Aa][Rr][Ii][Aa]|x)-.*))$/,ML=Oh((function(e){return _L.test(e)||111===e.charCodeAt(0)&&110===e.charCodeAt(1)&&e.charCodeAt(2)<91}));var kL=ML,wL=function(e){return"theme"!==e},EL=function(e){return"string"==typeof e&&e.charCodeAt(0)>96?kL:wL},xL=function(e,t,n){var r;if(t){var o=t.shouldForwardProp;r=e.__emotion_forwardProp&&o?function(t){return e.__emotion_forwardProp(t)&&o(t)}:o}return"function"!=typeof r&&n&&(r=e.__emotion_forwardProp),r},CL=function(){return null};const LL=function e(t,n){var r,o,a=t.__emotion_real===t,i=a&&t.__emotion_base||t;void 0!==n&&(r=n.label,o=n.target);var l=xL(t,n,a),s=l||EL(i),c=!s("as");return function(){var u=arguments,d=a&&void 0!==t.__emotion_styles?t.__emotion_styles.slice(0):[];if(void 0!==r&&d.push("label:"+r+";"),null==u[0]||void 0===u[0].raw)d.push.apply(d,u);else{0,d.push(u[0][0]);for(var m=u.length,p=1;p{e.stopPropagation(),e.preventDefault()}}const N=!A&&(g&&y||v||!!y&&!(null!=_&&_.length)&&!1!==g),O=E?C:null,B=x["aria-describedby"]||O,D=(0,At.createElement)(T,Nt({},z,x,{className:S,"aria-label":x["aria-label"]||y,"aria-describedby":B,ref:n}),p&&"left"===f&&(0,At.createElement)(JC,{icon:p,size:h}),M&&(0,At.createElement)(At.Fragment,null,M),p&&"right"===f&&(0,At.createElement)(JC,{icon:p,size:h}),_);return N?(0,At.createElement)(At.Fragment,null,(0,At.createElement)(GC,{text:null!=_&&_.length&&E?E:y,shortcut:v,position:b},D),E&&(0,At.createElement)(TL,null,(0,At.createElement)("span",{id:O},E))):(0,At.createElement)(At.Fragment,null,D,E&&(0,At.createElement)(TL,null,(0,At.createElement)("span",{id:O},E)))}));function OL(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function BL(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}function DL(e){for(var t=1;t=0||(o[n]=e[n]);return o}function RL(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n=e.length?{done:!0}:{done:!1,value:e[r++]}}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}return(n=e[Symbol.iterator]()).next.bind(n)}var HL=(0,At.createContext)({});var WL,YL=function(e,t,n){void 0===n&&(n=t.children);var r=(0,At.useContext)(HL);if(r.useCreateElement)return r.useCreateElement(e,t,n);if("string"==typeof e&&function(e){return"function"==typeof e}(n)){t.children;return n(IL(t,["children"]))}return(0,At.createElement)(e,t,n)};function FL(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function jL(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}function qL(e){for(var t=1;t=0?n[i]=e[i]:r[i]=e[i]}return[n,r]}function XL(e,t){if(void 0===t&&(t=[]),!VL(e.state))return UL(e,t);var n=UL(e,[].concat(t,["state"])),r=n[0],o=n[1],a=r.state,i=function(e,t){if(null==e)return{};var n,r,o={},a=Object.keys(e);for(r=0;r=0||(o[n]=e[n]);return o}(r,["state"]);return[qL(qL({},a),i),o]}function $L(e,t){if(e===t)return!0;if(!e)return!1;if(!t)return!1;if("object"!=typeof e)return!1;if("object"!=typeof t)return!1;var n=Object.keys(e),r=Object.keys(t),o=n.length;if(r.length!==o)return!1;for(var a=0,i=n;a=0||(o[n]=e[n]);return o}function rS(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n=e.length?{done:!0}:{done:!1,value:e[r++]}}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}return(n=e[Symbol.iterator]()).next.bind(n)}function aS(e,t){void 0===t&&(t=null),e&&("function"==typeof e?e(t):e.current=t)}function iS(e,t){return(0,At.useMemo)((function(){return null==e&&null==t?null:function(n){aS(e,n),aS(t,n)}}),[e,t])}function lS(e){return e?e.ownerDocument||e:document}try{WL=window}catch(e){}function sS(e){return e&&lS(e).defaultView||WL}var cS=function(){var e=sS();return Boolean(void 0!==e&&e.document&&e.document.createElement)}(),uS=cS?At.useLayoutEffect:At.useEffect;function dS(e){var t=(0,At.useRef)(e);return uS((function(){t.current=e})),t}function mS(e){return e.target===e.currentTarget}function pS(e){var t=lS(e).activeElement;return null!=t&&t.nodeName?t:null}function fS(e,t){return e===t||e.contains(t)}function hS(e){var t=pS(e);if(!t)return!1;if(fS(e,t))return!0;var n=t.getAttribute("aria-activedescendant");return!!n&&(n===e.id||!!e.querySelector("#"+n))}function gS(e){return!fS(e.currentTarget,e.target)}var bS=["button","color","file","image","reset","submit"];function vS(e){if("BUTTON"===e.tagName)return!0;if("INPUT"===e.tagName){var t=e;return-1!==bS.indexOf(t.type)}return!1}function yS(e){return!!cS&&-1!==window.navigator.userAgent.indexOf(e)}var _S="input:not([type='hidden']):not([disabled]), select:not([disabled]), textarea:not([disabled]), a[href], button:not([disabled]), [tabindex], iframe, object, embed, area[href], audio[controls], video[controls], [contenteditable]:not([contenteditable='false'])";function MS(e){return function(e,t){return"matches"in e?e.matches(t):"msMatchesSelector"in e?e.msMatchesSelector(t):e.webkitMatchesSelector(t)}(e,_S)&&function(e){var t=e;return t.offsetWidth>0||t.offsetHeight>0||e.getClientRects().length>0}(e)}var kS=ZL({name:"Role",keys:["unstable_system"],propsAreEqual:function(e,t){var n=e.unstable_system,r=nS(e,["unstable_system"]),o=t.unstable_system,a=nS(t,["unstable_system"]);return!(n!==o&&!$L(n,o))&&$L(r,a)}}),wS=(KL({as:"div",useHook:kS}),yS("Mac")&&!yS("Chrome")&&(yS("Safari")||yS("Firefox")));function ES(e){!hS(e)&&MS(e)&&e.focus()}function xS(e,t,n,r){return e?t&&!n?-1:void 0:t?r:r||0}function CS(e,t){return(0,At.useCallback)((function(n){var r;null===(r=e.current)||void 0===r||r.call(e,n),n.defaultPrevented||t&&(n.stopPropagation(),n.preventDefault())}),[e,t])}var LS=ZL({name:"Tabbable",compose:kS,keys:["disabled","focusable"],useOptions:function(e,t){return tS({disabled:t.disabled},e)},useProps:function(e,t){var n=t.ref,r=t.tabIndex,o=t.onClickCapture,a=t.onMouseDownCapture,i=t.onMouseDown,l=t.onKeyPressCapture,s=t.style,c=nS(t,["ref","tabIndex","onClickCapture","onMouseDownCapture","onMouseDown","onKeyPressCapture","style"]),u=(0,At.useRef)(null),d=dS(o),m=dS(a),p=dS(i),f=dS(l),h=!!e.disabled&&!e.focusable,g=(0,At.useState)(!0),b=g[0],v=g[1],y=(0,At.useState)(!0),_=y[0],M=y[1],k=e.disabled?tS({pointerEvents:"none"},s):s;uS((function(){var e=u.current;e&&(["BUTTON","INPUT","SELECT","TEXTAREA","A"].includes(e.tagName)||v(!1),function(e){return["BUTTON","INPUT","SELECT","TEXTAREA"].includes(e.tagName)}(e)||M(!1))}),[]);var w=CS(d,e.disabled),E=CS(m,e.disabled),x=CS(f,e.disabled),C=(0,At.useCallback)((function(e){var t;null===(t=p.current)||void 0===t||t.call(p,e);var n=e.currentTarget;if(!e.defaultPrevented&&wS&&!gS(e)&&vS(n)){var r=requestAnimationFrame((function(){n.removeEventListener("mouseup",o,!0),ES(n)})),o=function(){cancelAnimationFrame(r),ES(n)};n.addEventListener("mouseup",o,{once:!0,capture:!0})}}),[]);return tS({ref:iS(u,n),style:k,tabIndex:xS(h,b,_,r),disabled:!(!h||!_)||void 0,"aria-disabled":!!e.disabled||void 0,onClickCapture:w,onMouseDownCapture:E,onMouseDown:C,onKeyPressCapture:x},c)}});KL({as:"div",useHook:LS});var SS=ZL({name:"Clickable",compose:LS,keys:["unstable_clickOnEnter","unstable_clickOnSpace"],useOptions:function(e){var t=e.unstable_clickOnEnter,n=void 0===t||t,r=e.unstable_clickOnSpace;return tS({unstable_clickOnEnter:n,unstable_clickOnSpace:void 0===r||r},nS(e,["unstable_clickOnEnter","unstable_clickOnSpace"]))},useProps:function(e,t){var n=t.onKeyDown,r=t.onKeyUp,o=nS(t,["onKeyDown","onKeyUp"]),a=(0,At.useState)(!1),i=a[0],l=a[1],s=dS(n),c=dS(r),u=(0,At.useCallback)((function(t){var n;if(null===(n=s.current)||void 0===n||n.call(s,t),!t.defaultPrevented&&!e.disabled&&!t.metaKey&&mS(t)){var r=e.unstable_clickOnEnter&&"Enter"===t.key,o=e.unstable_clickOnSpace&&" "===t.key;if(r||o){if(function(e){var t=e.currentTarget;return!!e.isTrusted&&(vS(t)||"INPUT"===t.tagName||"TEXTAREA"===t.tagName||"A"===t.tagName||"SELECT"===t.tagName)}(t))return;t.preventDefault(),r?t.currentTarget.click():o&&l(!0)}}}),[e.disabled,e.unstable_clickOnEnter,e.unstable_clickOnSpace]),d=(0,At.useCallback)((function(t){var n;if(null===(n=c.current)||void 0===n||n.call(c,t),!t.defaultPrevented&&!e.disabled&&!t.metaKey){var r=e.unstable_clickOnSpace&&" "===t.key;i&&r&&(l(!1),t.currentTarget.click())}}),[e.disabled,e.unstable_clickOnSpace,i]);return tS({"data-active":i||void 0,onKeyDown:u,onKeyUp:d},o)}});KL({as:"button",memo:!0,useHook:SS});function AS(e,t){return t?e.find((function(e){return!e.disabled&&e.id!==t})):e.find((function(e){return!e.disabled}))}function TS(e,t){var n;return t||null===t?t:e.currentId||null===e.currentId?e.currentId:null===(n=AS(e.items||[]))||void 0===n?void 0:n.id}var zS=["baseId","unstable_idCountRef","setBaseId","unstable_virtual","rtl","orientation","items","groups","currentId","loop","wrap","shift","unstable_moves","unstable_hasActiveWidget","unstable_includesBaseElement","registerItem","unregisterItem","registerGroup","unregisterGroup","move","next","previous","up","down","first","last","sort","unstable_setVirtual","setRTL","setOrientation","setCurrentId","setLoop","setWrap","setShift","reset","unstable_setIncludesBaseElement","unstable_setHasActiveWidget"],NS=zS,OS=NS;function BS(e){e.userFocus=!0,e.focus(),e.userFocus=!1}function DS(e,t){e.userFocus=t}function IS(e){try{var t=e instanceof HTMLInputElement&&null!==e.selectionStart,n="TEXTAREA"===e.tagName,r="true"===e.contentEditable;return t||n||r||!1}catch(e){return!1}}function RS(e){var t=pS(e);if(!t)return!1;if(t===e)return!0;var n=t.getAttribute("aria-activedescendant");return!!n&&n===e.id}function PS(e){return void 0===e&&(e="id"),(e?e+"-":"")+Math.random().toString(32).substr(2,6)}var HS=(0,At.createContext)(PS);var WS=ZL({keys:[].concat(["baseId","unstable_idCountRef","setBaseId"],["id"]),useOptions:function(e,t){var n=(0,At.useContext)(HS),r=(0,At.useState)((function(){return e.unstable_idCountRef?(e.unstable_idCountRef.current+=1,"-"+e.unstable_idCountRef.current):e.baseId?"-"+n(""):""}))[0],o=(0,At.useMemo)((function(){return e.baseId||n()}),[e.baseId,n]),a=t.id||e.id||""+o+r;return tS(tS({},e),{},{id:a})},useProps:function(e,t){return tS({id:e.id},t)}});KL({as:"div",useHook:WS});function YS(e,t,n){if("function"==typeof Event)return new Event(t,n);var r=lS(e).createEvent("Event");return r.initEvent(t,null==n?void 0:n.bubbles,null==n?void 0:n.cancelable),r}function FS(e,t){if(e instanceof HTMLInputElement||e instanceof HTMLTextAreaElement){var n,r=Object.getPrototypeOf(e),o=null===(n=Object.getOwnPropertyDescriptor(r,"value"))||void 0===n?void 0:n.set;o&&(o.call(e,t),function(e,t,n){e.dispatchEvent(YS(e,t,n))}(e,"input",{bubbles:!0}))}}function jS(e){return e.querySelector("[data-composite-item-widget]")}var qS=ZL({name:"CompositeItem",compose:[SS,WS],keys:OS,propsAreEqual:function(e,t){if(!t.id||e.id!==t.id)return SS.unstable_propsAreEqual(e,t);var n=e.currentId,r=e.unstable_moves,o=nS(e,["currentId","unstable_moves"]),a=t.currentId,i=t.unstable_moves,l=nS(t,["currentId","unstable_moves"]);if(a!==n){if(t.id===a||t.id===n)return!1}else if(r!==i)return!1;return SS.unstable_propsAreEqual(o,l)},useOptions:function(e){return tS(tS({},e),{},{id:e.id,currentId:TS(e),unstable_clickOnSpace:!e.unstable_hasActiveWidget&&e.unstable_clickOnSpace})},useProps:function(e,t){var n,r=t.ref,o=t.tabIndex,a=void 0===o?0:o,i=t.onMouseDown,l=t.onFocus,s=t.onBlurCapture,c=t.onKeyDown,u=t.onClick,d=nS(t,["ref","tabIndex","onMouseDown","onFocus","onBlurCapture","onKeyDown","onClick"]),m=(0,At.useRef)(null),p=e.id,f=e.disabled&&!e.focusable,h=e.currentId===p,g=dS(h),b=(0,At.useRef)(!1),v=function(e){return(0,At.useMemo)((function(){var t;return null===(t=e.items)||void 0===t?void 0:t.find((function(t){return e.id&&t.id===e.id}))}),[e.items,e.id])}(e),y=dS(i),_=dS(l),M=dS(s),k=dS(c),w=dS(u),E=!e.unstable_virtual&&!e.unstable_hasActiveWidget&&h||!(null!==(n=e.items)&&void 0!==n&&n.length);(0,At.useEffect)((function(){var t;if(p)return null===(t=e.registerItem)||void 0===t||t.call(e,{id:p,ref:m,disabled:!!f}),function(){var t;null===(t=e.unregisterItem)||void 0===t||t.call(e,p)}}),[p,f,e.registerItem,e.unregisterItem]),(0,At.useEffect)((function(){var t=m.current;t&&e.unstable_moves&&g.current&&BS(t)}),[e.unstable_moves]);var x=(0,At.useCallback)((function(e){var t;null===(t=y.current)||void 0===t||t.call(y,e),DS(e.currentTarget,!0)}),[]),C=(0,At.useCallback)((function(t){var n,r,o=!!t.currentTarget.userFocus;if(DS(t.currentTarget,!1),null===(n=_.current)||void 0===n||n.call(_,t),!t.defaultPrevented&&!gS(t)&&p&&!function(e,t){if(mS(e))return!1;for(var n,r=oS(t);!(n=r()).done;)if(n.value.ref.current===e.target)return!0;return!1}(t,e.items)&&(null===(r=e.setCurrentId)||void 0===r||r.call(e,p),o&&e.unstable_virtual&&e.baseId&&mS(t))){var a=lS(t.target).getElementById(e.baseId);a&&(b.current=!0,function(e,t){var n=void 0===t?{}:t,r=n.preventScroll,o=n.isActive,a=void 0===o?RS:o;a(e)||(e.focus({preventScroll:r}),a(e)||requestAnimationFrame((function(){e.focus({preventScroll:r})})))}(a))}}),[p,e.items,e.setCurrentId,e.unstable_virtual,e.baseId]),L=(0,At.useCallback)((function(t){var n;null===(n=M.current)||void 0===n||n.call(M,t),t.defaultPrevented||e.unstable_virtual&&b.current&&(b.current=!1,t.preventDefault(),t.stopPropagation())}),[e.unstable_virtual]),S=(0,At.useCallback)((function(t){var n;if(mS(t)){var r="horizontal"!==e.orientation,o="vertical"!==e.orientation,a=!(null==v||!v.groupId),i={ArrowUp:(a||r)&&e.up,ArrowRight:(a||o)&&e.next,ArrowDown:(a||r)&&e.down,ArrowLeft:(a||o)&&e.previous,Home:function(){var n,r;!a||t.ctrlKey?null===(n=e.first)||void 0===n||n.call(e):null===(r=e.previous)||void 0===r||r.call(e,!0)},End:function(){var n,r;!a||t.ctrlKey?null===(n=e.last)||void 0===n||n.call(e):null===(r=e.next)||void 0===r||r.call(e,!0)},PageUp:function(){var t,n;a?null===(t=e.up)||void 0===t||t.call(e,!0):null===(n=e.first)||void 0===n||n.call(e)},PageDown:function(){var t,n;a?null===(t=e.down)||void 0===t||t.call(e,!0):null===(n=e.last)||void 0===n||n.call(e)}}[t.key];if(i)return t.preventDefault(),void i();if(null===(n=k.current)||void 0===n||n.call(k,t),!t.defaultPrevented)if(1===t.key.length&&" "!==t.key){var l=jS(t.currentTarget);l&&IS(l)&&(l.focus(),FS(l,""))}else if("Delete"===t.key||"Backspace"===t.key){var s=jS(t.currentTarget);s&&IS(s)&&(t.preventDefault(),FS(s,""))}}}),[e.orientation,v,e.up,e.next,e.down,e.previous,e.first,e.last]),A=(0,At.useCallback)((function(e){var t;if(null===(t=w.current)||void 0===t||t.call(w,e),!e.defaultPrevented){var n=jS(e.currentTarget);n&&!hS(n)&&n.focus()}}),[]);return tS({ref:iS(m,r),id:p,tabIndex:E?a:-1,"aria-selected":!(!e.unstable_virtual||!h)||void 0,onMouseDown:x,onFocus:C,onBlurCapture:L,onKeyDown:S,onClick:A},d)}}),VS=KL({as:"button",memo:!0,useHook:qS}),US=["baseId","unstable_idCountRef","unstable_virtual","rtl","orientation","items","groups","currentId","loop","wrap","shift","unstable_moves","unstable_hasActiveWidget","unstable_includesBaseElement","setBaseId","registerItem","unregisterItem","registerGroup","unregisterGroup","move","next","previous","up","down","first","last","sort","unstable_setVirtual","setRTL","setOrientation","setCurrentId","setLoop","setWrap","setShift","reset","unstable_setIncludesBaseElement","unstable_setHasActiveWidget"],XS=US,$S=KL({as:"button",memo:!0,useHook:ZL({name:"ToolbarItem",compose:qS,keys:XS})});const GS=(0,At.forwardRef)((function(e,t){let{children:n,as:r,...o}=e;const a=(0,At.useContext)(ig);if("function"!=typeof n&&!r)return null;const i={...o,ref:t,"data-toolbar-item":!0};return a?(0,At.createElement)($S,Nt({},a,i,{as:r}),n):r?(0,At.createElement)(r,i,n):n(i)})),KS=e=>(0,At.createElement)("div",{className:e.className},e.children);const JS=(0,At.forwardRef)((function(e,t){let{containerClassName:n,className:r,extraProps:o,children:a,title:i,isActive:l,isDisabled:s,...c}=e;return(0,At.useContext)(ig)?(0,At.createElement)(GS,Nt({className:sg()("components-toolbar-button",r)},o,c,{ref:t}),(e=>(0,At.createElement)(NL,Nt({label:i,isPressed:l,disabled:s},e),a))):(0,At.createElement)(KS,{className:n},(0,At.createElement)(NL,Nt({ref:t,icon:c.icon,label:i,shortcut:c.shortcut,"data-subscript":c.subscript,onClick:e=>{e.stopPropagation(),c.onClick&&c.onClick(e)},className:sg()("components-toolbar__control",r),isPressed:l,disabled:s,"data-toolbar-item":!0},o,c),a))})),ZS=e=>{let{className:t,children:n,...r}=e;return(0,At.createElement)("div",Nt({className:t},r),n)},QS=(0,At.createElement)(Sx,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,At.createElement)(Cx,{d:"M5 5v1.5h14V5H5zm0 7.8h14v-1.5H5v1.5zM5 19h14v-1.5H5V19z"}));const eA=(0,At.forwardRef)((function(e,t){let{renderContent:n,renderToggle:r,className:o,contentClassName:a,expandOnMobile:i,headerTitle:l,focusOnMount:s,position:c,popoverProps:u,onClose:d,onToggle:m,style:p}=e;const[f,h]=(0,At.useState)(null),g=(0,At.useRef)(),[b,v]=function(e,t){const[n,r]=(0,At.useState)(e);return[n,e=>{r(e),t&&t(e)}]}(!1,m);function y(){d&&d(),v(!1)}(0,At.useEffect)((()=>()=>{m&&b&&m(!1)}),[m,b]);const _={isOpen:b,onToggle:function(){v(!b)},onClose:y},M=!!(null!=u&&u.anchor||null!=u&&u.anchorRef||null!=u&&u.getAnchorRect||null!=u&&u.anchorRect);return(0,At.createElement)("div",{className:sg()("components-dropdown",o),ref:fg([g,t,h]),tabIndex:-1,style:p},r(_),b&&(0,At.createElement)(YC,Nt({position:c,onClose:y,onFocusOutside:function(){var e;if(!g.current)return;const{ownerDocument:t}=g.current,n=null==t||null===(e=t.activeElement)||void 0===e?void 0:e.closest('[role="dialog"]');g.current.contains(t.activeElement)||n&&!n.contains(g.current)||y()},expandOnMobile:i,headerTitle:l,focusOnMount:s,offset:13,anchor:M?void 0:f},u,{className:sg()("components-dropdown__content",u?u.className:void 0,a)}),n(_)))})),tA=eA,nA=()=>{},rA=["menuitem","menuitemradio","menuitemcheckbox"];class oA extends At.Component{constructor(){super(...arguments),this.onKeyDown=this.onKeyDown.bind(this),this.bindContainer=this.bindContainer.bind(this),this.getFocusableContext=this.getFocusableContext.bind(this),this.getFocusableIndex=this.getFocusableIndex.bind(this)}componentDidMount(){this.container.addEventListener("keydown",this.onKeyDown),this.container.addEventListener("focus",this.onFocus)}componentWillUnmount(){this.container.removeEventListener("keydown",this.onKeyDown),this.container.removeEventListener("focus",this.onFocus)}bindContainer(e){const{forwardedRef:t}=this.props;this.container=e,"function"==typeof t?t(e):t&&"current"in t&&(t.current=e)}getFocusableContext(e){const{onlyBrowserTabstops:t}=this.props,n=(t?fx.tabbable:fx.focusable).find(this.container),r=this.getFocusableIndex(n,e);return r>-1&&e?{index:r,target:e,focusables:n}:null}getFocusableIndex(e,t){const n=e.indexOf(t);if(-1!==n)return n}onKeyDown(e){this.props.onKeyDown&&this.props.onKeyDown(e);const{getFocusableContext:t}=this,{cycle:n=!0,eventToOffset:r,onNavigate:o=nA,stopNavigationEvents:a}=this.props,i=r(e);if(void 0!==i&&a){e.stopImmediatePropagation();const t=e.target.getAttribute("role"),n=rA.includes(t),r="Tab"===e.code;(n||r)&&e.preventDefault()}if(!i)return;const l=t(e.target.ownerDocument.activeElement);if(!l)return;const{index:s,focusables:c}=l,u=n?function(e,t,n){const r=e+n;return r<0?t+r:r>=t?r-t:r}(s,c.length,i):s+i;u>=0&&u(0,At.createElement)(oA,Nt({},e,{forwardedRef:t}));aA.displayName="NavigableContainer";const iA=(0,At.forwardRef)(aA);const lA=(0,At.forwardRef)((function(e,t){let{role:n="menu",orientation:r="vertical",...o}=e;return(0,At.createElement)(iA,Nt({ref:t,stopNavigationEvents:!0,onlyBrowserTabstops:!1,role:n,"aria-orientation":"presentation"===n?null:r,eventToOffset:e=>{const{code:t}=e;let n=["ArrowDown"],o=["ArrowUp"];return"horizontal"===r&&(n=["ArrowRight"],o=["ArrowLeft"]),"both"===r&&(n=["ArrowRight","ArrowDown"],o=["ArrowLeft","ArrowUp"]),n.includes(t)?1:o.includes(t)?-1:["ArrowDown","ArrowUp","ArrowLeft","ArrowRight"].includes(t)?0:void 0}},o))}));function sA(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};const n={...e,...t};return t.className&&e.className&&(n.className=sg()(t.className,e.className)),n}function cA(e){return"function"==typeof e}const uA=function(e){const{children:t,className:n,controls:r,icon:o=QS,label:a,popoverProps:i,toggleProps:l,menuProps:s,disableOpenOnArrowDown:c=!1,text:u,noIcons:d}=e;if(!(null!=r&&r.length||cA(t)))return null;let m;null!=r&&r.length&&(m=r,Array.isArray(m[0])||(m=[m]));const p=sA({className:"components-dropdown-menu__popover"},i);return(0,At.createElement)(tA,{className:sg()("components-dropdown-menu",n),popoverProps:p,renderToggle:e=>{var t;let{isOpen:n,onToggle:r}=e;const i=sA({className:sg()("components-dropdown-menu__toggle",{"is-opened":n})},l);return(0,At.createElement)(NL,Nt({},i,{icon:o,onClick:e=>{r(e),i.onClick&&i.onClick(e)},onKeyDown:e=>{(e=>{c||n||"ArrowDown"!==e.code||(e.preventDefault(),r())})(e),i.onKeyDown&&i.onKeyDown(e)},"aria-haspopup":"true","aria-expanded":n,label:a,text:u,showTooltip:null===(t=null==l?void 0:l.showTooltip)||void 0===t||t}),i.children)},renderContent:e=>{var n;const r=sA({"aria-label":a,className:sg()("components-dropdown-menu__menu",{"no-icons":d})},s);return(0,At.createElement)(lA,Nt({},r,{role:"menu"}),cA(t)?t(e):null,null===(n=m)||void 0===n?void 0:n.flatMap(((t,n)=>t.map(((t,r)=>(0,At.createElement)(NL,{key:[n,r].join(),onClick:n=>{n.stopPropagation(),e.onClose(),t.onClick&&t.onClick()},className:sg()("components-dropdown-menu__menu-item",{"has-separator":n>0&&0===r,"is-active":t.isActive,"is-icon-only":!t.title}),icon:t.icon,label:t.label,"aria-checked":"menuitemcheckbox"===t.role||"menuitemradio"===t.role?t.isActive:void 0,role:"menuitemcheckbox"===t.role||"menuitemradio"===t.role?t.role:"menuitem",disabled:t.isDisabled},t.title))))))}})};const dA=function(e){let{controls:t=[],toggleProps:n,...r}=e;const o=e=>(0,At.createElement)(uA,Nt({controls:t,toggleProps:{...e,"data-toolbar-item":!0}},r));return(0,At.useContext)(ig)?(0,At.createElement)(GS,n,o):o(n)};const mA=function(e){var t;let{controls:n=[],children:r,className:o,isCollapsed:a,title:i,...l}=e;const s=(0,At.useContext)(ig);if(!(n&&n.length||r))return null;const c=sg()(s?"components-toolbar-group":"components-toolbar",o);let u=n;return Array.isArray(u[0])||(u=[u]),a?(0,At.createElement)(dA,Nt({label:i,controls:u,className:c,children:r},l)):(0,At.createElement)(ZS,Nt({className:c},l),null===(t=u)||void 0===t?void 0:t.flatMap(((e,t)=>e.map(((e,n)=>(0,At.createElement)(JS,Nt({key:[t,n].join(),containerClassName:t>0&&0===n?"has-left-divider":null},e)))))),r)},pA={default:LC("BlockControls"),block:LC("BlockControlsBlock"),inline:LC("BlockFormatControls"),other:LC("BlockControlsOther"),parent:LC("BlockControlsParent")},fA={insertUsage:{}},hA={alignWide:!1,supportsLayout:!0,colors:[{name:Jr("Black"),slug:"black",color:"#000000"},{name:Jr("Cyan bluish gray"),slug:"cyan-bluish-gray",color:"#abb8c3"},{name:Jr("White"),slug:"white",color:"#ffffff"},{name:Jr("Pale pink"),slug:"pale-pink",color:"#f78da7"},{name:Jr("Vivid red"),slug:"vivid-red",color:"#cf2e2e"},{name:Jr("Luminous vivid orange"),slug:"luminous-vivid-orange",color:"#ff6900"},{name:Jr("Luminous vivid amber"),slug:"luminous-vivid-amber",color:"#fcb900"},{name:Jr("Light green cyan"),slug:"light-green-cyan",color:"#7bdcb5"},{name:Jr("Vivid green cyan"),slug:"vivid-green-cyan",color:"#00d084"},{name:Jr("Pale cyan blue"),slug:"pale-cyan-blue",color:"#8ed1fc"},{name:Jr("Vivid cyan blue"),slug:"vivid-cyan-blue",color:"#0693e3"},{name:Jr("Vivid purple"),slug:"vivid-purple",color:"#9b51e0"}],fontSizes:[{name:Zr("Small","font size name"),size:13,slug:"small"},{name:Zr("Normal","font size name"),size:16,slug:"normal"},{name:Zr("Medium","font size name"),size:20,slug:"medium"},{name:Zr("Large","font size name"),size:36,slug:"large"},{name:Zr("Huge","font size name"),size:42,slug:"huge"}],imageDefaultSize:"large",imageSizes:[{slug:"thumbnail",name:Jr("Thumbnail")},{slug:"medium",name:Jr("Medium")},{slug:"large",name:Jr("Large")},{slug:"full",name:Jr("Full Size")}],imageEditing:!0,maxWidth:580,allowedBlockTypes:!0,maxUploadFileSize:0,allowedMimeTypes:null,canLockBlocks:!0,__experimentalCanUserUseUnfilteredHTML:!1,__experimentalClearBlockSelection:!0,__experimentalBlockDirectory:!1,__mobileEnablePageTemplates:!1,__experimentalBlockPatterns:[],__experimentalBlockPatternCategories:[],__unstableGalleryWithImageBlocks:!1,__unstableIsPreviewMode:!1,generateAnchors:!1,gradients:[{name:Jr("Vivid cyan blue to vivid purple"),gradient:"linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%)",slug:"vivid-cyan-blue-to-vivid-purple"},{name:Jr("Light green cyan to vivid green cyan"),gradient:"linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%)",slug:"light-green-cyan-to-vivid-green-cyan"},{name:Jr("Luminous vivid amber to luminous vivid orange"),gradient:"linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%)",slug:"luminous-vivid-amber-to-luminous-vivid-orange"},{name:Jr("Luminous vivid orange to vivid red"),gradient:"linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%)",slug:"luminous-vivid-orange-to-vivid-red"},{name:Jr("Very light gray to cyan bluish gray"),gradient:"linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%)",slug:"very-light-gray-to-cyan-bluish-gray"},{name:Jr("Cool to warm spectrum"),gradient:"linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%)",slug:"cool-to-warm-spectrum"},{name:Jr("Blush light purple"),gradient:"linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%)",slug:"blush-light-purple"},{name:Jr("Blush bordeaux"),gradient:"linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%)",slug:"blush-bordeaux"},{name:Jr("Luminous dusk"),gradient:"linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%)",slug:"luminous-dusk"},{name:Jr("Pale ocean"),gradient:"linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%)",slug:"pale-ocean"},{name:Jr("Electric grass"),gradient:"linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%)",slug:"electric-grass"},{name:Jr("Midnight"),gradient:"linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%)",slug:"midnight"}],__unstableResolvedAssets:{styles:[],scripts:[]}};function gA(e,t,n){return[...e.slice(0,n),...Array.isArray(t)?t:[t],...e.slice(n)]}function bA(e,t,n){let r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:1;const o=[...e];return o.splice(t,r),gA(o,e.slice(t,t+r),n)}const vA=e=>e;function yA(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"";const n=new Map,r=[];return n.set(t,r),e.forEach((e=>{const{clientId:t,innerBlocks:o}=e;r.push(t),yA(o,t).forEach(((e,t)=>{n.set(t,e)}))})),n}function _A(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"";const n=[],r=[[t,e]];for(;r.length;){const[e,t]=r.shift();t.forEach((t=>{let{innerBlocks:o,...a}=t;n.push([a.clientId,e]),null!=o&&o.length&&r.push([a.clientId,o])}))}return n}function MA(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:vA;const n=[],r=[...e];for(;r.length;){const{innerBlocks:e,...o}=r.shift();r.push(...e),n.push([o.clientId,t(o)])}return n}function kA(e){const t={},n=[...e];for(;n.length;){const{innerBlocks:e,...r}=n.shift();n.push(...e),t[r.clientId]=!0}return t}function wA(e){return MA(e,(e=>{const{attributes:t,...n}=e;return n}))}function EA(e){return MA(e,(e=>e.attributes))}function xA(e,t){return"UPDATE_BLOCK_ATTRIBUTES"===e.type&&void 0!==t&&"UPDATE_BLOCK_ATTRIBUTES"===t.type&&hs()(e.clientIds,t.clientIds)&&function(e,t){return hs()(Object.keys(e),Object.keys(t))}(e.attributes,t.attributes)}function CA(e,t){const n=e.tree,r=[...t],o=[...t];for(;r.length;){const e=r.shift();r.push(...e.innerBlocks),o.push(...e.innerBlocks)}for(const e of o)n.set(e.clientId,{});for(const t of o)n.set(t.clientId,Object.assign(n.get(t.clientId),{...e.byClientId.get(t.clientId),attributes:e.attributes.get(t.clientId),innerBlocks:t.innerBlocks.map((e=>n.get(e.clientId)))}))}function LA(e,t){let n=arguments.length>2&&void 0!==arguments[2]&&arguments[2];const r=e.tree,o=new Set([]),a=new Set;for(const r of t){let t=n?r:e.parents.get(r);do{if(e.controlledInnerBlocks[t]){a.add(t);break}o.add(t),t=e.parents.get(t)}while(void 0!==t)}for(const e of o)r.set(e,{...r.get(e)});for(const t of o)r.get(t).innerBlocks=(e.order.get(t)||[]).map((e=>r.get(e)));for(const t of a)r.set("controlled||"+t,{innerBlocks:(e.order.get(t)||[]).map((e=>r.get(e)))})}const SA=an(Sr,(e=>(t,n)=>{if(t&&"SAVE_REUSABLE_BLOCK_SUCCESS"===n.type){const{id:e,updatedId:r}=n;if(e===r)return t;(t={...t}).attributes=new Map(t.attributes),t.attributes.forEach(((n,o)=>{const{name:a}=t.byClientId.get(o);"core/block"===a&&n.ref===e&&t.attributes.set(o,{...n,ref:r})}))}return e(t,n)}),(e=>function(){let t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},n=arguments.length>1?arguments[1]:void 0;const r=e(t,n);if(r===t)return t;switch(r.tree=t.tree?t.tree:new Map,n.type){case"RECEIVE_BLOCKS":case"INSERT_BLOCKS":r.tree=new Map(r.tree),CA(r,n.blocks),LA(r,n.rootClientId?[n.rootClientId]:[""],!0);break;case"UPDATE_BLOCK":r.tree=new Map(r.tree),r.tree.set(n.clientId,{...r.tree.get(n.clientId),...r.byClientId.get(n.clientId),attributes:r.attributes.get(n.clientId)}),LA(r,[n.clientId],!1);break;case"UPDATE_BLOCK_ATTRIBUTES":r.tree=new Map(r.tree),n.clientIds.forEach((e=>{r.tree.set(e,{...r.tree.get(e),attributes:r.attributes.get(e)})})),LA(r,n.clientIds,!1);break;case"REPLACE_BLOCKS_AUGMENTED_WITH_CHILDREN":{const e=kA(n.blocks);r.tree=new Map(r.tree),n.replacedClientIds.concat(n.replacedClientIds.filter((t=>!e[t])).map((e=>"controlled||"+e))).forEach((e=>{r.tree.delete(e)})),CA(r,n.blocks),LA(r,n.blocks.map((e=>e.clientId)),!1);const o=[];for(const e of n.clientIds)void 0===t.parents.get(e)||""!==t.parents.get(e)&&!r.byClientId.get(t.parents.get(e))||o.push(t.parents.get(e));LA(r,o,!0);break}case"REMOVE_BLOCKS_AUGMENTED_WITH_CHILDREN":const e=[];for(const o of n.clientIds)void 0===t.parents.get(o)||""!==t.parents.get(o)&&!r.byClientId.get(t.parents.get(o))||e.push(t.parents.get(o));r.tree=new Map(r.tree),n.removedClientIds.concat(n.removedClientIds.map((e=>"controlled||"+e))).forEach((e=>{r.tree.delete(e)})),LA(r,e,!0);break;case"MOVE_BLOCKS_TO_POSITION":{const e=[];n.fromRootClientId?e.push(n.fromRootClientId):e.push(""),n.toRootClientId&&e.push(n.toRootClientId),r.tree=new Map(r.tree),LA(r,e,!0);break}case"MOVE_BLOCKS_UP":case"MOVE_BLOCKS_DOWN":{const e=[n.rootClientId?n.rootClientId:""];r.tree=new Map(r.tree),LA(r,e,!0);break}case"SAVE_REUSABLE_BLOCK_SUCCESS":{const e=[];r.attributes.forEach(((t,o)=>{"core/block"===r.byClientId.get(o).name&&t.ref===n.updatedId&&e.push(o)})),r.tree=new Map(r.tree),e.forEach((e=>{r.tree.set(e,{...r.byClientId.get(e),attributes:r.attributes.get(e),innerBlocks:r.tree.get(e).innerBlocks})})),LA(r,e,!1)}}return r}),(e=>(t,n)=>{const r=e=>{let r=e;for(let o=0;o(t,n)=>{if("REPLACE_INNER_BLOCKS"!==n.type)return e(t,n);const r={};if(Object.keys(t.controlledInnerBlocks).length){const e=[...n.blocks];for(;e.length;){const{innerBlocks:n,...o}=e.shift();e.push(...n),t.controlledInnerBlocks[o.clientId]&&(r[o.clientId]=!0)}}let o=t;t.order.get(n.rootClientId)&&(o=e(o,{type:"REMOVE_BLOCKS",keepControlledInnerBlocks:r,clientIds:t.order.get(n.rootClientId)}));let a=o;if(n.blocks.length){a=e(a,{...n,type:"INSERT_BLOCKS",index:0});const o=new Map(a.order);Object.keys(r).forEach((e=>{t.order.get(e)&&o.set(e,t.order.get(e))})),a.order=o,a.tree=new Map(a.tree),Object.keys(r).forEach((e=>{const n=`controlled||${e}`;t.tree.has(n)&&a.tree.set(n,t.tree.get(n))}))}return a}),(e=>(t,n)=>{if("RESET_BLOCKS"===n.type){const e={...t,byClientId:new Map(wA(n.blocks)),attributes:new Map(EA(n.blocks)),order:yA(n.blocks),parents:new Map(_A(n.blocks)),controlledInnerBlocks:{}};return e.tree=new Map(null==t?void 0:t.tree),CA(e,n.blocks),e.tree.set("",{innerBlocks:n.blocks.map((t=>e.tree.get(t.clientId)))}),e}return e(t,n)}),(function(e){let t,n=!1;return(r,o)=>{let a=e(r,o);const i="MARK_LAST_CHANGE_AS_PERSISTENT"===o.type||n;if(r===a&&!i){var l;n="MARK_NEXT_CHANGE_AS_NOT_PERSISTENT"===o.type;const e=null===(l=null==r?void 0:r.isPersistentChange)||void 0===l||l;return r.isPersistentChange===e?r:{...a,isPersistentChange:e}}return a={...a,isPersistentChange:i?!n:!xA(o,t)},t=o,n="MARK_NEXT_CHANGE_AS_NOT_PERSISTENT"===o.type,a}}),(function(e){const t=new Set(["RECEIVE_BLOCKS"]);return(n,r)=>{const o=e(n,r);return o!==n&&(o.isIgnoredChange=t.has(r.type)),o}}),(e=>(t,n)=>{if("SET_HAS_CONTROLLED_INNER_BLOCKS"===n.type){const r=e(t,{type:"REPLACE_INNER_BLOCKS",rootClientId:n.clientId,blocks:[]});return e(r,n)}return e(t,n)}))({byClientId(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:new Map,t=arguments.length>1?arguments[1]:void 0;switch(t.type){case"RECEIVE_BLOCKS":case"INSERT_BLOCKS":{const n=new Map(e);return wA(t.blocks).forEach((e=>{let[t,r]=e;n.set(t,r)})),n}case"UPDATE_BLOCK":{if(!e.has(t.clientId))return e;const{attributes:n,...r}=t.updates;if(0===Object.values(r).length)return e;const o=new Map(e);return o.set(t.clientId,{...e.get(t.clientId),...r}),o}case"REPLACE_BLOCKS_AUGMENTED_WITH_CHILDREN":{if(!t.blocks)return e;const n=new Map(e);return t.replacedClientIds.forEach((e=>{n.delete(e)})),wA(t.blocks).forEach((e=>{let[t,r]=e;n.set(t,r)})),n}case"REMOVE_BLOCKS_AUGMENTED_WITH_CHILDREN":{const n=new Map(e);return t.removedClientIds.forEach((e=>{n.delete(e)})),n}}return e},attributes(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:new Map,t=arguments.length>1?arguments[1]:void 0;switch(t.type){case"RECEIVE_BLOCKS":case"INSERT_BLOCKS":{const n=new Map(e);return EA(t.blocks).forEach((e=>{let[t,r]=e;n.set(t,r)})),n}case"UPDATE_BLOCK":{if(!e.get(t.clientId)||!t.updates.attributes)return e;const n=new Map(e);return n.set(t.clientId,{...e.get(t.clientId),...t.updates.attributes}),n}case"UPDATE_BLOCK_ATTRIBUTES":{if(t.clientIds.every((t=>!e.get(t))))return e;let r=!1;const o=new Map(e);for(const a of t.clientIds){var n;const i=Object.entries(t.uniqueByBlock?t.attributes[a]:null!==(n=t.attributes)&&void 0!==n?n:{});if(0===i.length)continue;let l=!1;const s=e.get(a),c={};i.forEach((e=>{let[t,n]=e;s[t]!==n&&(l=!0,c[t]=n)})),r=r||l,l&&o.set(a,{...s,...c})}return r?o:e}case"REPLACE_BLOCKS_AUGMENTED_WITH_CHILDREN":{if(!t.blocks)return e;const n=new Map(e);return t.replacedClientIds.forEach((e=>{n.delete(e)})),EA(t.blocks).forEach((e=>{let[t,r]=e;n.set(t,r)})),n}case"REMOVE_BLOCKS_AUGMENTED_WITH_CHILDREN":{const n=new Map(e);return t.removedClientIds.forEach((e=>{n.delete(e)})),n}}return e},order(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:new Map,t=arguments.length>1?arguments[1]:void 0;switch(t.type){case"RECEIVE_BLOCKS":{var n;const r=yA(t.blocks),o=new Map(e);return r.forEach(((e,t)=>{""!==t&&o.set(t,e)})),o.set("",(null!==(n=e.get(""))&&void 0!==n?n:[]).concat(r[""])),o}case"INSERT_BLOCKS":{const{rootClientId:n=""}=t,r=e.get(n)||[],o=yA(t.blocks,n),{index:a=r.length}=t,i=new Map(e);return o.forEach(((e,t)=>{i.set(t,e)})),i.set(n,gA(r,o.get(n),a)),i}case"MOVE_BLOCKS_TO_POSITION":{var r,o;const{fromRootClientId:n="",toRootClientId:a="",clientIds:i}=t,{index:l=e.get(a).length}=t;if(n===a){const t=e.get(a).indexOf(i[0]),n=new Map(e);return n.set(a,bA(e.get(a),t,l,i.length)),n}const s=new Map(e);return s.set(n,null!==(r=null===(o=e.get(n))||void 0===o?void 0:o.filter((e=>!i.includes(e))))&&void 0!==r?r:[]),s.set(a,gA(e.get(a),i,l)),s}case"MOVE_BLOCKS_UP":{const{clientIds:n,rootClientId:r=""}=t,o=n[0],a=e.get(r);if(!a.length||o===a[0])return e;const i=a.indexOf(o),l=new Map(e);return l.set(r,bA(a,i,i-1,n.length)),l}case"MOVE_BLOCKS_DOWN":{const{clientIds:n,rootClientId:r=""}=t,o=n[0],a=n[n.length-1],i=e.get(r);if(!i.length||a===i[i.length-1])return e;const l=i.indexOf(o),s=new Map(e);return s.set(r,bA(i,l,l+1,n.length)),s}case"REPLACE_BLOCKS_AUGMENTED_WITH_CHILDREN":{const{clientIds:n}=t;if(!t.blocks)return e;const r=yA(t.blocks),o=new Map(e);return t.replacedClientIds.forEach((e=>{o.delete(e)})),r.forEach(((e,t)=>{""!==t&&o.set(t,e)})),o.forEach(((e,t)=>{const a=Object.values(e).reduce(((e,t)=>t===n[0]?[...e,...r.get("")]:(-1===n.indexOf(t)&&e.push(t),e)),[]);o.set(t,a)})),o}case"REMOVE_BLOCKS_AUGMENTED_WITH_CHILDREN":{const n=new Map(e);return t.removedClientIds.forEach((e=>{n.delete(e)})),n.forEach(((e,r)=>{var o;const a=null!==(o=null==e?void 0:e.filter((e=>!t.removedClientIds.includes(e))))&&void 0!==o?o:[];a.length!==e.length&&n.set(r,a)})),n}}return e},parents(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:new Map,t=arguments.length>1?arguments[1]:void 0;switch(t.type){case"RECEIVE_BLOCKS":{const n=new Map(e);return _A(t.blocks).forEach((e=>{let[t,r]=e;n.set(t,r)})),n}case"INSERT_BLOCKS":{const n=new Map(e);return _A(t.blocks,t.rootClientId||"").forEach((e=>{let[t,r]=e;n.set(t,r)})),n}case"MOVE_BLOCKS_TO_POSITION":{const n=new Map(e);return t.clientIds.forEach((e=>{n.set(e,t.toRootClientId||"")})),n}case"REPLACE_BLOCKS_AUGMENTED_WITH_CHILDREN":{const n=new Map(e);return t.replacedClientIds.forEach((e=>{n.delete(e)})),_A(t.blocks,e.get(t.clientIds[0])).forEach((e=>{let[t,r]=e;n.set(t,r)})),n}case"REMOVE_BLOCKS_AUGMENTED_WITH_CHILDREN":{const n=new Map(e);return t.removedClientIds.forEach((e=>{n.delete(e)})),n}}return e},controlledInnerBlocks(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},{type:t,clientId:n,hasControlledInnerBlocks:r}=arguments.length>1?arguments[1]:void 0;return"SET_HAS_CONTROLLED_INNER_BLOCKS"===t?{...e,[n]:r}:e}});function AA(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1?arguments[1]:void 0;switch(t.type){case"CLEAR_SELECTED_BLOCK":return e.clientId?{}:e;case"SELECT_BLOCK":return t.clientId===e.clientId?e:{clientId:t.clientId};case"REPLACE_INNER_BLOCKS":case"INSERT_BLOCKS":return t.updateSelection&&t.blocks.length?{clientId:t.blocks[0].clientId}:e;case"REMOVE_BLOCKS":return t.clientIds&&t.clientIds.length&&-1!==t.clientIds.indexOf(e.clientId)?{}:e;case"REPLACE_BLOCKS":{if(-1===t.clientIds.indexOf(e.clientId))return e;const n=t.blocks[t.indexToSelect]||t.blocks[t.blocks.length-1];return n?n.clientId===e.clientId?e:{clientId:n.clientId}:{}}}return e}const TA=Sr({blocks:SA,isTyping:function(){let e=arguments.length>0&&void 0!==arguments[0]&&arguments[0],t=arguments.length>1?arguments[1]:void 0;switch(t.type){case"START_TYPING":return!0;case"STOP_TYPING":return!1}return e},isBlockInterfaceHidden:function(){let e=arguments.length>0&&void 0!==arguments[0]&&arguments[0],t=arguments.length>1?arguments[1]:void 0;switch(t.type){case"HIDE_BLOCK_INTERFACE":return!0;case"SHOW_BLOCK_INTERFACE":return!1}return e},draggedBlocks:function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[],t=arguments.length>1?arguments[1]:void 0;switch(t.type){case"START_DRAGGING_BLOCKS":return t.clientIds;case"STOP_DRAGGING_BLOCKS":return[]}return e},selection:function(){var e,t,n,r;let o=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},a=arguments.length>1?arguments[1]:void 0;switch(a.type){case"SELECTION_CHANGE":return a.clientId?{selectionStart:{clientId:a.clientId,attributeKey:a.attributeKey,offset:a.startOffset},selectionEnd:{clientId:a.clientId,attributeKey:a.attributeKey,offset:a.endOffset}}:{selectionStart:a.start||o.selectionStart,selectionEnd:a.end||o.selectionEnd};case"RESET_SELECTION":const{selectionStart:i,selectionEnd:l}=a;return{selectionStart:i,selectionEnd:l};case"MULTI_SELECT":const{start:s,end:c}=a;return s===(null===(e=o.selectionStart)||void 0===e?void 0:e.clientId)&&c===(null===(t=o.selectionEnd)||void 0===t?void 0:t.clientId)?o:{selectionStart:{clientId:s},selectionEnd:{clientId:c}};case"RESET_BLOCKS":const u=null==o||null===(n=o.selectionStart)||void 0===n?void 0:n.clientId,d=null==o||null===(r=o.selectionEnd)||void 0===r?void 0:r.clientId;if(!u&&!d)return o;if(!a.blocks.some((e=>e.clientId===u)))return{selectionStart:{},selectionEnd:{}};if(!a.blocks.some((e=>e.clientId===d)))return{...o,selectionEnd:o.selectionStart}}return{selectionStart:AA(o.selectionStart,a),selectionEnd:AA(o.selectionEnd,a)}},isMultiSelecting:function(){let e=arguments.length>0&&void 0!==arguments[0]&&arguments[0],t=arguments.length>1?arguments[1]:void 0;switch(t.type){case"START_MULTI_SELECT":return!0;case"STOP_MULTI_SELECT":return!1}return e},isSelectionEnabled:function(){let e=!(arguments.length>0&&void 0!==arguments[0])||arguments[0],t=arguments.length>1?arguments[1]:void 0;return"TOGGLE_SELECTION"===t.type?t.isSelectionEnabled:e},initialPosition:function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:null,t=arguments.length>1?arguments[1]:void 0;return"REPLACE_BLOCKS"===t.type&&void 0!==t.initialPosition||["MULTI_SELECT","SELECT_BLOCK","RESET_SELECTION","INSERT_BLOCKS","REPLACE_INNER_BLOCKS"].includes(t.type)?t.initialPosition:e},blocksMode:function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1?arguments[1]:void 0;if("TOGGLE_BLOCK_MODE"===t.type){const{clientId:n}=t;return{...e,[n]:e[n]&&"html"===e[n]?"visual":"html"}}return e},blockListSettings:function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1?arguments[1]:void 0;switch(t.type){case"REPLACE_BLOCKS":case"REMOVE_BLOCKS":return Object.fromEntries(Object.entries(e).filter((e=>{let[n]=e;return!t.clientIds.includes(n)})));case"UPDATE_BLOCK_LIST_SETTINGS":{const{clientId:n}=t;if(!t.settings){if(e.hasOwnProperty(n)){const{[n]:t,...r}=e;return r}return e}return hs()(e[n],t.settings)?e:{...e,[n]:t.settings}}}return e},insertionPoint:function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:null,t=arguments.length>1?arguments[1]:void 0;switch(t.type){case"SHOW_INSERTION_POINT":{const{rootClientId:n,index:r,__unstableWithInserter:o,operation:a}=t,i={rootClientId:n,index:r,__unstableWithInserter:o,operation:a};return hs()(e,i)?e:i}case"HIDE_INSERTION_POINT":return null}return e},template:function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{isValid:!0},t=arguments.length>1?arguments[1]:void 0;return"SET_TEMPLATE_VALIDITY"===t.type?{...e,isValid:t.isValid}:e},settings:function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:hA,t=arguments.length>1?arguments[1]:void 0;return"UPDATE_SETTINGS"===t.type?{...e,...t.settings}:e},preferences:function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:fA,t=arguments.length>1?arguments[1]:void 0;switch(t.type){case"INSERT_BLOCKS":case"REPLACE_BLOCKS":return t.blocks.reduce(((e,n)=>{const{attributes:r,name:o}=n,a=Ar(Zi).getActiveBlockVariation(o,r);let i=null!=a&&a.name?`${o}/${a.name}`:o;const l={name:i};return"core/block"===o&&(l.ref=r.ref,i+="/"+r.ref),{...e,insertUsage:{...e.insertUsage,[i]:{time:t.time,count:e.insertUsage[i]?e.insertUsage[i].count+1:1,insert:l}}}}),e)}return e},lastBlockAttributesChange:function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:null,t=arguments.length>1?arguments[1]:void 0;switch(t.type){case"UPDATE_BLOCK":if(!t.updates.attributes)break;return{[t.clientId]:t.updates.attributes};case"UPDATE_BLOCK_ATTRIBUTES":return t.clientIds.reduce(((e,n)=>({...e,[n]:t.uniqueByBlock?t.attributes[n]:t.attributes})),{})}return e},editorMode:function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"edit",t=arguments.length>1?arguments[1]:void 0;return"INSERT_BLOCKS"===t.type&&"navigation"===e?"edit":"SET_EDITOR_MODE"===t.type?t.mode:e},hasBlockMovingClientId:function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:null,t=arguments.length>1?arguments[1]:void 0;return"SET_BLOCK_MOVING_MODE"===t.type?t.hasBlockMovingClientId:"SET_EDITOR_MODE"===t.type?null:e},automaticChangeStatus:function(e,t){switch(t.type){case"MARK_AUTOMATIC_CHANGE":return"pending";case"MARK_AUTOMATIC_CHANGE_FINAL":return"pending"===e?"final":void 0;case"SELECTION_CHANGE":return"final"!==e?e:void 0;case"SET_BLOCK_VISIBILITY":case"START_TYPING":case"STOP_TYPING":case"UPDATE_BLOCK_LIST_SETTINGS":return e}},highlightedBlock:function(e,t){switch(t.type){case"TOGGLE_BLOCK_HIGHLIGHT":const{clientId:n,isHighlighted:r}=t;return r?n:e===n?null:e;case"SELECT_BLOCK":if(t.clientId!==e)return null}return e},lastBlockInserted:function(){var e;let t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},n=arguments.length>1?arguments[1]:void 0;switch(n.type){case"INSERT_BLOCKS":if(!n.blocks.length)return t;return{clientId:n.blocks[0].clientId,source:null===(e=n.meta)||void 0===e?void 0:e.source};case"RESET_BLOCKS":return{}}return t},temporarilyEditingAsBlocks:function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"",t=arguments.length>1?arguments[1]:void 0;return"SET_TEMPORARILY_EDITING_AS_BLOCKS"===t.type?t.temporarilyEditingAsBlocks:e},blockVisibility:function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1?arguments[1]:void 0;return"SET_BLOCK_VISIBILITY"===t.type?{...e,...t.updates}:e}}),zA={OS:"web",select:e=>"web"in e?e.web:e.default,isWeb:!0},NA=(0,At.createElement)(Sx,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,At.createElement)(Cx,{d:"M21.3 10.8l-5.6-5.6c-.7-.7-1.8-.7-2.5 0l-5.6 5.6c-.7.7-.7 1.8 0 2.5l5.6 5.6c.3.3.8.5 1.2.5s.9-.2 1.2-.5l5.6-5.6c.8-.7.8-1.9.1-2.5zm-1 1.4l-5.6 5.6c-.1.1-.3.1-.4 0l-5.6-5.6c-.1-.1-.1-.3 0-.4l5.6-5.6s.1-.1.2-.1.1 0 .2.1l5.6 5.6c.1.1.1.3 0 .4zm-16.6-.4L10 5.5l-1-1-6.3 6.3c-.7.7-.7 1.8 0 2.5L9 19.5l1.1-1.1-6.3-6.3c-.2 0-.2-.2-.1-.3z"}));const OA=Sr({formatTypes:function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1?arguments[1]:void 0;switch(t.type){case"ADD_FORMAT_TYPES":return{...e,...t.formatTypes.reduce(((e,t)=>({...e,[t.name]:t})),{})};case"REMOVE_FORMAT_TYPES":return Object.fromEntries(Object.entries(e).filter((e=>{let[n]=e;return!t.names.includes(n)})))}return e}}),BA=li((e=>Object.values(e.formatTypes)),(e=>[e.formatTypes]));function DA(e,t){return e.formatTypes[t]}function IA(e,t){const n=BA(e);return n.find((e=>{let{className:n,tagName:r}=e;return null===n&&t===r}))||n.find((e=>{let{className:t,tagName:n}=e;return null===t&&"*"===n}))}function RA(e,t){return BA(e).find((e=>{let{className:n}=e;return null!==n&&` ${t} `.indexOf(` ${n} `)>=0}))}function PA(e){return{type:"ADD_FORMAT_TYPES",formatTypes:Array.isArray(e)?e:[e]}}function HA(e){return{type:"REMOVE_FORMAT_TYPES",names:Array.isArray(e)?e:[e]}}const WA=qn("core/rich-text",{reducer:OA,selectors:u,actions:d});function YA(e,t){if(e===t)return!0;if(!e||!t)return!1;if(e.type!==t.type)return!1;const n=e.attributes,r=t.attributes;if(n===r)return!0;if(!n||!r)return!1;const o=Object.keys(n),a=Object.keys(r);if(o.length!==a.length)return!1;const i=o.length;for(let e=0;e{const r=t[n-1];if(r){const o=e.slice();o.forEach(((e,t)=>{const n=r[t];YA(e,n)&&(o[t]=n)})),t[n]=o}})),{...e,formats:t}}function jA(e,t,n){return(e=e.slice())[t]=n,e}function qA(e,t){let n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:e.start,r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:e.end;const{formats:o,activeFormats:a}=e,i=o.slice();if(n===r){var l;const e=null===(l=i[n])||void 0===l?void 0:l.find((e=>{let{type:n}=e;return n===t.type}));if(e){const o=i[n].indexOf(e);for(;i[n]&&i[n][o]===e;)i[n]=jA(i[n],o,t),n--;for(r++;i[r]&&i[r][o]===e;)i[r]=jA(i[r],o,t),r++}}else{let e=1/0;for(let o=n;o{let{type:n}=e;return n!==t.type}));const n=i[o].length;n{let{type:n}=e;return n!==t.type})))||[],t]})}function VA(e,t){let{implementation:n}=e;return VA.body||(VA.body=n.createHTMLDocument("").body),VA.body.innerHTML=t,VA.body}function UA(e,t){return e.formats=e.formats.concat(t.formats),e.replacements=e.replacements.concat(t.replacements),e.text+=t.text,e}Or(WA);const XA="\u2028",$A="";function GA(e){let t,{tagName:n,attributes:r}=e;if(r&&r.class&&(t=Ar(WA).getFormatTypeForClassName(r.class),t&&(r.class=` ${r.class} `.replace(` ${t.className} `," ").trim(),r.class||delete r.class)),t||(t=Ar(WA).getFormatTypeForBareElement(n)),!t)return r?{type:n,attributes:r}:{type:n};if(t.__experimentalCreatePrepareEditableTree&&!t.__experimentalCreateOnChangeEditableValue)return null;if(!r)return{type:t.name,tagName:n};const o={},a={},i={...r};for(const e in t.attributes){const n=t.attributes[e];o[e]=i[n],t.__unstableFilterAttributeValue&&(o[e]=t.__unstableFilterAttributeValue(e,o[e])),delete i[n],void 0===o[e]&&delete o[e]}for(const e in i)a[e]=r[e];return{type:t.name,tagName:n,attributes:o,unregisteredAttributes:a}}function KA(){let{element:e,text:t,html:n,range:r,multilineTag:o,multilineWrapperTags:a,__unstableIsEditableTree:i,preserveWhiteSpace:l}=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};return"string"==typeof t&&t.length>0?{formats:Array(t.length),replacements:Array(t.length),text:t}:("string"==typeof n&&n.length>0&&(e=VA(document,n)),"object"!=typeof e?{formats:[],replacements:[],text:""}:o?nT({element:e,range:r,multilineTag:o,multilineWrapperTags:a,isEditableTree:i,preserveWhiteSpace:l}):tT({element:e,range:r,isEditableTree:i,preserveWhiteSpace:l}))}function JA(e,t,n,r){if(!n)return;const{parentNode:o}=t,{startContainer:a,startOffset:i,endContainer:l,endOffset:s}=n,c=e.text.length;void 0!==r.start?e.start=c+r.start:t===a&&t.nodeType===t.TEXT_NODE?e.start=c+i:o===a&&t===a.childNodes[i]?e.start=c:o===a&&t===a.childNodes[i-1]?e.start=c+r.text.length:t===a&&(e.start=c),void 0!==r.end?e.end=c+r.end:t===l&&t.nodeType===t.TEXT_NODE?e.end=c+s:o===l&&t===l.childNodes[s-1]?e.end=c+r.text.length:o===l&&t===l.childNodes[s]?e.end=c:t===l&&(e.end=c+s)}function ZA(e,t,n){if(!t)return;const{startContainer:r,endContainer:o}=t;let{startOffset:a,endOffset:i}=t;return e===r&&(a=n(e.nodeValue.slice(0,a)).length),e===o&&(i=n(e.nodeValue.slice(0,i)).length),{startContainer:r,startOffset:a,endContainer:o,endOffset:i}}function QA(e){return e.replace(/[\n\r\t]+/g," ")}function eT(e){return e.replace(new RegExp("[\ufeff]","gu"),"")}function tT(e){let{element:t,range:n,multilineTag:r,multilineWrapperTags:o,currentWrapperTags:a=[],isEditableTree:i,preserveWhiteSpace:l}=e;const s={formats:[],replacements:[],text:""};if(!t)return s;if(!t.hasChildNodes())return JA(s,t,n,{formats:[],replacements:[],text:""}),s;const c=t.childNodes.length;for(let e=0;eeT(QA(e)));const t=e(c.nodeValue);n=ZA(c,n,e),JA(s,c,n,{text:t}),s.formats.length+=t.length,s.replacements.length+=t.length,s.text+=t;continue}if(c.nodeType!==c.ELEMENT_NODE)continue;if(i&&(c.getAttribute("data-rich-text-placeholder")||"br"===u&&!c.getAttribute("data-rich-text-line-break"))){JA(s,c,n,{formats:[],replacements:[],text:""});continue}if("script"===u){const e={formats:[,],replacements:[{type:u,attributes:{"data-rich-text-script":c.getAttribute("data-rich-text-script")||encodeURIComponent(c.innerHTML)}}],text:$A};JA(s,c,n,e),UA(s,e);continue}if("br"===u){JA(s,c,n,{formats:[],replacements:[],text:""}),UA(s,KA({text:"\n"}));continue}const d=GA({tagName:u,attributes:rT({element:c})});if(o&&-1!==o.indexOf(u)){const e=nT({element:c,range:n,multilineTag:r,multilineWrapperTags:o,currentWrapperTags:[...a,d],isEditableTree:i,preserveWhiteSpace:l});JA(s,c,n,e),UA(s,e);continue}const m=tT({element:c,range:n,multilineTag:r,multilineWrapperTags:o,isEditableTree:i,preserveWhiteSpace:l});if(JA(s,c,n,m),d)if(0===m.text.length)d.attributes&&UA(s,{formats:[,],replacements:[d],text:$A});else{function e(t){if(e.formats===t)return e.newFormats;const n=t?[d,...t]:[d];return e.formats=t,e.newFormats=n,n}e.newFormats=[d],UA(s,{...m,formats:Array.from(m.formats,e)})}else UA(s,m)}return s}function nT(e){let{element:t,range:n,multilineTag:r,multilineWrapperTags:o,currentWrapperTags:a=[],isEditableTree:i,preserveWhiteSpace:l}=e;const s={formats:[],replacements:[],text:""};if(!t||!t.hasChildNodes())return s;const c=t.children.length;for(let e=0;e0)&&UA(s,{formats:[,],replacements:a.length>0?[a]:[,],text:XA}),JA(s,c,n,u),UA(s,u)}return s}function rT(e){let{element:t}=e;if(!t.hasAttributes())return;const n=t.attributes.length;let r;for(let e=0;e1&&void 0!==arguments[1]?arguments[1]:[];if(void 0===n)return a;if(n===r){if(o)return o;const e=t[n-1]||a,r=t[n]||a;return e.length{let{type:n}=e;return n===t}))}const iT=new RegExp("[\u2028]","g");function lT(e){let{text:t}=e;return t.replace(iT,(e=>e===$A?"":"\n"))}function sT(e){let{start:t,end:n}=e;if(void 0!==t&&void 0!==n)return t===n}function cT(e){let{text:t}=e;return 0===t.length}function uT(e){let{text:t,start:n,end:r}=e;return n===r&&(0===t.length||(0===n&&t.slice(0,1)===XA||(n===t.length&&t.slice(-1)===XA||"\u2028\u2028"===t.slice(n-1,r+1))))}function dT(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"";return"string"==typeof t&&(t=KA({text:t})),FA(e.reduce(((e,n)=>{let{formats:r,replacements:o,text:a}=n;return{formats:e.formats.concat(t.formats,r),replacements:e.replacements.concat(t.replacements,o),text:e.text+t.text+a}})))}function mT(e,t){let n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:e.start,r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:e.end;const{formats:o,activeFormats:a}=e,i=o.slice();if(n===r){var l;const e=null===(l=i[n])||void 0===l?void 0:l.find((e=>{let{type:n}=e;return n===t}));if(e){for(;null!==(s=i[n])&&void 0!==s&&s.find((t=>t===e));){var s;pT(i,n,t),n--}for(r++;null!==(c=i[r])&&void 0!==c&&c.find((t=>t===e));){var c;pT(i,r,t),r++}}}else for(let e=n;e{let{type:n}=e;return n!==t})))||[]})}function pT(e,t,n){const r=e[t].filter((e=>{let{type:t}=e;return t!==n}));r.length?e[t]=r:delete e[t]}function fT(e,t){let n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:e.start,r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:e.end;const{formats:o,replacements:a,text:i}=e;"string"==typeof t&&(t=KA({text:t}));const l=n+t.text.length;return FA({formats:o.slice(0,n).concat(t.formats,o.slice(r)),replacements:a.slice(0,n).concat(t.replacements,a.slice(r)),text:i.slice(0,n)+t.text+i.slice(r),start:l,end:l})}function hT(e,t,n){return fT(e,KA(),t,n)}function gT(e,t,n){let{formats:r,replacements:o,text:a,start:i,end:l}=e;return a=a.replace(t,(function(e){for(var t=arguments.length,a=new Array(t>1?t-1:0),s=1;s1&&void 0!==arguments[1]?arguments[1]:e.start,n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:e.end;const{formats:r,replacements:o,text:a}=e;return void 0===t||void 0===n?{...e}:{formats:r.slice(t,n),replacements:o.slice(t,n),text:a.slice(t,n)}}function vT(e,t){let{formats:n,replacements:r,text:o,start:a,end:i}=e;if("string"!=typeof t)return yT(...arguments);let l=0;return o.split(t).map((e=>{const o=l,s={formats:n.slice(o,o+e.length),replacements:r.slice(o,o+e.length),text:e};return l+=t.length+e.length,void 0!==a&&void 0!==i&&(a>=o&&ao&&(s.start=0),i>=o&&il&&(s.end=e.length)),s}))}function yT(e){let{formats:t,replacements:n,text:r,start:o,end:a}=e,i=arguments.length>1&&void 0!==arguments[1]?arguments[1]:o,l=arguments.length>2&&void 0!==arguments[2]?arguments[2]:a;if(void 0===o||void 0===a)return;const s={formats:t.slice(0,i),replacements:n.slice(0,i),text:r.slice(0,i)},c={formats:t.slice(l),replacements:n.slice(l),text:r.slice(l),start:0,end:0};return[gT(s,/\u2028+$/,""),gT(c,/^\u2028+/,"")]}function _T(e,t){if(t)return e;const n={};for(const t in e){let r=t;t.startsWith("data-disable-rich-text-")&&(r=t.slice("data-disable-rich-text-".length)),n[r]=e[t]}return n}function MT(e){let{type:t,tagName:n,attributes:r,unregisteredAttributes:o,object:a,boundaryClass:i,isEditableTree:l}=e;const s=(c=t,Ar(WA).getFormatType(c));var c;let u={};if(i&&(u["data-rich-text-format-boundary"]="true"),!s)return r&&(u={...r,...u}),{type:t,attributes:_T(u,l),object:a};u={...o,...u};for(const e in r){const t=!!s.attributes&&s.attributes[e];t?u[t]=r[e]:u[e]=r[e]}return s.className&&(u.class?u.class=`${s.className} ${u.class}`:u.class=s.className),{type:"*"===s.tagName?n:s.tagName,object:s.object,attributes:_T(u,l)}}function kT(e,t,n){do{if(e[n]!==t[n])return!1}while(n--);return!0}function wT(e){let{value:t,multilineTag:n,preserveWhiteSpace:r,createEmpty:o,append:a,getLastChild:i,getParent:l,isText:s,getText:c,remove:u,appendText:d,onStartIndex:m,onEndIndex:p,isEditableTree:f,placeholder:h}=e;const{formats:g,replacements:b,text:v,start:y,end:_}=t,M=g.length+1,k=o(),w={type:n},E=oT(t),x=E[E.length-1];let C,L,S;n?(a(a(k,{type:n}),""),L=C=[w]):a(k,"");for(let e=0;e(e.push(t,w),e)),[w]):[...C,...M||[]]);let E=i(k);if(o&&t===XA){let e=E;for(;!s(e);)e=i(e);a(l(e),"\ufeff")}if(S===XA){let t=E;for(;!s(t);)t=i(t);m&&y===e&&m(k,t),p&&_===e&&p(k,t)}if(M&&M.forEach(((e,n)=>{if(E&&L&&kT(M,L,n)&&(t!==XA||M.length-1!==n))return void(E=i(E));const{type:r,tagName:o,attributes:d,unregisteredAttributes:m}=e,p=f&&t!==XA&&e===x,h=l(E),g=a(h,MT({type:r,tagName:o,attributes:d,unregisteredAttributes:m,boundaryClass:p,isEditableTree:f}));s(E)&&0===c(E).length&&u(E),E=a(g,"")})),t!==XA){var A;if(0===e&&(m&&0===y&&m(k,E),p&&0===_&&p(k,E)),t===$A)f||"script"!==(null===(A=b[e])||void 0===A?void 0:A.type)?E=a(l(E),MT({...b[e],object:!0,isEditableTree:f})):(E=a(l(E),MT({type:"script",isEditableTree:f})),a(E,{html:decodeURIComponent(b[e].attributes["data-rich-text-script"])})),E=a(l(E),"");else r||"\n"!==t?s(E)?d(E,t):E=a(l(E),t):(E=a(l(E),{type:"br",attributes:f?{"data-rich-text-line-break":"true"}:void 0,object:!0}),E=a(l(E),""));m&&y===e+1&&m(k,E),p&&_===e+1&&p(k,E),o&&e===v.length&&(a(l(E),"\ufeff"),h&&0===v.length&&a(l(E),{type:"span",attributes:{"data-rich-text-placeholder":h,contenteditable:"false",style:"pointer-events:none;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;"}})),L=M,S=t}else L=M,S=t}return k}function ET(e){let{value:t,multilineTag:n,preserveWhiteSpace:r}=e;return BT(wT({value:t,multilineTag:n,preserveWhiteSpace:r,createEmpty:xT,append:LT,getLastChild:CT,getParent:AT,isText:TT,getText:zT,remove:NT,appendText:ST}).children)}function xT(){return{}}function CT(e){let{children:t}=e;return t&&t[t.length-1]}function LT(e,t){return"string"==typeof t&&(t={text:t}),t.parent=e,e.children=e.children||[],e.children.push(t),t}function ST(e,t){e.text+=t}function AT(e){let{parent:t}=e;return t}function TT(e){let{text:t}=e;return"string"==typeof t}function zT(e){let{text:t}=e;return t}function NT(e){const t=e.parent.children.indexOf(e);return-1!==t&&e.parent.children.splice(t,1),e}function OT(e){let{type:t,attributes:n,object:r,children:o}=e,a="";for(const e in n)kl(e)&&(a+=` ${e}="${yl(n[e])}"`);return r?`<${t}${a}>`:`<${t}${a}>${BT(o)}`}function BT(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[];return e.map((e=>void 0!==e.html?e.html:void 0===e.text?OT(e):Ml(e.text))).join("")}function DT(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"polite";const t=document.createElement("div");t.id=`a11y-speak-${e}`,t.className="a11y-speak-region",t.setAttribute("style","position: absolute;margin: -1px;padding: 0;height: 1px;width: 1px;overflow: hidden;clip: rect(1px, 1px, 1px, 1px);-webkit-clip-path: inset(50%);clip-path: inset(50%);border: 0;word-wrap: normal !important;"),t.setAttribute("aria-live",e),t.setAttribute("aria-relevant","additions text"),t.setAttribute("aria-atomic","true");const{body:n}=document;return n&&n.appendChild(t),t}let IT="";var RT;function PT(e,t){!function(){const e=document.getElementsByClassName("a11y-speak-region"),t=document.getElementById("a11y-speak-intro-text");for(let t=0;t]+>/g," "),IT===e&&(e+=" "),IT=e,e}(e);const n=document.getElementById("a11y-speak-intro-text"),r=document.getElementById("a11y-speak-assertive"),o=document.getElementById("a11y-speak-polite");r&&"assertive"===t?r.textContent=e:o&&(o.textContent=e),n&&n.removeAttribute("hidden")}function HT(e,t){return aT(e,t.type)?(t.title&&PT(Hr(Jr("%s removed."),t.title),"assertive"),mT(e,t.type)):(t.title&&PT(Hr(Jr("%s applied."),t.title),"assertive"),qA(e,t))}function WT(e){let{editableContentElement:t,value:n,settings:r={}}=e;const{tagName:o,className:a,name:i}=r,l=i?aT(n,i):void 0;return(0,At.useMemo)((()=>{if(!t)return;const{ownerDocument:{defaultView:e}}=t,n=e.getSelection();if(!n.rangeCount)return;const r=null==t?void 0:t.contains(null==n?void 0:n.anchorNode),i=n.getRangeAt(0);if(!l)return{ownerDocument:i.startContainer.ownerDocument,getBoundingClientRect:()=>r?i.getBoundingClientRect():t.getBoundingClientRect()};let s=i.startContainer;for(s=s.nextElementSibling||s;s.nodeType!==s.ELEMENT_NODE;)s=s.parentNode;return s.closest(o+(a?"."+a:""))}),[t,l,n.start,n.end,o,a])}function YT(e,t,n){const r=e.parentNode;let o=0;for(;e=e.previousSibling;)o++;return n=[o,...n],r!==t&&(n=YT(r,t,n)),n}function FT(e,t){for(t=[...t];e&&t.length>1;)e=e.childNodes[t.shift()];return{node:e,offset:t[0]}}function jT(e,t){"string"==typeof t&&(t=e.ownerDocument.createTextNode(t));const{type:n,attributes:r}=t;if(n){t=e.ownerDocument.createElement(n);for(const e in r)t.setAttribute(e,r[e])}return e.appendChild(t)}function qT(e,t){e.appendData(t)}function VT(e){let{lastChild:t}=e;return t}function UT(e){let{parentNode:t}=e;return t}function XT(e){return e.nodeType===e.TEXT_NODE}function $T(e){let{nodeValue:t}=e;return t}function GT(e){return e.parentNode.removeChild(e)}function KT(e){let{value:t,current:n,multilineTag:r,prepareEditableTree:o,__unstableDomOnly:a,placeholder:i}=e;const{body:l,selection:s}=function(e){let{value:t,multilineTag:n,prepareEditableTree:r,isEditableTree:o=!0,placeholder:a,doc:i=document}=e,l=[],s=[];r&&(t={...t,formats:r(t)});const c=wT({value:t,multilineTag:n,createEmpty:()=>VA(i,""),append:jT,getLastChild:VT,getParent:UT,isText:XT,getText:$T,remove:GT,appendText:qT,onStartIndex(e,t){l=YT(t,e,[t.nodeValue.length])},onEndIndex(e,t){s=YT(t,e,[t.nodeValue.length])},isEditableTree:o,placeholder:a});return{body:c,selection:{startPath:l,endPath:s}}}({value:t,multilineTag:r,prepareEditableTree:o,placeholder:i,doc:n.ownerDocument});JT(l,n),void 0===t.start||a||function(e,t){let{startPath:n,endPath:r}=e;const{node:o,offset:a}=FT(t,n),{node:i,offset:l}=FT(t,r),{ownerDocument:s}=t,{defaultView:c}=s,u=c.getSelection(),d=s.createRange();d.setStart(o,a),d.setEnd(i,l);const{activeElement:m}=s;if(u.rangeCount>0){if(function(e,t){return e.startContainer===t.startContainer&&e.startOffset===t.startOffset&&e.endContainer===t.endContainer&&e.endOffset===t.endOffset}(d,u.getRangeAt(0)))return;u.removeAllRanges()}u.addRange(d),m!==s.activeElement&&m instanceof c.HTMLElement&&m.focus()}(s,n)}function JT(e,t){let n,r=0;for(;n=e.firstChild;){const o=t.childNodes[r];if(o)if(o.isEqualNode(n))e.removeChild(n);else if(o.nodeName!==n.nodeName||o.nodeType===o.TEXT_NODE&&o.data!==n.data)t.replaceChild(n,o);else{const t=o.attributes,r=n.attributes;if(t){let e=t.length;for(;e--;){const{name:r}=t[e];n.getAttribute(r)||o.removeAttribute(r)}}if(r)for(let e=0;e{if(!r||!r.length)return;const e="*[data-rich-text-format-boundary]",t=n.current.querySelector(e);if(!t)return;const{ownerDocument:o}=t,{defaultView:a}=o,i=`${`.rich-text:focus ${e}`} {${`background-color: ${a.getComputedStyle(t).color.replace(")",", 0.2)").replace("rgb","rgba")}`}}`,l="rich-text-boundary-style";let s=o.getElementById(l);s||(s=o.createElement("style"),s.id=l,o.head.appendChild(s)),s.innerHTML!==i&&(s.innerHTML=i)}),[r]),n}function QT(e){const t=(0,At.useRef)(e);return t.current=e,hx((e=>{function n(n){const{record:r,multilineTag:o,preserveWhiteSpace:a}=t.current;if(sT(r.current)||!e.contains(e.ownerDocument.activeElement))return;const i=bT(r.current),l=lT(i),s=ET({value:i,multilineTag:o,preserveWhiteSpace:a});n.clipboardData.setData("text/plain",l),n.clipboardData.setData("text/html",s),n.clipboardData.setData("rich-text","true"),n.clipboardData.setData("rich-text-multi-line-tag",o||""),n.preventDefault()}return e.addEventListener("copy",n),()=>{e.removeEventListener("copy",n)}}),[])}const ez=[];function tz(e){const[,t]=(0,At.useReducer)((()=>({}))),n=(0,At.useRef)(e);return n.current=e,hx((e=>{function r(r){const{keyCode:o,shiftKey:a,altKey:i,metaKey:l,ctrlKey:s}=r;if(a||i||l||s||o!==HE&&o!==YE)return;const{record:c,applyRecord:u}=n.current,{text:d,formats:m,start:p,end:f,activeFormats:h=[]}=c.current,g=sT(c.current),{ownerDocument:b}=e,{defaultView:v}=b,{direction:y}=v.getComputedStyle(e),_="rtl"===y?YE:HE,M=r.keyCode===_;if(g&&0===h.length){if(0===p&&M)return;if(f===d.length&&!M)return}if(!g)return;const k=m[p-1]||ez,w=m[p]||ez,E=M?k:w,x=h.every(((e,t)=>e===E[t]));let C=h.length;if(x?C{e.removeEventListener("keydown",r)}}),[])}const nz=new Set(["insertParagraph","insertOrderedList","insertUnorderedList","insertHorizontalRule","insertLink"]),rz=[],oz="data-rich-text-placeholder";function az(e){const t=(0,At.useRef)(e);return t.current=e,hx((e=>{const{ownerDocument:n}=e,{defaultView:r}=n;let o,a=!1;function i(e){if(a)return;let n;e&&(n=e.inputType);const{record:r,applyRecord:o,createRecord:i,handleChange:l}=t.current;if(n&&(0===n.indexOf("format")||nz.has(n)))return void o(r.current);const s=i(),{start:c,activeFormats:u=[]}=r.current,d=function(e){let{value:t,start:n,end:r,formats:o}=e;const a=Math.min(n,r),i=Math.max(n,r),l=t.formats[a-1]||[],s=t.formats[i]||[];for(t.activeFormats=o.map(((e,t)=>{if(l[t]){if(YA(e,l[t]))return l[t]}else if(s[t]&&YA(e,s[t]))return s[t];return e}));--r>=n;)t.activeFormats.length>0?t.formats[r]=t.activeFormats:delete t.formats[r];return t}({value:s,start:c,end:s.start,formats:u});l(d)}function l(o){const{record:l,applyRecord:s,createRecord:c,isSelected:u,onSelectionChange:d}=t.current;if("true"!==e.contentEditable)return;if(n.activeElement!==e){if("true"!==n.activeElement.contentEditable)return;if(!n.activeElement.contains(e))return;const t=r.getSelection(),{anchorNode:o,focusNode:a}=t;if(e.contains(o)&&e!==o&&e.contains(a)&&e!==a){const{start:e,end:t}=c();l.current.activeFormats=rz,d(e,t)}else if(e.contains(o)&&e!==o){const{start:e,end:t=e}=c();l.current.activeFormats=rz,d(t)}else if(e.contains(a)){const{start:e,end:t=e}=c();l.current.activeFormats=rz,d(void 0,t)}return}if("selectionchange"!==o.type&&!u)return;if(a)return;const{start:m,end:p,text:f}=c(),h=l.current;if(f!==h.text)return void i();if(m===h.start&&p===h.end)return void(0===h.text.length&&0===m&&function(e){const t=e.getSelection(),{anchorNode:n,anchorOffset:r}=t;if(n.nodeType!==n.ELEMENT_NODE)return;const o=n.childNodes[r];o&&o.nodeType===o.ELEMENT_NODE&&o.hasAttribute(oz)&&t.collapseToStart()}(r));const g={...h,start:m,end:p,activeFormats:h._newActiveFormats,_newActiveFormats:void 0},b=oT(g,rz);g.activeFormats=b,l.current=g,s(g,{domOnly:!0}),d(m,p)}function s(){var t;a=!0,n.removeEventListener("selectionchange",l),null===(t=e.querySelector(`[${oz}]`))||void 0===t||t.remove()}function c(){a=!1,i({inputType:"insertText"}),n.addEventListener("selectionchange",l)}function u(){const{record:n,isSelected:a,onSelectionChange:i,applyRecord:s}=t.current;if(!e.parentElement.closest('[contenteditable="true"]')){if(a)s(n.current),i(n.current.start,n.current.end);else{const e=void 0;n.current={...n.current,start:e,end:e,activeFormats:rz},i(e,e)}o=r.requestAnimationFrame(l)}}return e.addEventListener("input",i),e.addEventListener("compositionstart",s),e.addEventListener("compositionend",c),e.addEventListener("focus",u),e.addEventListener("keyup",l),e.addEventListener("mouseup",l),e.addEventListener("touchend",l),n.addEventListener("selectionchange",l),()=>{e.removeEventListener("input",i),e.removeEventListener("compositionstart",s),e.removeEventListener("compositionend",c),e.removeEventListener("focus",u),e.removeEventListener("keyup",l),e.removeEventListener("mouseup",l),e.removeEventListener("touchend",l),n.removeEventListener("selectionchange",l),r.cancelAnimationFrame(o)}}),[])}function iz(e){let t=!(arguments.length>1&&void 0!==arguments[1])||arguments[1];const{replacements:n,text:r,start:o,end:a}=e,i=sT(e);let l,s=o-1,c=i?o-1:o,u=a;if(t||(s=a,c=o,u=i?a+1:a),r[s]===XA){if(i&&n[s]&&n[s].length){const t=n.slice();t[s]=n[s].slice(0,-1),l={...e,replacements:t}}else l=hT(e,c,u);return l}}function lz(e){const t=(0,At.useRef)(e);return t.current=e,hx((e=>{function n(e){const{keyCode:n}=e,{createRecord:r,handleChange:o,multilineTag:a}=t.current;if(e.defaultPrevented)return;if(n!==jE&&n!==BE)return;const i=r(),{start:l,end:s,text:c}=i,u=n===BE;if(0===l&&0!==s&&s===c.length)return o(hT(i)),void e.preventDefault();if(a){let t;t=u&&0===i.start&&0===i.end&&uT(i)?iz(i,!u):iz(i,u),t&&(o(t),e.preventDefault())}}return e.addEventListener("keydown",n),()=>{e.removeEventListener("keydown",n)}}),[])}function sz(e){const{multiline:t,__unstableMultilineWrapperTags:n,__unstablePreserveWhiteSpace:r}=e;return{multilineTag:t,multilineWrapperTags:n,preserveWhiteSpace:r}}const cz=(e,t,n)=>(r,o)=>{let a,i;if("function"==typeof e?(a=e(r),i=e(o)):(a=r[e],i=o[e]),a>i)return"asc"===n?1:-1;if(i>a)return"asc"===n?-1:1;const l=t.findIndex((e=>e===r)),s=t.findIndex((e=>e===o));return l>s?1:s>l?-1:0};function uz(e,t){let n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:"asc";return e.concat().sort(cz(t,e,n))}const dz=[];function mz(e,t){const n=e.blocks.byClientId.get(t),r="core/social-link";if("web"!==zA.OS&&(null==n?void 0:n.name)===r){const n=e.blocks.attributes.get(t),{service:o}=null!=n?n:{};return o?`core/social-link-${o}`:r}return n?n.name:null}function pz(e,t){const n=e.blocks.byClientId.get(t);return!!n&&n.isValid}function fz(e,t){return e.blocks.byClientId.get(t)?e.blocks.attributes.get(t):null}function hz(e,t){return e.blocks.byClientId.has(t)?e.blocks.tree.get(t):null}const gz=li(((e,t)=>e.blocks.byClientId.has(t)?{...e.blocks.byClientId.get(t),attributes:fz(e,t)}:null),((e,t)=>[e.blocks.byClientId.get(t),e.blocks.attributes.get(t)]));function bz(e,t){var n;const r=t&&cO(e,t)?"controlled||"+t:t||"";return(null===(n=e.blocks.tree.get(r))||void 0===n?void 0:n.innerBlocks)||dz}const vz=li(((e,t)=>({clientId:t,innerBlocks:yz(e,t)})),(e=>[e.blocks.order])),yz=li((function(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"";return(0,Ot.map)(oN(e,t),(t=>vz(e,t)))}),(e=>[e.blocks.order])),_z=li(((e,t)=>{const n=[];for(const r of t)for(const t of oN(e,r))n.push(t,..._z(e,[t]));return n}),(e=>[e.blocks.order])),Mz=li((e=>{const t=[];for(const n of oN(e))t.push(n,..._z(e,[n]));return t}),(e=>[e.blocks.order])),kz=li(((e,t)=>{const n=Mz(e);return t?n.reduce(((n,r)=>e.blocks.byClientId.get(r).name===t?n+1:n),0):n.length}),(e=>[e.blocks.order,e.blocks.byClientId])),wz=li(((e,t)=>{if(!t)return dz;const n=Mz(e).filter((n=>e.blocks.byClientId.get(n).name===t));return n.length>0?n:dz}),(e=>[e.blocks.order,e.blocks.byClientId])),Ez=li(((e,t)=>(0,Ot.map)(Array.isArray(t)?t:[t],(t=>hz(e,t)))),((e,t)=>(0,Ot.map)(Array.isArray(t)?t:[t],(t=>e.blocks.tree.get(t)))));function xz(e,t){return oN(e,t).length}function Cz(e){return e.selection.selectionStart}function Lz(e){return e.selection.selectionEnd}function Sz(e){return e.selection.selectionStart.clientId}function Az(e){return e.selection.selectionEnd.clientId}function Tz(e){const t=qz(e).length;return t||(e.selection.selectionStart.clientId?1:0)}function zz(e){const{selectionStart:t,selectionEnd:n}=e.selection;return!!t.clientId&&t.clientId===n.clientId}function Nz(e){const{selectionStart:t,selectionEnd:n}=e.selection,{clientId:r}=t;return r&&r===n.clientId?r:null}function Oz(e){const t=Nz(e);return t?hz(e,t):null}function Bz(e,t){return e.blocks.parents.has(t)?e.blocks.parents.get(t):null}const Dz=li((function(e,t){let n=arguments.length>2&&void 0!==arguments[2]&&arguments[2];const r=[];let o=t;for(;e.blocks.parents.get(o);)o=e.blocks.parents.get(o),r.push(o);return n?r:r.reverse()}),(e=>[e.blocks.parents])),Iz=li((function(e,t,n){let r=arguments.length>3&&void 0!==arguments[3]&&arguments[3];const o=Dz(e,t,r);return(0,Ot.map)((0,Ot.map)(o,(t=>({id:t,name:mz(e,t)}))).filter((e=>{let{name:t}=e;return Array.isArray(n)?n.includes(t):t===n})),(e=>{let{id:t}=e;return t}))}),(e=>[e.blocks.parents]));function Rz(e,t){let n,r=t;do{n=r,r=e.blocks.parents.get(r)}while(r);return n}function Pz(e,t){const n=Nz(e),r=[...Dz(e,t),t],o=[...Dz(e,n),n];let a;const i=Math.min(r.length,o.length);for(let e=0;e2&&void 0!==arguments[2]?arguments[2]:1;if(void 0===t&&(t=Nz(e)),void 0===t&&(t=n<0?Uz(e):Xz(e)),!t)return null;const r=Bz(e,t);if(null===r)return null;const{order:o}=e.blocks,a=o.get(r),i=a.indexOf(t),l=i+1*n;return l<0||l===a.length?null:a[l]}function Wz(e,t){return Hz(e,t,-1)}function Yz(e,t){return Hz(e,t,1)}function Fz(e){return e.initialPosition}const jz=li((e=>{const{selectionStart:t,selectionEnd:n}=e.selection;if(!t.clientId||!n.clientId)return dz;if(t.clientId===n.clientId)return[t.clientId];const r=Bz(e,t.clientId);if(null===r)return dz;const o=oN(e,r),a=o.indexOf(t.clientId),i=o.indexOf(n.clientId);return a>i?o.slice(i,a+1):o.slice(a,i+1)}),(e=>[e.blocks.order,e.selection.selectionStart.clientId,e.selection.selectionEnd.clientId]));function qz(e){const{selectionStart:t,selectionEnd:n}=e.selection;return t.clientId===n.clientId?dz:jz(e)}const Vz=li((e=>{const t=qz(e);return t.length?t.map((t=>hz(e,t))):dz}),(e=>[...jz.getDependants(e),e.blocks.byClientId,e.blocks.order,e.blocks.attributes]));function Uz(e){return qz(e)[0]||null}function Xz(e){const t=qz(e);return t[t.length-1]||null}function $z(e,t){return Uz(e)===t}function Gz(e,t){return-1!==qz(e).indexOf(t)}const Kz=li(((e,t)=>{let n=t,r=!1;for(;n&&!r;)n=Bz(e,n),r=Gz(e,n);return r}),(e=>[e.blocks.order,e.selection.selectionStart.clientId,e.selection.selectionEnd.clientId]));function Jz(e){const{selectionStart:t,selectionEnd:n}=e.selection;return t.clientId===n.clientId?null:t.clientId||null}function Zz(e){const{selectionStart:t,selectionEnd:n}=e.selection;return t.clientId===n.clientId?null:n.clientId||null}function Qz(e){const t=Cz(e),n=Lz(e);return!t.attributeKey&&!n.attributeKey&&void 0===t.offset&&void 0===n.offset}function eN(e){const t=Cz(e),n=Lz(e);return!!t&&!!n&&t.clientId===n.clientId&&t.attributeKey===n.attributeKey&&t.offset===n.offset}function tN(e){return jz(e).some((t=>!ma(mz(e,t)).merge))}function nN(e,t){const n=Cz(e),r=Lz(e);if(n.clientId===r.clientId)return!1;if(!n.attributeKey||!r.attributeKey||void 0===n.offset||void 0===r.offset)return!1;const o=Bz(e,n.clientId);if(o!==Bz(e,r.clientId))return!1;const a=oN(e,o);let i,l;a.indexOf(n.clientId)>a.indexOf(r.clientId)?(i=r,l=n):(i=n,l=r);const s=t?l.clientId:i.clientId,c=t?i.clientId:l.clientId,u=mz(e,s);if(!ma(u).merge)return!1;const d=hz(e,c);if(d.name===u)return!0;const m=Ha(d,u);return m&&m.length}const rN=e=>{const t=Cz(e),n=Lz(e);if(t.clientId===n.clientId)return dz;if(!t.attributeKey||!n.attributeKey||void 0===t.offset||void 0===n.offset)return dz;const r=Bz(e,t.clientId);if(r!==Bz(e,n.clientId))return dz;const o=oN(e,r),a=o.indexOf(t.clientId),i=o.indexOf(n.clientId),[l,s]=a>i?[n,t]:[t,n],c=hz(e,l.clientId),u=ma(c.name),d=hz(e,s.clientId),m=ma(d.name),p=c.attributes[l.attributeKey],f=d.attributes[s.attributeKey],h=u.attributes[l.attributeKey],g=m.attributes[s.attributeKey];let b=KA({html:p,...sz(h)}),v=KA({html:f,...sz(g)});return b=hT(b,0,l.offset),v=hT(v,s.offset,v.text.length),[{...c,attributes:{...c.attributes,[l.attributeKey]:ET({value:b,...sz(h)})}},{...d,attributes:{...d.attributes,[s.attributeKey]:ET({value:v,...sz(g)})}}]};function oN(e,t){return e.blocks.order.get(t||"")||dz}function aN(e,t){return oN(e,Bz(e,t)).indexOf(t)}function iN(e,t){const{selectionStart:n,selectionEnd:r}=e.selection;return n.clientId===r.clientId&&n.clientId===t}function lN(e,t){let n=arguments.length>2&&void 0!==arguments[2]&&arguments[2];return oN(e,t).some((t=>iN(e,t)||Gz(e,t)||n&&lN(e,t,n)))}function sN(e,t){if(!t)return!1;const n=qz(e),r=n.indexOf(t);return r>-1&&rbN(e,t)))}function yN(){return wr('wp.data.select( "core/block-editor" ).isCaretWithinFormattedText',{since:"6.1",version:"6.3"}),!1}function _N(e){let t,n;const{insertionPoint:r,selection:{selectionEnd:o}}=e;if(null!==r)return r;const{clientId:a}=o;return a?(t=Bz(e,a)||void 0,n=aN(e,o.clientId)+1):n=oN(e).length,{rootClientId:t,index:n}}function MN(e){return null!==e.insertionPoint}function kN(e){return e.template.isValid}function wN(e){return e.settings.template}function EN(e,t){var n,r,o;return t?null!==(n=null===(r=KN(e,t))||void 0===r?void 0:r.templateLock)&&void 0!==n&&n:null!==(o=e.settings.templateLock)&&void 0!==o&&o}const xN=function(e,t){let n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:null;return"boolean"==typeof e?e:Array.isArray(e)?!(!e.includes("core/post-content")||null!==t)||e.includes(t):n},CN=function(e,t){let n,r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:null;if(t&&"object"==typeof t?(n=t,t=n.name):n=ma(t),!n)return!1;const{allowedBlockTypes:o}=JN(e),a=xN(o,t,!0);if(!a)return!1;const i=!!EN(e,r);if(i)return!1;const l=KN(e,r);if(r&&void 0===l)return!1;const s=null==l?void 0:l.allowedBlocks,c=xN(s,t),u=n.parent,d=mz(e,r),m=xN(u,d);let p=!0;const f=n.ancestor;if(f){p=[r,...Dz(e,r)].some((t=>xN(f,mz(e,t))))}const h=p&&(null===c&&null===m||!0===c||!0===m);return h?pr("blockEditor.__unstableCanInsertBlockType",h,n,r,{getBlock:hz.bind(null,e),getBlockParentsByBlockName:Iz.bind(null,e)}):h},LN=li(CN,((e,t,n)=>[e.blockListSettings[n],e.blocks.byClientId.get(n),e.settings.allowedBlockTypes,e.settings.templateLock]));function SN(e,t){let n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:null;return t.every((t=>LN(e,mz(e,t),n)))}function AN(e,t){let n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:null;const r=fz(e,t);if(null===r)return!0;const{lock:o}=r,a=!!EN(e,n);return void 0===o||void 0===(null==o?void 0:o.remove)?!a:!(null!=o&&o.remove)}function TN(e,t){let n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:null;return t.every((t=>AN(e,t,n)))}function zN(e,t){let n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:null;const r=fz(e,t);if(null===r)return;const{lock:o}=r,a="all"===EN(e,n);return void 0===o||void 0===(null==o?void 0:o.move)?!a:!(null!=o&&o.move)}function NN(e,t){let n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:null;return t.every((t=>zN(e,t,n)))}function ON(e,t){const n=fz(e,t);if(null===n)return!0;const{lock:r}=n;return!(null!=r&&r.edit)}function BN(e,t){var n;return!!ha(t,"lock",!0)&&!(null===(n=e.settings)||void 0===n||!n.canLockBlocks)}function DN(e,t){var n,r;return null!==(n=null===(r=e.preferences.insertUsage)||void 0===r?void 0:r[t])&&void 0!==n?n:null}const IN=(e,t,n)=>!!ha(t,"inserter",!0)&&CN(e,t.name,n),RN=(e,t)=>n=>{const r=`${t.id}/${n.name}`,{time:o,count:a=0}=DN(e,r)||{};return{...t,id:r,icon:n.icon||t.icon,title:n.title||t.title,description:n.description||t.description,category:n.category||t.category,example:n.hasOwnProperty("example")?n.example:t.example,initialAttributes:{...t.initialAttributes,...n.attributes},innerBlocks:n.innerBlocks,keywords:n.keywords||t.keywords,frecency:PN(o,a)}},PN=(e,t)=>{if(!e)return t;const n=Date.now()-e;switch(!0){case n<36e5:return 4*t;case n<864e5:return 2*t;case n<6048e5:return t/2;default:return t/4}},HN=(e,t)=>{let{buildScope:n="inserter"}=t;return t=>{const r=t.name;let o=!1;ha(t.name,"multiple",!0)||(o=Ez(e,Mz(e)).some((e=>{let{name:n}=e;return n===t.name})));const{time:a,count:i=0}=DN(e,r)||{},l={id:r,name:t.name,title:t.title,icon:t.icon,isDisabled:o,frecency:PN(a,i)};if("transform"===n)return l;const s=va(t.name,"inserter");return{...l,initialAttributes:{},description:t.description,category:t.category,keywords:t.keywords,variations:s,example:t.example,utility:1}}},WN=li((function(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null;const n=HN(e,{buildScope:"inserter"}),r=/^\s*)[^])*)\5|[^]*?)}\s+)?(\/)?-->/,o=t=>{let n=NA;if("web"===zA.OS){const e=("string"==typeof t.content.raw?t.content.raw:t.content).match(r);if(e){const[,,t="core/",r]=e,o=ma(t+r);o&&(n=o.icon)}}const o=`core/block/${t.id}`,{time:a,count:i=0}=DN(e,o)||{},l=PN(a,i);return{id:o,name:"core/block",initialAttributes:{ref:t.id},title:t.title.raw,icon:n,category:"reusable",keywords:[],isDisabled:!1,utility:1,frecency:l}},a=pa().filter((n=>IN(e,n,t))).map(n),i=CN(e,"core/block",t)?rO(e).map(o):[],l=a.reduce(((t,n)=>{const{variations:r=[]}=n;if(r.some((e=>{let{isDefault:t}=e;return t}))||t.push(n),r.length){const o=RN(e,n);t.push(...r.map(o))}return t}),[]),s=(e,t)=>{const{core:n,noncore:r}=e;return(t.name.startsWith("core/")?n:r).push(t),e},{core:c,noncore:u}=l.reduce(s,{core:[],noncore:[]}),d=[...c,...u];return[...d,...i]}),((e,t)=>[e.blockListSettings[t],e.blocks.byClientId,e.blocks.order,e.preferences.insertUsage,e.settings.allowedBlockTypes,e.settings.templateLock,rO(e),pa()])),YN=li((function(e,t){var n;let r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:null;const o=Array.isArray(t)?t:[t],[a]=o,i=HN(e,{buildScope:"transform"}),l=pa().filter((t=>IN(e,t,r))).map(i),s=Object.fromEntries(Object.entries(l).map((e=>{let[,t]=e;return[t.name,t]})));s["*"]={frecency:1/0,id:"*",isDisabled:!1,name:"*",title:Jr("Unwrap"),icon:null===(n=s[null==a?void 0:a.name])||void 0===n?void 0:n.icon};const c=Da(o).reduce(((e,t)=>("*"===t?e.push(s["*"]):s[null==t?void 0:t.name]&&e.push(s[t.name]),e)),[]);return uz(c,(e=>s[e.name].frecency),"desc")}),((e,t,n)=>[e.blockListSettings[n],e.blocks.byClientId,e.preferences.insertUsage,e.settings.allowedBlockTypes,e.settings.templateLock,pa()])),FN=li((function(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null;const n=pa().some((n=>IN(e,n,t)));if(n)return!0;const r=CN(e,"core/block",t)&&rO(e).length>0;return r}),((e,t)=>[e.blockListSettings[t],e.blocks.byClientId,e.settings.allowedBlockTypes,e.settings.templateLock,rO(e),pa()])),jN=li((function(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null;if(t)return pa().filter((n=>IN(e,n,t)))}),((e,t)=>[e.blockListSettings[t],e.blocks.byClientId,e.settings.allowedBlockTypes,e.settings.templateLock,pa()])),qN=li((function(e){var t,n;let r=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null;if(!r)return;const o=null===(t=e.blockListSettings[r])||void 0===t?void 0:t.__experimentalDefaultBlock,a=null===(n=e.blockListSettings[r])||void 0===n?void 0:n.__experimentalDirectInsert;return o&&a?"function"==typeof a?a(hz(e,r))?o:null:o:void 0}),((e,t)=>[e.blockListSettings[t],e.blocks.tree.get(t)])),VN=li(((e,t)=>{const n=e.settings.__experimentalBlockPatterns.find((e=>{let{name:n}=e;return n===t}));return n?{...n,blocks:fc(n.content,{__unstableSkipMigrationLogs:!0})}:null}),(e=>[e.settings.__experimentalBlockPatterns])),UN=li((e=>{const t=e.settings.__experimentalBlockPatterns,{allowedBlockTypes:n}=JN(e),r=t.filter((e=>{let{inserter:t=!0}=e;return!!t})).map((t=>{let{name:n}=t;return VN(e,n)})),o=r.filter((e=>{let{blocks:t}=e;return((e,t)=>{if("boolean"==typeof t)return t;const n=[...e];for(;n.length>0;){var r;const e=n.shift();if(!xN(t,e.name||e.blockName,!0))return!1;null===(r=e.innerBlocks)||void 0===r||r.forEach((e=>{n.push(e)}))}return!0})(t,n)}));return o}),(e=>[e.settings.__experimentalBlockPatterns,e.settings.allowedBlockTypes])),XN=li((function(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null;const n=UN(e),r=n.filter((n=>{let{blocks:r}=n;return r.every((n=>{let{name:r}=n;return LN(e,r,t)}))}));return r}),((e,t)=>[e.settings.__experimentalBlockPatterns,e.settings.allowedBlockTypes,e.settings.templateLock,e.blockListSettings[t],e.blocks.byClientId.get(t)])),$N=li((function(e,t){let n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:null;if(!t)return dz;const r=XN(e,n),o=Array.isArray(t)?t:[t];return r.filter((e=>{var t,n;return null==e||null===(t=e.blockTypes)||void 0===t||null===(n=t.some)||void 0===n?void 0:n.call(t,(e=>o.includes(e)))}))}),((e,t,n)=>[...XN.getDependants(e,n)])),GN=li((function(e,t){let n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:null;if(!t)return dz;if(t.some((t=>{let{clientId:n,innerBlocks:r}=t;return r.length||cO(e,n)})))return dz;const r=Array.from(new Set(t.map((e=>{let{name:t}=e;return t}))));return $N(e,r,n)}),((e,t,n)=>[...$N.getDependants(e,n)]));function KN(e,t){return e.blockListSettings[t]}function JN(e){return e.settings}function ZN(e){return e.blocks.isPersistentChange}const QN=li((function(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:[];return t.reduce(((t,n)=>e.blockListSettings[n]?{...t,[n]:e.blockListSettings[n]}:t),{})}),(e=>[e.blockListSettings])),eO=li(((e,t)=>{var n;const r=rO(e).find((e=>e.id===t));return r?null===(n=r.title)||void 0===n?void 0:n.raw:null}),(e=>[rO(e)]));function tO(e){return e.blocks.isIgnoredChange}function nO(e){return e.lastBlockAttributesChange}function rO(e){var t,n;return null!==(t=null==e||null===(n=e.settings)||void 0===n?void 0:n.__experimentalReusableBlocks)&&void 0!==t?t:dz}function oO(e){return"navigation"===e.editorMode}function aO(e){return e.editorMode}function iO(e){return e.hasBlockMovingClientId}function lO(e){return!!e.automaticChangeStatus}function sO(e,t){return e.highlightedBlock===t}function cO(e,t){return!!e.blocks.controlledInnerBlocks[t]}const uO=li(((e,t)=>{if(!t.length)return null;const n=Nz(e);if(t.includes(mz(e,n)))return n;const r=qz(e),o=Iz(e,n||r[0],t);return o?o[o.length-1]:null}),((e,t)=>[e.selection.selectionStart.clientId,e.selection.selectionEnd.clientId,t]));function dO(e,t,n){const{lastBlockInserted:r}=e;return r.clientId===t&&r.source===n}function mO(e){var t;return null==e||null===(t=e.lastBlockInserted)||void 0===t?void 0:t.clientId}function pO(e,t){var n,r;return null===(n=null===(r=e.blockVisibility)||void 0===r?void 0:r[t])||void 0===n||n}const fO=li((e=>new Set(Object.keys(e.blockVisibility).filter((t=>e.blockVisibility[t])))),(e=>[e.blockVisibility])),hO=li(((e,t)=>{let n,r=t;for(;e.blocks.parents.has(r);)r=e.blocks.parents.get(r),"contentOnly"===EN(e,r)&&(n=r);return n}),(e=>[e.blocks.parents,e.blockListSettings]));function gO(e){return e.temporarilyEditingAsBlocks}function bO(e,t){if(!ON(e,t))return!0;const n=aO(e);if("zoom-out"===n&&t&&!Bz(e,t))return!0;const r=ha(mz(e,t),"__experimentalDisableBlockOverlay",!1);return("navigation"===n||!r&&cO(e,t))&&!iN(e,t)&&!lN(e,t,!0)}function vO(e,t){let n=e.blocks.parents[t];for(;n;){if(bO(e,n))return!0;n=e.blocks.parents[n]}return!1}const yO="†";function _O(e){if(e)return Object.keys(e).find((t=>{const n=e[t];return"string"==typeof n&&-1!==n.indexOf(yO)}))}const MO=e=>Array.isArray(e)?e:[e],kO=e=>t=>{let{dispatch:n}=t;n({type:"RESET_BLOCKS",blocks:e}),n(wO(e))},wO=e=>t=>{let{select:n,dispatch:r}=t;const o=n.getTemplate(),a=n.getTemplateLock(),i=!o||"all"!==a||Su(e,o);if(i!==n.isValidTemplate())return r.setTemplateValidity(i),i};function EO(e,t,n){return{type:"RESET_SELECTION",selectionStart:e,selectionEnd:t,initialPosition:n}}function xO(e){return wr('wp.data.dispatch( "core/block-editor" ).receiveBlocks',{since:"5.9",alternative:"resetBlocks or insertBlocks"}),{type:"RECEIVE_BLOCKS",blocks:e}}function CO(e,t){let n=arguments.length>2&&void 0!==arguments[2]&&arguments[2];return{type:"UPDATE_BLOCK_ATTRIBUTES",clientIds:MO(e),attributes:t,uniqueByBlock:n}}function LO(e,t){return{type:"UPDATE_BLOCK",clientId:e,updates:t}}function SO(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:0;return{type:"SELECT_BLOCK",initialPosition:t,clientId:e}}const AO=e=>t=>{let{select:n,dispatch:r}=t;const o=n.getPreviousBlockClientId(e);o&&r.selectBlock(o,-1)},TO=e=>t=>{let{select:n,dispatch:r}=t;const o=n.getNextBlockClientId(e);o&&r.selectBlock(o)};function zO(){return{type:"START_MULTI_SELECT"}}function NO(){return{type:"STOP_MULTI_SELECT"}}const OO=function(e,t){let n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:0;return r=>{let{select:o,dispatch:a}=r;if(o.getBlockRootClientId(e)!==o.getBlockRootClientId(t))return;a({type:"MULTI_SELECT",start:e,end:t,initialPosition:n});const i=o.getSelectedBlockCount();PT(Hr(Qr("%s block selected.","%s blocks selected.",i),i),"assertive")}};function BO(){return{type:"CLEAR_SELECTED_BLOCK"}}function DO(){let e=!(arguments.length>0&&void 0!==arguments[0])||arguments[0];return{type:"TOGGLE_SELECTION",isSelectionEnabled:e}}function IO(e,t){var n,r;const o=null!==(n=null==t||null===(r=t.__experimentalPreferredStyleVariations)||void 0===r?void 0:r.value)&&void 0!==n?n:{};return e.map((e=>{var t;const n=e.name;if(!ha(n,"defaultStylePicker",!0))return e;if(!o[n])return e;const r=null===(t=e.attributes)||void 0===t?void 0:t.className;if(null!=r&&r.includes("is-style-"))return e;const{attributes:a={}}=e,i=o[n];return{...e,attributes:{...a,className:`${r||""} is-style-${i}`.trim()}}}))}const RO=function(e,t,n){let r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:0,o=arguments.length>4?arguments[4]:void 0;return a=>{let{select:i,dispatch:l}=a;e=MO(e),t=IO(MO(t),i.getSettings());const s=i.getBlockRootClientId(e[0]);for(let e=0;e{let{select:t,dispatch:n}=e;if(t.getBlockCount()>0)return;const{__unstableHasCustomAppender:r}=t.getSettings();r||n.insertDefaultBlock()}))}};function PO(e,t){return RO(e,t)}const HO=e=>(t,n)=>r=>{let{select:o,dispatch:a}=r;o.canMoveBlocks(t,n)&&a({type:e,clientIds:MO(t),rootClientId:n})},WO=HO("MOVE_BLOCKS_DOWN"),YO=HO("MOVE_BLOCKS_UP"),FO=function(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"",n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:"",r=arguments.length>3?arguments[3]:void 0;return o=>{let{select:a,dispatch:i}=o;if(a.canMoveBlocks(e,t)){if(t!==n){if(!a.canRemoveBlocks(e,t))return;if(!a.canInsertBlocks(e,n))return}i({type:"MOVE_BLOCKS_TO_POSITION",fromRootClientId:t,toRootClientId:n,clientIds:e,index:r})}}};function jO(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"",n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:"",r=arguments.length>3?arguments[3]:void 0;return FO([e],t,n,r)}function qO(e,t,n,r,o){return VO([e],t,n,r,0,o)}const VO=function(e,t,n){let r=!(arguments.length>3&&void 0!==arguments[3])||arguments[3],o=arguments.length>4&&void 0!==arguments[4]?arguments[4]:0,a=arguments.length>5?arguments[5]:void 0;return i=>{let{select:l,dispatch:s}=i;null!==o&&"object"==typeof o&&(a=o,o=0,wr("meta argument in wp.data.dispatch('core/block-editor')",{since:"5.8",hint:"The meta argument is now the 6th argument of the function"})),e=IO(MO(e),l.getSettings());const c=[];for(const t of e){l.canInsertBlockType(t.name,n)&&c.push(t)}c.length&&s({type:"INSERT_BLOCKS",blocks:c,index:t,rootClientId:n,time:Date.now(),updateSelection:r,initialPosition:r?o:null,meta:a})}};function UO(e,t){let n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};const{__unstableWithInserter:r,operation:o}=n;return{type:"SHOW_INSERTION_POINT",rootClientId:e,index:t,__unstableWithInserter:r,operation:o}}const XO=()=>e=>{let{select:t,dispatch:n}=e;t.isBlockInsertionPointVisible()&&n({type:"HIDE_INSERTION_POINT"})};function $O(e){return{type:"SET_TEMPLATE_VALIDITY",isValid:e}}const GO=()=>e=>{let{select:t,dispatch:n}=e;n({type:"SYNCHRONIZE_TEMPLATE"});const r=Au(t.getBlocks(),t.getTemplate());n.resetBlocks(r)},KO=e=>t=>{let{registry:n,select:r,dispatch:o}=t;const a=r.getSelectionStart(),i=r.getSelectionEnd();if(a.clientId===i.clientId)return;if(!a.attributeKey||!i.attributeKey||void 0===a.offset||void 0===i.offset)return!1;const l=r.getBlockRootClientId(a.clientId);if(l!==r.getBlockRootClientId(i.clientId))return;const s=r.getBlockOrder(l);let c,u;s.indexOf(a.clientId)>s.indexOf(i.clientId)?(c=i,u=a):(c=a,u=i);const d=e?u:c,m=r.getBlock(d.clientId),p=ma(m.name);if(!p.merge)return;const f=c,h=u,g=r.getBlock(f.clientId),b=ma(g.name),v=r.getBlock(h.clientId),y=ma(v.name),_=g.attributes[f.attributeKey],M=v.attributes[h.attributeKey],k=b.attributes[f.attributeKey],w=y.attributes[h.attributeKey];let E=KA({html:_,...sz(k)}),x=KA({html:M,...sz(w)});E=hT(E,f.offset,E.text.length),x=fT(x,yO,0,h.offset);const C=za(g,{[f.attributeKey]:ET({value:E,...sz(k)})}),L=za(v,{[h.attributeKey]:ET({value:x,...sz(w)})}),S=e?C:L,A=g.name===v.name?[S]:Ha(S,p.name);if(!A||!A.length)return;let T;if(e){const e=A.pop();T=p.merge(e.attributes,L.attributes)}else{const e=A.shift();T=p.merge(C.attributes,e.attributes)}const z=_O(T),N=KA({html:T[z],...sz(p.attributes[z])}),O=N.text.indexOf(yO),B=ET({value:hT(N,O,O+1),...sz(p.attributes[z])});T[z]=B;const D=r.getSelectedBlockClientIds(),I=[...e?A:[],{...m,attributes:{...m.attributes,...T}},...e?[]:A];n.batch((()=>{o.selectionChange(m.clientId,z,O,O),o.replaceBlocks(D,I,0,r.getSelectedBlocksInitialCaretPosition())}))},JO=()=>e=>{let{select:t,dispatch:n}=e;const r=t.getSelectionStart(),o=t.getSelectionEnd();if(r.clientId===o.clientId)return;if(!r.attributeKey||!o.attributeKey||void 0===r.offset||void 0===o.offset)return;const a=t.getBlockRootClientId(r.clientId);if(a!==t.getBlockRootClientId(o.clientId))return;const i=t.getBlockOrder(a);let l,s;i.indexOf(r.clientId)>i.indexOf(o.clientId)?(l=o,s=r):(l=r,s=o);const c=l,u=s,d=t.getBlock(c.clientId),m=ma(d.name),p=t.getBlock(u.clientId),f=ma(p.name),h=d.attributes[c.attributeKey],g=p.attributes[u.attributeKey],b=m.attributes[c.attributeKey],v=f.attributes[u.attributeKey];let y=KA({html:h,...sz(b)}),_=KA({html:g,...sz(v)});y=hT(y,c.offset,y.text.length),_=hT(_,0,u.offset),n.replaceBlocks(t.getSelectedBlockClientIds(),[{...d,attributes:{...d.attributes,[c.attributeKey]:ET({value:y,...sz(b)})}},Sa(da()),{...p,attributes:{...p.attributes,[u.attributeKey]:ET({value:_,...sz(v)})}}],1,t.getSelectedBlocksInitialCaretPosition())},ZO=()=>e=>{let{select:t,dispatch:n}=e;const r=t.getSelectionStart(),o=t.getSelectionEnd();n.selectionChange({start:{clientId:r.clientId},end:{clientId:o.clientId}})},QO=(e,t)=>n=>{let{registry:r,select:o,dispatch:a}=n;const i=[e,t];a({type:"MERGE_BLOCKS",blocks:i});const[l,s]=i,c=o.getBlock(l),u=ma(c.name);if(!u)return;const d=o.getBlock(s);if(u&&!u.merge){const e=Ha(d,u.name);if(1!==(null==e?void 0:e.length))return void a.selectBlock(c.clientId);const[t]=e;return t.innerBlocks.length<1?void a.selectBlock(c.clientId):void r.batch((()=>{a.insertBlocks(t.innerBlocks,void 0,l),a.removeBlock(s),a.selectBlock(t.innerBlocks[0].clientId)}))}const m=ma(d.name),{clientId:p,attributeKey:f,offset:h}=o.getSelectionStart(),g=(p===l?u:m).attributes[f],b=(p===l||p===s)&&void 0!==f&&void 0!==h&&!!g;g||("number"==typeof f?window.console.error("RichText needs an identifier prop that is the block attribute key of the attribute it controls. Its type is expected to be a string, but was "+typeof f):window.console.error("The RichText identifier prop does not match any attributes defined by the block."));const v=za(c),y=za(d);if(b){const e=p===l?v:y,t=fT(KA({html:e.attributes[f],...sz(g)}),yO,h,h);e.attributes[f]=ET({value:t,...sz(g)})}const _=c.name===d.name?[y]:Ha(y,c.name);if(!_||!_.length)return;const M=u.merge(v.attributes,_[0].attributes);if(b){const e=_O(M),t=KA({html:M[e],...sz(u.attributes[e])}),n=t.text.indexOf(yO),r=ET({value:hT(t,n,n+1),...sz(u.attributes[e])});M[e]=r,a.selectionChange(c.clientId,e,n,n)}a.replaceBlocks([c.clientId,d.clientId],[{...c,attributes:{...c.attributes,...M}},..._.slice(1)],0)},eB=function(e){let t=!(arguments.length>1&&void 0!==arguments[1])||arguments[1];return n=>{let{select:r,dispatch:o}=n;if(!e||!e.length)return;e=MO(e);const a=r.getBlockRootClientId(e[0]);r.canRemoveBlocks(e,a)&&(t&&o.selectPreviousBlock(e[0]),o({type:"REMOVE_BLOCKS",clientIds:e}),o((e=>{let{select:t,dispatch:n}=e;if(t.getBlockCount()>0)return;const{__unstableHasCustomAppender:r}=t.getSettings();r||n.insertDefaultBlock()})))}};function tB(e,t){return eB([e],t)}function nB(e,t){let n=arguments.length>2&&void 0!==arguments[2]&&arguments[2],r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:0;return{type:"REPLACE_INNER_BLOCKS",rootClientId:e,blocks:t,updateSelection:n,initialPosition:n?r:null,time:Date.now()}}function rB(e){return{type:"TOGGLE_BLOCK_MODE",clientId:e}}function oB(){return{type:"HIDE_BLOCK_INTERFACE"}}function aB(){return{type:"SHOW_BLOCK_INTERFACE"}}function iB(){return{type:"START_TYPING"}}function lB(){return{type:"STOP_TYPING"}}function sB(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[];return{type:"START_DRAGGING_BLOCKS",clientIds:e}}function cB(){return{type:"STOP_DRAGGING_BLOCKS"}}function uB(){return wr('wp.data.dispatch( "core/block-editor" ).enterFormattedText',{since:"6.1",version:"6.3"}),{type:"DO_NOTHING"}}function dB(){return wr('wp.data.dispatch( "core/block-editor" ).exitFormattedText',{since:"6.1",version:"6.3"}),{type:"DO_NOTHING"}}function mB(e,t,n,r){return"string"==typeof e?{type:"SELECTION_CHANGE",clientId:e,attributeKey:t,startOffset:n,endOffset:r}:{type:"SELECTION_CHANGE",...e}}const pB=(e,t,n)=>r=>{let{dispatch:o}=r;const a=da();if(!a)return;const i=Sa(a,e);return o.insertBlock(i,n,t)};function fB(e,t){return{type:"UPDATE_BLOCK_LIST_SETTINGS",clientId:e,settings:t}}function hB(e){return{type:"UPDATE_SETTINGS",settings:e}}function gB(e,t){return{type:"SAVE_REUSABLE_BLOCK_SUCCESS",id:e,updatedId:t}}function bB(){return{type:"MARK_LAST_CHANGE_AS_PERSISTENT"}}function vB(){return{type:"MARK_NEXT_CHANGE_AS_NOT_PERSISTENT"}}const yB=()=>e=>{let{dispatch:t}=e;t({type:"MARK_AUTOMATIC_CHANGE"});const{requestIdleCallback:n=(e=>setTimeout(e,100))}=window;n((()=>{t({type:"MARK_AUTOMATIC_CHANGE_FINAL"})}))},_B=function(){let e=!(arguments.length>0&&void 0!==arguments[0])||arguments[0];return t=>{let{dispatch:n}=t;n.__unstableSetEditorMode(e?"navigation":"edit")}},MB=e=>t=>{let{dispatch:n,select:r}=t;if("zoom-out"===e){const e=r.getBlockSelectionStart();e&&n.selectBlock(r.getBlockHierarchyRootClientId(e))}n({type:"SET_EDITOR_MODE",mode:e}),"navigation"===e?PT(Jr("You are currently in navigation mode. Navigate blocks using the Tab key and Arrow keys. Use Left and Right Arrow keys to move between nesting levels. To exit navigation mode and edit the selected block, press Enter.")):"edit"===e?PT(Jr("You are currently in edit mode. To return to the navigation mode, press Escape.")):"zoom-out"===e&&PT(Jr("You are currently in zoom-out mode."))},kB=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:null;return t=>{let{dispatch:n}=t;n({type:"SET_BLOCK_MOVING_MODE",hasBlockMovingClientId:e}),e&&PT(Jr("Use the Tab key and Arrow keys to choose new block location. Use Left and Right Arrow keys to move between nesting levels. Once location is selected press Enter or Space to move the block."))}},wB=function(e){let t=!(arguments.length>1&&void 0!==arguments[1])||arguments[1];return n=>{let{select:r,dispatch:o}=n;if(!e||!e.length)return;const a=r.getBlocksByClientId(e);if(a.some((e=>!e)))return;const i=a.map((e=>e.name));if(i.some((e=>!ha(e,"multiple",!0))))return;const l=r.getBlockRootClientId(e[0]),s=MO(e),c=r.getBlockIndex(s[s.length-1]),u=a.map((e=>Ta(e)));return o.insertBlocks(u,c+1,l,t),u.length>1&&t&&o.multiSelect(u[0].clientId,u[u.length-1].clientId),u.map((e=>e.clientId))}},EB=e=>t=>{let{select:n,dispatch:r}=t;if(!e)return;const o=n.getBlockRootClientId(e);if(n.getTemplateLock(o))return;const a=n.getBlockIndex(e);return r.insertDefaultBlock({},o,a)},xB=e=>t=>{let{select:n,dispatch:r}=t;if(!e)return;const o=n.getBlockRootClientId(e);if(n.getTemplateLock(o))return;const a=n.getBlockIndex(e);return r.insertDefaultBlock({},o,a+1)};function CB(e,t){return{type:"TOGGLE_BLOCK_HIGHLIGHT",clientId:e,isHighlighted:t}}const LB=e=>async t=>{let{dispatch:n}=t;n(CB(e,!0)),await new Promise((e=>setTimeout(e,150))),n(CB(e,!1))};function SB(e,t){return{type:"SET_HAS_CONTROLLED_INNER_BLOCKS",hasControlledInnerBlocks:t,clientId:e}}function AB(e){return{type:"SET_BLOCK_VISIBILITY",updates:e}}function TB(e){return{type:"SET_TEMPORARILY_EDITING_AS_BLOCKS",temporarilyEditingAsBlocks:e}}const zB="core/block-editor",NB={reducer:TA,selectors:m,actions:p},OB=qn(zB,{...NB,persist:["preferences"]});zr(zB,{...NB,persist:["preferences"]});const BB={name:"",isSelected:!1},DB=(0,At.createContext)(BB),{Provider:IB}=DB;function RB(){return(0,At.useContext)(DB)}function PB(){const{isSelected:e,clientId:t,name:n}=RB();return Uu((r=>{if(e)return!0;const{getBlockName:o,isFirstMultiSelectedBlock:a,getMultiSelectedBlockClientIds:i}=r(OB);return!!a(t)&&i().every((e=>o(e)===n))}),[t,e,n])}function HB(e){let{group:t="default",controls:n,children:r,__experimentalShareWithChildBlocks:o=!1}=e;const a=function(e,t){const n=PB(),{clientId:r}=RB(),o=Uu((e=>{const{getBlockName:n,hasSelectedInnerBlock:o}=e(OB),{hasBlockSupport:a}=e(Zi);return t&&a(n(r),"__experimentalExposeControlsToChildren",!1)&&o(r)}),[t,r]);var a;return n?null===(a=pA[e])||void 0===a?void 0:a.Fill:o?pA.parent.Fill:null}(t,o);return a?(0,At.createElement)(ag,{document},(0,At.createElement)(a,null,(e=>{const o=(0,Ot.isEmpty)(e)?null:e;return(0,At.createElement)(ig.Provider,{value:o},"default"===t&&(0,At.createElement)(mA,{controls:n}),r)}))):null}function WB(e){return sC((0,At.useContext)(uC).fills,{sync:!0}).get(e)}function YB(e){let{group:t="default",...n}=e;const r=(0,At.useContext)(ig),o=pA[t].Slot,a=WB(o.__unstableName);return Boolean(a&&a.length)?"default"===t?(0,At.createElement)(o,Nt({},n,{bubblesVirtually:!0,fillProps:r})):(0,At.createElement)(mA,null,(0,At.createElement)(o,Nt({},n,{bubblesVirtually:!0,fillProps:r}))):null}const FB=HB;FB.Slot=YB;const jB=FB;const qB=(0,At.forwardRef)((function(e,t){return(0,At.useContext)(ig)?(0,At.createElement)(GS,Nt({ref:t},e.toggleProps),(t=>(0,At.createElement)(uA,Nt({},e,{popoverProps:{variant:"toolbar",...e.popoverProps},toggleProps:t})))):(0,At.createElement)(uA,e)}));const VB=function e(t){const{children:n,className:r="",label:o,hideSeparator:a}=t,i=ug(e);if(!At.Children.count(n))return null;const l=`components-menu-group-label-${i}`,s=sg()(r,"components-menu-group",{"has-hidden-separator":a});return(0,At.createElement)("div",{className:s},o&&(0,At.createElement)("div",{className:"components-menu-group__label",id:l,"aria-hidden":"true"},o),(0,At.createElement)("div",{role:"group","aria-labelledby":o?l:void 0},n))};const UB=(0,At.forwardRef)((function(e,t){let{children:n,info:r,className:o,icon:a,iconPosition:i="right",shortcut:l,isSelected:s,role:c="menuitem",suffix:u,...d}=e;return o=sg()("components-menu-item__button",o),r&&(n=(0,At.createElement)("span",{className:"components-menu-item__info-wrapper"},(0,At.createElement)("span",{className:"components-menu-item__item"},n),(0,At.createElement)("span",{className:"components-menu-item__info"},r))),a&&"string"!=typeof a&&(a=(0,At.cloneElement)(a,{className:sg()("components-menu-items__item-icon",{"has-icon-right":"right"===i})})),(0,At.createElement)(NL,Nt({ref:t,"aria-checked":"menuitemcheckbox"===c||"menuitemradio"===c?s:void 0,role:c,icon:"left"===i?a:void 0,className:o},d),(0,At.createElement)("span",{className:"components-menu-item__item"},n),!u&&(0,At.createElement)(FC,{className:"components-menu-item__shortcut",shortcut:l}),!u&&a&&"right"===i&&(0,At.createElement)(JC,{icon:a}),u)})),XB=(0,At.createElement)(Sx,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,At.createElement)(Cx,{d:"M9 9v6h11V9H9zM4 20h1.5V4H4v16z"})),$B=(0,At.createElement)(Sx,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,At.createElement)(Cx,{d:"M20 9h-7.2V4h-1.6v5H4v6h7.2v5h1.6v-5H20z"})),GB=(0,At.createElement)(Sx,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,At.createElement)(Cx,{d:"M4 15h11V9H4v6zM18.5 4v16H20V4h-1.5z"})),KB=(0,At.createElement)(Sx,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,At.createElement)(Cx,{d:"M9 15h6V9H9v6zm-5 5h1.5V4H4v16zM18.5 4v16H20V4h-1.5z"})),JB=(0,At.createElement)(Sx,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,At.createElement)(Cx,{d:"m14.5 6.5-1 1 3.7 3.7H4v1.6h13.2l-3.7 3.7 1 1 5.6-5.5z"})),ZB=(0,At.createElement)(Sx,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,At.createElement)(Cx,{d:"m16.5 13.5-3.7 3.7V4h-1.5v13.2l-3.8-3.7-1 1 5.5 5.6 5.5-5.6z"}));n(8679);function QB(){for(var e=arguments.length,t=new Array(e),n=0;n0&&void 0!==arguments[0]?arguments[0]:{};const{defaultIndex:t=0}=e;if("number"!=typeof t)throw new TypeError(`Default breakpoint index should be a number. Got: ${t}, ${typeof t}`);if(t<0||t>eD.length-1)throw new RangeError(`Default breakpoint index out of range. Theme has ${eD.length} breakpoints, got index ${t}`);const[n,r]=(0,At.useState)(t);return(0,At.useEffect)((()=>{const e=()=>{const e=eD.filter((e=>"undefined"!=typeof window&&window.matchMedia(`screen and (min-width: ${e})`).matches)).length;n!==e&&r(e)};return e(),"undefined"!=typeof window&&window.addEventListener("resize",e),()=>{"undefined"!=typeof window&&window.removeEventListener("resize",e)}}),[n]),n};function nD(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};const n=tD(t);if(!Array.isArray(e)&&"function"!=typeof e)return e;const r=e||[];return r[n>=r.length?r.length-1:n]}function rD(e){var t,n;if(void 0===e)return;if(!e)return"0";const r="number"==typeof e?e:Number(e);return"undefined"!=typeof window&&null!==(t=window.CSS)&&void 0!==t&&null!==(n=t.supports)&&void 0!==n&&n.call(t,"margin",e.toString())||Number.isNaN(r)?e.toString():`calc(4px * ${e})`}const oD={name:"zjik7",styles:"display:flex"},aD={name:"qgaee5",styles:"display:block;max-height:100%;max-width:100%;min-height:0;min-width:0"},iD={name:"82a6rk",styles:"flex:1"},lD={name:"13nosa1",styles:">*{min-height:0;}"},sD={name:"1pwxzk4",styles:">*{min-width:0;}"};function cD(e){const{align:t="center",className:n,direction:r="row",expanded:o=!0,gap:a=2,justify:i="space-between",wrap:l=!1,...s}=fL(function(e){const{isReversed:t,...n}=e;return void 0!==t?(wr("Flex isReversed",{alternative:'Flex direction="row-reverse" or "column-reverse"',since:"5.9"}),{...n,direction:t?"row-reverse":"row"}):n}(e),"Flex"),c=nD(Array.isArray(r)?r:[r]),u="string"==typeof c&&!!c.includes("column"),d=pL();return{...s,className:(0,At.useMemo)((()=>{const e=QB({alignItems:u?"normal":t,flexDirection:c,flexWrap:l?"wrap":void 0,gap:rD(a),justifyContent:i,height:u&&o?"100%":void 0,width:!u&&o?"100%":void 0},"","");return d(oD,e,u?lD:sD,n)}),[t,n,d,c,o,a,u,i,l]),isColumn:u}}const uD=(0,At.createContext)({flexItemDisplay:void 0});const dD=hL((function(e,t){const{children:n,isColumn:r,...o}=cD(e);return(0,At.createElement)(uD.Provider,{value:{flexItemDisplay:r?"block":void 0}},(0,At.createElement)(AL,Nt({},o,{ref:t}),n))}),"Flex");function mD(e){const{className:t,display:n,isBlock:r=!1,...o}=fL(e,"FlexItem"),a={},i=(0,At.useContext)(uD).flexItemDisplay;a.Base=QB({display:n||i},"","");return{...o,className:pL()(aD,a.Base,r&&iD,t)}}const pD=hL((function(e,t){const n=mD(e);return(0,At.createElement)(AL,Nt({},n,{ref:t}))}),"FlexItem"),fD={"default.fontFamily":"-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif","default.fontSize":"13px","helpText.fontSize":"12px",mobileTextMinFontSize:"16px"};function hD(e){return(0,Ot.get)(fD,e,"")}const gD={name:"kv6lnz",styles:"box-sizing:border-box;*,*::before,*::after{box-sizing:inherit;}"};const bD={name:"9amh4a",styles:"font-size:11px;font-weight:500;line-height:1.4;text-transform:uppercase"};function vD(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"",t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:1;return So(e).alpha(t).toRgbString()}To([zo]);const yD="#fff",_D={900:"#1e1e1e",800:"#2f2f2f",700:"#757575",600:"#949494",400:"#ccc",300:"#ddd",200:"#e0e0e0",100:"#f0f0f0"},MD="var(--wp-components-color-accent-darker-10, var(--wp-admin-theme-color-darker-10, #006ba1))",kD={theme:"var(--wp-components-color-accent, var(--wp-admin-theme-color, #007cba))",themeDark10:MD,background:yD,backgroundDisabled:_D[100],border:_D[600],borderHover:_D[700],borderFocus:MD,borderDisabled:_D[400],textDisabled:_D[600],textDark:yD,darkGrayPlaceholder:vD(_D[900],.62),lightGrayPlaceholder:vD(yD,.65)},wD=Object.freeze({gray:_D,white:yD,alert:{yellow:"#f0b849",red:"#d94f4f",green:"#4ab866"},ui:kD});const ED=LL("div",{target:"ej5x27r4"})("font-family:",hD("default.fontFamily"),";font-size:",hD("default.fontSize"),";",gD,";"),xD=LL("div",{target:"ej5x27r3"})((e=>{let{__nextHasNoMarginBottom:t=!1}=e;return!t&&QB("margin-bottom:",rD(2),";","")})," .components-panel__row &{margin-bottom:inherit;}"),CD=QB(bD,";display:inline-block;margin-bottom:",rD(2),";padding:0;",""),LD=LL("label",{target:"ej5x27r2"})(CD,";");var SD={name:"11yad0w",styles:"margin-bottom:revert"};const AD=LL("p",{target:"ej5x27r1"})("margin-top:",rD(2),";margin-bottom:0;font-size:",hD("helpText.fontSize"),";font-style:normal;color:",wD.gray[700],";",(e=>{let{__nextHasNoMarginBottom:t=!1}=e;return!t&&SD}),";"),TD=LL("span",{target:"ej5x27r0"})(CD,";"),zD=e=>{let{__nextHasNoMarginBottom:t=!1,id:n,label:r,hideLabelFromVision:o=!1,help:a,className:i,children:l}=e;return(0,At.createElement)(ED,{className:sg()("components-base-control",i)},(0,At.createElement)(xD,{className:"components-base-control__field",__nextHasNoMarginBottom:t},r&&n&&(o?(0,At.createElement)(TL,{as:"label",htmlFor:n},r):(0,At.createElement)(LD,{className:"components-base-control__label",htmlFor:n},r)),r&&!n&&(o?(0,At.createElement)(TL,{as:"label"},r):(0,At.createElement)(zD.VisualLabel,null,r)),l),!!a&&(0,At.createElement)(AD,{id:n?n+"__help":void 0,className:"components-base-control__help",__nextHasNoMarginBottom:t},a))};zD.VisualLabel=e=>{let{className:t,children:n,...r}=e;return(0,At.createElement)(TD,Nt({},r,{className:sg()("components-base-control__label",t)}),n)};const ND=zD,OD="36px",BD="12px",DD={controlSurfaceColor:wD.white,controlTextActiveColor:wD.ui.theme,controlPaddingX:BD,controlPaddingXLarge:"calc(12px * 1.3334)",controlPaddingXSmall:"calc(12px / 1.3334)",controlBackgroundColor:wD.white,controlBorderRadius:"2px",controlBoxShadow:"transparent",controlBoxShadowFocus:`0 0 0 0.5px ${wD.ui.theme}`,controlDestructiveBorderColor:wD.alert.red,controlHeight:OD,controlHeightXSmall:"calc( 36px * 0.6 )",controlHeightSmall:"calc( 36px * 0.8 )",controlHeightLarge:"calc( 36px * 1.2 )",controlHeightXLarge:"calc( 36px * 1.4 )"},ID={toggleGroupControlBackgroundColor:DD.controlBackgroundColor,toggleGroupControlBorderColor:wD.ui.border,toggleGroupControlBackdropBackgroundColor:DD.controlSurfaceColor,toggleGroupControlBackdropBorderColor:wD.ui.border,toggleGroupControlButtonColorActive:DD.controlBackgroundColor},RD=Object.assign({},DD,ID,{colorDivider:"rgba(0, 0, 0, 0.1)",colorScrollbarThumb:"rgba(0, 0, 0, 0.2)",colorScrollbarThumbHover:"rgba(0, 0, 0, 0.5)",colorScrollbarTrack:"rgba(0, 0, 0, 0.04)",elevationIntensity:1,radiusBlockUi:"2px",borderWidth:"1px",borderWidthFocus:"1.5px",borderWidthTab:"4px",spinnerSize:16,fontSize:"13px",fontSizeH1:"calc(2.44 * 13px)",fontSizeH2:"calc(1.95 * 13px)",fontSizeH3:"calc(1.56 * 13px)",fontSizeH4:"calc(1.25 * 13px)",fontSizeH5:"13px",fontSizeH6:"calc(0.8 * 13px)",fontSizeInputMobile:"16px",fontSizeMobile:"15px",fontSizeSmall:"calc(0.92 * 13px)",fontSizeXSmall:"calc(0.75 * 13px)",fontLineHeightBase:"1.2",fontWeight:"normal",fontWeightHeading:"600",gridBase:"4px",cardBorderRadius:"2px",cardPaddingXSmall:`${rD(2)}`,cardPaddingSmall:`${rD(4)}`,cardPaddingMedium:`${rD(4)} ${rD(6)}`,cardPaddingLarge:`${rD(6)} ${rD(8)}`,surfaceBackgroundColor:wD.white,surfaceBackgroundSubtleColor:"#F3F3F3",surfaceBackgroundTintColor:"#F5F5F5",surfaceBorderColor:"rgba(0, 0, 0, 0.1)",surfaceBorderBoldColor:"rgba(0, 0, 0, 0.15)",surfaceBorderSubtleColor:"rgba(0, 0, 0, 0.05)",surfaceBackgroundTertiaryColor:wD.white,surfaceColor:wD.white,transitionDuration:"200ms",transitionDurationFast:"160ms",transitionDurationFaster:"120ms",transitionDurationFastest:"100ms",transitionTimingFunction:"cubic-bezier(0.08, 0.52, 0.52, 1)",transitionTimingFunctionControl:"cubic-bezier(0.12, 0.8, 0.32, 1)"});function PD(){let e,t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"transition";switch(t){case"transition":e="transition-duration: 0ms;";break;case"animation":e="animation-duration: 1ms;";break;default:e="\n\t\t\t\tanimation-duration: 1ms;\n\t\t\t\ttransition-duration: 0ms;\n\t\t\t"}return`\n\t\t@media ( prefers-reduced-motion: reduce ) {\n\t\t\t${e};\n\t\t}\n\t`}const HD=e=>{const t=QB("border-color:",wD.ui.border,";","");return QB(e&&t," &:hover{border-color:",wD.ui.borderHover,";}&:focus-within{border-color:",wD.ui.borderFocus,";box-shadow:",RD.controlBoxShadowFocus,";outline:none;z-index:1;}","")},WD=e=>QB("min-height:",{default:"36px","__unstable-large":"40px"}[e],";",""),YD={name:"7whenc",styles:"display:flex;width:100%"},FD=LL("div",{target:"eakva831"})("background:",wD.gray[900],";border-radius:",RD.controlBorderRadius,";left:0;position:absolute;top:2px;bottom:2px;transition:transform ",RD.transitionDurationFast," ease;",PD("transition")," z-index:1;"),jD=LL("div",{target:"eakva830"})({name:"zjik7",styles:"display:flex"});function qD(e){return(0,At.useState)(e)[0]}function VD(e){for(var t,n=[[]],r=function(){var e=t.value,r=n.find((function(t){return!t[0]||t[0].groupId===e.groupId}));r?r.push(e):n.push([e])},o=oS(e);!(t=o()).done;)r();return n}function UD(e){for(var t,n=[],r=oS(e);!(t=r()).done;){var o=t.value;n.push.apply(n,o)}return n}function XD(e){return e.slice().reverse()}function $D(e,t){if(t)return null==e?void 0:e.find((function(e){return e.id===t&&!e.disabled}))}function GD(e,t){return function(e){return"function"==typeof e}(e)?e(t):e}function KD(e){void 0===e&&(e={});var t=qD(e).baseId,n=(0,At.useContext)(HS),r=(0,At.useRef)(0),o=(0,At.useState)((function(){return t||n()}));return{baseId:o[0],setBaseId:o[1],unstable_idCountRef:r}}function JD(e,t){return Boolean(t.compareDocumentPosition(e)&Node.DOCUMENT_POSITION_PRECEDING)}function ZD(e,t){return e.findIndex((function(e){return!(!e.ref.current||!t.ref.current)&&JD(t.ref.current,e.ref.current)}))}function QD(e){for(var t,n=0,r=oS(e);!(t=r()).done;){var o=t.value.length;o>n&&(n=o)}return n}function eI(e){for(var t=VD(e),n=QD(t),r=[],o=0;oa&&(n=!0),-1):(r{let i=null;n.current?i=n.current:t&&(i=t instanceof HTMLElement?t:t.current),r.current&&r.current.element===i&&r.current.reporter===a||(o.current&&(o.current(),o.current=null),r.current={reporter:a,element:i},i&&(o.current=e(i)))}),[t,e]);return(0,At.useEffect)((()=>{a()}),[a]),(0,At.useCallback)((e=>{n.current=e,a()}),[a])}const CI=(e,t,n)=>e[t]?e[t][0]?e[t][0][n]:e[t][n]:"contentBoxSize"===t?e.contentRect["inlineSize"===n?"width":"height"]:void 0;function LI(){const{ref:e,width:t,height:n}=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};const t=e.onResize,n=(0,At.useRef)(void 0);n.current=t;const r=e.round||Math.round,o=(0,At.useRef)(),[a,i]=(0,At.useState)({width:void 0,height:void 0}),l=(0,At.useRef)(!1);(0,At.useEffect)((()=>()=>{l.current=!0}),[]);const s=(0,At.useRef)({width:void 0,height:void 0}),c=xI((0,At.useCallback)((t=>(o.current&&o.current.box===e.box&&o.current.round===r||(o.current={box:e.box,round:r,instance:new ResizeObserver((t=>{const o=t[0];let a="borderBoxSize";a="border-box"===e.box?"borderBoxSize":"device-pixel-content-box"===e.box?"devicePixelContentBoxSize":"contentBoxSize";const c=CI(o,a,"inlineSize"),u=CI(o,a,"blockSize"),d=c?r(c):void 0,m=u?r(u):void 0;if(s.current.width!==d||s.current.height!==m){const e={width:d,height:m};s.current.width=d,s.current.height=m,n.current?n.current(e):l.current||i(e)}}))}),o.current.instance.observe(t,{box:e.box}),()=>{o.current&&o.current.instance.unobserve(t)})),[e.box,r]),e.ref);return(0,At.useMemo)((()=>({ref:c,width:a.width,height:a.height})),[c,a?a.width:null,a?a.height:null])}(),r=(0,At.useMemo)((()=>({width:null!=t?t:null,height:null!=n?n:null})),[t,n]);return[(0,At.createElement)("div",{style:{position:"absolute",top:0,left:0,right:0,bottom:0,pointerEvents:"none",opacity:0,overflow:"hidden",zIndex:-1},"aria-hidden":"true",ref:e}),r]}function SI(e){const t=(0,At.useRef)();return(0,At.useEffect)((()=>{t.current=e}),[e]),t.current}const AI=(0,At.memo)((function(e){let{containerRef:t,containerWidth:n,isAdaptiveWidth:r,state:o}=e;const[a,i]=(0,At.useState)(0),[l,s]=(0,At.useState)(0),[c,u]=(0,At.useState)(!1),[d,m]=(0,At.useState)(!1);return(0,At.useEffect)((()=>{const e=null==t?void 0:t.current;if(!e)return;const n=e.querySelector(`[data-value="${o}"]`);if(m(!!n),!n)return;const r=window.setTimeout((()=>{const{width:t,x:r}=n.getBoundingClientRect(),{x:o}=e.getBoundingClientRect();i(r-o-1),s(t)}),100);let a;return c||(a=window.requestAnimationFrame((()=>{u(!0)}))),()=>{window.clearTimeout(r),window.cancelAnimationFrame(a)}}),[c,t,n,o,r]),d?(0,At.createElement)(FD,{role:"presentation",style:{transform:`translateX(${a}px)`,transition:c?void 0:"none",width:l}}):null})),TI=(0,At.createContext)({}),zI=TI;const NI=(0,At.forwardRef)((function(e,t){let{children:n,isAdaptiveWidth:r,label:o,onChange:a,size:i,value:l,...s}=e;const c=(0,At.useRef)(),[u,d]=LI(),m=function(e){void 0===e&&(e={});var t=qD(e),n=t.state,r=t.loop,o=void 0===r||r,a=nS(t,["state","loop"]),i=(0,At.useState)(n),l=i[0],s=i[1],c=mI(tS(tS({},a),{},{loop:o}));return tS(tS({},c),{},{state:l,setState:s})}({baseId:ug(NI,"toggle-group-control-as-radio-group").toString(),state:l}),p=SI(l);return ZC((()=>{p!==m.state&&a(m.state)}),[m.state]),ZC((()=>{l!==m.state&&m.setState(l)}),[l]),(0,At.createElement)(zI.Provider,{value:{...m,isBlock:!r,size:i}},(0,At.createElement)(EI,Nt({},m,{"aria-label":o,as:AL},s,{ref:fg([c,t])}),u,(0,At.createElement)(AI,{state:m.state,containerRef:c,containerWidth:d.width,isAdaptiveWidth:r}),n))}));const OI=(0,At.forwardRef)((function(e,t){let{children:n,isAdaptiveWidth:r,label:o,onChange:a,size:i,value:l,...s}=e;const c=(0,At.useRef)(),[u,d]=LI(),m=ug(OI,"toggle-group-control-as-button-group").toString(),[p,f]=(0,At.useState)(l),h={baseId:m,state:p,setState:f},g=SI(l);return ZC((()=>{g!==h.state&&a(h.state)}),[h.state]),ZC((()=>{l!==h.state&&h.setState(l)}),[l]),(0,At.createElement)(zI.Provider,{value:{...h,isBlock:!r,isDeselectable:!0,size:i}},(0,At.createElement)(AL,Nt({"aria-label":o},s,{ref:fg([c,t]),role:"group"}),u,(0,At.createElement)(AI,{state:h.state,containerRef:c,containerWidth:d.width,isAdaptiveWidth:r}),n))})),BI=()=>{};const DI=hL((function(e,t){const{__nextHasNoMarginBottom:n=!1,className:r,isAdaptiveWidth:o=!1,isBlock:a=!1,isDeselectable:i=!1,label:l,hideLabelFromVision:s=!1,help:c,onChange:u=BI,size:d="default",value:m,children:p,...f}=fL(e,"ToggleGroupControl"),h=pL(),g=(0,At.useMemo)((()=>h((e=>{let{isBlock:t,isDeselectable:n,size:r}=e;return QB("background:",wD.ui.background,";border:1px solid transparent;border-radius:",RD.controlBorderRadius,";display:inline-flex;min-width:0;padding:2px;position:relative;transition:transform ",RD.transitionDurationFastest," linear;",PD("transition")," ",WD(r)," ",!n&&HD(t),";","")})({isBlock:a,isDeselectable:i,size:d}),a&&YD,r)),[r,h,a,i,d]),b=i?OI:NI;return(0,At.createElement)(ND,{help:c,__nextHasNoMarginBottom:n},!s&&(0,At.createElement)(jD,null,(0,At.createElement)(ND.VisualLabel,null,l)),(0,At.createElement)(b,Nt({},f,{children:p,className:g,isAdaptiveWidth:o,label:l,onChange:u,ref:t,size:d,value:m})))}),"ToggleGroupControl"),II=DI;function RI(e){return void 0!==e.checked?e.checked:void 0!==e.value&&e.state===e.value}function PI(e,t){var n=YS(e,"change");Object.defineProperties(n,{type:{value:"change"},target:{value:e},currentTarget:{value:e}}),null==t||t(n)}var HI=ZL({name:"Radio",compose:qS,keys:wI,useOptions:function(e,t){var n,r=t.value,o=t.checked,a=e.unstable_clickOnEnter,i=void 0!==a&&a,l=e.unstable_checkOnFocus,s=void 0===l||l,c=nS(e,["unstable_clickOnEnter","unstable_checkOnFocus"]);return tS(tS({checked:o,unstable_clickOnEnter:i,unstable_checkOnFocus:s},c),{},{value:null!=(n=c.value)?n:r})},useProps:function(e,t){var n=t.ref,r=t.onChange,o=t.onClick,a=nS(t,["ref","onChange","onClick"]),i=(0,At.useRef)(null),l=(0,At.useState)(!0),s=l[0],c=l[1],u=RI(e),d=dS(e.currentId===e.id),m=dS(r),p=dS(o);!function(e){var t=(0,At.useState)((function(){return RI(e)}))[0],n=(0,At.useState)(e.currentId)[0],r=e.id,o=e.setCurrentId;(0,At.useEffect)((function(){t&&r&&n!==r&&(null==o||o(r))}),[t,r,o,n])}(e),(0,At.useEffect)((function(){var e=i.current;e&&("INPUT"===e.tagName&&"radio"===e.type||c(!1))}),[]);var f=(0,At.useCallback)((function(t){var n,r;null===(n=m.current)||void 0===n||n.call(m,t),t.defaultPrevented||e.disabled||null===(r=e.setState)||void 0===r||r.call(e,e.value)}),[e.disabled,e.setState,e.value]),h=(0,At.useCallback)((function(e){var t;null===(t=p.current)||void 0===t||t.call(p,e),e.defaultPrevented||s||PI(e.currentTarget,f)}),[f,s]);return(0,At.useEffect)((function(){var t=i.current;t&&e.unstable_moves&&d.current&&e.unstable_checkOnFocus&&PI(t,f)}),[e.unstable_moves,e.unstable_checkOnFocus,f]),tS({ref:iS(i,n),role:s?void 0:"radio",type:s?"radio":void 0,value:s?e.value:void 0,name:s?e.baseId:void 0,"aria-checked":u,checked:u,onChange:f,onClick:h},a)}}),WI=KL({as:"input",memo:!0,useHook:HI});const YI=LL("div",{target:"et6ln9s1"})({name:"sln1fl",styles:"display:inline-flex;max-width:100%;min-width:0;position:relative"}),FI={name:"82a6rk",styles:"flex:1"},jI=e=>{let{isDeselectable:t,isIcon:n,isPressed:r,size:o}=e;return QB("align-items:center;appearance:none;background:transparent;border:none;border-radius:",RD.controlBorderRadius,";color:",wD.gray[700],";fill:currentColor;cursor:pointer;display:flex;font-family:inherit;height:100%;justify-content:center;line-height:100%;outline:none;padding:0 12px;position:relative;text-align:center;transition:background ",RD.transitionDurationFast," linear,color ",RD.transitionDurationFast," linear,font-weight 60ms linear;",PD("transition")," user-select:none;width:100%;z-index:2;&::-moz-focus-inner{border:0;}&:active{background:",RD.toggleGroupControlBackgroundColor,";}",t&&VI," ",n&&XI({size:o})," ",r&&qI,";","")},qI=QB("color:",wD.white,";&:active{background:transparent;}",""),VI=QB("color:",wD.gray[900],";&:focus{box-shadow:inset 0 0 0 1px ",wD.white,",0 0 0 ",RD.borderWidthFocus," ",wD.ui.theme,";outline:2px solid transparent;}",""),UI=LL("div",{target:"et6ln9s0"})("display:flex;font-size:",RD.fontSize,";line-height:1;"),XI=e=>{let{size:t="default"}=e;return QB("color:",wD.gray[900],";width:",{default:"30px","__unstable-large":"34px"}[t],";padding-left:0;padding-right:0;","")},{ButtonContentView:$I,LabelView:GI}=f,KI=e=>{let{showTooltip:t,text:n,children:r}=e;return t&&n?(0,At.createElement)(GC,{text:n,position:"top center"},r):(0,At.createElement)(At.Fragment,null,r)};const JI=hL((function e(t,n){const r=(0,At.useContext)(TI),o=fL({...t,id:ug(e,r.baseId||"toggle-group-control-option-base")},"ToggleGroupControlOptionBase"),{isBlock:a=!1,isDeselectable:i=!1,size:l="default",...s}=r,{className:c,isIcon:u=!1,value:d,children:m,showTooltip:p=!1,...f}=o,h=s.state===d,g=pL(),b=g(a&&FI),v=g(jI({isDeselectable:i,isIcon:u,isPressed:h,size:l}),c),y={...f,className:v,"data-value":d,ref:n};return(0,At.createElement)(GI,{className:b},(0,At.createElement)(KI,{showTooltip:p,text:f["aria-label"]},i?(0,At.createElement)("button",Nt({},y,{"aria-pressed":h,type:"button",onClick:()=>{i&&h?s.setState(void 0):s.setState(d)}}),(0,At.createElement)($I,null,m)):(0,At.createElement)(WI,Nt({},y,s,{as:"button",value:d}),(0,At.createElement)($I,null,m))))}),"ToggleGroupControlOptionBase"),ZI=JI;const QI=(0,At.forwardRef)((function(e,t){const{icon:n,label:r,...o}=e;return(0,At.createElement)(ZI,Nt({},o,{isIcon:!0,"aria-label":r,showTooltip:!0,ref:t}),(0,At.createElement)(JC,{icon:n}))})),eR=QI;const tR=hL((function(e,t){const n=function(e){return mD({isBlock:!0,...fL(e,"FlexBlock")})}(e);return(0,At.createElement)(AL,Nt({},n,{ref:t}))}),"FlexBlock"),nR=()=>{};const rR=function(e){const{className:t,checked:n,id:r,disabled:o,onChange:a=nR,...i}=e,l=sg()("components-form-toggle",t,{"is-checked":n,"is-disabled":o});return(0,At.createElement)("span",{className:l},(0,At.createElement)("input",Nt({className:"components-form-toggle__input",id:r,type:"checkbox",checked:n,onChange:a,disabled:o},i)),(0,At.createElement)("span",{className:"components-form-toggle__track"}),(0,At.createElement)("span",{className:"components-form-toggle__thumb"}))};function oR(e){return null!=e}function aR(){var e;let t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[],n=arguments.length>1?arguments[1]:void 0;return null!==(e=t.find(oR))&&void 0!==e?e:n}const iR=e=>"string"==typeof e?(e=>parseFloat(e))(e):e,lR={bottom:{align:"flex-end",justify:"center"},bottomLeft:{align:"flex-start",justify:"flex-end"},bottomRight:{align:"flex-end",justify:"flex-end"},center:{align:"center",justify:"center"},edge:{align:"center",justify:"space-between"},left:{align:"center",justify:"flex-start"},right:{align:"center",justify:"flex-end"},stretch:{align:"stretch"},top:{align:"flex-start",justify:"center"},topLeft:{align:"flex-start",justify:"flex-start"},topRight:{align:"flex-start",justify:"flex-end"}},sR={bottom:{justify:"flex-end",align:"center"},bottomLeft:{justify:"flex-start",align:"flex-end"},bottomRight:{justify:"flex-end",align:"flex-end"},center:{justify:"center",align:"center"},edge:{justify:"space-between",align:"center"},left:{justify:"center",align:"flex-start"},right:{justify:"center",align:"flex-end"},stretch:{justify:"stretch"},top:{justify:"flex-start",align:"center"},topLeft:{justify:"flex-start",align:"flex-start"},topRight:{justify:"flex-start",align:"flex-end"}};function cR(e){const{alignment:t="edge",children:n,direction:r,spacing:o=2,...a}=fL(e,"HStack"),i=function(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"row";if(!oR(e))return{};const n="column"===t?sR:lR;return e in n?n[e]:{align:e}}(t,r),l=function(e){return"string"==typeof e?[e]:At.Children.toArray(e).filter((e=>(0,At.isValidElement)(e)))}(n),s=l.map(((e,t)=>{if(vL(e,["Spacer"])){const n=e,r=n.key||`hstack-${t}`;return(0,At.createElement)(pD,Nt({isBlock:!0,key:r},n.props))}return e}));return cD({children:s,direction:r,justify:"center",...i,...a,gap:o})}const uR=hL((function(e,t){const n=cR(e);return(0,At.createElement)(AL,Nt({},n,{ref:t}))}),"HStack");const dR=function e(t){let{__nextHasNoMarginBottom:n,label:r,checked:o,help:a,className:i,onChange:l,disabled:s}=t;const c=`inspector-toggle-control-${ug(e)}`,u=pL()("components-toggle-control",i,!n&&QB({marginBottom:rD(3)},"",""));let d,m;return a&&("function"==typeof a?void 0!==o&&(m=a(o)):m=a,m&&(d=c+"__help")),(0,At.createElement)(ND,{id:c,help:m,className:u,__nextHasNoMarginBottom:!0},(0,At.createElement)(uR,{justify:"flex-start",spacing:3},(0,At.createElement)(rR,{id:c,checked:o,onChange:function(e){l(e.target.checked)},"aria-describedby":d,disabled:s}),(0,At.createElement)(tR,{as:"label",htmlFor:c,className:"components-toggle-control__label"},r)))};function mR(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"";return e.split(",").map((e=>`.editor-styles-wrapper ${e}${t?` ${t}`:""}`)).join(",")}function pR(e,t,n,r){var o,a;let i="";return null!=t&&null!==(o=t[n])&&void 0!==o&&null!==(a=o.spacingStyles)&&void 0!==a&&a.length&&r&&t[n].spacingStyles.forEach((t=>{i+=`${mR(e,t.selector.trim())} { `,i+=Object.entries(t.rules).map((e=>{let[t,n]=e;return`${t}: ${n||r}`})).join("; "),i+="; }"})),i}function fR(e){const{contentSize:t,wideSize:n}=e,r={},o=/^(?!0)\d+(px|em|rem|vw|vh|%)?$/i;return o.test(t)&&(r.none=Hr(Jr("Max %s wide"),t)),o.test(n)&&(r.wide=Hr(Jr("Max %s wide"),n)),r}const hR="web"===zA.OS,gR={px:{value:"px",label:hR?"px":Jr("Pixels (px)"),a11yLabel:Jr("Pixels (px)"),step:1},"%":{value:"%",label:hR?"%":Jr("Percentage (%)"),a11yLabel:Jr("Percent (%)"),step:.1},em:{value:"em",label:hR?"em":Jr("Relative to parent font size (em)"),a11yLabel:Zr("ems","Relative to parent font size (em)"),step:.01},rem:{value:"rem",label:hR?"rem":Jr("Relative to root font size (rem)"),a11yLabel:Zr("rems","Relative to root font size (rem)"),step:.01},vw:{value:"vw",label:hR?"vw":Jr("Viewport width (vw)"),a11yLabel:Jr("Viewport width (vw)"),step:.1},vh:{value:"vh",label:hR?"vh":Jr("Viewport height (vh)"),a11yLabel:Jr("Viewport height (vh)"),step:.1},vmin:{value:"vmin",label:hR?"vmin":Jr("Viewport smallest dimension (vmin)"),a11yLabel:Jr("Viewport smallest dimension (vmin)"),step:.1},vmax:{value:"vmax",label:hR?"vmax":Jr("Viewport largest dimension (vmax)"),a11yLabel:Jr("Viewport largest dimension (vmax)"),step:.1},ch:{value:"ch",label:hR?"ch":Jr("Width of the zero (0) character (ch)"),a11yLabel:Jr("Width of the zero (0) character (ch)"),step:.01},ex:{value:"ex",label:hR?"ex":Jr("x-height of the font (ex)"),a11yLabel:Jr("x-height of the font (ex)"),step:.01},cm:{value:"cm",label:hR?"cm":Jr("Centimeters (cm)"),a11yLabel:Jr("Centimeters (cm)"),step:.001},mm:{value:"mm",label:hR?"mm":Jr("Millimeters (mm)"),a11yLabel:Jr("Millimeters (mm)"),step:.1},in:{value:"in",label:hR?"in":Jr("Inches (in)"),a11yLabel:Jr("Inches (in)"),step:.001},pc:{value:"pc",label:hR?"pc":Jr("Picas (pc)"),a11yLabel:Jr("Picas (pc)"),step:1},pt:{value:"pt",label:hR?"pt":Jr("Points (pt)"),a11yLabel:Jr("Points (pt)"),step:1}},bR=Object.values(gR),vR=[gR.px,gR["%"],gR.em,gR.rem,gR.vw,gR.vh],yR=gR.px;function _R(e,t,n){return kR(t?`${null!=e?e:""}${t}`:e,n)}function MR(e){return Array.isArray(e)&&!!e.length}function kR(e){var t,n;let r,o,a=arguments.length>1&&void 0!==arguments[1]?arguments[1]:bR;if(void 0!==e||null===e){r=`${e}`.trim();const t=parseFloat(r);o=isFinite(t)?t:void 0}const i=null===(t=r)||void 0===t?void 0:t.match(/[\d.\-\+]*\s*(.*)/),l=null==i||null===(n=i[1])||void 0===n?void 0:n.toLowerCase();let s;if(MR(a)){const e=a.find((e=>e.value===l));s=null==e?void 0:e.value}else s=yR.value;return[o,s]}function wR(e,t,n,r){const[o,a]=kR(e,t),i=null!=o?o:n;let l=a||r;return!l&&MR(t)&&(l=t[0].value),[i,l]}const ER=e=>{let{units:t=bR,availableUnits:n=[],defaultValues:r}=e;const o=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[],t=arguments.length>1?arguments[1]:void 0;return Array.isArray(t)?t.filter((t=>e.includes(t.value))):[]}(n,t);return r&&o.forEach(((e,t)=>{if(r[e.value]){const[n]=kR(r[e.value]);o[t].default=n}})),o};const xR={toVector:(e,t)=>(void 0===e&&(e=t),Array.isArray(e)?e:[e,e]),add:(e,t)=>[e[0]+t[0],e[1]+t[1]],sub:(e,t)=>[e[0]-t[0],e[1]-t[1]],addTo(e,t){e[0]+=t[0],e[1]+=t[1]},subTo(e,t){e[0]-=t[0],e[1]-=t[1]}};function CR(e,t,n){return 0===t||Math.abs(t)===1/0?Math.pow(e,5*n):e*t*n/(t+n*e)}function LR(e,t,n,r=.15){return 0===r?function(e,t,n){return Math.max(t,Math.min(e,n))}(e,t,n):en?+CR(e-n,n-t,r)+n:e}function SR(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function AR(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}function TR(e){for(var t=1;t{var n,r;return t.target===e.currentTarget||(null===(n=e.currentTarget)||void 0===n||null===(r=n.contains)||void 0===r?void 0:r.call(n,t.target))}))}(e).map((e=>e.identifier))}function HR(e){const t=RR(e);return DR(e)?t.identifier:t.pointerId}function WR(e){const t=RR(e);return[t.clientX,t.clientY]}function YR(e,...t){return"function"==typeof e?e(...t):e}function FR(){}function jR(...e){return 0===e.length?FR:1===e.length?e[0]:function(){let t;for(const n of e)t=n.apply(this,arguments)||t;return t}}function qR(e,t){return Object.assign({},t,e||{})}class VR{constructor(e,t,n){this.ctrl=e,this.args=t,this.key=n,this.state||(this.state={},this.computeValues([0,0]),this.computeInitial(),this.init&&this.init(),this.reset())}get state(){return this.ctrl.state[this.key]}set state(e){this.ctrl.state[this.key]=e}get shared(){return this.ctrl.state.shared}get eventStore(){return this.ctrl.gestureEventStores[this.key]}get timeoutStore(){return this.ctrl.gestureTimeoutStores[this.key]}get config(){return this.ctrl.config[this.key]}get sharedConfig(){return this.ctrl.config.shared}get handler(){return this.ctrl.handlers[this.key]}reset(){const{state:e,shared:t,ingKey:n,args:r}=this;t[n]=e._active=e.active=e._blocked=e._force=!1,e._step=[!1,!1],e.intentional=!1,e._movement=[0,0],e._distance=[0,0],e._direction=[0,0],e._delta=[0,0],e._bounds=[[-1/0,1/0],[-1/0,1/0]],e.args=r,e.axis=void 0,e.memo=void 0,e.elapsedTime=0,e.direction=[0,0],e.distance=[0,0],e.overflow=[0,0],e._movementBound=[!1,!1],e.velocity=[0,0],e.movement=[0,0],e.delta=[0,0],e.timeStamp=0}start(e){const t=this.state,n=this.config;t._active||(this.reset(),this.computeInitial(),t._active=!0,t.target=e.target,t.currentTarget=e.currentTarget,t.lastOffset=n.from?YR(n.from,t):t.offset,t.offset=t.lastOffset),t.startTime=t.timeStamp=e.timeStamp}computeValues(e){const t=this.state;t._values=e,t.values=this.config.transform(e)}computeInitial(){const e=this.state;e._initial=e._values,e.initial=e.values}compute(e){const{state:t,config:n,shared:r}=this;t.args=this.args;let o=0;if(e&&(t.event=e,n.preventDefault&&e.cancelable&&t.event.preventDefault(),t.type=e.type,r.touches=this.ctrl.pointerIds.size||this.ctrl.touchIds.size,r.locked=!!document.pointerLockElement,Object.assign(r,function(e){const t={};if("buttons"in e&&(t.buttons=e.buttons),"shiftKey"in e){const{shiftKey:n,altKey:r,metaKey:o,ctrlKey:a}=e;Object.assign(t,{shiftKey:n,altKey:r,metaKey:o,ctrlKey:a})}return t}(e)),r.down=r.pressed=r.buttons%2==1||r.touches>0,o=e.timeStamp-t.timeStamp,t.timeStamp=e.timeStamp,t.elapsedTime=t.timeStamp-t.startTime),t._active){const e=t._delta.map(Math.abs);xR.addTo(t._distance,e)}this.axisIntent&&this.axisIntent(e);const[a,i]=t._movement,[l,s]=n.threshold,{_step:c,values:u}=t;if(n.hasCustomTransform?(!1===c[0]&&(c[0]=Math.abs(a)>=l&&u[0]),!1===c[1]&&(c[1]=Math.abs(i)>=s&&u[1])):(!1===c[0]&&(c[0]=Math.abs(a)>=l&&Math.sign(a)*l),!1===c[1]&&(c[1]=Math.abs(i)>=s&&Math.sign(i)*s)),t.intentional=!1!==c[0]||!1!==c[1],!t.intentional)return;const d=[0,0];if(n.hasCustomTransform){const[e,t]=u;d[0]=!1!==c[0]?e-c[0]:0,d[1]=!1!==c[1]?t-c[1]:0}else d[0]=!1!==c[0]?a-c[0]:0,d[1]=!1!==c[1]?i-c[1]:0;this.restrictToAxis&&!t._blocked&&this.restrictToAxis(d);const m=t.offset,p=t._active&&!t._blocked||t.active;p&&(t.first=t._active&&!t.active,t.last=!t._active&&t.active,t.active=r[this.ingKey]=t._active,e&&(t.first&&("bounds"in n&&(t._bounds=YR(n.bounds,t)),this.setup&&this.setup()),t.movement=d,this.computeOffset()));const[f,h]=t.offset,[[g,b],[v,y]]=t._bounds;t.overflow=[fb?1:0,hy?1:0],t._movementBound[0]=!!t.overflow[0]&&(!1===t._movementBound[0]?t._movement[0]:t._movementBound[0]),t._movementBound[1]=!!t.overflow[1]&&(!1===t._movementBound[1]?t._movement[1]:t._movementBound[1]);const _=t._active&&n.rubberband||[0,0];if(t.offset=function(e,[t,n],[r,o]){const[[a,i],[l,s]]=e;return[LR(t,a,i,r),LR(n,l,s,o)]}(t._bounds,t.offset,_),t.delta=xR.sub(t.offset,m),this.computeMovement(),p&&(!t.last||o>32)){t.delta=xR.sub(t.offset,m);const e=t.delta.map(Math.abs);xR.addTo(t.distance,e),t.direction=t.delta.map(Math.sign),t._direction=t._delta.map(Math.sign),!t.first&&o>0&&(t.velocity=[e[0]/o,e[1]/o])}}emit(){const e=this.state,t=this.shared,n=this.config;if(e._active||this.clean(),(e._blocked||!e.intentional)&&!e._force&&!n.triggerAllEvents)return;const r=this.handler(TR(TR(TR({},t),e),{},{[this.aliasKey]:e.values}));void 0!==r&&(e.memo=r)}clean(){this.eventStore.clean(),this.timeoutStore.clean()}}class UR extends VR{constructor(...e){super(...e),SR(this,"aliasKey","xy")}reset(){super.reset(),this.state.axis=void 0}init(){this.state.offset=[0,0],this.state.lastOffset=[0,0]}computeOffset(){this.state.offset=xR.add(this.state.lastOffset,this.state.movement)}computeMovement(){this.state.movement=xR.sub(this.state.offset,this.state.lastOffset)}axisIntent(e){const t=this.state,n=this.config;if(!t.axis&&e){const r="object"==typeof n.axisThreshold?n.axisThreshold[IR(e)]:n.axisThreshold;t.axis=function([e,t],n){const r=Math.abs(e),o=Math.abs(t);return r>o&&r>n?"x":o>r&&o>n?"y":void 0}(t._movement,r)}t._blocked=(n.lockDirection||!!n.axis)&&!t.axis||!!n.axis&&n.axis!==t.axis}restrictToAxis(e){if(this.config.axis||this.config.lockDirection)switch(this.state.axis){case"x":e[1]=0;break;case"y":e[0]=0}}}const XR=e=>e,$R={enabled:(e=!0)=>e,preventDefault:(e=!1)=>e,triggerAllEvents:(e=!1)=>e,rubberband(e=0){switch(e){case!0:return[.15,.15];case!1:return[0,0];default:return xR.toVector(e)}},from:e=>"function"==typeof e?e:null!=e?xR.toVector(e):void 0,transform(e,t,n){const r=e||n.shared.transform;return this.hasCustomTransform=!!r,r||XR},threshold:e=>xR.toVector(e,0)};const GR=TR(TR({},$R),{},{axis(e,t,{axis:n}){if(this.lockDirection="lock"===n,!this.lockDirection)return n},axisThreshold:(e=0)=>e,bounds(e={}){if("function"==typeof e)return t=>GR.bounds(e(t));if("current"in e)return()=>e.current;if("function"==typeof HTMLElement&&e instanceof HTMLElement)return e;const{left:t=-1/0,right:n=1/0,top:r=-1/0,bottom:o=1/0}=e;return[[t,n],[r,o]]}}),KR={ArrowRight:(e=1)=>[10*e,0],ArrowLeft:(e=1)=>[-10*e,0],ArrowUp:(e=1)=>[0,-10*e],ArrowDown:(e=1)=>[0,10*e]};const JR="undefined"!=typeof window&&window.document&&window.document.createElement;function ZR(){return JR&&"ontouchstart"in window||JR&&window.navigator.maxTouchPoints>1}const QR={isBrowser:JR,gesture:function(){try{return"constructor"in GestureEvent}catch(e){return!1}}(),touch:ZR(),touchscreen:ZR(),pointer:JR&&"onpointerdown"in window,pointerLock:JR&&"exitPointerLock"in window.document},eP={mouse:0,touch:0,pen:8},tP=TR(TR({},GR),{},{device(e,t,{pointer:{touch:n=!1,lock:r=!1,mouse:o=!1}={}}){return this.pointerLock=r&&QR.pointerLock,QR.touch&&n?"touch":this.pointerLock?"mouse":QR.pointer&&!o?"pointer":QR.touch?"touch":"mouse"},preventScrollAxis(e,t,{preventScroll:n}){if(this.preventScrollDelay="number"==typeof n?n:n||void 0===n&&e?250:void 0,QR.touchscreen&&!1!==n)return e||(void 0!==n?"y":void 0)},pointerCapture(e,t,{pointer:{capture:n=!0,buttons:r=1}={}}){return this.pointerButtons=r,!this.pointerLock&&"pointer"===this.device&&n},threshold(e,t,{filterTaps:n=!1,tapsThreshold:r=3,axis:o}){const a=xR.toVector(e,n?r:o?1:0);return this.filterTaps=n,this.tapsThreshold=r,a},swipe({velocity:e=.5,distance:t=50,duration:n=250}={}){return{velocity:this.transform(xR.toVector(e)),distance:this.transform(xR.toVector(t)),duration:n}},delay(e=0){switch(e){case!0:return 180;case!1:return 0;default:return e}},axisThreshold:e=>e?TR(TR({},eP),e):eP});TR(TR({},$R),{},{device(e,t,{shared:n,pointer:{touch:r=!1}={}}){if(n.target&&!QR.touch&&QR.gesture)return"gesture";if(QR.touch&&r)return"touch";if(QR.touchscreen){if(QR.pointer)return"pointer";if(QR.touch)return"touch"}},bounds(e,t,{scaleBounds:n={},angleBounds:r={}}){const o=e=>{const t=qR(YR(n,e),{min:-1/0,max:1/0});return[t.min,t.max]},a=e=>{const t=qR(YR(r,e),{min:-1/0,max:1/0});return[t.min,t.max]};return"function"!=typeof n&&"function"!=typeof r?[o(),a()]:e=>[o(e),a(e)]},threshold(e,t,n){this.lockDirection="lock"===n.axis;return xR.toVector(e,this.lockDirection?[.1,3]:0)},modifierKey:e=>void 0===e?"ctrlKey":e});TR(TR({},GR),{},{mouseOnly:(e=!0)=>e});const nP=TR(TR({},GR),{},{mouseOnly:(e=!0)=>e}),rP=new Map,oP=new Map;function aP(e){rP.set(e.key,e.engine),oP.set(e.key,e.resolver)}const iP={key:"drag",engine:class extends UR{constructor(...e){super(...e),SR(this,"ingKey","dragging")}reset(){super.reset();const e=this.state;e._pointerId=void 0,e._pointerActive=!1,e._keyboardActive=!1,e._preventScroll=!1,e._delayed=!1,e.swipe=[0,0],e.tap=!1,e.canceled=!1,e.cancel=this.cancel.bind(this)}setup(){const e=this.state;if(e._bounds instanceof HTMLElement){const t=e._bounds.getBoundingClientRect(),n=e.currentTarget.getBoundingClientRect(),r={left:t.left-n.left+e.offset[0],right:t.right-n.right+e.offset[0],top:t.top-n.top+e.offset[1],bottom:t.bottom-n.bottom+e.offset[1]};e._bounds=GR.bounds(r)}}cancel(){const e=this.state;e.canceled||(e.canceled=!0,e._active=!1,setTimeout((()=>{this.compute(),this.emit()}),0))}setActive(){this.state._active=this.state._pointerActive||this.state._keyboardActive}clean(){this.pointerClean(),this.state._pointerActive=!1,this.state._keyboardActive=!1,super.clean()}pointerDown(e){const t=this.config,n=this.state;(null==e.buttons||(Array.isArray(t.pointerButtons)?t.pointerButtons.includes(e.buttons):-1===t.pointerButtons||t.pointerButtons===e.buttons))&&(this.ctrl.setEventIds(e),t.pointerCapture&&e.target.setPointerCapture(e.pointerId),n._pointerActive||(this.start(e),this.setupPointer(e),n._pointerId=HR(e),n._pointerActive=!0,this.computeValues(WR(e)),this.computeInitial(),t.preventScrollAxis&&"mouse"!==IR(e)?(n._active=!1,this.setupScrollPrevention(e)):t.delay>0?(this.setupDelayTrigger(e),t.triggerAllEvents&&(this.compute(e),this.emit())):this.startPointerDrag(e)))}startPointerDrag(e){const t=this.state;t._active=!0,t._preventScroll=!0,t._delayed=!1,this.compute(e),this.emit()}pointerMove(e){const t=this.state,n=this.config;if(!t._pointerActive)return;if(t.type===e.type&&e.timeStamp===t.timeStamp)return;const r=HR(e);if(void 0!==t._pointerId&&r!==t._pointerId)return;const o=WR(e);return document.pointerLockElement===e.target?t._delta=[e.movementX,e.movementY]:(t._delta=xR.sub(o,t._values),this.computeValues(o)),xR.addTo(t._movement,t._delta),this.compute(e),t._delayed&&t.intentional?(this.timeoutStore.remove("dragDelay"),t.active=!1,void this.startPointerDrag(e)):n.preventScrollAxis&&!t._preventScroll?t.axis?t.axis===n.preventScrollAxis||"xy"===n.preventScrollAxis?(t._active=!1,void this.clean()):(this.timeoutStore.remove("startPointerDrag"),void this.startPointerDrag(e)):void 0:void this.emit()}pointerUp(e){this.ctrl.setEventIds(e);try{this.config.pointerCapture&&e.target.hasPointerCapture(e.pointerId)&&e.target.releasePointerCapture(e.pointerId)}catch(e){0}const t=this.state,n=this.config;if(!t._active||!t._pointerActive)return;const r=HR(e);if(void 0!==t._pointerId&&r!==t._pointerId)return;this.state._pointerActive=!1,this.setActive(),this.compute(e);const[o,a]=t._distance;if(t.tap=o<=n.tapsThreshold&&a<=n.tapsThreshold,t.tap&&n.filterTaps)t._force=!0;else{const[e,r]=t.direction,[o,a]=t.velocity,[i,l]=t.movement,[s,c]=n.swipe.velocity,[u,d]=n.swipe.distance,m=n.swipe.duration;t.elapsedTimes&&Math.abs(i)>u&&(t.swipe[0]=e),Math.abs(a)>c&&Math.abs(l)>d&&(t.swipe[1]=r))}this.emit()}pointerClick(e){this.state.tap||(e.preventDefault(),e.stopPropagation())}setupPointer(e){const t=this.config,n=t.device;t.pointerLock&&e.currentTarget.requestPointerLock(),t.pointerCapture||(this.eventStore.add(this.sharedConfig.window,n,"change",this.pointerMove.bind(this)),this.eventStore.add(this.sharedConfig.window,n,"end",this.pointerUp.bind(this)),this.eventStore.add(this.sharedConfig.window,n,"cancel",this.pointerUp.bind(this)))}pointerClean(){this.config.pointerLock&&document.pointerLockElement===this.state.currentTarget&&document.exitPointerLock()}preventScroll(e){this.state._preventScroll&&e.cancelable&&e.preventDefault()}setupScrollPrevention(e){!function(e){"persist"in e&&"function"==typeof e.persist&&e.persist()}(e),this.eventStore.add(this.sharedConfig.window,"touch","change",this.preventScroll.bind(this),{passive:!1}),this.eventStore.add(this.sharedConfig.window,"touch","end",this.clean.bind(this)),this.eventStore.add(this.sharedConfig.window,"touch","cancel",this.clean.bind(this)),this.timeoutStore.add("startPointerDrag",this.startPointerDrag.bind(this),this.config.preventScrollDelay,e)}setupDelayTrigger(e){this.state._delayed=!0,this.timeoutStore.add("dragDelay",(()=>{this.state._step=[0,0],this.startPointerDrag(e)}),this.config.delay)}keyDown(e){const t=KR[e.key];if(t){const n=this.state,r=e.shiftKey?10:e.altKey?.1:1;n._delta=t(r),this.start(e),n._keyboardActive=!0,xR.addTo(n._movement,n._delta),this.compute(e),this.emit()}}keyUp(e){e.key in KR&&(this.state._keyboardActive=!1,this.setActive(),this.compute(e),this.emit())}bind(e){const t=this.config.device;e(t,"start",this.pointerDown.bind(this)),this.config.pointerCapture&&(e(t,"change",this.pointerMove.bind(this)),e(t,"end",this.pointerUp.bind(this)),e(t,"cancel",this.pointerUp.bind(this)),e("lostPointerCapture","",this.pointerUp.bind(this))),e("key","down",this.keyDown.bind(this)),e("key","up",this.keyUp.bind(this)),this.config.filterTaps&&e("click","",this.pointerClick.bind(this),{capture:!0,passive:!1})}},resolver:tP},lP={key:"hover",engine:class extends UR{constructor(...e){super(...e),SR(this,"ingKey","hovering")}enter(e){this.config.mouseOnly&&"mouse"!==e.pointerType||(this.start(e),this.computeValues(WR(e)),this.compute(e),this.emit())}leave(e){if(this.config.mouseOnly&&"mouse"!==e.pointerType)return;const t=this.state;if(!t._active)return;t._active=!1;const n=WR(e);t._movement=t._delta=xR.sub(n,t._values),this.computeValues(n),this.compute(e),t.delta=t.movement,this.emit()}bind(e){e("pointer","enter",this.enter.bind(this)),e("pointer","leave",this.leave.bind(this))}},resolver:nP};function sP(e,t){if(null==e)return{};var n,r,o=function(e,t){if(null==e)return{};var n,r,o={},a=Object.keys(e);for(r=0;r=0||(o[n]=e[n]);return o}(e,t);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);for(r=0;r=0||Object.prototype.propertyIsEnumerable.call(e,n)&&(o[n]=e[n])}return o}const cP={target(e){if(e)return()=>"current"in e?e.current:e},enabled:(e=!0)=>e,window:(e=(QR.isBrowser?window:void 0))=>e,eventOptions:({passive:e=!0,capture:t=!1}={})=>({passive:e,capture:t}),transform:e=>e},uP=["target","eventOptions","window","enabled","transform"];function dP(e={},t){const n={};for(const[r,o]of Object.entries(t))switch(typeof o){case"function":n[r]=o.call(n,e[r],r,e);break;case"object":n[r]=dP(e[r],o);break;case"boolean":o&&(n[r]=e[r])}return n}class mP{constructor(e){SR(this,"_listeners",[]),this._ctrl=e}add(e,t,n,r,o){const a=function(e,t=""){const n=zR[e];return e+(n&&n[t]||t)}(t,n),i=TR(TR({},this._ctrl.config.shared.eventOptions),o);e.addEventListener(a,r,i),this._listeners.push((()=>e.removeEventListener(a,r,i)))}clean(){this._listeners.forEach((e=>e())),this._listeners=[]}}class pP{constructor(){SR(this,"_timeouts",new Map)}add(e,t,n=140,...r){this.remove(e),this._timeouts.set(e,window.setTimeout(t,n,...r))}remove(e){const t=this._timeouts.get(e);t&&window.clearTimeout(t)}clean(){this._timeouts.forEach((e=>{window.clearTimeout(e)})),this._timeouts.clear()}}class fP{constructor(e){SR(this,"gestures",new Set),SR(this,"_targetEventStore",new mP(this)),SR(this,"gestureEventStores",{}),SR(this,"gestureTimeoutStores",{}),SR(this,"handlers",{}),SR(this,"config",{}),SR(this,"pointerIds",new Set),SR(this,"touchIds",new Set),SR(this,"state",{shared:{shiftKey:!1,metaKey:!1,ctrlKey:!1,altKey:!1}}),function(e,t){t.drag&&hP(e,"drag");t.wheel&&hP(e,"wheel");t.scroll&&hP(e,"scroll");t.move&&hP(e,"move");t.pinch&&hP(e,"pinch");t.hover&&hP(e,"hover")}(this,e)}setEventIds(e){DR(e)?this.touchIds=new Set(PR(e)):"pointerId"in e&&("pointerup"===e.type||"pointercancel"===e.type?this.pointerIds.delete(e.pointerId):"pointerdown"===e.type&&this.pointerIds.add(e.pointerId))}applyHandlers(e,t){this.handlers=e,this.nativeHandlers=t}applyConfig(e,t){this.config=function(e,t){const n=e,{target:r,eventOptions:o,window:a,enabled:i,transform:l}=n,s=sP(n,uP),c={shared:dP({target:r,eventOptions:o,window:a,enabled:i,transform:l},cP)};if(t){const e=oP.get(t);c[t]=dP(TR({shared:c.shared},s),e)}else for(const e in s){const t=oP.get(e);t&&(c[e]=dP(TR({shared:c.shared},s[e]),t))}return c}(e,t)}clean(){this._targetEventStore.clean();for(const e of this.gestures)this.gestureEventStores[e].clean(),this.gestureTimeoutStores[e].clean()}effect(){return this.config.shared.target&&this.bind(),()=>this._targetEventStore.clean()}bind(...e){const t=this.config.shared,n=t.eventOptions,r={};let o;if(t.target&&(o=t.target(),!o))return;const a=gP(r,n,!!o);if(t.enabled){for(const t of this.gestures)if(this.config[t].enabled){new(rP.get(t))(this,e,t).bind(a)}for(const t in this.nativeHandlers)a(t,"",(n=>this.nativeHandlers[t](TR(TR({},this.state.shared),{},{event:n,args:e}))),void 0,!0)}for(const e in r)r[e]=jR(...r[e]);if(!o)return r;for(const e in r){const{device:t,capture:n,passive:a}=BR(e);this._targetEventStore.add(o,t,"",r[e],{capture:n,passive:a})}}}function hP(e,t){e.gestures.add(t),e.gestureEventStores[t]=new mP(e),e.gestureTimeoutStores[t]=new pP}const gP=(e,t,n)=>(r,o,a,i={},l=!1)=>{var s,c;const u=null!==(s=i.capture)&&void 0!==s?s:t.capture,d=null!==(c=i.passive)&&void 0!==c?c:t.passive;let m=l?r:function(e,t="",n=!1){const r=zR[e],o=r&&r[t]||t;return"on"+NR(e)+NR(o)+(n?"Capture":"")}(r,o,u);n&&d&&(m+="Passive"),e[m]=e[m]||[],e[m].push(a)};function bP(e,t={},n,r){const o=Tt().useMemo((()=>new fP(e)),[]);if(o.applyHandlers(e,r),o.applyConfig(t,n),Tt().useEffect(o.effect.bind(o)),Tt().useEffect((()=>o.clean.bind(o)),[]),void 0===t.target)return o.bind.bind(o)}const vP="CHANGE",yP="COMMIT",_P="CONTROL",MP="DRAG_END",kP="DRAG_START",wP="DRAG",EP="INVALIDATE",xP="PRESS_DOWN",CP="PRESS_ENTER",LP="PRESS_UP",SP="RESET",AP=new RegExp(/-left/g),TP=new RegExp(/-right/g),zP=new RegExp(/Left/g),NP=new RegExp(/Right/g);function OP(e){return"left"===e?"right":"right"===e?"left":AP.test(e)?e.replace(AP,"-right"):TP.test(e)?e.replace(TP,"-left"):zP.test(e)?e.replace(zP,"Right"):NP.test(e)?e.replace(NP,"Left"):e}const BP=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};return Object.fromEntries(Object.entries(e).map((e=>{let[t,n]=e;return[OP(t),n]})))};function DP(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1?arguments[1]:void 0;return()=>t?eo()?QB(t,""):QB(e,""):eo()?QB(BP(e),""):QB(e,"")}DP.watch=()=>eo();const IP=(0,At.createElement)(Sx,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,At.createElement)(Cx,{d:"M18 11.2h-5.2V6h-1.6v5.2H6v1.6h5.2V18h1.6v-5.2H18z"})),RP=(0,At.createElement)(Sx,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,At.createElement)(Cx,{d:"M7 11.5h10V13H7z"}));const PP={name:"hdknak",styles:"display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap"},HP="…",WP={auto:"auto",head:"head",middle:"middle",tail:"tail",none:"none"},YP={ellipsis:HP,ellipsizeMode:WP.auto,limit:0,numberOfLines:0};function FP(e,t,n,r){if("string"!=typeof e)return"";const o=e.length,a=~~t,i=~~n,l=oR(r)?r:HP;return 0===a&&0===i||a>=o||i>=o||a+i>=o?e:0===i?e.slice(0,a)+l:e.slice(0,a)+l+e.slice(o-i)}function jP(e){const{className:t,children:n,ellipsis:r=HP,ellipsizeMode:o=WP.auto,limit:a=0,numberOfLines:i=0,...l}=fL(e,"Truncate"),s=pL(),c=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"",t=arguments.length>1?arguments[1]:void 0;const n={...YP,...t},{ellipsis:r,ellipsizeMode:o,limit:a}=n;if(o===WP.none)return e;let i,l;switch(o){case WP.head:i=0,l=a;break;case WP.middle:i=Math.floor(a/2),l=Math.floor(a/2);break;default:i=a,l=0}return o!==WP.auto?FP(e,i,l,r):e}("string"==typeof n?n:"",{ellipsis:r,ellipsizeMode:o,limit:a,numberOfLines:i}),u=o===WP.auto;return{...l,className:(0,At.useMemo)((()=>s(u&&!i&&PP,u&&!!i&&QB("-webkit-box-orient:vertical;-webkit-line-clamp:",i,";display:-webkit-box;overflow:hidden;",""),t)),[t,s,i,u]),children:c}}let qP;To([zo]);const VP=Dr()((function(e){var t,n;if("string"!=typeof e)return"";if("string"==typeof(n=e)&&So(n).isValid())return e;if(!e.includes("var("))return"";if("undefined"==typeof document)return"";const r=function(){if("undefined"!=typeof document){if(!qP){const e=document.createElement("div");e.setAttribute("data-g2-color-computation-node",""),document.body.appendChild(e),qP=e}return qP}}();if(!r)return"";r.style.background=e;const o=null===(t=window)||void 0===t?void 0:t.getComputedStyle(r).background;return r.style.background="",o||""}));function UP(e){const t=function(e){const t=VP(e);return So(t).isLight()?"#000000":"#ffffff"}(e);return"#000000"===t?"dark":"light"}const XP=QB("color:",wD.gray[900],";line-height:",RD.fontLineHeightBase,";margin:0;",""),$P={name:"4zleql",styles:"display:block"},GP=QB("color:",wD.alert.green,";",""),KP=QB("color:",wD.alert.red,";",""),JP=QB("color:",wD.gray[700],";",""),ZP=QB("mark{background:",wD.alert.yellow,";border-radius:2px;box-shadow:0 0 0 1px rgba( 0, 0, 0, 0.05 ) inset,0 -1px 0 rgba( 0, 0, 0, 0.1 ) inset;}",""),QP={name:"50zrmy",styles:"text-transform:uppercase"};var eH=n(6928);const tH=Dr()((e=>{const t={};for(const n in e)t[n.toLowerCase()]=e[n];return t}));const nH={body:13,caption:10,footnote:11,largeTitle:28,subheadline:12,title:20},rH=[1,2,3,4,5,6].flatMap((e=>[e,e.toString()]));function oH(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:13;if(e in nH)return oH(nH[e]);if("number"!=typeof e){const t=parseFloat(e);if(Number.isNaN(t))return e;e=t}const t=`(${e} / 13)`;return`calc(${t} * ${RD.fontSize})`}function aH(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:3;if(!rH.includes(e))return oH(e);const t=`fontSizeH${e}`;return RD[t]}var iH={name:"50zrmy",styles:"text-transform:uppercase"};function lH(e){const{adjustLineHeightForInnerControls:t,align:n,children:r,className:o,color:a,ellipsizeMode:i,isDestructive:l=!1,display:s,highlightEscape:c=!1,highlightCaseSensitive:u=!1,highlightWords:d,highlightSanitize:m,isBlock:p=!1,letterSpacing:f,lineHeight:g,optimizeReadabilityFor:b,size:v,truncate:y=!1,upperCase:_=!1,variant:M,weight:k=RD.fontWeight,...w}=fL(e,"Text");let E=r;const x=Array.isArray(d),C="caption"===v;if(x){if("string"!=typeof r)throw new TypeError("`children` of `Text` must only be `string` types when `highlightWords` is defined");E=function(e){let{activeClassName:t="",activeIndex:n=-1,activeStyle:r,autoEscape:o,caseSensitive:a=!1,children:i,findChunks:l,highlightClassName:s="",highlightStyle:c={},highlightTag:u="mark",sanitize:d,searchWords:m=[],unhighlightClassName:p="",unhighlightStyle:f}=e;if(!i)return null;if("string"!=typeof i)return i;const h=i,g=(0,eH.findAll)({autoEscape:o,caseSensitive:a,findChunks:l,sanitize:d,searchWords:m,textToHighlight:h}),b=u;let v,y=-1,_="";const M=g.map(((e,o)=>{const i=h.substr(e.start,e.end-e.start);if(e.highlight){let e;y++,"object"==typeof s?a?e=s[i]:(s=tH(s),e=s[i.toLowerCase()]):e=s;const l=y===+n;_=`${e} ${l?t:""}`,v=!0===l&&null!==r?Object.assign({},c,r):c;const u={children:i,className:_,key:o,style:v};return"string"!=typeof b&&(u.highlightIndex=y),(0,At.createElement)(b,u)}return(0,At.createElement)("span",{children:i,className:p,key:o,style:f})}));return M}({autoEscape:c,children:r,caseSensitive:u,searchWords:d,sanitize:m})}const L=pL(),S=(0,At.useMemo)((()=>{const e={},r=function(e,t){if(t)return t;if(!e)return;let n=`calc(${RD.controlHeight} + ${rD(2)})`;switch(e){case"large":n=`calc(${RD.controlHeightLarge} + ${rD(2)})`;break;case"small":n=`calc(${RD.controlHeightSmall} + ${rD(2)})`;break;case"xSmall":n=`calc(${RD.controlHeightXSmall} + ${rD(2)})`}return n}(t,g);if(e.Base=QB({color:a,display:s,fontSize:oH(v),fontWeight:k,lineHeight:r,letterSpacing:f,textAlign:n},"",""),e.upperCase=iH,e.optimalTextColor=null,b){const t="dark"===UP(b);e.optimalTextColor=QB(t?{color:wD.gray[900]}:{color:wD.white},"","")}return L(XP,e.Base,e.optimalTextColor,l&&KP,!!x&&ZP,p&&$P,C&&JP,M&&h[M],_&&e.upperCase,o)}),[t,n,o,a,L,s,p,C,l,x,f,g,b,v,_,M,k]);let A;!0===y&&(A="auto"),!1===y&&(A="none");const T=jP({...w,className:S,children:r,ellipsizeMode:i||A});return!y&&Array.isArray(r)&&(E=At.Children.map(r,(e=>{if("object"!=typeof e||null===e||!("props"in e))return e;return vL(e,["Link"])?(0,At.cloneElement)(e,{size:e.props.size||"inherit"}):e}))),{...T,children:y?T.children:E}}const sH=hL((function(e,t){const n=lH(e);return(0,At.createElement)(AL,Nt({as:"span"},n,{ref:t}))}),"Text");var cH={name:"1739oy8",styles:"z-index:1"};const uH=e=>{let{isFocused:t}=e;return t?cH:""},dH=LL(dD,{target:"em5sgkm7"})("box-sizing:border-box;position:relative;border-radius:2px;padding-top:0;",uH,";");var mH={name:"1d3w5wq",styles:"width:100%"};const pH=LL("div",{target:"em5sgkm6"})("align-items:center;box-sizing:border-box;border-radius:inherit;display:flex;flex:1;position:relative;",(e=>{let{disabled:t}=e;return QB({backgroundColor:t?wD.ui.backgroundDisabled:wD.ui.background},"","")})," ",(e=>{let{__unstableInputWidth:t,labelPosition:n}=e;return t?"side"===n?"":QB("edge"===n?{flex:`0 0 ${t}`}:{width:t},"",""):mH}),";"),fH=e=>{let{inputSize:t,__next36pxDefaultSize:n}=e;const r={default:{height:36,lineHeight:1,minHeight:36,paddingLeft:rD(4),paddingRight:rD(4)},small:{height:24,lineHeight:1,minHeight:24,paddingLeft:rD(2),paddingRight:rD(2)},"__unstable-large":{height:40,lineHeight:1,minHeight:40,paddingLeft:rD(4),paddingRight:rD(4)}};return n||(r.default={height:30,lineHeight:1,minHeight:30,paddingLeft:rD(2),paddingRight:rD(2)}),r[t]||r.default},hH=LL("input",{target:"em5sgkm5"})("&&&{background-color:transparent;box-sizing:border-box;border:none;box-shadow:none!important;color:",wD.gray[900],";display:block;font-family:inherit;margin:0;outline:none;width:100%;",(e=>{let t,n,{isDragging:r,dragCursor:o}=e;return r&&(t=QB("cursor:",o,";user-select:none;&::-webkit-outer-spin-button,&::-webkit-inner-spin-button{-webkit-appearance:none!important;margin:0!important;}","")),r&&o&&(n=QB("&:active{cursor:",o,";}","")),QB(t," ",n,";","")})," ",(e=>{let{disabled:t}=e;return t?QB({color:wD.ui.textDisabled},"",""):""})," ",(e=>{let{inputSize:t}=e;const n={default:"13px",small:"11px","__unstable-large":"13px"},r=n[t]||n.default;return r?QB("font-size:","16px",";@media ( min-width: 600px ){font-size:",r,";}",""):""})," ",(e=>QB(fH(e),"",""))," ",(e=>{let{paddingInlineStart:t,paddingInlineEnd:n}=e;return QB({paddingInlineStart:t,paddingInlineEnd:n},"","")})," &::-webkit-input-placeholder{line-height:normal;}}"),gH=LL(sH,{target:"em5sgkm4"})("&&&{",bD,";box-sizing:border-box;display:block;padding-top:0;padding-bottom:0;max-width:100%;z-index:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}"),bH=e=>(0,At.createElement)(gH,Nt({},e,{as:"label"})),vH=LL(pD,{target:"em5sgkm3"})({name:"1b6uupn",styles:"max-width:calc( 100% - 10px )"}),yH=LL("div",{target:"em5sgkm2"})("&&&{box-sizing:border-box;border-radius:inherit;bottom:0;left:0;margin:0;padding:0;pointer-events:none;position:absolute;right:0;top:0;",(e=>{let t,{disabled:n,isFocused:r}=e,o=r?wD.ui.borderFocus:wD.ui.border;return r&&(t=`0 0 0 1px ${wD.ui.borderFocus} inset`),n&&(o=wD.ui.borderDisabled),QB({boxShadow:t,borderColor:o,borderStyle:"solid",borderWidth:1},"","")})," ",DP({paddingLeft:2}),";}"),_H=LL("span",{target:"em5sgkm1"})({name:"pvvbxf",styles:"box-sizing:border-box;display:block"}),MH=LL("span",{target:"em5sgkm0"})({name:"jgf79h",styles:"align-items:center;align-self:stretch;box-sizing:border-box;display:flex"});const kH=(0,At.memo)((function(e){let{disabled:t=!1,isFocused:n=!1}=e;return(0,At.createElement)(yH,{"aria-hidden":"true",className:"components-input-control__backdrop",disabled:t,isFocused:n})})),wH=kH;function EH(e){let{children:t,hideLabelFromVision:n,htmlFor:r,...o}=e;return t?n?(0,At.createElement)(TL,{as:"label",htmlFor:r},t):(0,At.createElement)(vH,null,(0,At.createElement)(bH,Nt({htmlFor:r},o),t)):null}function xH(e,t){let{__next36pxDefaultSize:n,__unstableInputWidth:r,children:o,className:a,disabled:i=!1,hideLabelFromVision:l=!1,labelPosition:s,id:c,isFocused:u=!1,label:d,prefix:m,size:p="default",suffix:f,...h}=e;const g=function(e){const t=ug(xH);return e||`input-base-control-${t}`}(c),b=l||!d,{paddingLeft:v,paddingRight:y}=fH({inputSize:p,__next36pxDefaultSize:n}),_=(0,At.useMemo)((()=>({InputControlPrefixWrapper:{paddingLeft:v},InputControlSuffixWrapper:{paddingRight:y}})),[v,y]);return(0,At.createElement)(dH,Nt({},h,function(e){const t={};switch(e){case"top":t.direction="column",t.expanded=!1,t.gap=0;break;case"bottom":t.direction="column-reverse",t.expanded=!1,t.gap=0;break;case"edge":t.justify="space-between"}return t}(s),{className:a,gap:2,isFocused:u,labelPosition:s,ref:t}),(0,At.createElement)(EH,{className:"components-input-control__label",hideLabelFromVision:l,labelPosition:s,htmlFor:g},d),(0,At.createElement)(pH,{__unstableInputWidth:r,className:"components-input-control__container",disabled:i,hideLabel:b,labelPosition:s},(0,At.createElement)(tL,{value:_},m&&(0,At.createElement)(_H,{className:"components-input-control__prefix"},m),o,f&&(0,At.createElement)(MH,{className:"components-input-control__suffix"},f)),(0,At.createElement)(wH,{disabled:i,isFocused:u})))}const CH=(0,At.forwardRef)(xH);const LH=e=>e,SH={error:null,initialValue:"",isDirty:!1,isDragEnabled:!1,isDragging:!1,isPressEnterToChange:!1,value:""};function AH(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:SH;const{value:t}=e;return{...SH,...e,initialValue:t}}function TH(e){return(t,n)=>{const r={...t};switch(n.type){case _P:return r.value=n.payload.value,r.isDirty=!1,r._event=void 0,r;case LP:case xP:r.isDirty=!1;break;case kP:r.isDragging=!0;break;case MP:r.isDragging=!1;break;case vP:r.error=null,r.value=n.payload.value,t.isPressEnterToChange&&(r.isDirty=!0);break;case yP:r.value=n.payload.value,r.isDirty=!1;break;case SP:r.error=null,r.isDirty=!1,r.value=n.payload.value||t.initialValue;break;case EP:r.error=n.payload.error}return r._event=n.payload.event,e(r,n)}}const zH=()=>{};const NH=(0,At.forwardRef)((function(e,t){let{disabled:n=!1,dragDirection:r="n",dragThreshold:o=10,id:a,isDragEnabled:i=!1,isFocused:l,isPressEnterToChange:s=!1,onBlur:c=zH,onChange:u=zH,onDrag:d=zH,onDragEnd:m=zH,onDragStart:p=zH,onFocus:f=zH,onKeyDown:h=zH,onValidate:g=zH,size:b="default",setIsFocused:v,stateReducer:y=(e=>e),value:_,type:M,...k}=e;const{state:w,change:E,commit:x,drag:C,dragEnd:L,dragStart:S,invalidate:A,pressDown:T,pressEnter:z,pressUp:N,reset:O}=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:LH,t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:SH,n=arguments.length>2?arguments[2]:void 0;const[r,o]=(0,At.useReducer)(TH(e),AH(t)),a=e=>(t,n)=>{o({type:e,payload:{value:t,event:n}})},i=e=>t=>{o({type:e,payload:{event:t}})},l=e=>t=>{o({type:e,payload:t})},s=a(vP),c=(e,t)=>o({type:EP,payload:{error:e,event:t}}),u=a(SP),d=a(yP),m=l(kP),p=l(wP),f=l(MP),h=i(LP),g=i(xP),b=i(CP),v=(0,At.useRef)(r),y=(0,At.useRef)({value:t.value,onChangeHandler:n});return(0,At.useLayoutEffect)((()=>{v.current=r,y.current={value:t.value,onChangeHandler:n}})),(0,At.useLayoutEffect)((()=>{var e;void 0===v.current._event||r.value===y.current.value||r.isDirty||y.current.onChangeHandler(null!==(e=r.value)&&void 0!==e?e:"",{event:v.current._event})}),[r.value,r.isDirty]),(0,At.useLayoutEffect)((()=>{var e;t.value===v.current.value||v.current.isDirty||o({type:_P,payload:{value:null!==(e=t.value)&&void 0!==e?e:""}})}),[t.value]),{change:s,commit:d,dispatch:o,drag:p,dragEnd:f,dragStart:m,invalidate:c,pressDown:g,pressEnter:b,pressUp:h,reset:u,state:r}}(y,{isDragEnabled:i,value:_,isPressEnterToChange:s},u),{value:B,isDragging:D,isDirty:I}=w,R=(0,At.useRef)(!1),P=function(e,t){const n=function(e){let t="ns-resize";switch(e){case"n":case"s":t="ns-resize";break;case"e":case"w":t="ew-resize"}return t}(t);return(0,At.useEffect)((()=>{document.documentElement.style.cursor=e?n:null}),[e,n]),n}(D,r),H=e=>{const t=e.currentTarget.value;try{g(t),x(t,e)}catch(t){A(t,e)}},W=function(e,t={}){return aP(iP),bP({drag:e},t,"drag")}((e=>{const{distance:t,dragging:n,event:r,target:o}=e;if(e.event={...e.event,target:o},t){if(r.stopPropagation(),!n)return m(e),void L(e);d(e),C(e),D||(p(e),S(e))}}),{axis:"e"===r||"w"===r?"x":"y",threshold:o,enabled:i,pointer:{capture:!1}}),Y=i?W():{};let F;return"number"===M&&(F=e=>{var t;null===(t=k.onMouseDown)||void 0===t||t.call(k,e),e.currentTarget!==e.currentTarget.ownerDocument.activeElement&&e.currentTarget.focus()}),(0,At.createElement)(hH,Nt({},k,Y,{className:"components-input-control__input",disabled:n,dragCursor:P,isDragging:D,id:a,onBlur:e=>{c(e),null==v||v(!1),!I&&e.target.validity.valid||(R.current=!0,H(e))},onChange:e=>{const t=e.target.value;E(t,e)},onFocus:e=>{f(e),null==v||v(!0)},onKeyDown:e=>{const{key:t}=e;switch(h(e),t){case"ArrowUp":N(e);break;case"ArrowDown":T(e);break;case"Enter":z(e),s&&(e.preventDefault(),H(e));break;case"Escape":s&&I&&(e.preventDefault(),O(_,e))}},onMouseDown:F,ref:t,inputSize:b,value:B,type:M}))})),OH=NH,BH=()=>{};const DH=(0,At.forwardRef)((function(e,t){let{__next36pxDefaultSize:n,__unstableStateReducer:r=(e=>e),__unstableInputWidth:o,className:a,disabled:i=!1,help:l,hideLabelFromVision:s=!1,id:c,isPressEnterToChange:u=!1,label:d,labelPosition:m="top",onChange:p=BH,onValidate:f=BH,onKeyDown:h=BH,prefix:g,size:b="default",style:v,suffix:y,value:_,...M}=e;const[k,w]=(0,At.useState)(!1),E=function(e){const t=ug(DH);return e||`inspector-input-control-${t}`}(c),x=sg()("components-input-control",a),C=function(e){const t=(0,At.useRef)(e.value),[n,r]=(0,At.useState)({}),o=void 0!==n.value?n.value:e.value;return(0,At.useLayoutEffect)((()=>{const{current:o}=t;t.current=e.value,void 0===n.value||n.isStale?n.isStale&&e.value!==o&&r({}):r({...n,isStale:!0})}),[e.value,n]),{value:o,onBlur:t=>{var n;r({}),null===(n=e.onBlur)||void 0===n||n.call(e,t)},onChange:(t,n)=>{r((e=>Object.assign(e,{value:t,isStale:!1}))),e.onChange(t,n)}}}({value:_,onBlur:M.onBlur,onChange:p}),L=l?{["string"==typeof l?"aria-describedby":"aria-details"]:`${E}__help`}:{};return(0,At.createElement)(ND,{className:x,help:l,id:E,__nextHasNoMarginBottom:!0},(0,At.createElement)(CH,{__next36pxDefaultSize:n,__unstableInputWidth:o,disabled:i,gap:3,hideLabelFromVision:s,id:E,isFocused:k,justify:"left",label:d,labelPosition:m,prefix:g,size:b,style:v,suffix:y},(0,At.createElement)(OH,Nt({},M,L,{__next36pxDefaultSize:n,className:"components-input-control__input",disabled:i,id:E,isFocused:k,isPressEnterToChange:u,onKeyDown:h,onValidate:f,paddingInlineStart:g?rD(2):void 0,paddingInlineEnd:y?rD(2):void 0,ref:t,setIsFocused:w,size:b,stateReducer:r},C))))}));var IH={name:"euqsgg",styles:"input[type='number']::-webkit-outer-spin-button,input[type='number']::-webkit-inner-spin-button{-webkit-appearance:none!important;margin:0!important;}input[type='number']{-moz-appearance:textfield;}"};const RH=e=>{let{hideHTMLArrows:t}=e;return t?IH:""},PH=LL(DH,{target:"ep09it41"})(RH,";"),HH=e=>{let{size:t}=e;return"small"!==t?"":QB("width:",rD(5),";min-width:",rD(5),";height:",rD(5),";","")},WH=LL(NL,{target:"ep09it40"})("&&&&&{color:",wD.ui.theme,";",HH,";}");function YH(e){const t=Number(e);return isNaN(t)?0:t}function FH(){for(var e=arguments.length,t=new Array(e),n=0;ne+YH(t)),0)}function jH(e){const t=(e+"").split(".");return void 0!==t[1]?t[1].length:0}function qH(e,t,n){const r=YH(e);return Math.max(t,Math.min(r,n))}function VH(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:0,t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:1/0,n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:1/0,r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:1;const o=YH(e),a=YH(r),i=jH(r),l=Math.round(o/a)*a,s=qH(l,t,n);return i?YH(s.toFixed(i)):s}const UH=e=>null!=e;const XH=hL((function(e,t){const n=function(e){const{className:t,margin:n,marginBottom:r=2,marginLeft:o,marginRight:a,marginTop:i,marginX:l,marginY:s,padding:c,paddingBottom:u,paddingLeft:d,paddingRight:m,paddingTop:p,paddingX:f,paddingY:h,...g}=fL(e,"Spacer");return{...g,className:pL()(UH(n)&&QB("margin:",rD(n),";",""),UH(s)&&QB("margin-bottom:",rD(s),";margin-top:",rD(s),";",""),UH(l)&&QB("margin-left:",rD(l),";margin-right:",rD(l),";",""),UH(i)&&QB("margin-top:",rD(i),";",""),UH(r)&&QB("margin-bottom:",rD(r),";",""),UH(o)&&DP({marginLeft:rD(o)})(),UH(a)&&DP({marginRight:rD(a)})(),UH(c)&&QB("padding:",rD(c),";",""),UH(h)&&QB("padding-bottom:",rD(h),";padding-top:",rD(h),";",""),UH(f)&&QB("padding-left:",rD(f),";padding-right:",rD(f),";",""),UH(p)&&QB("padding-top:",rD(p),";",""),UH(u)&&QB("padding-bottom:",rD(u),";",""),UH(d)&&DP({paddingLeft:rD(d)})(),UH(m)&&DP({paddingRight:rD(m)})(),t)}}(e);return(0,At.createElement)(AL,Nt({},n,{ref:t}))}),"Spacer"),$H=XH,GH=()=>{};const KH=(0,At.forwardRef)((function(e,t){let{__unstableStateReducer:n,className:r,dragDirection:o="n",hideHTMLArrows:a=!1,spinControls:i="native",isDragEnabled:l=!0,isShiftStepEnabled:s=!0,label:c,max:u=1/0,min:d=-1/0,required:m=!1,shiftStep:p=10,step:f=1,type:h="number",value:g,size:b="default",suffix:v,onChange:y=GH,..._}=e;a&&(wr("hideHTMLArrows",{alternative:'spinControls="none"',since:"6.2",version:"6.3"}),i="none");const M=(0,At.useRef)(),k=fg([M,t]),w="any"===f,E=w?1:iR(f),x=VH(0,d,u,E),C=(e,t)=>w?Math.min(u,Math.max(d,iR(e))):VH(e,d,u,null!=t?t:E),L="number"===h?"off":void 0,S=sg()("components-number-control",r),A=(e,t,n)=>{null==n||n.preventDefault();const r=(null==n?void 0:n.shiftKey)&&s,o=r?iR(p)*E:E;let a=function(e){const t=""===e;return!oR(e)||t}(e)?x:e;return"up"===t?a=FH(a,o):"down"===t&&(a=function(){for(var e=arguments.length,t=new Array(e),n=0;n{const r=YH(t);return 0===n?r:e-r}),0)}(a,o)),C(a,r?o:void 0)},T=e=>t=>y(String(A(g,e,t)),{event:{...t,target:M.current}});return(0,At.createElement)(PH,Nt({autoComplete:L,inputMode:"numeric"},_,{className:S,dragDirection:o,hideHTMLArrows:"native"!==i,isDragEnabled:l,label:c,max:u,min:d,ref:k,required:m,step:f,type:h,value:g,__unstableStateReducer:(e,t)=>{var r;const a=((e,t)=>{const n={...e},{type:r,payload:a}=t,i=a.event,c=n.value;if(r!==LP&&r!==xP||(n.value=A(c,r===LP?"up":"down",i)),r===wP&&l){const[e,t]=a.delta,r=a.shiftKey&&s,i=r?iR(p)*E:E;let l,u;switch(o){case"n":u=t,l=-1;break;case"e":u=e,l=eo()?-1:1;break;case"s":u=t,l=1;break;case"w":u=e,l=eo()?1:-1}if(0!==u){u=Math.ceil(Math.abs(u))*Math.sign(u);const e=u*i*l;n.value=C(FH(c,e),r?i:void 0)}}if(r===CP||r===yP){const e=!1===m&&""===c;n.value=e?c:C(c)}return n})(e,t);return null!==(r=null==n?void 0:n(a,t))&&void 0!==r?r:a},size:b,suffix:"custom"===i?(0,At.createElement)(At.Fragment,null,v,(0,At.createElement)($H,{marginBottom:0,marginRight:2},(0,At.createElement)(uR,{spacing:1},(0,At.createElement)(WH,{icon:IP,isSmall:!0,"aria-hidden":"true","aria-label":Jr("Increment"),tabIndex:-1,onClick:T("up"),size:b}),(0,At.createElement)(WH,{icon:RP,isSmall:!0,"aria-hidden":"true","aria-label":Jr("Decrement"),tabIndex:-1,onClick:T("down"),size:b})))):v,onChange:y}))})),JH=KH,ZH=LL(JH,{target:"e1bagdl32"})("&&&{input{display:block;width:100%;}",yH,"{transition:box-shadow 0.1s linear;}}"),QH=e=>{let{selectSize:t}=e;const n={default:QB("box-sizing:border-box;padding:2px 1px;width:20px;color:",wD.gray[800],";font-size:8px;line-height:1;letter-spacing:-0.5px;text-transform:uppercase;text-align-last:center;",""),large:QB("box-sizing:border-box;min-width:24px;max-width:48px;height:24px;margin-inline-end:",rD(2),";padding:",rD(1),";color:",wD.ui.theme,";font-size:13px;line-height:1;text-align-last:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;","")};return"__unstable-large"===t?n.large:n.default},eW=LL("div",{target:"e1bagdl31"})("&&&{pointer-events:none;",QH,";color:",wD.gray[900],";}"),tW=LL("select",{target:"e1bagdl30"})("&&&{appearance:none;background:transparent;border-radius:2px;border:none;display:block;outline:none;margin:0;min-height:auto;font-family:inherit;",QH,";",(e=>{let{selectSize:t="default"}=e;const n={default:QB("height:100%;border:1px solid transparent;transition:box-shadow 0.1s linear,border 0.1s linear;",DP({borderTopLeftRadius:0,borderBottomLeftRadius:0})()," &:not(:disabled):hover{background-color:",wD.gray[100],";}&:focus{border:1px solid ",wD.ui.borderFocus,";box-shadow:inset 0 0 0 ",RD.borderWidth+" "+wD.ui.borderFocus,";outline-offset:0;outline:2px solid transparent;z-index:1;}",""),large:QB("display:flex;justify-content:center;align-items:center;&:hover{color:",wD.ui.borderFocus,";box-shadow:inset 0 0 0 ",RD.borderWidth+" "+wD.ui.borderFocus,";outline:",RD.borderWidth," solid transparent;}&:focus{box-shadow:0 0 0 ",RD.borderWidthFocus+" "+wD.ui.borderFocus,";outline:",RD.borderWidthFocus," solid transparent;}","")};return"__unstable-large"===t?n.large:n.default}),";&:not( :disabled ){cursor:pointer;}}");function nW(e){let{className:t,isUnitSelectTabbable:n=!0,onChange:r,size:o="default",unit:a="px",units:i=vR,...l}=e;if(!MR(i)||1===(null==i?void 0:i.length))return(0,At.createElement)(eW,{className:"components-unit-control__unit-label",selectSize:o},a);const s=sg()("components-unit-control__select",t);return(0,At.createElement)(tW,Nt({className:s,onChange:e=>{const{value:t}=e.target,n=i.find((e=>e.value===t));null==r||r(t,{event:e,data:n})},selectSize:o,tabIndex:n?void 0:-1,value:a},l),i.map((e=>(0,At.createElement)("option",{value:e.value,key:e.value},e.label))))}const rW={initial:void 0,fallback:""};const oW=function(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:rW;const{initial:n,fallback:r}={...rW,...t},[o,a]=(0,At.useState)(e),i=oR(e);(0,At.useEffect)((()=>{i&&o&&a(void 0)}),[i,o]);const l=aR([e,o,n],r),s=(0,At.useCallback)((e=>{i||a(e)}),[i]);return[l,s]};const aW=(0,At.forwardRef)((function(e,t){const{__unstableStateReducer:n,autoComplete:r="off",children:o,className:a,disabled:i=!1,disableUnits:l=!1,isPressEnterToChange:s=!1,isResetValueOnUnitChange:c=!1,isUnitSelectTabbable:u=!0,label:d,onChange:m,onUnitChange:p,size:f="default",unit:h,units:g=vR,value:b,onBlur:v,onFocus:y,..._}=e;"unit"in e&&wr("UnitControl unit prop",{since:"5.6",hint:"The unit should be provided within the `value` prop.",version:"6.2"});const M=null!=b?b:void 0,k=(0,At.useMemo)((()=>function(e,t){let n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:bR;const r=Array.isArray(n)?[...n]:[],[,o]=_R(e,t,bR);return o&&!r.some((e=>e.value===o))&&gR[o]&&r.unshift(gR[o]),r}(M,h,g)),[M,h,g]),[w,E]=_R(M,h,k),[x,C]=oW(1===k.length?k[0].value:h,{initial:E,fallback:""});(0,At.useEffect)((()=>{void 0!==E&&C(E)}),[E,C]);const L=(0,At.useRef)(void 0),S=sg()("components-unit-control","components-unit-control-wrapper",a),A=e=>{if(!isNaN(Number(e.currentTarget.value)))return void(L.current=void 0);const[t,n]=wR(e.currentTarget.value,k,w,x);if(L.current=t,s&&n!==x){const t={event:e,data:Array.isArray(k)?k.find((e=>e.value===n)):void 0};null==p||p(n,t),C(n)}},T=(e,t)=>{const n={...e};var r;t.type===yP&&(void 0!==L.current&&(n.value=(null!==(r=L.current)&&void 0!==r?r:"").toString(),L.current=void 0));return n};let z=T;n&&(z=(e,t)=>{const r=T(e,t);return n(r,t)});const N=l?null:(0,At.createElement)(nW,{"aria-label":Jr("Select unit"),disabled:i,isUnitSelectTabbable:u,onChange:(e,t)=>{const{data:n}=t;let r=`${null!=w?w:""}${e}`;c&&void 0!==(null==n?void 0:n.default)&&(r=`${n.default}${e}`),null==m||m(r,t),null==p||p(e,t),C(e)},size:f,unit:x,units:k,onBlur:v,onFocus:y});let O=_.step;if(!O&&k){var B;const e=k.find((e=>e.value===x));O=null!==(B=null==e?void 0:e.step)&&void 0!==B?B:1}return(0,At.createElement)(ZH,Nt({type:s?"text":"number"},_,{autoComplete:r,className:S,disabled:i,spinControls:"none",isPressEnterToChange:s,label:d,onBlur:e=>{A(e),null==v||v(e)},onKeyDown:e=>{const{key:t}=e;"Enter"===t&&A(e)},onChange:(e,t)=>{if(""===e||null==e)return void(null==m||m("",t));const n=wR(e,k,w,x).join("");null==m||m(n,t)},ref:t,size:f,suffix:N,value:null!=w?w:"",step:O,__unstableStateReducer:z,onFocus:y}))})),iW=aW;const lW=LL("div",{target:"e7pk0lh6"})({name:"14bvcyk",styles:"box-sizing:border-box;max-width:235px;padding-bottom:12px;width:100%"}),sW=LL(dD,{target:"e7pk0lh5"})({name:"5bhc30",styles:"margin-bottom:8px"}),cW=LL(dD,{target:"e7pk0lh4"})({name:"aujtid",styles:"min-height:30px;gap:0"}),uW=LL("div",{target:"e7pk0lh3"})({name:"112jwab",styles:"box-sizing:border-box;max-width:80px"}),dW=LL(dD,{target:"e7pk0lh2"})({name:"xy18ro",styles:"justify-content:center;padding-top:8px"}),mW=LL(dD,{target:"e7pk0lh1"})({name:"3tw5wk",styles:"position:relative;height:100%;width:100%;justify-content:flex-start"});var pW={name:"1ch9yvl",styles:"border-radius:0"},fW={name:"tg3mx0",styles:"border-radius:2px"};const hW=e=>{let{isFirst:t,isLast:n,isOnly:r}=e;return t?DP({borderTopRightRadius:0,borderBottomRightRadius:0})():n?DP({borderTopLeftRadius:0,borderBottomLeftRadius:0})():r?fW:pW},gW=e=>{let{isFirst:t,isOnly:n}=e;return DP({marginLeft:t||n?0:-1})()},bW=LL(iW,{target:"e7pk0lh0"})("max-width:60px;",hW,";",gW,";"),vW=()=>{};function yW(e){let{isFirst:t,isLast:n,isOnly:r,onHoverOn:o=vW,onHoverOff:a=vW,label:i,value:l,...s}=e;const c=function(e,t={}){return aP(lP),bP({hover:e},t,"hover")}((e=>{let{event:t,...n}=e;n.hovering?o(t,n):a(t,n)}));return(0,At.createElement)(uW,c(),(0,At.createElement)(_W,{text:i},(0,At.createElement)(bW,Nt({"aria-label":i,className:"component-box-control__unit-control",isFirst:t,isLast:n,isOnly:r,isPressEnterToChange:!0,isResetValueOnUnitChange:!1,value:l},s))))}function _W(e){let{children:t,text:n}=e;return n?(0,At.createElement)(GC,{text:n,position:"top"},(0,At.createElement)("div",null,t)):t}const MW={all:Jr("All"),top:Jr("Top"),bottom:Jr("Bottom"),left:Jr("Left"),right:Jr("Right"),mixed:Jr("Mixed"),vertical:Jr("Vertical"),horizontal:Jr("Horizontal")},kW={top:void 0,right:void 0,bottom:void 0,left:void 0},wW=["top","right","bottom","left"];function EW(e){return e.sort(((t,n)=>e.filter((e=>e===t)).length-e.filter((e=>e===n)).length)).pop()}function xW(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1?arguments[1]:void 0,n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:wW;const r=TW(n),o=r.map((t=>kR(e[t]))),a=o.map((e=>{var t;return null!==(t=e[0])&&void 0!==t?t:""})),i=o.map((e=>e[1])),l=a.every((e=>e===a[0]))?a[0]:"";let s;var c;"number"==typeof l?s=EW(i):s=null!==(c=CW(t))&&void 0!==c?c:EW(i);return[l,s].join("")}function CW(e){if(!e||"object"!=typeof e)return;return EW(Object.values(e).filter(Boolean))}function LW(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1?arguments[1]:void 0,n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:wW;const r=xW(e,t,n),o=isNaN(parseFloat(r));return o}function SW(e){return void 0!==e&&Object.values(e).filter((e=>!!e&&/\d/.test(e))).length>0}function AW(e,t){let n="all";return e||(n=t?"vertical":"top"),n}function TW(e){const t=[];if(null==e||!e.length)return wW;if(e.includes("vertical"))t.push("top","bottom");else if(e.includes("horizontal"))t.push("left","right");else{const n=wW.filter((t=>e.includes(t)));t.push(...n)}return t}function zW(e,t,n){const r={...e};return null!=n&&n.length?n.forEach((e=>{"vertical"===e?(r.top=t,r.bottom=t):"horizontal"===e?(r.left=t,r.right=t):r[e]=t})):wW.forEach((e=>r[e]=t)),r}const NW=()=>{};function OW(e){let{onChange:t=NW,onFocus:n=NW,onHoverOn:r=NW,onHoverOff:o=NW,values:a,sides:i,selectedUnits:l,setSelectedUnits:s,...c}=e;const u=xW(a,l,i),d=SW(a)&&LW(a,l,i),m=d?MW.mixed:null;return(0,At.createElement)(yW,Nt({},c,{disableUnits:d,isOnly:!0,value:u,onChange:e=>{const n=!isNaN(parseFloat(e)),r=zW(a,n?e:void 0,i);t(r)},onUnitChange:e=>{const t=zW(l,e,i);s(t)},onFocus:e=>{n(e,{side:"all"})},onHoverOn:()=>{r({top:!0,bottom:!0,left:!0,right:!0})},onHoverOff:()=>{o({top:!1,bottom:!1,left:!1,right:!1})},placeholder:m}))}const BW=()=>{};function DW(e){let{onChange:t=BW,onFocus:n=BW,onHoverOn:r=BW,onHoverOff:o=BW,values:a,selectedUnits:i,setSelectedUnits:l,sides:s,...c}=e;const u=e=>t=>{n(t,{side:e})},d=e=>()=>{r({[e]:!0})},m=e=>()=>{o({[e]:!1})},p=e=>(n,r)=>{let{event:o}=r;const{altKey:i}=o,l={...a},s=!isNaN(parseFloat(n))?n:void 0;if(l[e]=s,i)switch(e){case"top":l.bottom=s;break;case"bottom":l.top=s;break;case"left":l.right=s;break;case"right":l.left=s}(e=>{t(e)})(l)},f=e=>t=>{const n={...i};n[e]=t,l(n)},h=null!=s&&s.length?wW.filter((e=>s.includes(e))):wW,g=h[0],b=h[h.length-1],v=g===b&&g;return(0,At.createElement)(dW,{className:"component-box-control__input-controls-wrapper"},(0,At.createElement)(mW,{gap:0,align:"top",className:"component-box-control__input-controls"},h.map((e=>{const[t,n]=kR(a[e]),r=a[e]?n:i[e];return(0,At.createElement)(yW,Nt({},c,{isFirst:g===e,isLast:b===e,isOnly:v===e,value:[t,r].join(""),onChange:p(e),onUnitChange:f(e),onFocus:u(e),onHoverOn:d(e),onHoverOff:m(e),label:MW[e],key:`box-control-${e}`}))}))))}const IW=["vertical","horizontal"];function RW(e){let{onChange:t,onFocus:n,onHoverOn:r,onHoverOff:o,values:a,selectedUnits:i,setSelectedUnits:l,sides:s,...c}=e;const u=e=>t=>{n&&n(t,{side:e})},d=e=>()=>{r&&("vertical"===e&&r({top:!0,bottom:!0}),"horizontal"===e&&r({left:!0,right:!0}))},m=e=>()=>{o&&("vertical"===e&&o({top:!1,bottom:!1}),"horizontal"===e&&o({left:!1,right:!1}))},p=e=>n=>{if(!t)return;const r={...a},o=!isNaN(parseFloat(n))?n:void 0;"vertical"===e&&(r.top=o,r.bottom=o),"horizontal"===e&&(r.left=o,r.right=o),t(r)},f=e=>t=>{const n={...i};"vertical"===e&&(n.top=t,n.bottom=t),"horizontal"===e&&(n.left=t,n.right=t),l(n)},h=null!=s&&s.length?IW.filter((e=>s.includes(e))):IW,g=h[0],b=h[h.length-1],v=g===b&&g;return(0,At.createElement)(mW,{gap:0,align:"top",className:"component-box-control__vertical-horizontal-input-controls"},h.map((e=>{const[t,n]=kR("vertical"===e?a.top:a.left),r="vertical"===e?i.top:i.left;return(0,At.createElement)(yW,Nt({},c,{isFirst:g===e,isLast:b===e,isOnly:v===e,value:[t,null!=r?r:n].join(""),onChange:p(e),onUnitChange:f(e),onFocus:u(e),onHoverOn:d(e),onHoverOff:m(e),label:MW[e],key:e}))})))}const PW=LL("span",{target:"eaw9yqk8"})({name:"1w884gc",styles:"box-sizing:border-box;display:block;width:24px;height:24px;position:relative;padding:4px"}),HW=LL("span",{target:"eaw9yqk7"})({name:"i6vjox",styles:"box-sizing:border-box;display:block;position:relative;width:100%;height:100%"}),WW=LL("span",{target:"eaw9yqk6"})("box-sizing:border-box;display:block;pointer-events:none;position:absolute;",(e=>{let{isFocused:t}=e;return QB({backgroundColor:"currentColor",opacity:t?1:.3},"","")}),";"),YW=LL(WW,{target:"eaw9yqk5"})({name:"1k2w39q",styles:"bottom:3px;top:3px;width:2px"}),FW=LL(WW,{target:"eaw9yqk4"})({name:"1q9b07k",styles:"height:2px;left:3px;right:3px"}),jW=LL(FW,{target:"eaw9yqk3"})({name:"abcix4",styles:"top:0"}),qW=LL(YW,{target:"eaw9yqk2"})({name:"1wf8jf",styles:"right:0"}),VW=LL(FW,{target:"eaw9yqk1"})({name:"8tapst",styles:"bottom:0"}),UW=LL(YW,{target:"eaw9yqk0"})({name:"1ode3cm",styles:"left:0"});function XW(e){let{size:t=24,side:n="all",sides:r,...o}=e;const a=e=>!(e=>(null==r?void 0:r.length)&&!r.includes(e))(e)&&("all"===n||n===e),i=a("top")||a("vertical"),l=a("right")||a("horizontal"),s=a("bottom")||a("vertical"),c=a("left")||a("horizontal"),u=t/24;return(0,At.createElement)(PW,Nt({style:{transform:`scale(${u})`}},o),(0,At.createElement)(HW,null,(0,At.createElement)(jW,{isFocused:i}),(0,At.createElement)(qW,{isFocused:l}),(0,At.createElement)(VW,{isFocused:s}),(0,At.createElement)(UW,{isFocused:c})))}const $W=(0,At.createElement)(Sx,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,At.createElement)(Cx,{d:"M15.6 7.2H14v1.5h1.6c2 0 3.7 1.7 3.7 3.7s-1.7 3.7-3.7 3.7H14v1.5h1.6c2.8 0 5.2-2.3 5.2-5.2 0-2.9-2.3-5.2-5.2-5.2zM4.7 12.4c0-2 1.7-3.7 3.7-3.7H10V7.2H8.4c-2.9 0-5.2 2.3-5.2 5.2 0 2.9 2.3 5.2 5.2 5.2H10v-1.5H8.4c-2 0-3.7-1.7-3.7-3.7zm4.6.9h5.3v-1.5H9.3v1.5z"})),GW=(0,At.createElement)(Sx,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,At.createElement)(Cx,{d:"M15.6 7.3h-.7l1.6-3.5-.9-.4-3.9 8.5H9v1.5h2l-1.3 2.8H8.4c-2 0-3.7-1.7-3.7-3.7s1.7-3.7 3.7-3.7H10V7.3H8.4c-2.9 0-5.2 2.3-5.2 5.2 0 2.9 2.3 5.2 5.2 5.2H9l-1.4 3.2.9.4 5.7-12.5h1.4c2 0 3.7 1.7 3.7 3.7s-1.7 3.7-3.7 3.7H14v1.5h1.6c2.9 0 5.2-2.3 5.2-5.2 0-2.9-2.4-5.2-5.2-5.2z"}));function KW(e){let{isLinked:t,...n}=e;const r=Jr(t?"Unlink sides":"Link sides");return(0,At.createElement)(GC,{text:r},(0,At.createElement)(NL,Nt({},n,{className:"component-box-control__linked-button",isSmall:!0,icon:t?$W:GW,iconSize:24,"aria-label":r})))}const JW={min:0},ZW=()=>{};function QW(e){let{id:t,inputProps:n=JW,onChange:r=ZW,label:o=Jr("Box Control"),values:a,units:i,sides:l,splitOnAxis:s=!1,allowReset:c=!0,resetValues:u=kW,onMouseOver:d,onMouseOut:m}=e;const[p,f]=oW(a,{fallback:kW}),h=p||kW,g=SW(a),b=1===(null==l?void 0:l.length),[v,y]=(0,At.useState)(g),[_,M]=(0,At.useState)(!g||!LW(h)||b),[k,w]=(0,At.useState)(AW(_,s)),[E,x]=(0,At.useState)({top:kR(null==a?void 0:a.top)[1],right:kR(null==a?void 0:a.right)[1],bottom:kR(null==a?void 0:a.bottom)[1],left:kR(null==a?void 0:a.left)[1]}),C=function(e){const t=ug(QW,"inspector-box-control");return e||t}(t),L=`${C}-heading`,S={...n,onChange:e=>{r(e),f(e),y(!0)},onFocus:(e,t)=>{let{side:n}=t;w(n)},isLinked:_,units:i,selectedUnits:E,setSelectedUnits:x,sides:l,values:h,onMouseOver:d,onMouseOut:m};return(0,At.createElement)(lW,{id:C,role:"group","aria-labelledby":L},(0,At.createElement)(sW,{className:"component-box-control__header"},(0,At.createElement)(pD,null,(0,At.createElement)(zD.VisualLabel,{id:L},o)),c&&(0,At.createElement)(pD,null,(0,At.createElement)(NL,{className:"component-box-control__reset-button",isSecondary:!0,isSmall:!0,onClick:()=>{r(u),f(u),x(u),y(!1)},disabled:!v},Jr("Reset")))),(0,At.createElement)(cW,{className:"component-box-control__header-control-wrapper"},(0,At.createElement)(pD,null,(0,At.createElement)(XW,{side:k,sides:l})),_&&(0,At.createElement)(tR,null,(0,At.createElement)(OW,Nt({"aria-label":o},S))),!_&&s&&(0,At.createElement)(tR,null,(0,At.createElement)(RW,S)),!b&&(0,At.createElement)(pD,null,(0,At.createElement)(KW,{onClick:()=>{M(!_),w(AW(!_,s))},isLinked:_}))),!_&&!s&&(0,At.createElement)(DW,S))}const eY=(0,At.createContext)({refs:new Map,callbacks:new Map});function tY(e){let{children:t}=e;const n=(0,At.useMemo)((()=>({refs:new Map,callbacks:new Map})),[]);return(0,At.createElement)(eY.Provider,{value:n},t)}function nY(e){const{refs:t,callbacks:n}=(0,At.useContext)(eY),r=(0,At.useRef)();return(0,At.useLayoutEffect)((()=>(t.set(r,e),()=>{t.delete(r)})),[e]),hx((t=>{r.current=t,n.forEach(((n,r)=>{e===n&&r(t)}))}),[e])}function rY(e){const{refs:t}=(0,At.useContext)(eY),n=(0,At.useRef)();return n.current=e,(0,At.useMemo)((()=>({get current(){let e=null;for(const[r,o]of t.entries())o===n.current&&r.current&&(e=r.current);return e}})),[])}function oY(e){const{callbacks:t}=(0,At.useContext)(eY),n=rY(e),[r,o]=(0,At.useState)(null);return(0,At.useLayoutEffect)((()=>{if(e)return t.set(o,e),()=>{t.delete(o)}}),[e]),n.current||r}function aY(e){return!(null==e||!e.includes)&&("0"===e||e.includes("var:preset|spacing|"))}function iY(e){if(!e)return;const t=e.match(/var:preset\|spacing\|(.+)/);return t?`var(--wp--preset--spacing--${t[1]})`:e}function lY(e){if(!e)return;if("0"===e||"default"===e)return e;const t=e.match(/var:preset\|spacing\|(.+)/);return t?t[1]:void 0}const sY={all:Jr("All sides"),top:Jr("Top"),bottom:Jr("Bottom"),left:Jr("Left"),right:Jr("Right"),mixed:Jr("Mixed"),vertical:Jr("Vertical"),horizontal:Jr("Horizontal")},cY={top:void 0,right:void 0,bottom:void 0,left:void 0},uY=["top","right","bottom","left"];function dY(e){return e.sort(((t,n)=>e.filter((e=>e===t)).length-e.filter((e=>e===n)).length)).pop()}function mY(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:uY;return Object.values(e).length>=1&&Object.values(e).length1}function pY(e){return null!=e&&!(0,Ot.isEmpty)(Object.values(e).filter((e=>!!e)))}function fY(e,t,n){return"number"!=typeof e?null:parseFloat(`${qH(e,t,n)}`)}const hY=()=>QB({height:30,minHeight:30},"",""),gY=12,bY=LL("div",{target:"e1epgpqk14"})({name:"1se47kl",styles:"-webkit-tap-highlight-color:transparent;align-items:flex-start;display:flex;justify-content:flex-start;padding:0;position:relative;touch-action:none;width:100%"}),vY=LL("div",{target:"e1epgpqk13"})("display:block;flex:1;position:relative;width:100%;",(e=>{let{color:t=wD.ui.borderFocus}=e;return QB({color:t},"","")}),";",hY,";",(e=>{let{marks:t,__nextHasNoMarginBottom:n}=e;return n?"":QB({marginBottom:t?16:void 0},"","")}),";"),yY=LL("span",{target:"e1epgpqk12"})("display:flex;margin-top:",4,"px;",DP({marginRight:6}),";"),_Y=LL("span",{target:"e1epgpqk11"})("display:flex;margin-top:",4,"px;",DP({marginLeft:6}),";"),MY=LL("span",{target:"e1epgpqk10"})("background-color:",wD.gray[300],";left:0;pointer-events:none;right:0;display:block;height:",4,"px;position:absolute;margin-top:",13,"px;top:0;border-radius:",4,"px;",(e=>{let{disabled:t,railColor:n}=e,r=n||"";return t&&(r=wD.ui.backgroundDisabled),QB({background:r},"","")}),";"),kY=LL("span",{target:"e1epgpqk9"})("background-color:currentColor;border-radius:",4,"px;height:",4,"px;pointer-events:none;display:block;position:absolute;margin-top:",13,"px;top:0;",(e=>{let{disabled:t,trackColor:n}=e,r=n||"currentColor";return t&&(r=wD.gray[400]),QB({background:r},"","")}),";"),wY=LL("span",{target:"e1epgpqk8"})({name:"l7tjj5",styles:"display:block;pointer-events:none;position:relative;width:100%;user-select:none"}),EY=LL("span",{target:"e1epgpqk7"})("height:",gY,"px;left:0;position:absolute;top:-4px;width:1px;",(e=>{let{disabled:t,isFilled:n}=e,r=n?"currentColor":wD.gray[300];return t&&(r=wD.gray[400]),QB({backgroundColor:r},"","")}),";"),xY=LL("span",{target:"e1epgpqk6"})("color:",wD.gray[300],";left:0;font-size:11px;position:absolute;top:12px;transform:translateX( -50% );white-space:nowrap;",(e=>{let{isFilled:t}=e;return QB({color:t?wD.gray[700]:wD.gray[300]},"","")}),";"),CY=e=>{let{disabled:t}=e;return QB("background-color:",t?wD.gray[400]:wD.ui.theme,";","")},LY=LL("span",{target:"e1epgpqk5"})("align-items:center;display:flex;height:",gY,"px;justify-content:center;margin-top:",9,"px;outline:0;pointer-events:none;position:absolute;top:0;user-select:none;width:",gY,"px;border-radius:50%;",CY,";",DP({marginLeft:-10}),";",DP({transform:"translateX( 4.5px )"},{transform:"translateX( -4.5px )"}),";"),SY=LL("span",{target:"e1epgpqk4"})("align-items:center;border-radius:50%;height:100%;outline:0;position:absolute;user-select:none;width:100%;",CY,";",(e=>{let{isFocused:t}=e;return t?QB("&::before{content:' ';position:absolute;background-color:",wD.ui.theme,";opacity:0.4;border-radius:50%;height:",20,"px;width:",20,"px;top:-4px;left:-4px;}",""):""}),";"),AY=LL("input",{target:"e1epgpqk3"})("box-sizing:border-box;cursor:pointer;display:block;height:100%;left:0;margin:0 -",6,"px;opacity:0;outline:none;position:absolute;right:0;top:0;width:calc( 100% + ",gY,"px );");var TY={name:"1cypxip",styles:"top:-80%"},zY={name:"1lr98c4",styles:"bottom:-80%"};const NY=LL("span",{target:"e1epgpqk2"})("background:rgba( 0, 0, 0, 0.8 );border-radius:2px;color:white;display:inline-block;font-size:12px;min-width:32px;opacity:0;padding:4px 8px;pointer-events:none;position:absolute;text-align:center;transition:opacity 120ms ease;user-select:none;line-height:1.4;",(e=>{let{show:t}=e;return QB({opacity:t?1:0},"","")}),";",(e=>{let{position:t}=e;return"bottom"===t?zY:TY}),";",PD("transition"),";",DP({transform:"translateX(-50%)"},{transform:"translateX(50%)"}),";"),OY=LL(JH,{target:"e1epgpqk1"})("display:inline-block;font-size:13px;margin-top:0;width:",rD(16),"!important;input[type='number']&{",hY,";}",DP({marginLeft:`${rD(4)} !important`}),";"),BY=LL("span",{target:"e1epgpqk0"})("display:block;margin-top:0;button,button.is-small{margin-left:0;",hY,";}",DP({marginLeft:8}),";");const DY=(0,At.forwardRef)((function(e,t){const{describedBy:n,label:r,value:o,...a}=e;return(0,At.createElement)(AY,Nt({},a,{"aria-describedby":n,"aria-label":r,"aria-hidden":!1,ref:t,tabIndex:0,type:"range",value:o}))}));function IY(e){const{className:t,isFilled:n=!1,label:r,style:o={},...a}=e,i=sg()("components-range-control__mark",n&&"is-filled",t),l=sg()("components-range-control__mark-label",n&&"is-filled");return(0,At.createElement)(At.Fragment,null,(0,At.createElement)(EY,Nt({},a,{"aria-hidden":"true",className:i,isFilled:n,style:o})),r&&(0,At.createElement)(xY,{"aria-hidden":"true",className:l,isFilled:n,style:o},r))}function RY(e){const{disabled:t=!1,marks:n=!1,min:r=0,max:o=100,step:a=1,value:i=0,...l}=e;return(0,At.createElement)(At.Fragment,null,(0,At.createElement)(MY,Nt({disabled:t},l)),n&&(0,At.createElement)(PY,{disabled:t,marks:n,min:r,max:o,step:a,value:i}))}function PY(e){const{disabled:t=!1,marks:n=!1,min:r=0,max:o=100,step:a=1,value:i=0}=e,l=function(e){let{marks:t,min:n=0,max:r=100,step:o=1,value:a=0}=e;if(!t)return[];const i=r-n;if(!Array.isArray(t)){t=[];const e=1+Math.round(i/o);for(;e>t.push({value:o*t.length+n}););}const l=[];return t.forEach(((e,t)=>{if(e.valuer)return;const o=`mark-${t}`,s=e.value<=a,c=(e.value-n)/i*100+"%",u={[eo()?"right":"left"]:c};l.push({...e,isFilled:s,key:o,style:u})})),l}({marks:n,min:r,max:o,step:"any"===a?1:a,value:i});return(0,At.createElement)(wY,{"aria-hidden":"true",className:"components-range-control__marks"},l.map((e=>(0,At.createElement)(IY,Nt({},e,{key:e.key,"aria-hidden":"true",disabled:t})))))}function HY(e){const{className:t,inputRef:n,tooltipPosition:r,show:o=!1,style:a={},value:i=0,renderTooltipContent:l=(e=>e),zIndex:s=100,...c}=e,u=function(e){let{inputRef:t,tooltipPosition:n}=e;const[r,o]=(0,At.useState)(),a=(0,At.useCallback)((()=>{t&&t.current&&o(n)}),[n,t]);return(0,At.useEffect)((()=>{a()}),[a]),(0,At.useEffect)((()=>(window.addEventListener("resize",a),()=>{window.removeEventListener("resize",a)}))),r}({inputRef:n,tooltipPosition:r}),d=sg()("components-simple-tooltip",t),m={...a,zIndex:s};return(0,At.createElement)(NY,Nt({},c,{"aria-hidden":o,className:d,position:u,show:o,role:"tooltip",style:m}),l(i))}const WY=()=>{};const YY=(0,At.forwardRef)((function e(t,n){var r;const{__nextHasNoMarginBottom:o=!1,afterIcon:a,allowReset:i=!1,beforeIcon:l,className:s,color:c=wD.ui.theme,currentInput:u,disabled:d=!1,help:m,hideLabelFromVision:p=!1,initialPosition:f,isShiftStepEnabled:h=!0,label:g,marks:b=!1,max:v=100,min:y=0,onBlur:_=WY,onChange:M=WY,onFocus:k=WY,onMouseLeave:w=WY,onMouseMove:E=WY,railColor:x,renderTooltipContent:C=(e=>e),resetFallbackValue:L,shiftStep:S=10,showTooltip:A,step:T=1,trackColor:z,value:N,withInputField:O=!0,...B}=t,[D,I]=function(e){const{min:t,max:n,value:r,initial:o}=e,[a,i]=oW(fY(r,t,n),{initial:fY(null!=o?o:null,t,n),fallback:null});return[a,(0,At.useCallback)((e=>{i(null===e?null:fY(e,t,n))}),[t,n,i])]}({min:y,max:v,value:null!=N?N:null,initial:f}),R=(0,At.useRef)(!1);let P=A,H=O;"any"===T&&(P=!1,H=!1);const[W,Y]=(0,At.useState)(P),[F,j]=(0,At.useState)(!1),q=(0,At.useRef)(),V=null===(r=q.current)||void 0===r?void 0:r.matches(":focus"),U=!d&&F,X=null===D,$=X?"":void 0!==D?D:u,G=X?(v-y)/2+y:D,K=`${qH(X?50:(D-y)/(v-y)*100,0,100)}%`,J=sg()("components-range-control",s),Z=sg()("components-range-control__wrapper",!!b&&"is-marked"),Q=ug(e,"inspector-range-control"),ee=m?`${Q}__help`:void 0,te=!1!==P&&Number.isFinite(D),ne=()=>{let e=parseFloat(`${L}`),t=e;isNaN(e)&&(e=null,t=void 0),I(e),M(t)},re={[eo()?"right":"left"]:K};return(0,At.createElement)(ND,{__nextHasNoMarginBottom:o,className:J,label:g,hideLabelFromVision:p,id:`${Q}`,help:m},(0,At.createElement)(bY,{className:"components-range-control__root"},l&&(0,At.createElement)(yY,null,(0,At.createElement)(JC,{icon:l})),(0,At.createElement)(vY,{__nextHasNoMarginBottom:o,className:Z,color:c,marks:!!b},(0,At.createElement)(DY,Nt({},B,{className:"components-range-control__slider",describedBy:ee,disabled:d,id:`${Q}`,label:g,max:v,min:y,onBlur:e=>{_(e),j(!1),Y(!1)},onChange:e=>{const t=parseFloat(e.target.value);I(t),M(t)},onFocus:e=>{k(e),j(!0),Y(!0)},onMouseMove:E,onMouseLeave:w,ref:fg([q,n]),step:T,value:null!=$?$:void 0})),(0,At.createElement)(RY,{"aria-hidden":!0,disabled:d,marks:b,max:v,min:y,railColor:x,step:T,value:G}),(0,At.createElement)(kY,{"aria-hidden":!0,className:"components-range-control__track",disabled:d,style:{width:K},trackColor:z}),(0,At.createElement)(LY,{style:re,disabled:d},(0,At.createElement)(SY,{"aria-hidden":!0,isFocused:U,disabled:d})),te&&(0,At.createElement)(HY,{className:"components-range-control__tooltip",inputRef:q,tooltipPosition:"bottom",renderTooltipContent:C,show:V||W,style:re,value:D})),a&&(0,At.createElement)(_Y,null,(0,At.createElement)(JC,{icon:a})),H&&(0,At.createElement)(OY,{"aria-label":g,className:"components-range-control__number",disabled:d,inputMode:"decimal",isShiftStepEnabled:h,max:v,min:y,onBlur:()=>{R.current&&(ne(),R.current=!1)},onChange:e=>{let t=parseFloat(e);I(t),isNaN(t)?i&&(R.current=!0):((tv)&&(t=fY(t,y,v)),M(t),R.current=!1)},shiftStep:S,step:T,value:$}),i&&(0,At.createElement)(BY,null,(0,At.createElement)(NL,{className:"components-range-control__reset",disabled:d||void 0===D,variant:"secondary",isSmall:!0,onClick:ne},Jr("Reset")))))})),FY=YY;function jY(e,t){if(null==e)return{};var n,r,o={},a=Object.keys(e);for(r=0;r=0||(o[n]=e[n]);return o}var qY=n(5697),VY=n.n(qY);n(9864);function UY(e){return"object"==typeof e&&null!=e&&1===e.nodeType}function XY(e,t){return(!t||"hidden"!==e)&&"visible"!==e&&"clip"!==e}function $Y(e,t){if(e.clientHeightt||a>e&&i=t&&l>=n?a-e-r:i>t&&ln?i-t+o:0}var KY=0;function JY(){}function ZY(e,t){if(e){var n=function(e,t){var n=window,r=t.scrollMode,o=t.block,a=t.inline,i=t.boundary,l=t.skipOverflowHiddenElements,s="function"==typeof i?i:function(e){return e!==i};if(!UY(e))throw new TypeError("Invalid target");for(var c=document.scrollingElement||document.documentElement,u=[],d=e;UY(d)&&s(d);){if((d=d.parentElement)===c){u.push(d);break}null!=d&&d===document.body&&$Y(d)&&!$Y(document.documentElement)||null!=d&&$Y(d,l)&&u.push(d)}for(var m=n.visualViewport?n.visualViewport.width:innerWidth,p=n.visualViewport?n.visualViewport.height:innerHeight,f=window.scrollX||pageXOffset,h=window.scrollY||pageYOffset,g=e.getBoundingClientRect(),b=g.height,v=g.width,y=g.top,_=g.right,M=g.bottom,k=g.left,w="start"===o||"nearest"===o?y:"end"===o?M:y+b/2,E="center"===a?k+v/2:"end"===a?_:k,x=[],C=0;C=0&&k>=0&&M<=p&&_<=m&&y>=z&&M<=O&&k>=B&&_<=N)return x;var D=getComputedStyle(L),I=parseInt(D.borderLeftWidth,10),R=parseInt(D.borderTopWidth,10),P=parseInt(D.borderRightWidth,10),H=parseInt(D.borderBottomWidth,10),W=0,Y=0,F="offsetWidth"in L?L.offsetWidth-L.clientWidth-I-P:0,j="offsetHeight"in L?L.offsetHeight-L.clientHeight-R-H:0;if(c===L)W="start"===o?w:"end"===o?w-p:"nearest"===o?GY(h,h+p,p,R,H,h+w,h+w+b,b):w-p/2,Y="start"===a?E:"center"===a?E-m/2:"end"===a?E-m:GY(f,f+m,m,I,P,f+E,f+E+v,v),W=Math.max(0,W+h),Y=Math.max(0,Y+f);else{W="start"===o?w-z-R:"end"===o?w-O+H+j:"nearest"===o?GY(z,O,A,R,H+j,w,w+b,b):w-(z+A/2)+j/2,Y="start"===a?E-B-I:"center"===a?E-(B+T/2)+F/2:"end"===a?E-N+P+F:GY(B,N,T,I,P+F,E,E+v,v);var q=L.scrollLeft,V=L.scrollTop;w+=V-(W=Math.max(0,Math.min(V+W,L.scrollHeight-A+j))),E+=q-(Y=Math.max(0,Math.min(q+Y,L.scrollWidth-T+F)))}x.push({el:L,top:W,left:Y})}return x}(e,{boundary:t,block:"nearest",scrollMode:"if-needed"});n.forEach((function(e){var t=e.el,n=e.top,r=e.left;t.scrollTop=n,t.scrollLeft=r}))}}function QY(e,t,n){return e===t||t instanceof n.Node&&e.contains&&e.contains(t)}function eF(e,t){var n;function r(){n&&clearTimeout(n)}function o(){for(var o=arguments.length,a=new Array(o),i=0;i1?n-1:0),o=1;o=37&&n<=40&&0!==t.indexOf("Arrow")?"Arrow"+t:t}function sF(e,t,n,r,o){if(void 0===o&&(o=!0),0===n)return-1;var a=n-1;("number"!=typeof t||t<0||t>=n)&&(t=e>0?-1:a+1);var i=t+e;i<0?i=o?a:0:i>a&&(i=o?0:a);var l=cF(e,i,n,r,o);return-1===l?t>=n?-1:t:l}function cF(e,t,n,r,o){var a=r(t);if(!a||!a.hasAttribute("disabled"))return t;if(e>0){for(var i=t+1;i=0;l--)if(!r(l).hasAttribute("disabled"))return l;return o?e>0?cF(1,0,n,r,!1):cF(-1,n-1,n,r,!1):-1}function uF(e,t,n,r){return void 0===r&&(r=!0),t.some((function(t){return t&&(QY(t,e,n)||r&&QY(t,n.document.activeElement,n))}))}var dF=eF((function(e){pF(e).textContent=""}),500);function mF(e,t){var n=pF(t);e&&(n.textContent=e,dF(t))}function pF(e){void 0===e&&(e=document);var t=e.getElementById("a11y-status-message");return t||((t=e.createElement("div")).setAttribute("id","a11y-status-message"),t.setAttribute("role","status"),t.setAttribute("aria-live","polite"),t.setAttribute("aria-relevant","additions text"),Object.assign(t.style,{border:"0",clip:"rect(0 0 0 0)",height:"1px",margin:"-1px",overflow:"hidden",padding:"0",position:"absolute",width:"1px"}),e.body.appendChild(t),t)}var fF=["isInitialMount","highlightedIndex","items","environment"],hF={highlightedIndex:-1,isOpen:!1,selectedItem:null,inputValue:""};function gF(e,t,n){var r=e.props,o=e.type,a={};Object.keys(t).forEach((function(r){!function(e,t,n,r){var o=t.props,a=t.type,i="on"+kF(e)+"Change";o[i]&&void 0!==r[e]&&r[e]!==n[e]&&o[i](Nt({type:a},r))}(r,e,t,n),n[r]!==t[r]&&(a[r]=n[r])})),r.onStateChange&&Object.keys(a).length&&r.onStateChange(Nt({type:o},a))}var bF=eF((function(e,t){mF(e(),t)}),200),vF="undefined"!=typeof window&&void 0!==window.document&&void 0!==window.document.createElement?At.useLayoutEffect:At.useEffect;function yF(e){var t=e.id,n=void 0===t?"downshift-"+rF():t,r=e.labelId,o=e.menuId,a=e.getItemId,i=e.toggleButtonId,l=e.inputId,s=(0,At.useRef)({labelId:r||n+"-label",menuId:o||n+"-menu",getItemId:a||function(e){return n+"-item-"+e},toggleButtonId:i||n+"-toggle-button",inputId:l||n+"-input"});return s.current}function _F(e,t,n){return void 0!==e?e:0===n.length?-1:n.indexOf(t)}function MF(e){return/^\S{1}$/.test(e)}function kF(e){return""+e.slice(0,1).toUpperCase()+e.slice(1)}function wF(e){var t=(0,At.useRef)(e);return t.current=e,t}function EF(e,t,n){var r=(0,At.useRef)(),o=(0,At.useRef)(),a=(0,At.useCallback)((function(t,n){o.current=n,t=aF(t,n.props);var r=e(t,n);return n.props.stateReducer(t,Nt({},n,{changes:r}))}),[e]),i=(0,At.useReducer)(a,t),l=i[0],s=i[1],c=wF(n),u=(0,At.useCallback)((function(e){return s(Nt({props:c.current},e))}),[c]),d=o.current;return(0,At.useEffect)((function(){d&&r.current&&r.current!==l&&gF(d,aF(r.current,d.props),l),r.current=l}),[l,n,d]),[l,u]}function xF(e,t,n){var r=EF(e,t,n),o=r[0],a=r[1];return[aF(o,n),a]}var CF={itemToString:function(e){return e?String(e):""},stateReducer:function(e,t){return t.changes},getA11ySelectionMessage:function(e){var t=e.selectedItem,n=e.itemToString;return t?n(t)+" has been selected.":""},scrollIntoView:ZY,circularNavigation:!1,environment:"undefined"==typeof window?{}:window};function LF(e,t,n){void 0===n&&(n=hF);var r="default"+kF(t);return r in e?e[r]:n[t]}function SF(e,t,n){if(void 0===n&&(n=hF),t in e)return e[t];var r="initial"+kF(t);return r in e?e[r]:LF(e,t,n)}function AF(e){var t=SF(e,"selectedItem"),n=SF(e,"isOpen"),r=SF(e,"highlightedIndex"),o=SF(e,"inputValue");return{highlightedIndex:r<0&&t&&n?e.items.indexOf(t):r,isOpen:n,selectedItem:t,inputValue:o}}function TF(e,t,n,r){var o=e.items,a=e.initialHighlightedIndex,i=e.defaultHighlightedIndex,l=t.selectedItem,s=t.highlightedIndex;return 0===o.length?-1:void 0!==a&&s===a?a:void 0!==i?i:l?0===n?o.indexOf(l):sF(n,o.indexOf(l),o.length,r,!1):0===n?-1:n<0?o.length-1:0}function zF(e,t,n,r){var o=(0,At.useRef)({isMouseDown:!1,isTouchMove:!1});return(0,At.useEffect)((function(){var a=function(){o.current.isMouseDown=!0},i=function(a){o.current.isMouseDown=!1,e&&!uF(a.target,t.map((function(e){return e.current})),n)&&r()},l=function(){o.current.isTouchMove=!1},s=function(){o.current.isTouchMove=!0},c=function(a){!e||o.current.isTouchMove||uF(a.target,t.map((function(e){return e.current})),n,!1)||r()};return n.addEventListener("mousedown",a),n.addEventListener("mouseup",i),n.addEventListener("touchstart",l),n.addEventListener("touchmove",s),n.addEventListener("touchend",c),function(){n.removeEventListener("mousedown",a),n.removeEventListener("mouseup",i),n.removeEventListener("touchstart",l),n.removeEventListener("touchmove",s),n.removeEventListener("touchend",c)}}),[e,n]),o}var NF=function(){return JY};function OF(e,t,n){var r=n.isInitialMount,o=n.highlightedIndex,a=n.items,i=n.environment,l=jY(n,fF);(0,At.useEffect)((function(){r||bF((function(){return e(Nt({highlightedIndex:o,highlightedItem:a[o],resultCount:a.length},l))}),i.document)}),t)}function BF(e){var t=e.highlightedIndex,n=e.isOpen,r=e.itemRefs,o=e.getItemNodeFromIndex,a=e.menuElement,i=e.scrollIntoView,l=(0,At.useRef)(!0);return vF((function(){t<0||!n||!Object.keys(r.current).length||(!1===l.current?l.current=!0:i(o(t),a))}),[t]),l}var DF=JY;function IF(e,t,n){var r,o=t.type,a=t.props;switch(o){case n.ItemMouseMove:r={highlightedIndex:t.index};break;case n.MenuMouseLeave:r={highlightedIndex:-1};break;case n.ToggleButtonClick:case n.FunctionToggleMenu:r={isOpen:!e.isOpen,highlightedIndex:e.isOpen?-1:TF(a,e,0)};break;case n.FunctionOpenMenu:r={isOpen:!0,highlightedIndex:TF(a,e,0)};break;case n.FunctionCloseMenu:r={isOpen:!1};break;case n.FunctionSetHighlightedIndex:r={highlightedIndex:t.highlightedIndex};break;case n.FunctionSetInputValue:r={inputValue:t.inputValue};break;case n.FunctionReset:r={highlightedIndex:LF(a,"highlightedIndex"),isOpen:LF(a,"isOpen"),selectedItem:LF(a,"selectedItem"),inputValue:LF(a,"inputValue")};break;default:throw new Error("Reducer called without proper action type.")}return Nt({},e,r)}function RF(e){for(var t=e.keysSoFar,n=e.highlightedIndex,r=e.items,o=e.itemToString,a=e.getItemNodeFromIndex,i=t.toLowerCase(),l=0;l=0&&{selectedItem:o.items[s]});break;case 13:n={highlightedIndex:TF(o,e,1,t.getItemNodeFromIndex),isOpen:!0};break;case 14:n={highlightedIndex:TF(o,e,-1,t.getItemNodeFromIndex),isOpen:!0};break;case 5:case 6:n=Nt({isOpen:LF(o,"isOpen"),highlightedIndex:LF(o,"highlightedIndex")},e.highlightedIndex>=0&&{selectedItem:o.items[e.highlightedIndex]});break;case 3:n={highlightedIndex:cF(1,0,o.items.length,t.getItemNodeFromIndex,!1)};break;case 4:n={highlightedIndex:cF(-1,o.items.length-1,o.items.length,t.getItemNodeFromIndex,!1)};break;case 2:case 8:n={isOpen:!1,highlightedIndex:-1};break;case 7:var c=t.key,u=""+e.inputValue+c,d=RF({keysSoFar:u,highlightedIndex:e.highlightedIndex,items:o.items,itemToString:o.itemToString,getItemNodeFromIndex:t.getItemNodeFromIndex});n=Nt({inputValue:u},d>=0&&{highlightedIndex:d});break;case 0:n={highlightedIndex:sF(a?5:1,e.highlightedIndex,o.items.length,t.getItemNodeFromIndex,o.circularNavigation)};break;case 1:n={highlightedIndex:sF(a?-5:-1,e.highlightedIndex,o.items.length,t.getItemNodeFromIndex,o.circularNavigation)};break;case 20:n={selectedItem:t.selectedItem};break;default:return IF(e,t,WF)}return Nt({},e,n)}var FF=["onMouseLeave","refKey","onKeyDown","onBlur","ref"],jF=["onClick","onKeyDown","refKey","ref"],qF=["item","index","onMouseMove","onClick","refKey","ref"];function VF(e){void 0===e&&(e={}),HF(e,VF);var t=Nt({},PF,e),n=t.items,r=t.scrollIntoView,o=t.environment,a=t.initialIsOpen,i=t.defaultIsOpen,l=t.itemToString,s=t.getA11ySelectionMessage,c=t.getA11yStatusMessage,u=xF(YF,AF(t),t),d=u[0],m=u[1],p=d.isOpen,f=d.highlightedIndex,h=d.selectedItem,g=d.inputValue,b=(0,At.useRef)(null),v=(0,At.useRef)(null),y=(0,At.useRef)({}),_=(0,At.useRef)(!0),M=(0,At.useRef)(null),k=yF(t),w=(0,At.useRef)(),E=(0,At.useRef)(!0),x=wF({state:d,props:t}),C=(0,At.useCallback)((function(e){return y.current[k.getItemId(e)]}),[k]);OF(c,[p,f,g,n],Nt({isInitialMount:E.current,previousResultCount:w.current,items:n,environment:o,itemToString:l},d)),OF(s,[h],Nt({isInitialMount:E.current,previousResultCount:w.current,items:n,environment:o,itemToString:l},d));var L=BF({menuElement:v.current,highlightedIndex:f,isOpen:p,itemRefs:y,scrollIntoView:r,getItemNodeFromIndex:C});(0,At.useEffect)((function(){return M.current=eF((function(e){e({type:21,inputValue:""})}),500),function(){M.current.cancel()}}),[]),(0,At.useEffect)((function(){g&&M.current(m)}),[m,g]),DF({isInitialMount:E.current,props:t,state:d}),(0,At.useEffect)((function(){E.current?(a||i||p)&&v.current&&v.current.focus():p?v.current&&v.current.focus():o.document.activeElement===v.current&&b.current&&(_.current=!1,b.current.focus())}),[p]),(0,At.useEffect)((function(){E.current||(w.current=n.length)}));var S=zF(p,[v,b],o,(function(){m({type:8})})),A=NF();(0,At.useEffect)((function(){E.current=!1}),[]),(0,At.useEffect)((function(){p||(y.current={})}),[p]);var T=(0,At.useMemo)((function(){return{ArrowDown:function(e){e.preventDefault(),m({type:13,getItemNodeFromIndex:C,shiftKey:e.shiftKey})},ArrowUp:function(e){e.preventDefault(),m({type:14,getItemNodeFromIndex:C,shiftKey:e.shiftKey})}}}),[m,C]),z=(0,At.useMemo)((function(){return{ArrowDown:function(e){e.preventDefault(),m({type:0,getItemNodeFromIndex:C,shiftKey:e.shiftKey})},ArrowUp:function(e){e.preventDefault(),m({type:1,getItemNodeFromIndex:C,shiftKey:e.shiftKey})},Home:function(e){e.preventDefault(),m({type:3,getItemNodeFromIndex:C})},End:function(e){e.preventDefault(),m({type:4,getItemNodeFromIndex:C})},Escape:function(){m({type:2})},Enter:function(e){e.preventDefault(),m({type:5})}," ":function(e){e.preventDefault(),m({type:6})}}}),[m,C]),N=(0,At.useCallback)((function(){m({type:16})}),[m]),O=(0,At.useCallback)((function(){m({type:18})}),[m]),B=(0,At.useCallback)((function(){m({type:17})}),[m]),D=(0,At.useCallback)((function(e){m({type:19,highlightedIndex:e})}),[m]),I=(0,At.useCallback)((function(e){m({type:20,selectedItem:e})}),[m]),R=(0,At.useCallback)((function(){m({type:22})}),[m]),P=(0,At.useCallback)((function(e){m({type:21,inputValue:e})}),[m]),H=(0,At.useCallback)((function(e){return Nt({id:k.labelId,htmlFor:k.toggleButtonId},e)}),[k]),W=(0,At.useCallback)((function(e,t){var n,r=void 0===e?{}:e,o=r.onMouseLeave,a=r.refKey,i=void 0===a?"ref":a,l=r.onKeyDown,s=r.onBlur,c=r.ref,u=jY(r,FF),d=(void 0===t?{}:t).suppressRefError,p=void 0!==d&&d,f=x.current.state;return A("getMenuProps",p,i,v),Nt(((n={})[i]=nF(c,(function(e){v.current=e})),n.id=k.menuId,n.role="listbox",n["aria-labelledby"]=k.labelId,n.tabIndex=-1,n),f.isOpen&&f.highlightedIndex>-1&&{"aria-activedescendant":k.getItemId(f.highlightedIndex)},{onMouseLeave:tF(o,(function(){m({type:9})})),onKeyDown:tF(l,(function(e){var t=lF(e);t&&z[t]?z[t](e):MF(t)&&m({type:7,key:t,getItemNodeFromIndex:C})})),onBlur:tF(s,(function(){!1!==_.current?!S.current.isMouseDown&&m({type:8}):_.current=!0}))},u)}),[m,x,z,S,A,k,C]),Y=(0,At.useCallback)((function(e,t){var n,r=void 0===e?{}:e,o=r.onClick,a=r.onKeyDown,i=r.refKey,l=void 0===i?"ref":i,s=r.ref,c=jY(r,jF),u=(void 0===t?{}:t).suppressRefError,d=void 0!==u&&u,p=Nt(((n={})[l]=nF(s,(function(e){b.current=e})),n.id=k.toggleButtonId,n["aria-haspopup"]="listbox",n["aria-expanded"]=x.current.state.isOpen,n["aria-labelledby"]=k.labelId+" "+k.toggleButtonId,n),c);return c.disabled||(p.onClick=tF(o,(function(){m({type:12})})),p.onKeyDown=tF(a,(function(e){var t=lF(e);t&&T[t]?T[t](e):MF(t)&&m({type:15,key:t,getItemNodeFromIndex:C})}))),A("getToggleButtonProps",d,l,b),p}),[m,x,T,A,k,C]),F=(0,At.useCallback)((function(e){var t,n=void 0===e?{}:e,r=n.item,o=n.index,a=n.onMouseMove,i=n.onClick,l=n.refKey,s=void 0===l?"ref":l,c=n.ref,u=jY(n,qF),d=x.current,p=d.state,f=d.props,h=_F(o,r,f.items);if(h<0)throw new Error("Pass either item or item index in getItemProps!");var g=Nt(((t={role:"option","aria-selected":""+(h===p.highlightedIndex),id:k.getItemId(h)})[s]=nF(c,(function(e){e&&(y.current[k.getItemId(h)]=e)})),t),u);return u.disabled||(g.onMouseMove=tF(a,(function(){o!==p.highlightedIndex&&(L.current=!1,m({type:10,index:o}))})),g.onClick=tF(i,(function(){m({type:11,index:o})}))),g}),[m,x,L,k]);return{getToggleButtonProps:Y,getLabelProps:H,getMenuProps:W,getItemProps:F,toggleMenu:N,openMenu:B,closeMenu:O,setHighlightedIndex:D,selectItem:I,reset:R,setInputValue:P,highlightedIndex:f,isOpen:p,selectedItem:h,inputValue:g}}VF.stateChangeTypes=WF;VY().array.isRequired,VY().func,VY().func,VY().func,VY().bool,VY().number,VY().number,VY().number,VY().bool,VY().bool,VY().bool,VY().any,VY().any,VY().any,VY().string,VY().string,VY().string,VY().string,VY().string,VY().string,VY().func,VY().string,VY().string,VY().func,VY().func,VY().func,VY().func,VY().func,VY().func,VY().shape({addEventListener:VY().func,removeEventListener:VY().func,document:VY().shape({getElementById:VY().func,activeElement:VY().any,body:VY().any})});Nt({},CF,{getA11yStatusMessage:oF,circularNavigation:!0});VY().array,VY().array,VY().array,VY().func,VY().func,VY().func,VY().number,VY().number,VY().number,VY().func,VY().func,VY().string,VY().string,VY().shape({addEventListener:VY().func,removeEventListener:VY().func,document:VY().shape({getElementById:VY().func,activeElement:VY().any,body:VY().any})});const UF=function(e){let{icon:t,size:n=24,...r}=e;return(0,At.cloneElement)(t,{width:n,height:n,...r})},XF=(0,At.createElement)(Sx,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,At.createElement)(Cx,{d:"M16.7 7.1l-6.3 8.5-3.3-2.5-.9 1.2 4.5 3.4L17.9 8z"}));const $F=hL((function(e,t){const n=fL(e,"InputControlSuffixWrapper");return(0,At.createElement)($H,Nt({marginBottom:0},n,{ref:t}))}),"InputControlSuffixWrapper"),GF=LL("select",{target:"e1mv6sxx2"})("&&&{appearance:none;background:transparent;box-sizing:border-box;border:none;box-shadow:none!important;color:",wD.gray[900],";display:block;font-family:inherit;margin:0;width:100%;max-width:none;cursor:pointer;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;",(e=>{let{disabled:t}=e;return t?QB({color:wD.ui.textDisabled},"",""):""}),";",(e=>{let{selectSize:t="default"}=e;const n={default:"13px",small:"11px","__unstable-large":"13px"}[t];return n?QB("font-size:","16px",";@media ( min-width: 600px ){font-size:",n,";}",""):""}),";",(e=>{let{__next36pxDefaultSize:t,selectSize:n="default"}=e;const r={default:{height:36,minHeight:36,paddingTop:0,paddingBottom:0},small:{height:24,minHeight:24,paddingTop:0,paddingBottom:0},"__unstable-large":{height:40,minHeight:40,paddingTop:0,paddingBottom:0}};t||(r.default={height:30,minHeight:30,paddingTop:0,paddingBottom:0});return QB(r[n]||r.default,"","")}),";",(e=>{let{__next36pxDefaultSize:t,selectSize:n="default"}=e;const r={default:{paddingLeft:16,paddingRight:34},small:{paddingLeft:8,paddingRight:26},"__unstable-large":{paddingLeft:16,paddingRight:34}};return t||(r.default={paddingLeft:8,paddingRight:26}),DP(r[n]||r.default)}),";}"),KF=LL("div",{target:"e1mv6sxx1"})("margin-inline-end:",rD(-1),";line-height:0;"),JF=LL($F,{target:"e1mv6sxx0"})("position:absolute;pointer-events:none;",DP({right:0}),";"),ZF=(0,At.createElement)(Sx,{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,At.createElement)(Cx,{d:"M17.5 11.6L12 16l-5.5-4.4.9-1.2L12 14l4.5-3.6 1 1.2z"})),QF=()=>(0,At.createElement)(JF,null,(0,At.createElement)(KF,null,(0,At.createElement)(UF,{icon:ZF,size:18}))),ej=e=>e.__nextUnconstrainedWidth?"":QB(pH,"{min-width:130px;}",""),tj=LL(CH,{target:"eswuck60"})(ej,";"),nj=e=>null==e?void 0:e.name,rj=(e,t)=>{let{selectedItem:n}=e,{type:r,changes:o,props:{items:a}}=t;switch(r){case VF.stateChangeTypes.ToggleButtonKeyDownArrowDown:return{selectedItem:a[n?Math.min(a.indexOf(n)+1,a.length-1):0]};case VF.stateChangeTypes.ToggleButtonKeyDownArrowUp:return{selectedItem:a[n?Math.max(a.indexOf(n)-1,0):a.length-1]};default:return o}};function oj(e){var t;const{__next36pxDefaultSize:n=!1,__nextUnconstrainedWidth:r=!1,className:o,hideLabelFromVision:a,label:i,describedBy:l,options:s,onChange:c,size:u="default",value:d,onMouseOver:m,onMouseOut:p,onFocus:f,onBlur:h,__experimentalShowSelectedHint:g=!1}=e,{getLabelProps:b,getToggleButtonProps:v,getMenuProps:y,getItemProps:_,isOpen:M,highlightedIndex:k,selectedItem:w}=VF({initialSelectedItem:s[0],items:s,itemToString:nj,onSelectedItemChange:c,...null!=d?{selectedItem:d}:void 0,stateReducer:rj}),[E,x]=(0,At.useState)(!1);r||wr("Constrained width styles for wp.components.CustomSelectControl",{since:"6.1",version:"6.4",hint:"Set the `__nextUnconstrainedWidth` prop to true to start opting into the new styles, which will become the default in a future version"});const C=y({className:"components-custom-select-control__menu","aria-hidden":!M}),L=(0,At.useCallback)((e=>{var t;e.stopPropagation(),null==C||null===(t=C.onKeyDown)||void 0===t||t.call(C,e)}),[C]);return null!==(t=C["aria-activedescendant"])&&void 0!==t&&t.startsWith("downshift-null")&&delete C["aria-activedescendant"],(0,At.createElement)("div",{className:sg()("components-custom-select-control",o)},a?(0,At.createElement)(TL,Nt({as:"label"},b()),i):(0,At.createElement)(LD,b({className:"components-custom-select-control__label"}),i),(0,At.createElement)(tj,{__next36pxDefaultSize:n,__nextUnconstrainedWidth:r,isFocused:M||E,__unstableInputWidth:r?void 0:"auto",labelPosition:r?void 0:"top",size:u,suffix:(0,At.createElement)(QF,null)},(0,At.createElement)(GF,Nt({onMouseOver:m,onMouseOut:p,as:"button",onFocus:function(e){x(!0),null==f||f(e)},onBlur:function(e){x(!1),null==h||h(e)},selectSize:u,__next36pxDefaultSize:n},v({"aria-label":i,"aria-labelledby":void 0,className:"components-custom-select-control__button",describedBy:l||(w?Hr(Jr("Currently selected: %s"),w.name):Jr("No selection"))})),nj(w),g&&w.__experimentalHint&&(0,At.createElement)("span",{className:"components-custom-select-control__hint"},w.__experimentalHint))),(0,At.createElement)("ul",Nt({},C,{onKeyDown:L}),M&&s.map(((e,t)=>(0,At.createElement)("li",_({item:e,index:t,key:e.key,className:sg()(e.className,"components-custom-select-control__item",{"is-highlighted":t===k,"has-hint":!!e.__experimentalHint,"is-next-36px-default-size":n}),style:e.style}),e.name,e.__experimentalHint&&(0,At.createElement)("span",{className:"components-custom-select-control__item-hint"},e.__experimentalHint),e===w&&(0,At.createElement)(UF,{icon:XF,className:"components-custom-select-control__item-icon"}))))))}const aj=(0,At.createElement)(Sx,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,At.createElement)(Cx,{d:"M14.5 13.8c-1.1 0-2.1.7-2.4 1.8H4V17h8.1c.3 1 1.3 1.8 2.4 1.8s2.1-.7 2.4-1.8H20v-1.5h-3.1c-.3-1-1.3-1.7-2.4-1.7zM11.9 7c-.3-1-1.3-1.8-2.4-1.8S7.4 6 7.1 7H4v1.5h3.1c.3 1 1.3 1.8 2.4 1.8s2.1-.7 2.4-1.8H20V7h-8.1z"})),ij=["color","border","dimensions","typography","spacing"],lj={"color.palette":e=>e.colors,"color.gradients":e=>e.gradients,"color.custom":e=>void 0===e.disableCustomColors?void 0:!e.disableCustomColors,"color.customGradient":e=>void 0===e.disableCustomGradients?void 0:!e.disableCustomGradients,"typography.fontSizes":e=>e.fontSizes,"typography.customFontSize":e=>void 0===e.disableCustomFontSizes?void 0:!e.disableCustomFontSizes,"typography.lineHeight":e=>e.enableCustomLineHeight,"spacing.units":e=>{if(void 0!==e.enableCustomUnits)return!0===e.enableCustomUnits?["px","em","rem","vh","vw","%"]:e.enableCustomUnits},"spacing.padding":e=>e.enableCustomSpacing},sj={"border.customColor":"border.color","border.customStyle":"border.style","border.customWidth":"border.width","typography.customFontStyle":"typography.fontStyle","typography.customFontWeight":"typography.fontWeight","typography.customLetterSpacing":"typography.letterSpacing","typography.customTextDecorations":"typography.textDecoration","typography.customTextTransforms":"typography.textTransform","border.customRadius":"border.radius","spacing.customMargin":"spacing.margin","spacing.customPadding":"spacing.padding","typography.customLineHeight":"typography.lineHeight"};function cj(e){const{name:t,clientId:n}=RB();return Uu((r=>{if(ij.includes(e))return void console.warn("Top level useSetting paths are disabled. Please use a subpath to query the information needed.");let o=pr("blockEditor.useSetting.before",void 0,e,n,t);if(void 0!==o)return o;const a=(e=>sj[e]||e)(e),i=[n,...r(OB).getBlockParents(n,!0)];for(const e of i){if(ha(r(OB).getBlockName(e),"__experimentalSettings",!1)){var l;const n=r(OB).getBlockAttributes(e);if(o=null!==(l=(0,Ot.get)(n,`settings.blocks.${t}.${a}`))&&void 0!==l?l:(0,Ot.get)(n,`settings.${a}`),void 0!==o)break}}const s=r(OB).getSettings();if(void 0===o){var c;const e=`__experimentalFeatures.${a}`,n=`__experimentalFeatures.blocks.${t}.${a}`;o=null!==(c=(0,Ot.get)(s,n))&&void 0!==c?c:(0,Ot.get)(s,e)}var u,d;if(void 0!==o)return Fo[a]?null!==(u=null!==(d=o.custom)&&void 0!==d?d:o.theme)&&void 0!==u?u:o.default:o;const m=lj[a]?lj[a](s):void 0;return void 0!==m?m:"typography.dropCap"===a||void 0}),[t,n,e])}const uj={px:{max:300,steps:1},"%":{max:100,steps:1},vw:{max:100,steps:1},vh:{max:100,steps:1},em:{max:10,steps:.1},rm:{max:10,steps:.1}};function dj(e){var t,n,r,o,a;let{spacingSizes:i,value:l,side:s,onChange:c,isMixed:u=!1,type:d,minimumCustomValue:m,onMouseOver:p,onMouseOut:f}=e;l=function(e,t){if(aY(e))return e;const n=t.find((t=>String(t.size)===String(e)));return null!=n&&n.slug?`var:preset|spacing|${n.slug}`:e}(l,i);let h=i;const g=i.length<=8,b=Uu((e=>{const t=e(OB).getSettings();return null==t?void 0:t.disableCustomSpacingSizes})),[v,y]=(0,At.useState)(!b&&void 0!==l&&!aY(l)),_=ER({availableUnits:cj("spacing.units")||["px","em","rem"]});let M=null;!g&&!v&&void 0!==l&&(!aY(l)||aY(l)&&u)?(h=[...i,{name:u?Jr("Mixed"):Hr(Jr("Custom (%s)"),l),slug:"custom",size:l}],M=h.length-1):u||(M=v?function(e,t){if(!aY(e))return e;const n=lY(e),r=t.find((e=>String(e.slug)===n));return null==r?void 0:r.size}(l,i):function(e,t){if(void 0===e)return 0;const n=0===parseFloat(e,10)?"0":lY(e),r=t.findIndex((e=>String(e.slug)===n));return-1!==r?r:NaN}(l,i));const k=(0,At.useMemo)((()=>kR(M)),[M])[1]||_[0].value,w=e=>{var t;return void 0===l||null===(t=i[e])||void 0===t?void 0:t.name},E=parseFloat(M,10),x=(e,t)=>{var n;const r=parseInt(e,10);if("selectList"===t){if(0===r)return;if(1===r)return"0"}else if(0===r)return"0";return`var:preset|spacing|${null===(n=i[e])||void 0===n?void 0:n.slug}`},C=u?Jr("Mixed"):null,L=u?Jr("Mixed"):w(M),S=h.map(((e,t)=>({key:t,name:e.name}))),A=i.map(((e,t)=>({value:t,label:void 0}))),T=Hr(Jr("%1$s %2$s"),sY[s],null==d?void 0:d.toLowerCase()),z=g&&!v&&void 0!==L;return(0,At.createElement)(At.Fragment,null,"all"!==s&&(0,At.createElement)(uR,{className:"components-spacing-sizes-control__side-labels"},(0,At.createElement)(ND.VisualLabel,{className:"components-spacing-sizes-control__side-label"},sY[s]),z&&(0,At.createElement)(ND.VisualLabel,{className:"components-spacing-sizes-control__hint-single"},L)),"all"===s&&z&&(0,At.createElement)(ND.VisualLabel,{className:"components-spacing-sizes-control__hint-all"},L),!b&&(0,At.createElement)(NL,{label:Jr(v?"Use size preset":"Set custom size"),icon:aj,onClick:()=>{y(!v)},isPressed:v,isSmall:!0,className:Sf()({"components-spacing-sizes-control__custom-toggle-all":"all"===s,"components-spacing-sizes-control__custom-toggle-single":"all"!==s}),iconSize:24}),v&&(0,At.createElement)(At.Fragment,null,(0,At.createElement)(iW,{onMouseOver:p,onMouseOut:f,onFocus:p,onBlur:f,onChange:e=>c((e=>isNaN(parseFloat(e))?void 0:e)(e)),value:M,units:_,min:m,placeholder:C,disableUnits:u,label:T,hideLabelFromVision:!0,className:"components-spacing-sizes-control__custom-value-input",size:"__unstable-large"}),(0,At.createElement)(FY,{onMouseOver:p,onMouseOut:f,onFocus:p,onBlur:f,value:E,min:0,max:null!==(t=null===(n=uj[k])||void 0===n?void 0:n.max)&&void 0!==t?t:10,step:null!==(r=null===(o=uj[k])||void 0===o?void 0:o.steps)&&void 0!==r?r:.1,withInputField:!1,onChange:e=>{c([e,k].join(""))},className:"components-spacing-sizes-control__custom-value-range",__nextHasNoMarginBottom:!0})),g&&!v&&(0,At.createElement)(FY,{onMouseOver:p,onMouseOut:f,className:"components-spacing-sizes-control__range-control",value:M,onChange:e=>c(x(e)),onMouseDown:e=>{var t;(null==e||null===(t=e.nativeEvent)||void 0===t?void 0:t.offsetX)<35&&void 0===l&&c("0")},withInputField:!1,"aria-valuenow":M,"aria-valuetext":null===(a=i[M])||void 0===a?void 0:a.name,renderTooltipContent:w,min:0,max:i.length-1,marks:A,label:T,hideLabelFromVision:!0,__nextHasNoMarginBottom:!0,onFocus:p,onBlur:f}),!g&&!v&&(0,At.createElement)(oj,{className:"components-spacing-sizes-control__custom-select-control",value:S.find((e=>e.key===M))||"",onChange:e=>{c(x(e.selectedItem.key,"selectList"))},options:S,label:T,hideLabelFromVision:!0,__nextUnconstrainedWidth:!0,size:"__unstable-large",onMouseOver:p,onMouseOut:f,onFocus:p,onBlur:f}))}function mj(e){let{onChange:t,values:n,sides:r,spacingSizes:o,type:a,minimumCustomValue:i,onMouseOver:l,onMouseOut:s}=e;const c=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};return dY(Object.values(e))}(n),u=pY(n)&&mY(n,r);return(0,At.createElement)(dj,{value:c,onChange:e=>{const o=zW(n,e,r);t(o)},side:"all",spacingSizes:o,isMixed:u,type:a,minimumCustomValue:i,onMouseOver:l,onMouseOut:s})}function pj(e){let{values:t,sides:n,onChange:r,spacingSizes:o,type:a,minimumCustomValue:i,onMouseOver:l,onMouseOut:s}=e;const c=null!=n&&n.length?uY.filter((e=>n.includes(e))):uY,u=e=>n=>{const o={...t};o[e]=n,r(o)};return(0,At.createElement)(At.Fragment,null,c.map((e=>(0,At.createElement)(dj,{value:t[e],label:sY[e],key:`spacing-sizes-control-${e}`,withInputField:!1,side:e,onChange:u(e),spacingSizes:o,type:a,minimumCustomValue:i,onMouseOver:l,onMouseOut:s}))))}const fj=["vertical","horizontal"];function hj(e){let{onChange:t,values:n,sides:r,spacingSizes:o,type:a,minimumCustomValue:i,onMouseOver:l,onMouseOut:s}=e;const c=e=>r=>{if(!t)return;const o={...n};"vertical"===e&&(o.top=r,o.bottom=r),"horizontal"===e&&(o.left=r,o.right=r),t(o)},u=null!=r&&r.length?fj.filter((e=>r.includes(e))):fj;return(0,At.createElement)(At.Fragment,null,u.map((e=>{const t="vertical"===e?n.top:n.left;return(0,At.createElement)(dj,{value:t,onChange:c(e),label:sY[e],key:`spacing-sizes-control-${e}`,withInputField:!1,side:e,spacingSizes:o,type:a,minimumCustomValue:i,onMouseOver:l,onMouseOut:s})})))}function gj(e){let{isLinked:t,onClick:n}=e;const r=Jr(t?"Unlink sides":"Link sides");return(0,At.createElement)(GC,{text:r},(0,At.createElement)("span",{className:"component-spacing-sizes-control__linked-button"},(0,At.createElement)(NL,{isSmall:!0,icon:t?$W:GW,iconSize:24,"aria-label":r,onClick:n})))}function bj(e){let{inputProps:t,onChange:n,label:r=Jr("Spacing Control"),values:o,sides:a,splitOnAxis:i=!1,useSelect:l,minimumCustomValue:s=0,onMouseOver:c,onMouseOut:u}=e;const d=[{name:0,slug:"0",size:0},...cj("spacing.spacingSizes")||[]];d.length>8&&d.unshift({name:Jr("Default"),slug:"default",size:void 0});const m=o||cY,p=pY(o),f=1===(null==a?void 0:a.length),[h,g]=(0,At.useState)(!p||!mY(m,a)||f),b={...t,onChange:e=>{const t={...o,...e};n(t)},isLinked:h,sides:a,values:m,spacingSizes:d,useSelect:l,type:r,minimumCustomValue:s,onMouseOver:c,onMouseOut:u};return(0,At.createElement)("fieldset",{className:Sf()("component-spacing-sizes-control",{"is-unlinked":!h})},(0,At.createElement)(ND.VisualLabel,{as:"legend"},r),!f&&(0,At.createElement)(gj,{onClick:()=>{g(!h)},isLinked:h}),h&&(0,At.createElement)(mj,Nt({"aria-label":r},b)),!h&&i&&(0,At.createElement)(hj,b),!h&&!i&&(0,At.createElement)(pj,b))}const vj={columns:e=>QB("grid-template-columns:",`repeat( ${e}, minmax(0, 1fr) )`,";",""),spacing:QB("column-gap:",rD(2),";row-gap:",rD(4),";",""),item:{fullWidth:{name:"18iuzk9",styles:"grid-column:1/-1"}}},yj={name:"huufmu",styles:">div:not( :first-of-type ){display:none;}"},_j=QB(vj.item.fullWidth," gap:",rD(2),";.components-dropdown-menu{margin:",rD(-1)," 0;line-height:0;}&&&& .components-dropdown-menu__toggle{padding:0;min-width:",rD(6),";}",""),Mj={name:"1pmxm02",styles:"font-size:inherit;font-weight:500;line-height:normal;&&{margin:0;}"},kj=QB(vj.item.fullWidth,"&>div,&>fieldset{padding-bottom:0;margin-bottom:0;max-width:100%;}&& ",ED,"{margin-bottom:0;",xD,":last-child{margin-bottom:0;}}",AD,"{margin-bottom:0;}&& ",vH,"{label{line-height:1.4em;}}",""),wj={name:"eivff4",styles:"display:none"},Ej={name:"16gsvie",styles:"min-width:200px"},xj=LL("span",{target:"ews648u0"})("color:",wD.ui.themeDark10,";font-size:11px;font-weight:500;line-height:1.4;",DP({marginLeft:rD(3)})," text-transform:uppercase;"),Cj=QB("color:",wD.gray[900],";&&[aria-disabled='true']{color:",wD.gray[700],";opacity:1;&:hover{color:",wD.gray[700],";}",xj,"{opacity:0.3;}}",""),Lj=()=>{},Sj=(0,At.createContext)({menuItems:{default:{},optional:{}},hasMenuItems:!1,isResetting:!1,shouldRenderPlaceholderItems:!1,registerPanelItem:Lj,deregisterPanelItem:Lj,flagItemCustomization:Lj,areAllOptionalControlsHidden:!0}),Aj=()=>(0,At.useContext)(Sj);const Tj=hL(((e,t)=>{const{children:n,isShown:r,shouldRenderPlaceholder:o,...a}=function(e){var t,n,r;const{className:o,hasValue:a,isShownByDefault:i,label:l,panelId:s,resetAllFilter:c,onDeselect:u,onSelect:d,...m}=fL(e,"ToolsPanelItem"),{panelId:p,menuItems:f,registerPanelItem:h,deregisterPanelItem:g,flagItemCustomization:b,isResetting:v,shouldRenderPlaceholderItems:y,firstDisplayedItem:_,lastDisplayedItem:M,__experimentalFirstVisibleItemClass:k,__experimentalLastVisibleItemClass:w}=Aj(),E=(0,At.useCallback)(a,[s,a]),x=(0,At.useCallback)(c,[s,c]),C=SI(p),L=p===s||null===p;(0,At.useEffect)((()=>(L&&null!==C&&h({hasValue:E,isShownByDefault:i,label:l,resetAllFilter:x,panelId:s}),()=>{(null===C&&p||p===s)&&g(l)})),[p,L,i,l,E,s,C,x,h,g]);const S=a(),A=SI(S);(0,At.useEffect)((()=>{i&&S&&!A&&b(l)}),[S,A,i,l,b]);const T=i?"default":"optional",z=null==f||null===(t=f[T])||void 0===t?void 0:t[l],N=SI(z),O=void 0!==(null==f||null===(n=f[T])||void 0===n?void 0:n[l]);(0,At.useEffect)((()=>{O&&!v&&L&&(!z||S||N||null==d||d(),!z&&N&&(null==u||u()))}),[L,z,O,v,S,N,d,u]);const B=i?void 0!==(null==f||null===(r=f[T])||void 0===r?void 0:r[l]):z,D=pL(),I=(0,At.useMemo)((()=>D(kj,y&&!B&&wj,o,_===l&&k,M===l&&w)),[B,y,o,D,_,M,k,w,l]);return{...m,isShown:B,shouldRenderPlaceholder:y,className:I}}(e);return r?(0,At.createElement)(AL,Nt({},a,{ref:t}),n):o?(0,At.createElement)(AL,Nt({},a,{ref:t})):null}),"ToolsPanelItem");const zj=hL((function(e,t){const n=function(e){const{expanded:t=!1,...n}=fL(e,"VStack");return cR({direction:"column",expanded:t,...n})}(e);return(0,At.createElement)(AL,Nt({},n,{ref:t}))}),"VStack"),Nj=zj,Oj=LC("InspectorControls"),Bj=LC("InspectorAdvancedControls"),Dj=LC("InspectorControlsBorder"),Ij=LC("InspectorControlsColor"),Rj=LC("InspectorControlsDimensions"),Pj=LC("InspectorControlsTypography"),Hj={default:Oj,advanced:Bj,border:Dj,color:Ij,dimensions:Rj,list:LC("InspectorControlsListView"),typography:Pj};function Wj(e){var t;let{__experimentalGroup:n="default",children:r}=e;const o=PB(),a=null===(t=Hj[n])||void 0===t?void 0:t.Fill;return a&&o?(0,At.createElement)(ag,{document},(0,At.createElement)(a,null,(e=>{const t=(0,Ot.isEmpty)(e)?null:e;return(0,At.createElement)(Sj.Provider,{value:t},r)}))):null}const Yj=(0,At.createElement)(Sx,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,At.createElement)(Cx,{d:"M13 19h-2v-2h2v2zm0-6h-2v-2h2v2zm0-6h-2V5h2v2z"}));const Fj=hL((function(e,t){const n=function(e){const{as:t,level:n=2,...r}=fL(e,"Heading"),o=t||`h${n}`,a={};return"string"==typeof o&&"h"!==o[0]&&(a.role="heading",a["aria-level"]="string"==typeof n?parseInt(n):n),{...lH({color:wD.gray[900],size:aH(n),isBlock:!0,weight:RD.fontWeightHeading,...r}),...a,as:o}}(e);return(0,At.createElement)(AL,Nt({},n,{ref:t}))}),"Heading");const jj=e=>{let{itemClassName:t,items:n,toggleItem:r}=e;if(!n.length)return null;const o=(0,At.createElement)(xj,{"aria-hidden":!0},Jr("Reset"));return(0,At.createElement)(VB,{label:Jr("Defaults")},n.map((e=>{let[n,a]=e;return a?(0,At.createElement)(UB,{key:n,className:t,role:"menuitem",label:Hr(Jr("Reset %s"),n),onClick:()=>{r(n),PT(Hr(Jr("%s reset to default"),n),"assertive")},suffix:o},n):(0,At.createElement)(UB,{key:n,className:t,role:"menuitemcheckbox",isSelected:!0,"aria-disabled":!0},n)})))},qj=e=>{let{items:t,toggleItem:n}=e;return t.length?(0,At.createElement)(VB,{label:Jr("Tools")},t.map((e=>{let[t,r]=e;const o=Hr(Jr(r?"Hide and reset %s":"Show %s"),t);return(0,At.createElement)(UB,{key:t,icon:r&&XF,isSelected:r,label:o,onClick:()=>{PT(Hr(Jr(r?"%s hidden and reset to default":"%s is now visible"),t),"assertive"),n(t)},role:"menuitemcheckbox"},t)}))):null},Vj=hL(((e,t)=>{const{areAllOptionalControlsHidden:n,defaultControlsItemClassName:r,dropdownMenuClassName:o,hasMenuItems:a,headingClassName:i,label:l,menuItems:s,resetAll:c,toggleItem:u,...d}=function(e){const{className:t,...n}=fL(e,"ToolsPanelHeader"),r=pL(),o=(0,At.useMemo)((()=>r(_j,t)),[t,r]),a=(0,At.useMemo)((()=>r(Ej)),[r]),i=(0,At.useMemo)((()=>r(Mj)),[r]),l=(0,At.useMemo)((()=>r(Cj)),[r]),{menuItems:s,hasMenuItems:c,areAllOptionalControlsHidden:u}=Aj();return{...n,areAllOptionalControlsHidden:u,defaultControlsItemClassName:l,dropdownMenuClassName:a,hasMenuItems:c,headingClassName:i,menuItems:s,className:o}}(e);if(!l)return null;const m=Object.entries((null==s?void 0:s.default)||{}),p=Object.entries((null==s?void 0:s.optional)||{}),f=n?IP:Yj,h=Hr(Zr("%s options","Button label to reveal tool panel options"),l),g=n?Jr("All options are currently hidden"):void 0,b=[...m,...p].some((e=>{let[,t]=e;return t}));return(0,At.createElement)(uR,Nt({},d,{ref:t}),(0,At.createElement)(Fj,{level:2,className:i},l),a&&(0,At.createElement)(uA,{icon:f,label:h,menuProps:{className:o},toggleProps:{isSmall:!0,describedBy:g}},(()=>(0,At.createElement)(At.Fragment,null,(0,At.createElement)(jj,{items:m,toggleItem:u,itemClassName:r}),(0,At.createElement)(qj,{items:p,toggleItem:u}),(0,At.createElement)(VB,null,(0,At.createElement)(UB,{"aria-disabled":!b,variant:"tertiary",onClick:()=>{b&&(c(),PT(Jr("All options reset"),"assertive"))}},Jr("Reset all")))))))}),"ToolsPanelHeader"),Uj=e=>{let{panelItems:t,shouldReset:n,currentMenuItems:r}=e;const o={default:{},optional:{}};return t.forEach((e=>{var t;let{hasValue:a,isShownByDefault:i,label:l}=e;const s=i?"default":"optional",c=null==r||null===(t=r[s])||void 0===t?void 0:t[l],u=void 0!==c?c:a();o[s][l]=!n&&u})),o},Xj=e=>e&&0===Object.keys(e).length;function $j(e){const{className:t,resetAll:n,panelId:r,hasInnerWrapper:o,shouldRenderPlaceholderItems:a,__experimentalFirstVisibleItemClass:i,__experimentalLastVisibleItemClass:l,...s}=fL(e,"ToolsPanel"),c=(0,At.useRef)(!1),u=c.current;(0,At.useEffect)((()=>{u&&(c.current=!1)}),[u]);const[d,m]=(0,At.useState)([]),p=(0,At.useCallback)((e=>{m((t=>{const n=[...t],r=n.findIndex((t=>t.label===e.label));return-1!==r&&n.splice(r,1),[...n,e]}))}),[m]),f=(0,At.useCallback)((e=>{m((t=>{const n=[...t],r=n.findIndex((t=>t.label===e));return-1!==r&&n.splice(r,1),n}))}),[m]),[h,g]=(0,At.useState)({default:{},optional:{}});(0,At.useEffect)((()=>{g((e=>Uj({panelItems:d,shouldReset:!1,currentMenuItems:e})))}),[d,g]);const b=(0,At.useCallback)((function(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"default";g((n=>({...n,[t]:{...n[t],[e]:!0}})))}),[g]),[v,y]=(0,At.useState)(!1);(0,At.useEffect)((()=>{if(Xj(null==h?void 0:h.default)&&!Xj(null==h?void 0:h.optional)){const e=!Object.entries(h.optional).some((e=>{let[,t]=e;return t}));y(e)}}),[h,y]);const _=pL(),M=(0,At.useMemo)((()=>{const e=o&&(e=>QB(">div:not( :first-of-type ){display:grid;",vj.columns(e)," ",vj.spacing," ",vj.item.fullWidth,";}",""))(2),n=Xj(null==h?void 0:h.default)&&v&&yj;return _((e=>QB(vj.columns(e)," ",vj.spacing," border-top:",RD.borderWidth," solid ",wD.gray[300],";margin-top:-1px;padding:",rD(4),";",""))(2),e,n,t)}),[v,t,_,o,h]),k=(0,At.useCallback)((e=>{const t=d.find((t=>t.label===e));if(!t)return;const n=t.isShownByDefault?"default":"optional",r={...h,[n]:{...h[n],[e]:!h[n][e]}};g(r)}),[h,d,g]),w=(0,At.useCallback)((()=>{if("function"==typeof n){c.current=!0;const e=[];d.forEach((t=>{t.resetAllFilter&&e.push(t.resetAllFilter)})),n(e)}const e=Uj({panelItems:d,shouldReset:!0});g(e)}),[d,n,g]),E=e=>{const t=h.optional||{},n=e.find((e=>e.isShownByDefault||!!t[e.label]));return null==n?void 0:n.label},x=E(d),C=E([...d].reverse());return{...s,panelContext:(0,At.useMemo)((()=>({areAllOptionalControlsHidden:v,deregisterPanelItem:f,firstDisplayedItem:x,flagItemCustomization:b,hasMenuItems:!!d.length,isResetting:c.current,lastDisplayedItem:C,menuItems:h,panelId:r,registerPanelItem:p,shouldRenderPlaceholderItems:a,__experimentalFirstVisibleItemClass:i,__experimentalLastVisibleItemClass:l})),[v,f,x,b,C,h,r,d,p,a,i,l]),resetAllItems:w,toggleItem:k,className:M}}const Gj={bottom:{alignItems:"flex-end",justifyContent:"center"},bottomLeft:{alignItems:"flex-start",justifyContent:"flex-end"},bottomRight:{alignItems:"flex-end",justifyContent:"flex-end"},center:{alignItems:"center",justifyContent:"center"},spaced:{alignItems:"center",justifyContent:"space-between"},left:{alignItems:"center",justifyContent:"flex-start"},right:{alignItems:"center",justifyContent:"flex-end"},stretch:{alignItems:"stretch"},top:{alignItems:"flex-start",justifyContent:"center"},topLeft:{alignItems:"flex-start",justifyContent:"flex-start"},topRight:{alignItems:"flex-start",justifyContent:"flex-end"}};function Kj(e){const{align:t,alignment:n,className:r,columnGap:o,columns:a=2,gap:i=3,isInline:l=!1,justify:s,rowGap:c,rows:u,templateColumns:d,templateRows:m,...p}=fL(e,"Grid"),f=nD(Array.isArray(a)?a:[a]),h=nD(Array.isArray(u)?u:[u]),g=d||!!a&&`repeat( ${f}, 1fr )`,b=m||!!u&&`repeat( ${h}, 1fr )`,v=pL();return{...p,className:(0,At.useMemo)((()=>{const e=function(e){return e?Gj[e]:{}}(n),a=QB({alignItems:t,display:l?"inline-grid":"grid",gap:`calc( ${RD.gridBase} * ${i} )`,gridTemplateColumns:g||void 0,gridTemplateRows:b||void 0,gridRowGap:c,gridColumnGap:o,justifyContent:s,verticalAlign:l?"middle":void 0,...e},"","");return v(a,r)}),[t,n,r,o,v,i,g,b,l,s,c])}}const Jj=hL((function(e,t){const n=Kj(e);return(0,At.createElement)(AL,Nt({},n,{ref:t}))}),"Grid"),Zj=hL(((e,t)=>{const{children:n,label:r,panelContext:o,resetAllItems:a,toggleItem:i,...l}=$j(e);return(0,At.createElement)(Jj,Nt({},l,{columns:2,ref:t}),(0,At.createElement)(Sj.Provider,{value:o},(0,At.createElement)(Vj,{label:r,resetAll:a,toggleItem:i}),n))}),"ToolsPanel"),Qj=e=>{if(null===e||"object"!=typeof e||Array.isArray(e))return e;const t=Object.fromEntries(Object.entries((0,Ot.mapValues)(e,Qj)).filter((e=>{let[,t]=e;return Boolean(t)})));return(0,Ot.isEmpty)(t)?void 0:t};function eq(e,t,n){return(0,Ot.setWith)(e?(0,Ot.clone)(e):{},t,n,Ot.clone)}function tq(e,t,n,r,o,a){var i;if(Object.values(null!=e?e:{}).every((e=>!e)))return n;if(1===a.length&&n.innerBlocks.length===r.length)return n;let l=null===(i=r[0])||void 0===i?void 0:i.attributes;if(a.length>1&&r.length>1){if(!r[o])return n;var s;l=null===(s=r[o])||void 0===s?void 0:s.attributes}let c=n;return Object.entries(e).forEach((e=>{let[n,r]=e;r&&t[n].forEach((e=>{const t=(0,Ot.get)(l,e);t&&(c={...c,attributes:eq(c.attributes,e,t)})}))})),c}function nq(e,t,n){const r=fa(e,t),o=null==r?void 0:r.__experimentalSkipSerialization;return Array.isArray(o)?o.includes(n):o}function rq(e){let{children:t,group:n,label:r}=e;const{updateBlockAttributes:o}=rf(OB),{getBlockAttributes:a,getMultiSelectedBlockClientIds:i,getSelectedBlockClientId:l,hasMultiSelection:s}=Uu(OB),c=l(),u=(0,At.useCallback)((function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[];const t={},n=s()?i():[c];n.forEach((n=>{const{style:r}=a(n);let o={style:r};e.forEach((e=>{o={...o,...e(o)}})),o={...o,style:Qj(o.style)},t[n]=o})),o(n,t,!0)}),[Qj,a,i,s,c,o]);return(0,At.createElement)(Zj,{className:`${n}-block-support-panel`,label:r,resetAll:u,key:c,panelId:c,hasInnerWrapper:!0,shouldRenderPlaceholderItems:!0,__experimentalFirstVisibleItemClass:"first",__experimentalLastVisibleItemClass:"last"},t)}function oq(e){let{Slot:t,...n}=e;const r=(0,At.useContext)(Sj);return(0,At.createElement)(t,Nt({},n,{fillProps:r,bubblesVirtually:!0}))}function aq(e){var t;let{__experimentalGroup:n="default",label:r,...o}=e;const a=null===(t=Hj[n])||void 0===t?void 0:t.Slot,i=dC(null==a?void 0:a.__unstableName),l=WB(null==a?void 0:a.__unstableName);if(!a||!i)return null;return Boolean(l&&l.length)?r?(0,At.createElement)(rq,{group:n,label:r},(0,At.createElement)(oq,Nt({},o,{Slot:a}))):(0,At.createElement)(a,Nt({},o,{bubblesVirtually:!0})):null}const iq=Wj;iq.Slot=aq;const lq=e=>(0,At.createElement)(Wj,Nt({},e,{__experimentalGroup:"advanced"}));lq.Slot=e=>(0,At.createElement)(aq,Nt({},e,{__experimentalGroup:"advanced"})),lq.slotName="InspectorAdvancedControls";const sq=iq;const cq=function(e){return hx((t=>{if(!e)return;function n(t){const{deltaX:n,deltaY:r}=t;e.current.scrollBy(n,r)}const r={passive:!0};return t.addEventListener("wheel",n,r),()=>{t.removeEventListener("wheel",n,r)}}),[e])},uq=Number.MAX_SAFE_INTEGER;const dq=(0,At.forwardRef)((function(e,t){let{clientId:n,bottomClientId:r,children:o,__unstableRefreshSize:a,__unstableCoverTarget:i=!1,__unstablePopoverSlot:l,__unstableContentRef:s,shift:c=!0,...u}=e;const d=oY(n),m=oY(null!=r?r:n),p=fg([t,cq(s)]),[f,h]=(0,At.useReducer)((e=>(e+1)%uq),0);(0,At.useLayoutEffect)((()=>{if(!d)return;const e=new window.MutationObserver(h);return e.observe(d,{attributes:!0}),()=>{e.disconnect()}}),[d]);const g=(0,At.useMemo)((()=>f<0||!d||m!==d?{}:{position:"absolute",width:d.offsetWidth,height:d.offsetHeight}),[d,m,a,f]),b=(0,At.useMemo)((()=>{if(!(f<0||!d||r&&!m))return{getBoundingClientRect(){var e,t,n,r;const o=d.getBoundingClientRect(),a=null==m?void 0:m.getBoundingClientRect(),i=Math.min(o.left,null!==(e=null==a?void 0:a.left)&&void 0!==e?e:1/0),l=Math.min(o.top,null!==(t=null==a?void 0:a.top)&&void 0!==t?t:1/0),s=Math.max(o.right,null!==(n=a.right)&&void 0!==n?n:-1/0)-i,c=Math.max(o.bottom,null!==(r=a.bottom)&&void 0!==r?r:-1/0)-l;return new window.DOMRect(i,l,s,c)},ownerDocument:d.ownerDocument}}),[r,m,d,f]);return!d||r&&!m?null:(0,At.createElement)(YC,Nt({ref:p,animate:!1,focusOnMount:!1,anchor:b,__unstableSlotName:l||null,placement:"top-start",resize:!1,flip:!1,shift:c},u,{className:Sf()("block-editor-block-popover",u.className),variant:"unstyled"}),i&&(0,At.createElement)("div",{style:g},o),!i&&o)}));function mq(e){const t=fa(e,Nq);return!!(!0===t||null!=t&&t.margin)}function pq(){let{name:e}=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};const t=!cj("spacing.margin"),n=!Hq(e,"margin");return!mq(e)||t||n}function fq(e){var t,n;const{name:r,attributes:{style:o},setAttributes:a,onMouseOver:i,onMouseOut:l}=e,s=cj("spacing.spacingSizes"),c=ER({availableUnits:cj("spacing.units")||["%","px","em","rem","vw"]}),u=Pq(r,"margin"),d=u&&u.some((e=>Bq.includes(e)));if(pq(e))return null;const m=e=>{const t={...o,spacing:{...null==o?void 0:o.spacing,margin:e}};a({style:Qj(t)})};return zA.select({web:(0,At.createElement)(At.Fragment,null,(!s||0===(null==s?void 0:s.length))&&(0,At.createElement)(QW,{values:null==o||null===(t=o.spacing)||void 0===t?void 0:t.margin,onChange:m,label:Jr("Margin"),sides:u,units:c,allowReset:!1,splitOnAxis:d,onMouseOver:i,onMouseOut:l}),(null==s?void 0:s.length)>0&&(0,At.createElement)(bj,{values:null==o||null===(n=o.spacing)||void 0===n?void 0:n.margin,onChange:m,label:Jr("Margin"),sides:u,units:c,allowReset:!1,splitOnAxis:!1,onMouseOver:i,onMouseOut:l})),native:null})}function hq(e){var t,n;let{clientId:r,attributes:o,forceShow:a}=e;const i=null==o||null===(t=o.style)||void 0===t||null===(n=t.spacing)||void 0===n?void 0:n.margin,l=(0,At.useMemo)((()=>{const e=null!=i&&i.top?iY(null==i?void 0:i.top):0,t=null!=i&&i.right?iY(null==i?void 0:i.right):0,n=null!=i&&i.bottom?iY(null==i?void 0:i.bottom):0,r=null!=i&&i.left?iY(null==i?void 0:i.left):0;return{borderTopWidth:e,borderRightWidth:t,borderBottomWidth:n,borderLeftWidth:r,top:e?`calc(${e} * -1)`:0,right:t?`calc(${t} * -1)`:0,bottom:n?`calc(${n} * -1)`:0,left:r?`calc(${r} * -1)`:0}}),[i]),[s,c]=(0,At.useState)(!1),u=(0,At.useRef)(i),d=(0,At.useRef)();return(0,At.useEffect)((()=>(Ul(i,u.current)||a||(c(!0),u.current=i,d.current=setTimeout((()=>{c(!1)}),400)),()=>{c(!1),d.current&&window.clearTimeout(d.current)})),[i,a]),s||a?(0,At.createElement)(dq,{clientId:r,__unstableCoverTarget:!0,__unstableRefreshSize:i,shift:!1},(0,At.createElement)("div",{className:"block-editor__padding-visualizer",style:l})):null}const gq={px:{max:1e3,step:1},"%":{max:100,step:1},vw:{max:100,step:1},vh:{max:100,step:1},em:{max:50,step:.1},rem:{max:50,step:.1}};function bq(e){var t,n,r,o,a;let{onChange:i,label:l=Jr("Height"),value:s}=e;const c=parseFloat(s),u=ER({availableUnits:cj("spacing.units")||["%","px","em","rem","vh","vw"]}),d=(0,At.useMemo)((()=>kR(s)),[s])[1]||(null===(t=u[0])||void 0===t?void 0:t.value)||"px";return(0,At.createElement)("fieldset",{className:"block-editor-height-control"},(0,At.createElement)(ND.VisualLabel,{as:"legend"},l),(0,At.createElement)(dD,null,(0,At.createElement)(pD,{isBlock:!0},(0,At.createElement)(iW,{value:s,units:u,onChange:i,onUnitChange:e=>{const[t,n]=kR(s);["em","rem"].includes(e)&&"px"===n?i((t/16).toFixed(2)+e):["em","rem"].includes(n)&&"px"===e?i(Math.round(16*t)+e):["vh","vw","%"].includes(e)&&t>100&&i(100+e)},min:0,size:"__unstable-large"})),(0,At.createElement)(pD,{isBlock:!0},(0,At.createElement)($H,{marginX:2,marginBottom:0},(0,At.createElement)(FY,{value:c,min:0,max:null!==(n=null===(r=gq[d])||void 0===r?void 0:r.max)&&void 0!==n?n:100,step:null!==(o=null===(a=gq[d])||void 0===a?void 0:a.step)&&void 0!==o?o:.1,withInputField:!1,onChange:e=>{i([e,d].join(""))},__nextHasNoMarginBottom:!0})))))}function vq(e){const t=fa(e,zq);return!!(!0===t||null!=t&&t.minHeight)}function yq(){let{name:e}=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};const t=!cj("dimensions.minHeight");return!vq(e)||t}function _q(e){var t;const{attributes:{style:n},setAttributes:r}=e;if(yq(e))return null;return(0,At.createElement)(bq,{label:Jr("Min. height"),value:null==n||null===(t=n.dimensions)||void 0===t?void 0:t.minHeight,onChange:e=>{const t={...n,dimensions:{...null==n?void 0:n.dimensions,minHeight:e}};r({style:Qj(t)})}})}function Mq(e){const t=fa(e,Nq);return!!(!0===t||null!=t&&t.padding)}function kq(){let{name:e}=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};const t=!cj("spacing.padding"),n=!Hq(e,"padding");return!Mq(e)||t||n}function wq(e){var t,n;const{name:r,attributes:{style:o},setAttributes:a,onMouseOver:i,onMouseOut:l}=e,s=cj("spacing.spacingSizes"),c=ER({availableUnits:cj("spacing.units")||["%","px","em","rem","vw"]}),u=Pq(r,"padding"),d=u&&u.some((e=>Bq.includes(e)));if(kq(e))return null;const m=e=>{const t={...o,spacing:{...null==o?void 0:o.spacing,padding:e}};a({style:Qj(t)})};return zA.select({web:(0,At.createElement)(At.Fragment,null,(!s||0===(null==s?void 0:s.length))&&(0,At.createElement)(QW,{values:null==o||null===(t=o.spacing)||void 0===t?void 0:t.padding,onChange:m,label:Jr("Padding"),sides:u,units:c,allowReset:!1,splitOnAxis:d,onMouseOver:i,onMouseOut:l}),(null==s?void 0:s.length)>0&&(0,At.createElement)(bj,{values:null==o||null===(n=o.spacing)||void 0===n?void 0:n.padding,onChange:m,label:Jr("Padding"),sides:u,units:c,allowReset:!1,splitOnAxis:d,onMouseOver:i,onMouseOut:l})),native:null})}function Eq(e){var t,n;let{clientId:r,attributes:o,forceShow:a}=e;const i=null==o||null===(t=o.style)||void 0===t||null===(n=t.spacing)||void 0===n?void 0:n.padding,l=(0,At.useMemo)((()=>({borderTopWidth:null!=i&&i.top?iY(null==i?void 0:i.top):0,borderRightWidth:null!=i&&i.right?iY(null==i?void 0:i.right):0,borderBottomWidth:null!=i&&i.bottom?iY(null==i?void 0:i.bottom):0,borderLeftWidth:null!=i&&i.left?iY(null==i?void 0:i.left):0})),[i]),[s,c]=(0,At.useState)(!1),u=(0,At.useRef)(i),d=(0,At.useRef)();return(0,At.useEffect)((()=>(Ul(i,u.current)||a||(c(!0),u.current=i,d.current=setTimeout((()=>{c(!1)}),400)),()=>{c(!1),d.current&&window.clearTimeout(d.current)})),[i,a]),s||a?(0,At.createElement)(dq,{clientId:r,__unstableCoverTarget:!0,__unstableRefreshSize:i,shift:!1},(0,At.createElement)("div",{className:"block-editor__padding-visualizer",style:l})):null}const xq=(0,At.forwardRef)((function(e,t){const{label:n,...r}=e,o=r["aria-label"]||n;return(0,At.createElement)(ZI,Nt({},r,{"aria-label":o,ref:t}),n)}));function Cq(e,t){const{orientation:n="horizontal"}=t;return Jr("fill"===e?"Stretch to fill available space.":"fixed"===e?"horizontal"===n?"Specify a fixed width.":"Specify a fixed height.":"Fit contents.")}function Lq(e){let{attributes:t,setAttributes:n,__unstableParentLayout:r}=e;const{style:o={}}=t,{layout:a={}}=o,{selfStretch:i,flexSize:l}=a;return(0,At.useEffect)((()=>{"fixed"!==i||l||n({style:{...o,layout:{...a,selfStretch:"fit"}}})}),[]),(0,At.createElement)(At.Fragment,null,(0,At.createElement)(II,{size:"__unstable-large",label:Tq(r),value:i||"fit",help:Cq(i,r),onChange:e=>{const t="fixed"!==e?null:l;n({style:{...o,layout:{...a,selfStretch:e,flexSize:t}}})},isBlock:!0},(0,At.createElement)(xq,{key:"fit",value:"fit",label:Jr("Fit")}),(0,At.createElement)(xq,{key:"fill",value:"fill",label:Jr("Fill")}),(0,At.createElement)(xq,{key:"fixed",value:"fixed",label:Jr("Fixed")})),"fixed"===i&&(0,At.createElement)(iW,{size:"__unstable-large",onChange:e=>{n({style:{...o,layout:{...a,flexSize:e}}})},value:l}))}function Sq(e){let{__unstableParentLayout:t={}}=e;const{type:n="default",allowSizingOnChildren:r=!1}=t;return"flex"===n&&r}function Aq(e){const t=!cj("layout");return!Sq(e)||t}function Tq(e){const{orientation:t="horizontal"}=e;return Jr("horizontal"===t?"Width":"Height")}const zq="dimensions",Nq="spacing",Oq=["top","right","bottom","left"],Bq=["vertical","horizontal"];function Dq(){const[e,t]=(0,At.useState)(!1),{__experimentalHideBlockInterface:n,__experimentalShowBlockInterface:r}=rf(OB);return{isMouseOver:e,onMouseOver:e=>{e.stopPropagation(),n(),t(!0)},onMouseOut:e=>{e.stopPropagation(),r(),t(!1)}}}function Iq(e){const t=jq(e),n=kq(e),r=pq(e),o=yq(e),a=Aq(e),i=Rq(e),l=function(e){if("web"!==zA.OS)return!1;const{name:t}=e;return Wq(t)||vq(t)||Mq(t)||mq(t)||Sq(e)}(e),s=cj("spacing.spacingSizes"),c=Dq(),u=Dq();if(i||!l)return null;const d=fa(e.name,[zq,"__experimentalDefaultControls"]),m=fa(e.name,[Nq,"__experimentalDefaultControls"]),p=(e,t)=>n=>{var r;return{...n,style:{...n.style,[t]:{...null===(r=n.style)||void 0===r?void 0:r[t],[e]:void 0}}}},f=Sf()({"tools-panel-item-spacing":s&&s.length>0}),{__unstableParentLayout:h}=e;return(0,At.createElement)(At.Fragment,null,(0,At.createElement)(sq,{__experimentalGroup:"dimensions"},!n&&(0,At.createElement)(Tj,{className:f,hasValue:()=>function(e){var t,n;return void 0!==(null===(t=e.attributes.style)||void 0===t||null===(n=t.spacing)||void 0===n?void 0:n.padding)}(e),label:Jr("Padding"),onDeselect:()=>function(e){let{attributes:t={},setAttributes:n}=e;const{style:r}=t;n({style:Qj({...r,spacing:{...null==r?void 0:r.spacing,padding:void 0}})})}(e),resetAllFilter:p("padding","spacing"),isShownByDefault:null==m?void 0:m.padding,panelId:e.clientId},(0,At.createElement)(wq,Nt({onMouseOver:c.onMouseOver,onMouseOut:c.onMouseOut},e))),!r&&(0,At.createElement)(Tj,{className:f,hasValue:()=>function(e){var t,n;return void 0!==(null===(t=e.attributes.style)||void 0===t||null===(n=t.spacing)||void 0===n?void 0:n.margin)}(e),label:Jr("Margin"),onDeselect:()=>function(e){let{attributes:t={},setAttributes:n}=e;const{style:r}=t;n({style:Qj({...r,spacing:{...null==r?void 0:r.spacing,margin:void 0}})})}(e),resetAllFilter:p("margin","spacing"),isShownByDefault:null==m?void 0:m.margin,panelId:e.clientId},(0,At.createElement)(fq,Nt({onMouseOver:u.onMouseOver,onMouseOut:u.onMouseOut},e))),!t&&(0,At.createElement)(Tj,{className:f,hasValue:()=>function(e){var t,n;return void 0!==(null===(t=e.attributes.style)||void 0===t||null===(n=t.spacing)||void 0===n?void 0:n.blockGap)}(e),label:Jr("Block spacing"),onDeselect:()=>function(e){let{attributes:t={},setAttributes:n}=e;const{style:r}=t;n({style:{...r,spacing:{...null==r?void 0:r.spacing,blockGap:void 0}}})}(e),resetAllFilter:p("blockGap","spacing"),isShownByDefault:null==m?void 0:m.blockGap,panelId:e.clientId},(0,At.createElement)(qq,e)),!o&&(0,At.createElement)(Tj,{hasValue:()=>function(e){var t,n;return void 0!==(null===(t=e.attributes.style)||void 0===t||null===(n=t.dimensions)||void 0===n?void 0:n.minHeight)}(e),label:Jr("Min. height"),onDeselect:()=>function(e){let{attributes:t={},setAttributes:n}=e;const{style:r}=t;n({style:Qj({...r,dimensions:{...null==r?void 0:r.dimensions,minHeight:void 0}})})}(e),resetAllFilter:p("minHeight","dimensions"),isShownByDefault:null==d?void 0:d.minHeight,panelId:e.clientId},(0,At.createElement)(_q,e)),!a&&(0,At.createElement)(Nj,{as:Tj,spacing:2,hasValue:()=>function(e){var t;return void 0!==(null===(t=e.attributes.style)||void 0===t?void 0:t.layout)}(e),label:Tq(h),onDeselect:()=>function(e){let{attributes:t={},setAttributes:n}=e;const{style:r}=t;n({style:{...r,layout:void 0}})}(e),resetAllFilter:p("selfStretch","layout"),isShownByDefault:!1,panelId:e.clientId},(0,At.createElement)(Lq,e))),!n&&(0,At.createElement)(Eq,Nt({forceShow:c.isMouseOver},e)),!r&&(0,At.createElement)(hq,Nt({forceShow:u.isMouseOver},e)))}const Rq=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};const t=jq(e),n=yq(e),r=kq(e),o=pq(e),a=Aq(e);return t&&n&&r&&o&&a};function Pq(e,t){var n;const r=fa(e,Nq);if(r&&"boolean"!=typeof r[t])return Array.isArray(r[t])?r[t]:null!==(n=r[t])&&void 0!==n&&n.sides?r[t].sides:void 0}function Hq(e,t){const n=Pq(e,t);return!(n&&n.some((e=>Oq.includes(e)))&&n.some((e=>Bq.includes(e))))||(console.warn(`The ${t} support for the "${e}" block can not be configured to support both axial and arbitrary sides.`),!1)}function Wq(e){const t=fa(e,Nq);return!!(!0===t||null!=t&&t.blockGap)}function Yq(e){if(!e)return null;const t="string"==typeof e;return{top:t?e:null==e?void 0:e.top,left:t?e:null==e?void 0:e.left}}function Fq(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"0";const n=Yq(e);if(!n)return null;const r=iY(null==n?void 0:n.top)||t,o=iY(null==n?void 0:n.left)||t;return r===o?r:`${r} ${o}`}function jq(){let{name:e}=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};const t=!cj("spacing.blockGap");return!Wq(e)||t}function qq(e){var t;const{clientId:n,attributes:{style:r},name:o,setAttributes:a}=e,i=cj("spacing.spacingSizes"),l=ER({availableUnits:cj("spacing.units")||["%","px","em","rem","vw"]}),s=Pq(o,"blockGap"),c=rY(n);if(jq(e))return null;const u=s&&s.some((e=>Bq.includes(e))),d=e=>{var t;let n=e;e&&u?n={...Yq(e)}:null!=e&&e.hasOwnProperty("top")&&(n=e.top);const o={...r,spacing:{...null==r?void 0:r.spacing,blockGap:n}};a({style:Qj(o)});const i=(null===(t=window)||void 0===t?void 0:t.navigator.userAgent)&&window.navigator.userAgent.includes("Safari")&&!window.navigator.userAgent.includes("Chrome ")&&!window.navigator.userAgent.includes("Chromium ");var l;c.current&&i&&(null===(l=c.current.parentNode)||void 0===l||l.replaceChild(c.current,c.current))},m=Yq(null==r||null===(t=r.spacing)||void 0===t?void 0:t.blockGap),p=u?{...m,right:null==m?void 0:m.left,bottom:null==m?void 0:m.top}:{top:null==m?void 0:m.top};return zA.select({web:(0,At.createElement)(At.Fragment,null,(!i||0===(null==i?void 0:i.length))&&(u?(0,At.createElement)(QW,{label:Jr("Block spacing"),min:0,onChange:d,units:l,sides:s,values:p,allowReset:!1,splitOnAxis:u}):(0,At.createElement)(iW,{label:Jr("Block spacing"),__unstableInputWidth:"80px",min:0,onChange:d,units:l,value:p})),(null==i?void 0:i.length)>0&&(0,At.createElement)(bj,{values:p,onChange:d,label:Jr("Block spacing"),sides:u?s:["top"],units:l,allowReset:!1,splitOnAxis:u})),native:null})}const Vq=(0,At.createElement)(Sx,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,At.createElement)(Cx,{d:"M15 4H9v11h6V4zM4 18.5V20h16v-1.5H4z"})),Uq=(0,At.createElement)(Sx,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,At.createElement)(Cx,{d:"M20 11h-5V4H9v7H4v1.5h5V20h6v-7.5h5z"})),Xq={top:{icon:(0,At.createElement)(Sx,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,At.createElement)(Cx,{d:"M9 20h6V9H9v11zM4 4v1.5h16V4H4z"})),title:Zr("Align top","Block vertical alignment setting")},center:{icon:Uq,title:Zr("Align middle","Block vertical alignment setting")},bottom:{icon:Vq,title:Zr("Align bottom","Block vertical alignment setting")}},$q=["top","center","bottom"],Gq={variant:"toolbar"};const Kq=function(e){let{value:t,onChange:n,controls:r=$q,isCollapsed:o=!0,isToolbar:a}=e;const i=Xq[t],l=Xq.top,s=a?mA:qB,c=a?{isCollapsed:o}:{popoverProps:{POPOVER_PROPS:Gq}};return(0,At.createElement)(s,Nt({icon:i?i.icon:l.icon,label:Zr("Change vertical alignment","Block vertical alignment setting label"),controls:r.map((e=>{return{...Xq[e],isActive:t===e,role:o?"menuitemradio":void 0,onClick:(r=e,()=>n(t===r?void 0:r))};var r}))},c))},Jq=e=>(0,At.createElement)(Kq,Nt({},e,{isToolbar:!1})),Zq=e=>(0,At.createElement)(Kq,Nt({},e,{isToolbar:!0})),Qq={left:XB,center:$B,right:GB,"space-between":KB};const eV=function(e){let{allowedControls:t=["left","center","right","space-between"],isCollapsed:n=!0,onChange:r,value:o,popoverProps:a,isToolbar:i}=e;const l=e=>{r(e===o?void 0:e)},s=o?Qq[o]:Qq.left,c=[{name:"left",icon:XB,title:Jr("Justify items left"),isActive:"left"===o,onClick:()=>l("left")},{name:"center",icon:$B,title:Jr("Justify items center"),isActive:"center"===o,onClick:()=>l("center")},{name:"right",icon:GB,title:Jr("Justify items right"),isActive:"right"===o,onClick:()=>l("right")},{name:"space-between",icon:KB,title:Jr("Space between items"),isActive:"space-between"===o,onClick:()=>l("space-between")}],u=i?mA:qB,d=i?{isCollapsed:n}:{};return(0,At.createElement)(u,Nt({icon:s,popoverProps:a,label:Jr("Change items justification"),controls:c.filter((e=>t.includes(e.name)))},d))},tV=e=>(0,At.createElement)(eV,Nt({},e,{isToolbar:!1})),nV={left:"flex-start",right:"flex-end",center:"center","space-between":"space-between"},rV={left:"flex-start",right:"flex-end",center:"center"},oV={top:"flex-start",center:"center",bottom:"flex-end"},aV=["wrap","nowrap"],iV={name:"flex",label:Jr("Flex"),inspectorControls:function(e){let{layout:t={},onChange:n,layoutBlockSupport:r={}}=e;const{allowOrientation:o=!0}=r;return(0,At.createElement)(At.Fragment,null,(0,At.createElement)(dD,null,(0,At.createElement)(pD,null,(0,At.createElement)(sV,{layout:t,onChange:n})),(0,At.createElement)(pD,null,o&&(0,At.createElement)(uV,{layout:t,onChange:n}))),(0,At.createElement)(cV,{layout:t,onChange:n}))},toolBarControls:function(e){let{layout:t={},onChange:n,layoutBlockSupport:r}=e;if(null!=r&&r.allowSwitching)return null;const{allowVerticalAlignment:o=!0}=r;return(0,At.createElement)(jB,{group:"block",__experimentalShareWithChildBlocks:!0},(0,At.createElement)(sV,{layout:t,onChange:n,isToolbar:!0}),o&&"vertical"!==(null==t?void 0:t.orientation)&&(0,At.createElement)(lV,{layout:t,onChange:n,isToolbar:!0}))},getLayoutStyle:function(e){var t,n;let{selector:r,layout:o,style:a,blockName:i,hasBlockGapSupport:l,layoutDefinitions:s}=e;const{orientation:c="horizontal"}=o,u=null!=a&&null!==(t=a.spacing)&&void 0!==t&&t.blockGap&&!nq(i,"spacing","blockGap")?Fq(null==a||null===(n=a.spacing)||void 0===n?void 0:n.blockGap,"0.5em"):void 0,d=nV[o.justifyContent],m=aV.includes(o.flexWrap)?o.flexWrap:"wrap",p=oV[o.verticalAlignment],f=rV[o.justifyContent]||rV.left;let h="";const g=[];return m&&"wrap"!==m&&g.push(`flex-wrap: ${m}`),"horizontal"===c?(p&&g.push(`align-items: ${p}`),d&&g.push(`justify-content: ${d}`)):(g.push("flex-direction: column"),g.push(`align-items: ${f}`)),g.length&&(h=`${mR(r)} {\n\t\t\t\t${g.join("; ")};\n\t\t\t}`),l&&u&&(h+=pR(r,s,"flex",u)),h},getOrientation(e){const{orientation:t="horizontal"}=e;return t},getAlignments:()=>[]};function lV(e){let{layout:t,onChange:n,isToolbar:r=!1}=e;const{verticalAlignment:o=oV.center}=t,a=e=>{n({...t,verticalAlignment:e})};if(r)return(0,At.createElement)(Jq,{onChange:a,value:o});const i=[{value:"flex-start",label:Jr("Align items top")},{value:"center",label:Jr("Align items center")},{value:"flex-end",label:Jr("Align items bottom")}];return(0,At.createElement)("fieldset",{className:"block-editor-hooks__flex-layout-vertical-alignment-control"},(0,At.createElement)("legend",null,Jr("Vertical alignment")),(0,At.createElement)("div",null,i.map(((e,t,n)=>(0,At.createElement)(NL,{key:e,label:n,icon:t,isPressed:o===e,onClick:()=>a(e)})))))}function sV(e){let{layout:t,onChange:n,isToolbar:r=!1}=e;const{justifyContent:o="left",orientation:a="horizontal"}=t,i=e=>{n({...t,justifyContent:e})},l=["left","center","right"];if("horizontal"===a&&l.push("space-between"),r)return(0,At.createElement)(tV,{allowedControls:l,value:o,onChange:i,popoverProps:{position:"bottom right",variant:"toolbar"}});const s=[{value:"left",icon:XB,label:Jr("Justify items left")},{value:"center",icon:$B,label:Jr("Justify items center")},{value:"right",icon:GB,label:Jr("Justify items right")}];return"horizontal"===a&&s.push({value:"space-between",icon:KB,label:Jr("Space between items")}),(0,At.createElement)(II,{label:Jr("Justification"),value:o,onChange:i,className:"block-editor-hooks__flex-layout-justification-controls"},s.map((e=>{let{value:t,icon:n,label:r}=e;return(0,At.createElement)(eR,{key:t,value:t,icon:n,label:r})})))}function cV(e){let{layout:t,onChange:n}=e;const{flexWrap:r="wrap"}=t;return(0,At.createElement)(dR,{label:Jr("Allow to wrap to multiple lines"),onChange:e=>{n({...t,flexWrap:e?"wrap":"nowrap"})},checked:"wrap"===r})}function uV(e){let{layout:t,onChange:n}=e;const{orientation:r="horizontal"}=t;return(0,At.createElement)(II,{className:"block-editor-hooks__flex-layout-orientation-controls",label:Jr("Orientation"),value:r,onChange:e=>n({...t,orientation:e})},(0,At.createElement)(eR,{icon:JB,value:"horizontal",label:Jr("Horizontal")}),(0,At.createElement)(eR,{icon:ZB,value:"vertical",label:Jr("Vertical")}))}const dV={name:"default",label:Jr("Flow"),inspectorControls:function(){return null},toolBarControls:function(){return null},getLayoutStyle:function(e){var t;let{selector:n,style:r,blockName:o,hasBlockGapSupport:a,layoutDefinitions:i}=e;const l=Fq(null==r||null===(t=r.spacing)||void 0===t?void 0:t.blockGap);let s="";nq(o,"spacing","blockGap")||(null!=l&&l.top?s=Fq(null==l?void 0:l.top):"string"==typeof l&&(s=Fq(l)));let c="";return a&&s&&(c+=pR(n,i,"default",s)),c},getOrientation:()=>"vertical",getAlignments(e){const t=fR(e);if(void 0!==e.alignments)return e.alignments.includes("none")||e.alignments.unshift("none"),e.alignments.map((e=>({name:e,info:t[e]})));const{contentSize:n,wideSize:r}=e,o=[{name:"left"},{name:"center"},{name:"right"}];return n&&o.unshift({name:"full"}),r&&o.unshift({name:"wide",info:t.wide}),o.unshift({name:"none",info:t.none}),o}},mV=(0,At.createElement)(Sx,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,At.createElement)(Cx,{d:"M7 9v6h10V9H7zM5 19.8h14v-1.5H5v1.5zM5 4.3v1.5h14V4.3H5z"})),pV=(0,At.createElement)(Sx,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,At.createElement)(Cx,{d:"M5 9v6h14V9H5zm11-4.8H8v1.5h8V4.2zM8 19.8h8v-1.5H8v1.5z"})),fV="var:";function hV(e,t,n,r){const o=(0,Ot.get)(e,n);return o?[{selector:null==t?void 0:t.selector,key:r,value:bV(o)}]:[]}function gV(e,t,n,r){let o=arguments.length>4&&void 0!==arguments[4]?arguments[4]:["top","right","bottom","left"];const a=(0,Ot.get)(e,n);if(!a)return[];const i=[];if("string"==typeof a)i.push({selector:null==t?void 0:t.selector,key:r.default,value:a});else{const e=o.reduce(((e,n)=>{const o=bV((0,Ot.get)(a,[n]));return o&&e.push({selector:null==t?void 0:t.selector,key:null==r?void 0:r.individual.replace("%s",vV(n)),value:o}),e}),[]);i.push(...e)}return i}function bV(e){if("string"==typeof e&&e.startsWith(fV)){return`var(--wp--${e.slice(fV.length).split("|").map((e=>(0,Ot.kebabCase)(e))).join("--")})`}return e}function vV(e){const[t,...n]=e;return t.toUpperCase()+n.join("")}function yV(e){return(t,n)=>hV(t,n,e,function(e){const[t,...n]=e;return t.toLowerCase()+n.map(vV).join("")}(e))}function _V(e){return(t,n)=>["color","style","width"].flatMap((r=>yV(["border",e,r])(t,n)))}const MV={name:"radius",generate:(e,t)=>gV(e,t,["border","radius"],{default:"borderRadius",individual:"border%sRadius"},["topLeft","topRight","bottomLeft","bottomRight"])},kV={name:"background",generate:(e,t)=>hV(e,t,["color","background"],"backgroundColor")},wV={name:"gradient",generate:(e,t)=>hV(e,t,["color","gradient"],"background")},EV={name:"text",generate:(e,t)=>hV(e,t,["color","text"],"color")},xV={name:"minHeight",generate:(e,t)=>hV(e,t,["dimensions","minHeight"],"minHeight")},CV={name:"shadow",generate:(e,t)=>hV(e,t,["shadow"],"boxShadow")},LV={name:"color",generate:function(e,t){let n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:["outline","color"],r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:"outlineColor";return hV(e,t,n,r)}},SV={name:"offset",generate:function(e,t){let n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:["outline","offset"],r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:"outlineOffset";return hV(e,t,n,r)}},AV={name:"style",generate:function(e,t){let n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:["outline","style"],r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:"outlineStyle";return hV(e,t,n,r)}},TV={name:"width",generate:function(e,t){let n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:["outline","width"],r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:"outlineWidth";return hV(e,t,n,r)}},zV={name:"padding",generate:(e,t)=>gV(e,t,["spacing","padding"],{default:"padding",individual:"padding%s"})},NV={name:"margin",generate:(e,t)=>gV(e,t,["spacing","margin"],{default:"margin",individual:"margin%s"})},OV={name:"fontSize",generate:(e,t)=>hV(e,t,["typography","fontSize"],"fontSize")},BV={name:"fontStyle",generate:(e,t)=>hV(e,t,["typography","fontStyle"],"fontStyle")},DV={name:"fontWeight",generate:(e,t)=>hV(e,t,["typography","fontWeight"],"fontWeight")},IV={name:"fontFamily",generate:(e,t)=>hV(e,t,["typography","fontFamily"],"fontFamily")},RV={name:"letterSpacing",generate:(e,t)=>hV(e,t,["typography","letterSpacing"],"letterSpacing")},PV={name:"letterSpacing",generate:(e,t)=>hV(e,t,["typography","lineHeight"],"lineHeight")},HV={name:"textColumns",generate:(e,t)=>hV(e,t,["typography","textColumns"],"columnCount")},WV={name:"textDecoration",generate:(e,t)=>hV(e,t,["typography","textDecoration"],"textDecoration")},YV={name:"textTransform",generate:(e,t)=>hV(e,t,["typography","textTransform"],"textTransform")},FV=[...[{name:"color",generate:yV(["border","color"])},{name:"style",generate:yV(["border","style"])},{name:"width",generate:yV(["border","width"])},MV,{name:"borderTop",generate:_V("top")},{name:"borderRight",generate:_V("right")},{name:"borderBottom",generate:_V("bottom")},{name:"borderLeft",generate:_V("left")}],...[EV,wV,kV],...[xV],...[LV,AV,SV,TV],...[NV,zV],...[IV,OV,BV,DV,RV,PV,HV,WV,YV],...[CV]];function jV(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};const n=qV(e,t);if(null==t||!t.selector){const e=[];return n.forEach((t=>{e.push(`${(0,Ot.kebabCase)(t.key)}: ${t.value};`)})),e.join(" ")}const r=(0,Ot.groupBy)(n,"selector"),o=Object.keys(r).reduce(((e,t)=>(e.push(`${t} { ${r[t].map((e=>`${(0,Ot.kebabCase)(e.key)}: ${e.value};`)).join(" ")} }`),e)),[]);return o.join("\n")}function qV(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};const n=[];return FV.forEach((r=>{"function"==typeof r.generate&&n.push(...r.generate(e,t))})),n}const VV={name:"constrained",label:Jr("Constrained"),inspectorControls:function(e){let{layout:t,onChange:n}=e;const{wideSize:r,contentSize:o,justifyContent:a="center"}=t,i=[{value:"left",icon:XB,label:Jr("Justify items left")},{value:"center",icon:$B,label:Jr("Justify items center")},{value:"right",icon:GB,label:Jr("Justify items right")}],l=ER({availableUnits:cj("spacing.units")||["%","px","em","rem","vw"]});return(0,At.createElement)(At.Fragment,null,(0,At.createElement)("div",{className:"block-editor-hooks__layout-controls"},(0,At.createElement)("div",{className:"block-editor-hooks__layout-controls-unit"},(0,At.createElement)(iW,{label:Jr("Content"),labelPosition:"top",__unstableInputWidth:"80px",value:o||r||"",onChange:e=>{e=0>parseFloat(e)?"0":e,n({...t,contentSize:e})},units:l}),(0,At.createElement)(UF,{icon:mV})),(0,At.createElement)("div",{className:"block-editor-hooks__layout-controls-unit"},(0,At.createElement)(iW,{label:Jr("Wide"),labelPosition:"top",__unstableInputWidth:"80px",value:r||o||"",onChange:e=>{e=0>parseFloat(e)?"0":e,n({...t,wideSize:e})},units:l}),(0,At.createElement)(UF,{icon:pV}))),(0,At.createElement)("p",{className:"block-editor-hooks__layout-controls-helptext"},Jr("Customize the width for all elements that are assigned to the center or wide columns.")),(0,At.createElement)(II,{label:Jr("Justification"),value:a,onChange:e=>{n({...t,justifyContent:e})}},i.map((e=>{let{value:t,icon:n,label:r}=e;return(0,At.createElement)(eR,{key:t,value:t,icon:n,label:r})}))))},toolBarControls:function(){return null},getLayoutStyle:function(e){var t,n;let{selector:r,layout:o={},style:a,blockName:i,hasBlockGapSupport:l,layoutDefinitions:s}=e;const{contentSize:c,wideSize:u,justifyContent:d}=o,m=Fq(null==a||null===(t=a.spacing)||void 0===t?void 0:t.blockGap);let p="";nq(i,"spacing","blockGap")||(null!=m&&m.top?p=Fq(null==m?void 0:m.top):"string"==typeof m&&(p=Fq(m)));const f="left"===d?"0 !important":"auto !important",h="right"===d?"0 !important":"auto !important";let g=c||u?`\n\t\t\t\t\t${mR(r,"> :where(:not(.alignleft):not(.alignright):not(.alignfull))")} {\n\t\t\t\t\t\tmax-width: ${null!=c?c:u};\n\t\t\t\t\t\tmargin-left: ${f};\n\t\t\t\t\t\tmargin-right: ${h};\n\t\t\t\t\t}\n\t\t\t\t\t${mR(r,"> .alignwide")} {\n\t\t\t\t\t\tmax-width: ${null!=u?u:c};\n\t\t\t\t\t}\n\t\t\t\t\t${mR(r,"> .alignfull")} {\n\t\t\t\t\t\tmax-width: none;\n\t\t\t\t\t}\n\t\t\t\t`:"";if("left"===d?g+=`${mR(r,"> :where(:not(.alignleft):not(.alignright):not(.alignfull))")}\n\t\t\t{ margin-left: ${f}; }`:"right"===d&&(g+=`${mR(r,"> :where(:not(.alignleft):not(.alignright):not(.alignfull))")}\n\t\t\t{ margin-right: ${h}; }`),null!=a&&null!==(n=a.spacing)&&void 0!==n&&n.padding){qV(a).forEach((e=>{"paddingRight"===e.key?g+=`\n\t\t\t\t\t${mR(r,"> .alignfull")} {\n\t\t\t\t\t\tmargin-right: calc(${e.value} * -1);\n\t\t\t\t\t}\n\t\t\t\t\t`:"paddingLeft"===e.key&&(g+=`\n\t\t\t\t\t${mR(r,"> .alignfull")} {\n\t\t\t\t\t\tmargin-left: calc(${e.value} * -1);\n\t\t\t\t\t}\n\t\t\t\t\t`)}))}return l&&p&&(g+=pR(r,s,"constrained",p)),g},getOrientation:()=>"vertical",getAlignments(e){const t=fR(e);if(void 0!==e.alignments)return e.alignments.includes("none")||e.alignments.unshift("none"),e.alignments.map((e=>({name:e,info:t[e]})));const{contentSize:n,wideSize:r}=e,o=[{name:"left"},{name:"center"},{name:"right"}];return n&&o.unshift({name:"full"}),r&&o.unshift({name:"wide",info:t.wide}),o.unshift({name:"none",info:t.none}),o}},UV=[dV,iV,VV];function XV(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"default";return UV.find((t=>t.name===e))}const $V={type:"default"},GV=(0,At.createContext)($V),KV=GV.Provider;function JV(){return(0,At.useContext)(GV)}function ZV(e){let{layout:t={},css:n,...r}=e;const o=XV(t.type),a=null!==cj("spacing.blockGap");if(o){var i;if(n)return(0,At.createElement)("style",null,n);const e=null===(i=o.getLayoutStyle)||void 0===i?void 0:i.call(o,{hasBlockGapSupport:a,layout:t,...r});if(e)return(0,At.createElement)("style",null,e)}return null}const QV=[],eU=["none","left","center","right","wide","full"],tU=["wide","full"];function nU(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:eU;e.includes("none")||(e=["none",...e]);const{wideControlsEnabled:t=!1,themeSupportsLayout:n}=Uu((e=>{const{getSettings:t}=e(OB),n=t();return{wideControlsEnabled:n.alignWide,themeSupportsLayout:n.supportsLayout}}),[]),r=JV(),o=XV(null==r?void 0:r.type),a=o.getAlignments(r);if(n){const t=a.filter((t=>{let{name:n}=t;return e.includes(n)}));return 1===t.length&&"none"===t[0].name?QV:t}if("default"!==o.name&&"constrained"!==o.name)return QV;const{alignments:i=eU}=r,l=e.filter((e=>(r.alignments||t||!tU.includes(e))&&i.includes(e))).map((e=>({name:e})));return 1===l.length&&"none"===l[0].name?QV:l}const rU=(0,At.createElement)(Sx,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,At.createElement)(Cx,{d:"M5 15h14V9H5v6zm0 4.8h14v-1.5H5v1.5zM5 4.2v1.5h14V4.2H5z"})),oU=(0,At.createElement)(Sx,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,At.createElement)(Cx,{d:"M4 9v6h14V9H4zm8-4.8H4v1.5h8V4.2zM4 19.8h8v-1.5H4v1.5z"})),aU=(0,At.createElement)(Sx,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,At.createElement)(Cx,{d:"M6 15h14V9H6v6zm6-10.8v1.5h8V4.2h-8zm0 15.6h8v-1.5h-8v1.5z"})),iU=(0,At.createElement)(Sx,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,At.createElement)(Cx,{d:"M5 4v11h14V4H5zm3 15.8h8v-1.5H8v1.5z"})),lU={none:{icon:rU,title:Zr("None","Alignment option")},left:{icon:oU,title:Jr("Align left")},center:{icon:mV,title:Jr("Align center")},right:{icon:aU,title:Jr("Align right")},wide:{icon:pV,title:Jr("Wide width")},full:{icon:iU,title:Jr("Full width")}},sU={variant:"toolbar"};const cU=function(e){let{value:t,onChange:n,controls:r,isToolbar:o,isCollapsed:a=!0}=e;const i=nU(r);if(!!!i.length)return null;function l(e){n([t,"none"].includes(e)?void 0:e)}const s=lU[t],c=lU.none,u=o?mA:qB,d={icon:s?s.icon:c.icon,label:Jr("Align")},m=o?{isCollapsed:a,controls:i.map((e=>{let{name:n}=e;return{...lU[n],isActive:t===n||!t&&"none"===n,role:a?"menuitemradio":void 0,onClick:()=>l(n)}}))}:{toggleProps:{describedBy:Jr("Change alignment")},popoverProps:sU,children:e=>{let{onClose:n}=e;return(0,At.createElement)(At.Fragment,null,(0,At.createElement)(VB,{className:"block-editor-block-alignment-control__menu-group"},i.map((e=>{let{name:r,info:o}=e;const{icon:a,title:i}=lU[r],s=r===t||!t&&"none"===r;return(0,At.createElement)(UB,{key:r,icon:a,iconPosition:"left",className:Sf()("components-dropdown-menu__menu-item",{"is-active":s}),isSelected:s,onClick:()=>{l(r),n()},role:"menuitemradio",info:o},i)}))))}};return(0,At.createElement)(u,Nt({},d,m))},uU=e=>(0,At.createElement)(cU,Nt({},e,{isToolbar:!1})),dU=e=>(0,At.createElement)(cU,Nt({},e,{isToolbar:!0})),mU=["left","center","right","wide","full"],pU=["wide","full"];function fU(e){let t,n=!(arguments.length>1&&void 0!==arguments[1])||arguments[1],r=!(arguments.length>2&&void 0!==arguments[2])||arguments[2];return t=Array.isArray(e)?mU.filter((t=>e.includes(t))):!0===e?[...mU]:[],!r||!0===e&&!n?t.filter((e=>!pU.includes(e))):t}const hU=xf((e=>t=>{const n=(0,At.createElement)(e,t),{name:r}=t,o=nU(fU(fa(r,"align"),ha(r,"alignWide",!0))).map((e=>{let{name:t}=e;return t})),a=Uu((e=>e(OB).__unstableGetContentLockingParent(t.clientId)),[t.clientId]);if(!o.length||a)return n;return(0,At.createElement)(At.Fragment,null,(0,At.createElement)(jB,{group:"block",__experimentalShareWithChildBlocks:!0},(0,At.createElement)(uU,{value:t.attributes.align,onChange:e=>{if(!e){var n,r;const o=ma(t.name);(null==o||null===(n=o.attributes)||void 0===n||null===(r=n.align)||void 0===r?void 0:r.default)&&(e="")}t.setAttributes({align:e})},controls:o})),n)}),"withToolbarControls"),gU=xf((e=>t=>{const{name:n,attributes:r}=t,{align:o}=r,a=nU(fU(fa(n,"align"),ha(n,"alignWide",!0)));if(void 0===o)return(0,At.createElement)(e,t);let i=t.wrapperProps;return a.some((e=>e.name===o))&&(i={...i,"data-align":o}),(0,At.createElement)(e,Nt({},t,{wrapperProps:i}))}));ar("blocks.registerBlockType","core/align/addAttribute",(function(e){var t,n;return"type"in(null!==(t=null===(n=e.attributes)||void 0===n?void 0:n.align)&&void 0!==t?t:{})||ha(e,"align")&&(e.attributes={...e.attributes,align:{type:"string",enum:[...mU,""]}}),e})),ar("editor.BlockListBlock","core/editor/align/with-data-align",gU),ar("editor.BlockEdit","core/editor/align/with-toolbar-controls",hU),ar("blocks.getSaveContent.extraProps","core/align/addAssignedAlign",(function(e,t,n){const{align:r}=n;return fU(fa(t,"align"),ha(t,"alignWide",!0)).includes(r)&&(e.className=Sf()(`align${r}`,e.className)),e})),ar("blocks.registerBlockType","core/lock/addAttribute",(function(e){var t,n;return"type"in(null!==(t=null===(n=e.attributes)||void 0===n?void 0:n.lock)&&void 0!==t?t:{})||(e.attributes={...e.attributes,lock:{type:"object"}}),e}));const bU=(0,At.forwardRef)((function(e,t){const{__nextHasNoMarginBottom:n,label:r,hideLabelFromVision:o,value:a,help:i,className:l,onChange:s,type:c="text",...u}=e,d=`inspector-text-control-${ug(bU)}`;return(0,At.createElement)(ND,{__nextHasNoMarginBottom:n,label:r,hideLabelFromVision:o,id:d,help:i,className:l},(0,At.createElement)("input",Nt({className:"components-text-control__input",type:c,id:d,value:a,onChange:e=>s(e.target.value),"aria-describedby":i?d+"__help":void 0,ref:t},u)))})),vU=bU,yU=(0,At.createElement)(Sx,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,At.createElement)(Cx,{d:"M18.2 17c0 .7-.6 1.2-1.2 1.2H7c-.7 0-1.2-.6-1.2-1.2V7c0-.7.6-1.2 1.2-1.2h3.2V4.2H7C5.5 4.2 4.2 5.5 4.2 7v10c0 1.5 1.2 2.8 2.8 2.8h10c1.5 0 2.8-1.2 2.8-2.8v-3.6h-1.5V17zM14.9 3v1.5h3.7l-6.4 6.4 1.1 1.1 6.4-6.4v3.7h1.5V3h-6.3z"}));const _U=LL(UF,{target:"esh4a730"})({name:"rvs7bx",styles:"width:1em;height:1em;margin:0;vertical-align:middle;fill:currentColor"});const MU=(0,At.forwardRef)((function(e,t){const{href:n,children:r,className:o,rel:a="",...i}=e,l=[...new Set([...a.split(" "),"external","noreferrer","noopener"].filter(Boolean))].join(" "),s=sg()("components-external-link",o),c=!(null==n||!n.startsWith("#"));return(0,At.createElement)("a",Nt({},i,{className:s,href:n,onClick:t=>{c&&t.preventDefault(),e.onClick&&e.onClick(t)},target:"_blank",rel:l,ref:t}),r,(0,At.createElement)(TL,{as:"span"},Jr("(opens in a new tab)")),(0,At.createElement)(_U,{icon:yU,className:"components-external-link__icon"}))})),kU=()=>CE("(prefers-reduced-motion: reduce)"),wU=(0,At.createElement)(Sx,{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,At.createElement)(Cx,{d:"M6.5 12.4L12 8l5.5 4.4-.9 1.2L12 10l-4.5 3.6-1-1.2z"})),EU=()=>{};const xU=(0,At.forwardRef)(((e,t)=>{let{isOpened:n,icon:r,title:o,...a}=e;return o?(0,At.createElement)("h2",{className:"components-panel__body-title"},(0,At.createElement)(NL,Nt({className:"components-panel__body-toggle","aria-expanded":n,ref:t},a),(0,At.createElement)("span",{"aria-hidden":"true"},(0,At.createElement)(JC,{className:"components-panel__arrow",icon:n?wU:ZF})),o,r&&(0,At.createElement)(JC,{icon:r,className:"components-panel__icon",size:20}))):null})),CU=(0,At.forwardRef)((function(e,t){let{buttonProps:n={},children:r,className:o,icon:a,initialOpen:i,onToggle:l=EU,opened:s,title:c,scrollAfterOpen:u=!0}=e;const[d,m]=oW(s,{initial:void 0===i||i}),p=(0,At.useRef)(),f=kU()?"auto":"smooth",h=(0,At.useRef)();h.current=u,ZC((()=>{var e;d&&h.current&&null!==(e=p.current)&&void 0!==e&&e.scrollIntoView&&p.current.scrollIntoView({inline:"nearest",block:"nearest",behavior:f})}),[d,f]);const g=sg()("components-panel__body",o,{"is-opened":d});return(0,At.createElement)("div",{className:g,ref:fg([p,t])},(0,At.createElement)(xU,Nt({icon:a,isOpened:d,onClick:e=>{e.preventDefault();const t=!d;m(t),l(t)},title:c},n)),"function"==typeof r?r({opened:d}):d&&r)}));CU.displayName="PanelBody";const LU=CU,SU=/[\s#]/g,AU={type:"string",source:"attribute",attribute:"id",selector:"*"};const TU=xf((e=>t=>{if(ha(t.name,"anchor")&&t.isSelected){const n="web"===zA.OS,r=(0,At.createElement)(vU,{className:"html-anchor-control",label:Jr("HTML anchor"),help:(0,At.createElement)(At.Fragment,null,Jr("Enter a word or two — without spaces — to make a unique web address just for this block, called an “anchor.” Then, you’ll be able to link directly to this section of your page."),n&&(0,At.createElement)(MU,{href:Jr("https://wordpress.org/support/article/page-jumps/")},Jr("Learn more about anchors"))),value:t.attributes.anchor||"",placeholder:n?null:Jr("Add an anchor"),onChange:e=>{e=e.replace(SU,"-"),t.setAttributes({anchor:e})},autoCapitalize:"none",autoComplete:"off"});return(0,At.createElement)(At.Fragment,null,(0,At.createElement)(e,t),n&&(0,At.createElement)(sq,{__experimentalGroup:"advanced"},r),!n&&"core/heading"===t.name&&(0,At.createElement)(sq,null,(0,At.createElement)(LU,{title:Jr("Heading settings")},r)))}return(0,At.createElement)(e,t)}),"withInspectorControl");ar("blocks.registerBlockType","core/anchor/attribute",(function(e){var t,n;return"type"in(null!==(t=null===(n=e.attributes)||void 0===n?void 0:n.anchor)&&void 0!==t?t:{})||ha(e,"anchor")&&(e.attributes={...e.attributes,anchor:AU}),e})),ar("editor.BlockEdit","core/editor/anchor/with-inspector-control",TU),ar("blocks.getSaveContent.extraProps","core/anchor/save-props",(function(e,t,n){return ha(t,"anchor")&&(e.id=""===n.anchor?null:n.anchor),e}));const zU={type:"string",source:"attribute",attribute:"aria-label",selector:"*"};ar("blocks.registerBlockType","core/ariaLabel/attribute",(function(e){var t,n;return null!=e&&null!==(t=e.attributes)&&void 0!==t&&null!==(n=t.ariaLabel)&&void 0!==n&&n.type||ha(e,"ariaLabel")&&(e.attributes={...e.attributes,ariaLabel:zU}),e})),ar("blocks.getSaveContent.extraProps","core/ariaLabel/save-props",(function(e,t,n){return ha(t,"ariaLabel")&&(e["aria-label"]=""===n.ariaLabel?null:n.ariaLabel),e}));const NU=xf((e=>t=>ha(t.name,"customClassName",!0)&&t.isSelected?(0,At.createElement)(At.Fragment,null,(0,At.createElement)(e,t),(0,At.createElement)(sq,{__experimentalGroup:"advanced"},(0,At.createElement)(vU,{autoComplete:"off",label:Jr("Additional CSS class(es)"),value:t.attributes.className||"",onChange:e=>{t.setAttributes({className:""!==e?e:void 0})},help:Jr("Separate multiple classes with spaces.")}))):(0,At.createElement)(e,t)),"withInspectorControl");ar("blocks.registerBlockType","core/custom-class-name/attribute",(function(e){return ha(e,"customClassName",!0)&&(e.attributes={...e.attributes,className:{type:"string"}}),e})),ar("editor.BlockEdit","core/editor/custom-class-name/with-inspector-control",NU),ar("blocks.getSaveContent.extraProps","core/custom-class-name/save-props",(function(e,t,n){return ha(t,"customClassName",!0)&&n.className&&(e.className=Sf()(e.className,n.className)),e})),ar("blocks.switchToBlockType.transformedBlock","core/color/addTransforms",(function(e,t,n,r){if(!ha(e.name,"customClassName",!0))return e;if(1===r.length&&e.innerBlocks.length===t.length)return e;if(1===r.length&&t.length>1||r.length>1&&1===t.length)return e;if(t[n]){var o;const r=null===(o=t[n])||void 0===o?void 0:o.attributes.className;if(r)return{...e,attributes:{...e.attributes,className:r}}}return e})),ar("blocks.getSaveContent.extraProps","core/generated-class-name/save-props",(function(e,t){return ha(t,"className",!0)&&("string"==typeof e.className?e.className=[...new Set([$l(t.name),...e.className.split(" ")])].join(" ").trim():e.className=$l(t.name)),e}));function OU(e){return xf((t=>{const n="core/with-filters/"+e;let r;class o extends At.Component{constructor(){super(...arguments),void 0===r&&(r=pr(e,t))}componentDidMount(){o.instances.push(this),1===o.instances.length&&(or("hookRemoved",n,i),or("hookAdded",n,i))}componentWillUnmount(){o.instances=o.instances.filter((e=>e!==this)),0===o.instances.length&&(ir("hookRemoved",n),ir("hookAdded",n))}render(){return(0,At.createElement)(r,this.props)}}o.instances=[];const a=dg((()=>{r=pr(e,t),o.instances.forEach((e=>{e.forceUpdate()}))}),16);function i(t){t===e&&a()}return o}),"withFilters")}const BU=xf((function(e){return e.prototype instanceof At.Component?class extends e{shouldComponentUpdate(e,t){return!Ul(e,this.props)||!Ul(t,this.state)}}:class extends At.Component{shouldComponentUpdate(e){return!Ul(e,this.props)}render(){return(0,At.createElement)(e,this.props)}}}),"pure"),DU=e=>xf((t=>BU((n=>{const r=Uu(((t,r)=>e(t,n,r)));return(0,At.createElement)(t,Nt({},n,r))}))),"withSelect"),IU=(e,t)=>{const n=Hu(),r=(0,At.useRef)(e);return Ou((()=>{r.current=e})),(0,At.useMemo)((()=>{const e=r.current(n.dispatch,n);return(0,Ot.mapValues)(e,((e,t)=>("function"!=typeof e&&console.warn(`Property ${t} returned from dispatchMap in useDispatchWithMap must be a function.`),function(){return r.current(n.dispatch,n)[t](...arguments)})))}),[n,...t])},RU=e=>xf((t=>n=>{const r=IU(((t,r)=>e(t,n,r)),[]);return(0,At.createElement)(t,Nt({},n,r))}),"withDispatch");const PU=function(e){return xf((t=>n=>e(n)?(0,At.createElement)(t,n):null),"ifCondition")},HU=(0,At.createContext)({});function WU(e){let{value:t,children:n}=e;const r=(0,At.useContext)(HU),o=(0,At.useMemo)((()=>({...r,...t})),[r,t]);return(0,At.createElement)(HU.Provider,{value:o,children:n})}const YU=HU,FU={},jU=OU("editor.BlockEdit")((e=>{const{attributes:t={},name:n}=e,r=ma(n),o=(0,At.useContext)(YU),a=(0,At.useMemo)((()=>r&&r.usesContext?Object.fromEntries(Object.entries(o).filter((e=>{let[t]=e;return r.usesContext.includes(t)}))):FU),[r,o]);if(!r)return null;const i=r.edit||r.save;if(r.apiVersion>1)return(0,At.createElement)(i,Nt({},e,{context:a}));const l=ha(r,"className",!0)?$l(n):null,s=Sf()(l,t.className,e.className);return(0,At.createElement)(i,Nt({},e,{context:a,className:s}))}));function qU(e){const{name:t,isSelected:n,clientId:r,__unstableLayoutClassNames:o}=e,a={name:t,isSelected:n,clientId:r,__unstableLayoutClassNames:o};return(0,At.createElement)(IB,{value:(0,At.useMemo)((()=>a),Object.values(a))},(0,At.createElement)(jU,e))}const VU=new Set(["alert","status","log","marquee","timer"]);let UU=[],XU=!1;function $U(e){if(XU)return;Array.from(document.body.children).forEach((t=>{t!==e&&function(e){const t=e.getAttribute("role");return!("SCRIPT"===e.tagName||e.hasAttribute("aria-hidden")||e.hasAttribute("aria-live")||t&&VU.has(t))}(t)&&(t.setAttribute("aria-hidden","true"),UU.push(t))})),XU=!0}let GU=0;const KU=(0,At.forwardRef)((function(e,t){const{bodyOpenClassName:n="modal-open",role:r="dialog",title:o=null,focusOnMount:a=!0,shouldCloseOnEsc:i=!0,shouldCloseOnClickOutside:l=!0,isDismissible:s=!0,aria:c={labelledby:void 0,describedby:void 0},onRequestClose:u,icon:d,closeButtonLabel:m,children:p,style:f,overlayClassName:h,className:g,contentLabel:b,onKeyDown:v,isFullScreen:y=!1,__experimentalHideHeader:_=!1}=e,M=(0,At.useRef)(),k=ug(KU),w=o?`components-modal-header-${k}`:c.labelledby,E=bx(a),x=gx(),C=vx(),L=_x(u),[S,A]=(0,At.useState)(!1);(0,At.useEffect)((()=>(GU++,1===GU&&($U(M.current),document.body.classList.add(n)),()=>{GU--,0===GU&&(document.body.classList.remove(n),XU&&(UU.forEach((e=>{e.removeAttribute("aria-hidden")})),UU=[],XU=!1))})),[n]);const T=(0,At.useCallback)((e=>{var t,n;const r=null!==(t=null==e||null===(n=e.currentTarget)||void 0===n?void 0:n.scrollTop)&&void 0!==t?t:-1;!S&&r>0?A(!0):S&&r<=0&&A(!1)}),[S]);return(0,zt.createPortal)((0,At.createElement)("div",{ref:fg([M,t]),className:sg()("components-modal__screen-overlay",h),onKeyDown:function(e){e.nativeEvent.isComposing||229===e.keyCode||i&&"Escape"===e.code&&!e.defaultPrevented&&(e.preventDefault(),u&&u(e))}},(0,At.createElement)(ag,{document},(0,At.createElement)("div",Nt({className:sg()("components-modal__frame",g,{"is-full-screen":y}),style:f,ref:fg([x,C,E]),role:r,"aria-label":b,"aria-labelledby":b?void 0:w,"aria-describedby":c.describedby,tabIndex:-1},l?L:{},{onKeyDown:v}),(0,At.createElement)("div",{className:sg()("components-modal__content",{"hide-header":_,"has-scrolled-content":S}),role:"document",onScroll:T},!_&&(0,At.createElement)("div",{className:"components-modal__header"},(0,At.createElement)("div",{className:"components-modal__header-heading-container"},d&&(0,At.createElement)("span",{className:"components-modal__icon-container","aria-hidden":!0},d),o&&(0,At.createElement)("h1",{id:w,className:"components-modal__header-heading"},o)),s&&(0,At.createElement)(NL,{onClick:u,icon:Ax,label:m||Jr("Close dialog")})),p)))),document.body)})),JU=KU,ZU=(0,At.createElement)(Sx,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,At.createElement)(Cx,{d:"M11 13h2v-2h-2v2zm-6 0h2v-2H5v2zm12-2v2h2v-2h-2z"}));const QU=function(e){let{className:t,actions:n,children:r,secondaryActions:o}=e;return(0,At.createElement)("div",{style:{display:"contents",all:"initial"}},(0,At.createElement)("div",{className:Sf()(t,"block-editor-warning")},(0,At.createElement)("div",{className:"block-editor-warning__contents"},(0,At.createElement)("p",{className:"block-editor-warning__message"},r),(At.Children.count(n)>0||o)&&(0,At.createElement)("div",{className:"block-editor-warning__actions"},At.Children.count(n)>0&&At.Children.map(n,((e,t)=>(0,At.createElement)("span",{key:t,className:"block-editor-warning__action"},e))),o&&(0,At.createElement)(uA,{className:"block-editor-warning__secondary",icon:ZU,label:Jr("More options"),popoverProps:{position:"bottom left",className:"block-editor-warning__dropdown"},noIcons:!0},(()=>(0,At.createElement)(VB,null,o.map(((e,t)=>(0,At.createElement)(UB,{onClick:e.onClick,key:t},e.title))))))))))};var eX=n(7630);function tX(e){let{title:t,rawContent:n,renderedContent:r,action:o,actionText:a,className:i}=e;return(0,At.createElement)("div",{className:i},(0,At.createElement)("div",{className:"block-editor-block-compare__content"},(0,At.createElement)("h2",{className:"block-editor-block-compare__heading"},t),(0,At.createElement)("div",{className:"block-editor-block-compare__html"},n),(0,At.createElement)("div",{className:"block-editor-block-compare__preview edit-post-visual-editor"},(0,At.createElement)(fl,null,Ro(r)))),(0,At.createElement)("div",{className:"block-editor-block-compare__action"},(0,At.createElement)(NL,{variant:"secondary",tabIndex:"0",onClick:o},a)))}const nX=function(e){let{block:t,onKeep:n,onConvert:r,convertor:o,convertButtonText:a}=e;const i=function(e){const t=(Array.isArray(e)?e:[e]).map((e=>Zl(e.name,e.attributes,e.innerBlocks)));return t.join("")}(o(t)),l=(s=t.originalContent,c=i,(0,eX.Kx)(s,c).map(((e,t)=>{const n=Sf()({"block-editor-block-compare__added":e.added,"block-editor-block-compare__removed":e.removed});return(0,At.createElement)("span",{key:t,className:n},e.value)})));var s,c;return(0,At.createElement)("div",{className:"block-editor-block-compare__wrapper"},(0,At.createElement)(tX,{title:Jr("Current"),className:"block-editor-block-compare__current",action:n,actionText:Jr("Convert to HTML"),rawContent:t.originalContent,renderedContent:t.originalContent}),(0,At.createElement)(tX,{title:Jr("After Conversion"),className:"block-editor-block-compare__converted",action:r,actionText:a,rawContent:l,renderedContent:i}))};const rX=e=>Vc({HTML:e.originalContent}),oX=ln([DU(((e,t)=>{let{clientId:n}=t;return{block:e(OB).getBlock(n)}})),RU(((e,t)=>{let{block:n}=t;const{replaceBlock:r}=e(OB);return{convertToClassic(){r(n.clientId,(e=>Sa("core/freeform",{content:e.originalContent}))(n))},convertToHTML(){r(n.clientId,(e=>Sa("core/html",{content:e.originalContent}))(n))},convertToBlocks(){r(n.clientId,rX(n))},attemptBlockRecovery(){r(n.clientId,(e=>{let{name:t,attributes:n,innerBlocks:r}=e;return Sa(t,n,r)})(n))}}}))])((function(e){let{convertToHTML:t,convertToBlocks:n,convertToClassic:r,attemptBlockRecovery:o,block:a}=e;const i=!!ma("core/html"),[l,s]=(0,At.useState)(!1),c=(0,At.useCallback)((()=>s(!0)),[]),u=(0,At.useCallback)((()=>s(!1)),[]),d=(0,At.useMemo)((()=>[{title:Zr("Resolve","imperative verb"),onClick:c},i&&{title:Jr("Convert to HTML"),onClick:t},{title:Jr("Convert to Classic Block"),onClick:r}].filter(Boolean)),[c,t,r]);return(0,At.createElement)(At.Fragment,null,(0,At.createElement)(QU,{actions:[(0,At.createElement)(NL,{key:"recover",onClick:o,variant:"primary"},Jr("Attempt Block Recovery"))],secondaryActions:d},Jr("This block contains unexpected or invalid content.")),l&&(0,At.createElement)(JU,{title:Jr("Resolve Block"),onRequestClose:u,className:"block-editor-block-compare"},(0,At.createElement)(nX,{block:a,onKeep:t,onConvert:n,convertor:rX,convertButtonText:Jr("Convert to Blocks")})))})),aX=(0,At.createElement)(QU,{className:"block-editor-block-list__block-crash-warning"},Jr("This block has encountered an error and cannot be previewed.")),iX=()=>aX;class lX extends At.Component{constructor(){super(...arguments),this.state={hasError:!1}}componentDidCatch(){this.setState({hasError:!0})}render(){return this.state.hasError?this.props.fallback:this.props.children}}const sX=lX;var cX=n(4042);const uX=function(e){let{clientId:t}=e;const[n,r]=(0,At.useState)(""),o=Uu((e=>e(OB).getBlock(t)),[t]),{updateBlock:a}=rf(OB);return(0,At.useEffect)((()=>{r(es(o))}),[o]),(0,At.createElement)(cX.Z,{className:"block-editor-block-list__block-html-textarea",value:n,onBlur:()=>{const e=ma(o.name);if(!e)return;const i=sc(e,n,o.attributes),l=n||Zl(e,i),[s]=n?js({...o,attributes:i,originalContent:l}):[!0];a(t,{attributes:i,originalContent:l,isValid:s}),n||r({content:l})},onChange:e=>r(e.target.value)})};function dX(){let{isDisabled:e=!1}=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};return hx((t=>{if(e)return;const n=[],r=()=>{t.childNodes.forEach((e=>{e instanceof HTMLElement&&(e.getAttribute("inert")||(e.setAttribute("inert","true"),n.push((()=>{e.removeAttribute("inert")}))))}))},o=dg(r,0,{leading:!0});r();const a=new window.MutationObserver(o);return a.observe(t,{childList:!0}),()=>{a&&a.disconnect(),o.cancel(),n.forEach((e=>e()))}}),[e])}let mX=SX();const pX=e=>EX(e,mX);let fX=SX();pX.write=e=>EX(e,fX);let hX=SX();pX.onStart=e=>EX(e,hX);let gX=SX();pX.onFrame=e=>EX(e,gX);let bX=SX();pX.onFinish=e=>EX(e,bX);let vX=[];pX.setTimeout=(e,t)=>{let n=pX.now()+t,r=()=>{let e=vX.findIndex((e=>e.cancel==r));~e&&vX.splice(e,1),kX-=~e?1:0},o={time:n,handler:e,cancel:r};return vX.splice(yX(n),0,o),kX+=1,xX(),o};let yX=e=>~(~vX.findIndex((t=>t.time>e))||~vX.length);pX.cancel=e=>{hX.delete(e),gX.delete(e),mX.delete(e),fX.delete(e),bX.delete(e)},pX.sync=e=>{wX=!0,pX.batchedUpdates(e),wX=!1},pX.throttle=e=>{let t;function n(){try{e(...t)}finally{t=null}}function r(...e){t=e,pX.onStart(n)}return r.handler=e,r.cancel=()=>{hX.delete(n),t=null},r};let _X="undefined"!=typeof window?window.requestAnimationFrame:()=>{};pX.use=e=>_X=e,pX.now="undefined"!=typeof performance?()=>performance.now():Date.now,pX.batchedUpdates=e=>e(),pX.catch=console.error,pX.frameLoop="always",pX.advance=()=>{"demand"!==pX.frameLoop?console.warn("Cannot call the manual advancement of rafz whilst frameLoop is not set as demand"):LX()};let MX=-1,kX=0,wX=!1;function EX(e,t){wX?(t.delete(e),e(0)):(t.add(e),xX())}function xX(){MX<0&&(MX=0,"demand"!==pX.frameLoop&&_X(CX))}function CX(){~MX&&(_X(CX),pX.batchedUpdates(LX))}function LX(){let e=MX;MX=pX.now();let t=yX(MX);t&&(AX(vX.splice(0,t),(e=>e.handler())),kX-=t),hX.flush(),mX.flush(e?Math.min(64,MX-e):16.667),gX.flush(),fX.flush(),bX.flush(),kX||(MX=-1)}function SX(){let e=new Set,t=e;return{add(n){kX+=t!=e||e.has(n)?0:1,e.add(n)},delete:n=>(kX-=t==e&&e.has(n)?1:0,e.delete(n)),flush(n){t.size&&(e=new Set,kX-=t.size,AX(t,(t=>t(n)&&e.add(t))),kX+=e.size,t=e)}}}function AX(e,t){e.forEach((e=>{try{t(e)}catch(e){pX.catch(e)}}))}function TX(){}const zX={arr:Array.isArray,obj:e=>!!e&&"Object"===e.constructor.name,fun:e=>"function"==typeof e,str:e=>"string"==typeof e,num:e=>"number"==typeof e,und:e=>void 0===e};function NX(e,t){if(zX.arr(e)){if(!zX.arr(t)||e.length!==t.length)return!1;for(let n=0;ne.forEach(t);function BX(e,t,n){if(zX.arr(e))for(let r=0;rzX.und(e)?[]:zX.arr(e)?e:[e];function IX(e,t){if(e.size){const n=Array.from(e);e.clear(),OX(n,t)}}const RX=(e,...t)=>IX(e,(e=>e(...t))),PX=()=>"undefined"==typeof window||!window.navigator||/ServerSideRendering|^Deno\//.test(window.navigator.userAgent);let HX,WX,YX=null,FX=!1,jX=TX;var qX=Object.freeze({__proto__:null,get createStringInterpolator(){return HX},get to(){return WX},get colors(){return YX},get skipAnimation(){return FX},get willAdvance(){return jX},assign:e=>{e.to&&(WX=e.to),e.now&&(pX.now=e.now),void 0!==e.colors&&(YX=e.colors),null!=e.skipAnimation&&(FX=e.skipAnimation),e.createStringInterpolator&&(HX=e.createStringInterpolator),e.requestAnimationFrame&&pX.use(e.requestAnimationFrame),e.batchedUpdates&&(pX.batchedUpdates=e.batchedUpdates),e.willAdvance&&(jX=e.willAdvance),e.frameLoop&&(pX.frameLoop=e.frameLoop)}});const VX=new Set;let UX=[],XX=[],$X=0;const GX={get idle(){return!VX.size&&!UX.length},start(e){$X>e.priority?(VX.add(e),pX.onStart(KX)):(JX(e),pX(QX))},advance:QX,sort(e){if($X)pX.onFrame((()=>GX.sort(e)));else{const t=UX.indexOf(e);~t&&(UX.splice(t,1),ZX(e))}},clear(){UX=[],VX.clear()}};function KX(){VX.forEach(JX),VX.clear(),pX(QX)}function JX(e){UX.includes(e)||ZX(e)}function ZX(e){UX.splice(function(e,t){const n=e.findIndex(t);return n<0?e.length:n}(UX,(t=>t.priority>e.priority)),0,e)}function QX(e){const t=XX;for(let n=0;n0}const e$="[-+]?\\d*\\.?\\d+",t$=e$+"%";function n$(...e){return"\\(\\s*("+e.join(")\\s*,\\s*(")+")\\s*\\)"}const r$=new RegExp("rgb"+n$(e$,e$,e$)),o$=new RegExp("rgba"+n$(e$,e$,e$,e$)),a$=new RegExp("hsl"+n$(e$,t$,t$)),i$=new RegExp("hsla"+n$(e$,t$,t$,e$)),l$=/^#([0-9a-fA-F]{1})([0-9a-fA-F]{1})([0-9a-fA-F]{1})$/,s$=/^#([0-9a-fA-F]{1})([0-9a-fA-F]{1})([0-9a-fA-F]{1})([0-9a-fA-F]{1})$/,c$=/^#([0-9a-fA-F]{6})$/,u$=/^#([0-9a-fA-F]{8})$/;function d$(e,t,n){return n<0&&(n+=1),n>1&&(n-=1),n<1/6?e+6*(t-e)*n:n<.5?t:n<2/3?e+(t-e)*(2/3-n)*6:e}function m$(e,t,n){const r=n<.5?n*(1+t):n+t-n*t,o=2*n-r,a=d$(o,r,e+1/3),i=d$(o,r,e),l=d$(o,r,e-1/3);return Math.round(255*a)<<24|Math.round(255*i)<<16|Math.round(255*l)<<8}function p$(e){const t=parseInt(e,10);return t<0?0:t>255?255:t}function f$(e){return(parseFloat(e)%360+360)%360/360}function h$(e){const t=parseFloat(e);return t<0?0:t>1?255:Math.round(255*t)}function g$(e){const t=parseFloat(e);return t<0?0:t>100?1:t/100}function b$(e){let t=function(e){let t;return"number"==typeof e?e>>>0===e&&e>=0&&e<=4294967295?e:null:(t=c$.exec(e))?parseInt(t[1]+"ff",16)>>>0:YX&&void 0!==YX[e]?YX[e]:(t=r$.exec(e))?(p$(t[1])<<24|p$(t[2])<<16|p$(t[3])<<8|255)>>>0:(t=o$.exec(e))?(p$(t[1])<<24|p$(t[2])<<16|p$(t[3])<<8|h$(t[4]))>>>0:(t=l$.exec(e))?parseInt(t[1]+t[1]+t[2]+t[2]+t[3]+t[3]+"ff",16)>>>0:(t=u$.exec(e))?parseInt(t[1],16)>>>0:(t=s$.exec(e))?parseInt(t[1]+t[1]+t[2]+t[2]+t[3]+t[3]+t[4]+t[4],16)>>>0:(t=a$.exec(e))?(255|m$(f$(t[1]),g$(t[2]),g$(t[3])))>>>0:(t=i$.exec(e))?(m$(f$(t[1]),g$(t[2]),g$(t[3]))|h$(t[4]))>>>0:null}(e);return null===t?e:(t=t||0,`rgba(${(4278190080&t)>>>24}, ${(16711680&t)>>>16}, ${(65280&t)>>>8}, ${(255&t)/255})`)}const v$=(e,t,n)=>{if(zX.fun(e))return e;if(zX.arr(e))return v$({range:e,output:t,extrapolate:n});if(zX.str(e.output[0]))return HX(e);const r=e,o=r.output,a=r.range||[0,1],i=r.extrapolateLeft||r.extrapolate||"extend",l=r.extrapolateRight||r.extrapolate||"extend",s=r.easing||(e=>e);return e=>{const t=function(e,t){for(var n=1;n=e);++n);return n-1}(e,a);return function(e,t,n,r,o,a,i,l,s){let c=s?s(e):e;if(cn){if("identity"===l)return c;"clamp"===l&&(c=n)}if(r===o)return r;if(t===n)return e<=t?r:o;t===-1/0?c=-c:n===1/0?c-=t:c=(c-t)/(n-t);c=a(c),r===-1/0?c=-c:o===1/0?c+=r:c=c*(o-r)+r;return c}(e,a[t],a[t+1],o[t],o[t+1],s,i,l,r.map)}};function y$(){return y$=Object.assign||function(e){for(var t=1;tBoolean(e&&e[_$]),w$=e=>e&&e[_$]?e[_$]():e,E$=e=>e[M$]||null;function x$(e,t){let n=e[M$];n&&n.forEach((e=>{!function(e,t){e.eventObserved?e.eventObserved(t):e(t)}(e,t)}))}class C${constructor(e){if(this[_$]=void 0,this[M$]=void 0,!e&&!(e=this.get))throw Error("Unknown getter");L$(this,e)}}const L$=(e,t)=>T$(e,_$,t);function S$(e,t){if(e[_$]){let n=e[M$];n||T$(e,M$,n=new Set),n.has(t)||(n.add(t),e.observerAdded&&e.observerAdded(n.size,t))}return t}function A$(e,t){let n=e[M$];if(n&&n.has(t)){const r=n.size-1;r?n.delete(t):e[M$]=null,e.observerRemoved&&e.observerRemoved(r,t)}}const T$=(e,t,n)=>Object.defineProperty(e,t,{value:n,writable:!0,configurable:!0}),z$=/[+\-]?(?:0|[1-9]\d*)(?:\.\d*)?(?:[eE][+\-]?\d+)?/g,N$=/(#(?:[0-9a-f]{2}){2,4}|(#[0-9a-f]{3})|(rgb|hsl)a?\((-?\d+%?[,\s]+){2,3}\s*[\d\.]+%?\))/gi,O$=new RegExp(`(${z$.source})(%|[a-z]+)`,"i"),B$=/rgba\(([0-9\.-]+), ([0-9\.-]+), ([0-9\.-]+), ([0-9\.-]+)\)/gi,D$=/var\((--[a-zA-Z0-9-_]+),? ?([a-zA-Z0-9 ()%#.,-]+)?\)/,I$=e=>{const[t,n]=R$(e);if(!t||PX())return e;const r=window.getComputedStyle(document.documentElement).getPropertyValue(t);if(r)return r.trim();if(n&&n.startsWith("--")){const t=window.getComputedStyle(document.documentElement).getPropertyValue(n);return t||e}return n&&D$.test(n)?I$(n):n||e},R$=e=>{const t=D$.exec(e);if(!t)return[,];const[,n,r]=t;return[n,r]};let P$;const H$=(e,t,n,r,o)=>`rgba(${Math.round(t)}, ${Math.round(n)}, ${Math.round(r)}, ${o})`,W$=e=>{P$||(P$=YX?new RegExp(`(${Object.keys(YX).join("|")})(?!\\w)`,"g"):/^\b$/);const t=e.output.map((e=>w$(e).replace(D$,I$).replace(N$,b$).replace(P$,b$))),n=t.map((e=>e.match(z$).map(Number))),r=n[0].map(((e,t)=>n.map((e=>{if(!(t in e))throw Error('The arity of each "output" value must be equal');return e[t]})))),o=r.map((t=>v$(y$({},e,{output:t}))));return e=>{var n;const r=!O$.test(t[0])&&(null==(n=t.find((e=>O$.test(e))))?void 0:n.replace(z$,""));let a=0;return t[0].replace(z$,(()=>`${o[a++](e)}${r||""}`)).replace(B$,H$)}},Y$=e=>{const t=e;let n=!1;if("function"!=typeof t)throw new TypeError("react-spring: once requires a function parameter");return(...e)=>{n||(t(...e),n=!0)}},F$=Y$(console.warn);const j$=Y$(console.warn);function q$(e){return zX.str(e)&&("#"==e[0]||/\d/.test(e)||!PX()&&D$.test(e)||e in(YX||{}))}const V$="undefined"!=typeof window&&window.document&&window.document.createElement?At.useLayoutEffect:At.useEffect;function U$(){const e=(0,At.useState)()[1],t=(()=>{const e=(0,At.useRef)(!1);return V$((()=>(e.current=!0,()=>{e.current=!1})),[]),e})();return()=>{t.current&&e(Math.random())}}const X$=e=>(0,At.useEffect)(e,$$),$$=[];function G$(e){const t=(0,At.useRef)();return(0,At.useEffect)((()=>{t.current=e})),t.current}const K$=Symbol.for("Animated:node"),J$=e=>e&&e[K$],Z$=(e,t)=>{return n=e,r=K$,o=t,Object.defineProperty(n,r,{value:o,writable:!0,configurable:!0});var n,r,o},Q$=e=>e&&e[K$]&&e[K$].getPayload();class eG{constructor(){this.payload=void 0,Z$(this,this)}getPayload(){return this.payload||[]}}class tG extends eG{constructor(e){super(),this.done=!0,this.elapsedTime=void 0,this.lastPosition=void 0,this.lastVelocity=void 0,this.v0=void 0,this.durationProgress=0,this._value=e,zX.num(this._value)&&(this.lastPosition=this._value)}static create(e){return new tG(e)}getPayload(){return[this]}getValue(){return this._value}setValue(e,t){return zX.num(e)&&(this.lastPosition=e,t&&(e=Math.round(e/t)*t,this.done&&(this.lastPosition=e))),this._value!==e&&(this._value=e,!0)}reset(){const{done:e}=this;this.done=!1,zX.num(this._value)&&(this.elapsedTime=0,this.durationProgress=0,this.lastPosition=this._value,e&&(this.lastVelocity=null),this.v0=null)}}class nG extends tG{constructor(e){super(0),this._string=null,this._toString=void 0,this._toString=v$({output:[e,e]})}static create(e){return new nG(e)}getValue(){let e=this._string;return null==e?this._string=this._toString(this._value):e}setValue(e){if(zX.str(e)){if(e==this._string)return!1;this._string=e,this._value=1}else{if(!super.setValue(e))return!1;this._string=null}return!0}reset(e){e&&(this._toString=v$({output:[this.getValue(),e]})),this._value=0,super.reset()}}const rG={dependencies:null};class oG extends eG{constructor(e){super(),this.source=e,this.setValue(e)}getValue(e){const t={};return BX(this.source,((n,r)=>{var o;(o=n)&&o[K$]===o?t[r]=n.getValue(e):k$(n)?t[r]=w$(n):e||(t[r]=n)})),t}setValue(e){this.source=e,this.payload=this._makePayload(e)}reset(){this.payload&&OX(this.payload,(e=>e.reset()))}_makePayload(e){if(e){const t=new Set;return BX(e,this._addToPayload,t),Array.from(t)}}_addToPayload(e){rG.dependencies&&k$(e)&&rG.dependencies.add(e);const t=Q$(e);t&&OX(t,(e=>this.add(e)))}}class aG extends oG{constructor(e){super(e)}static create(e){return new aG(e)}getValue(){return this.source.map((e=>e.getValue()))}setValue(e){const t=this.getPayload();return e.length==t.length?t.map(((t,n)=>t.setValue(e[n]))).some(Boolean):(super.setValue(e.map(iG)),!0)}}function iG(e){return(q$(e)?nG:tG).create(e)}function lG(e){const t=J$(e);return t?t.constructor:zX.arr(e)?aG:q$(e)?nG:tG}function sG(){return sG=Object.assign||function(e){for(var t=1;t{const n=!zX.fun(e)||e.prototype&&e.prototype.isReactComponent;return(0,At.forwardRef)(((r,o)=>{const a=(0,At.useRef)(null),i=n&&(0,At.useCallback)((e=>{a.current=function(e,t){e&&(zX.fun(e)?e(t):e.current=t);return t}(o,e)}),[o]),[l,s]=function(e,t){const n=new Set;rG.dependencies=n,e.style&&(e=sG({},e,{style:t.createAnimatedStyle(e.style)}));return e=new oG(e),rG.dependencies=null,[e,n]}(r,t),c=U$(),u=()=>{const e=a.current;if(n&&!e)return;!1===(!!e&&t.applyAnimatedValues(e,l.getValue(!0)))&&c()},d=new uG(u,s),m=(0,At.useRef)();V$((()=>(m.current=d,OX(s,(e=>S$(e,d))),()=>{m.current&&(OX(m.current.deps,(e=>A$(e,m.current))),pX.cancel(m.current.update))}))),(0,At.useEffect)(u,[]),X$((()=>()=>{const e=m.current;OX(e.deps,(t=>A$(t,e)))}));const p=t.getComponentProps(l.getValue());return At.createElement(e,sG({},p,{ref:i}))}))};class uG{constructor(e,t){this.update=e,this.deps=t}eventObserved(e){"change"==e.type&&pX.write(this.update)}}const dG=Symbol.for("AnimatedComponent"),mG=e=>zX.str(e)?e:e&&zX.str(e.displayName)?e.displayName:zX.fun(e)&&e.name||null;function pG(){return pG=Object.assign||function(e){for(var t=1;t!0===e||!!(t&&e&&(zX.fun(e)?e(t):DX(e).includes(t))),gG=(e,t)=>zX.obj(e)?t&&e[t]:e,bG=(e,t)=>!0===e.default?e[t]:e.default?e.default[t]:void 0,vG=e=>e,yG=(e,t=vG)=>{let n=_G;e.default&&!0!==e.default&&(e=e.default,n=Object.keys(e));const r={};for(const o of n){const n=t(e[o],o);zX.und(n)||(r[o]=n)}return r},_G=["config","onProps","onStart","onChange","onPause","onResume","onRest"],MG={config:1,from:1,to:1,ref:1,loop:1,reset:1,pause:1,cancel:1,reverse:1,immediate:1,default:1,delay:1,onProps:1,onStart:1,onChange:1,onPause:1,onResume:1,onRest:1,onResolve:1,items:1,trail:1,sort:1,expires:1,initial:1,enter:1,update:1,leave:1,children:1,onDestroyed:1,keys:1,callId:1,parentId:1};function kG(e){const t=function(e){const t={};let n=0;if(BX(e,((e,r)=>{MG[r]||(t[r]=e,n++)})),n)return t}(e);if(t){const n={to:t};return BX(e,((e,r)=>r in t||(n[r]=e))),n}return pG({},e)}function wG(e){return e=w$(e),zX.arr(e)?e.map(wG):q$(e)?qX.createStringInterpolator({range:[0,1],output:[e,e]})(1):e}function EG(e){for(const t in e)return!0;return!1}function xG(e){return zX.fun(e)||zX.arr(e)&&zX.obj(e[0])}function CG(e,t){var n;null==(n=e.ref)||n.delete(e),null==t||t.delete(e)}function LG(e,t){var n;t&&e.ref!==t&&(null==(n=e.ref)||n.delete(e),t.add(e),e.ref=t)}const SG=1.70158,AG=1.525*SG,TG=SG+1,zG=2*Math.PI/3,NG=2*Math.PI/4.5,OG=e=>{const t=7.5625,n=2.75;return e<1/n?t*e*e:e<2/n?t*(e-=1.5/n)*e+.75:e<2.5/n?t*(e-=2.25/n)*e+.9375:t*(e-=2.625/n)*e+.984375},BG={linear:e=>e,easeInQuad:e=>e*e,easeOutQuad:e=>1-(1-e)*(1-e),easeInOutQuad:e=>e<.5?2*e*e:1-Math.pow(-2*e+2,2)/2,easeInCubic:e=>e*e*e,easeOutCubic:e=>1-Math.pow(1-e,3),easeInOutCubic:e=>e<.5?4*e*e*e:1-Math.pow(-2*e+2,3)/2,easeInQuart:e=>e*e*e*e,easeOutQuart:e=>1-Math.pow(1-e,4),easeInOutQuart:e=>e<.5?8*e*e*e*e:1-Math.pow(-2*e+2,4)/2,easeInQuint:e=>e*e*e*e*e,easeOutQuint:e=>1-Math.pow(1-e,5),easeInOutQuint:e=>e<.5?16*e*e*e*e*e:1-Math.pow(-2*e+2,5)/2,easeInSine:e=>1-Math.cos(e*Math.PI/2),easeOutSine:e=>Math.sin(e*Math.PI/2),easeInOutSine:e=>-(Math.cos(Math.PI*e)-1)/2,easeInExpo:e=>0===e?0:Math.pow(2,10*e-10),easeOutExpo:e=>1===e?1:1-Math.pow(2,-10*e),easeInOutExpo:e=>0===e?0:1===e?1:e<.5?Math.pow(2,20*e-10)/2:(2-Math.pow(2,-20*e+10))/2,easeInCirc:e=>1-Math.sqrt(1-Math.pow(e,2)),easeOutCirc:e=>Math.sqrt(1-Math.pow(e-1,2)),easeInOutCirc:e=>e<.5?(1-Math.sqrt(1-Math.pow(2*e,2)))/2:(Math.sqrt(1-Math.pow(-2*e+2,2))+1)/2,easeInBack:e=>TG*e*e*e-SG*e*e,easeOutBack:e=>1+TG*Math.pow(e-1,3)+SG*Math.pow(e-1,2),easeInOutBack:e=>e<.5?Math.pow(2*e,2)*(7.189819*e-AG)/2:(Math.pow(2*e-2,2)*((AG+1)*(2*e-2)+AG)+2)/2,easeInElastic:e=>0===e?0:1===e?1:-Math.pow(2,10*e-10)*Math.sin((10*e-10.75)*zG),easeOutElastic:e=>0===e?0:1===e?1:Math.pow(2,-10*e)*Math.sin((10*e-.75)*zG)+1,easeInOutElastic:e=>0===e?0:1===e?1:e<.5?-Math.pow(2,20*e-10)*Math.sin((20*e-11.125)*NG)/2:Math.pow(2,-20*e+10)*Math.sin((20*e-11.125)*NG)/2+1,easeInBounce:e=>1-OG(1-e),easeOutBounce:OG,easeInOutBounce:e=>e<.5?(1-OG(1-2*e))/2:(1+OG(2*e-1))/2},DG=pG({},{tension:170,friction:26},{mass:1,damping:1,easing:BG.linear,clamp:!1});class IG{constructor(){this.tension=void 0,this.friction=void 0,this.frequency=void 0,this.damping=void 0,this.mass=void 0,this.velocity=0,this.restVelocity=void 0,this.precision=void 0,this.progress=void 0,this.duration=void 0,this.easing=void 0,this.clamp=void 0,this.bounce=void 0,this.decay=void 0,this.round=void 0,Object.assign(this,DG)}}function RG(e,t){if(zX.und(t.decay)){const n=!zX.und(t.tension)||!zX.und(t.friction);!n&&zX.und(t.frequency)&&zX.und(t.damping)&&zX.und(t.mass)||(e.duration=void 0,e.decay=void 0),n&&(e.frequency=void 0)}else e.duration=void 0}const PG=[];class HG{constructor(){this.changed=!1,this.values=PG,this.toValues=null,this.fromValues=PG,this.to=void 0,this.from=void 0,this.config=new IG,this.immediate=!1}}function WG(e,{key:t,props:n,defaultProps:r,state:o,actions:a}){return new Promise(((i,l)=>{var s;let c,u,d=hG(null!=(s=n.cancel)?s:null==r?void 0:r.cancel,t);if(d)f();else{zX.und(n.pause)||(o.paused=hG(n.pause,t));let e=null==r?void 0:r.pause;!0!==e&&(e=o.paused||hG(e,t)),c=fG(n.delay||0,t),e?(o.resumeQueue.add(p),a.pause()):(a.resume(),p())}function m(){o.resumeQueue.add(p),o.timeouts.delete(u),u.cancel(),c=u.time-pX.now()}function p(){c>0&&!qX.skipAnimation?(o.delayed=!0,u=pX.setTimeout(f,c),o.pauseQueue.add(m),o.timeouts.add(u)):f()}function f(){o.delayed&&(o.delayed=!1),o.pauseQueue.delete(m),o.timeouts.delete(u),e<=(o.cancelId||0)&&(d=!0);try{a.start(pG({},n,{callId:e,cancel:d}),i)}catch(e){l(e)}}}))}const YG=(e,t)=>1==t.length?t[0]:t.some((e=>e.cancelled))?qG(e.get()):t.every((e=>e.noop))?FG(e.get()):jG(e.get(),t.every((e=>e.finished))),FG=e=>({value:e,noop:!0,finished:!0,cancelled:!1}),jG=(e,t,n=!1)=>({value:e,finished:t,cancelled:n}),qG=e=>({value:e,cancelled:!0,finished:!1});function VG(e,t,n,r){const{callId:o,parentId:a,onRest:i}=t,{asyncTo:l,promise:s}=n;return a||e!==l||t.reset?n.promise=(async()=>{n.asyncId=o,n.asyncTo=e;const c=yG(t,((e,t)=>"onRest"===t?void 0:e));let u,d;const m=new Promise(((e,t)=>(u=e,d=t))),p=e=>{const t=o<=(n.cancelId||0)&&qG(r)||o!==n.asyncId&&jG(r,!1);if(t)throw e.result=t,d(e),e},f=(e,t)=>{const a=new XG,i=new $G;return(async()=>{if(qX.skipAnimation)throw UG(n),i.result=jG(r,!1),d(i),i;p(a);const l=zX.obj(e)?pG({},e):pG({},t,{to:e});l.parentId=o,BX(c,((e,t)=>{zX.und(l[t])&&(l[t]=e)}));const s=await r.start(l);return p(a),n.paused&&await new Promise((e=>{n.resumeQueue.add(e)})),s})()};let h;if(qX.skipAnimation)return UG(n),jG(r,!1);try{let t;t=zX.arr(e)?(async e=>{for(const t of e)await f(t)})(e):Promise.resolve(e(f,r.stop.bind(r))),await Promise.all([t.then(u),m]),h=jG(r.get(),!0,!1)}catch(e){if(e instanceof XG)h=e.result;else{if(!(e instanceof $G))throw e;h=e.result}}finally{o==n.asyncId&&(n.asyncId=a,n.asyncTo=a?l:void 0,n.promise=a?s:void 0)}return zX.fun(i)&&pX.batchedUpdates((()=>{i(h,r,r.item)})),h})():s}function UG(e,t){IX(e.timeouts,(e=>e.cancel())),e.pauseQueue.clear(),e.resumeQueue.clear(),e.asyncId=e.asyncTo=e.promise=void 0,t&&(e.cancelId=t)}class XG extends Error{constructor(){super("An async animation has been interrupted. You see this error because you forgot to use `await` or `.catch(...)` on its returned promise."),this.result=void 0}}class $G extends Error{constructor(){super("SkipAnimationSignal"),this.result=void 0}}const GG=e=>e instanceof JG;let KG=1;class JG extends C${constructor(...e){super(...e),this.id=KG++,this.key=void 0,this._priority=0}get priority(){return this._priority}set priority(e){this._priority!=e&&(this._priority=e,this._onPriorityChange(e))}get(){const e=J$(this);return e&&e.getValue()}to(...e){return qX.to(this,e)}interpolate(...e){return F$('react-spring: The "interpolate" function is deprecated in v9 (use "to" instead)'),qX.to(this,e)}toJSON(){return this.get()}observerAdded(e){1==e&&this._attach()}observerRemoved(e){0==e&&this._detach()}_attach(){}_detach(){}_onChange(e,t=!1){x$(this,{type:"change",parent:this,value:e,idle:t})}_onPriorityChange(e){this.idle||GX.sort(this),x$(this,{type:"priority",parent:this,priority:e})}}const ZG=Symbol.for("SpringPhase"),QG=e=>(1&e[ZG])>0,eK=e=>(2&e[ZG])>0,tK=e=>(4&e[ZG])>0,nK=(e,t)=>t?e[ZG]|=3:e[ZG]&=-3,rK=(e,t)=>t?e[ZG]|=4:e[ZG]&=-5;class oK extends JG{constructor(e,t){if(super(),this.key=void 0,this.animation=new HG,this.queue=void 0,this.defaultProps={},this._state={paused:!1,delayed:!1,pauseQueue:new Set,resumeQueue:new Set,timeouts:new Set},this._pendingCalls=new Set,this._lastCallId=0,this._lastToId=0,this._memoizedDuration=0,!zX.und(e)||!zX.und(t)){const n=zX.obj(e)?pG({},e):pG({},t,{from:e});zX.und(n.default)&&(n.default=!0),this.start(n)}}get idle(){return!(eK(this)||this._state.asyncTo)||tK(this)}get goal(){return w$(this.animation.to)}get velocity(){const e=J$(this);return e instanceof tG?e.lastVelocity||0:e.getPayload().map((e=>e.lastVelocity||0))}get hasAnimated(){return QG(this)}get isAnimating(){return eK(this)}get isPaused(){return tK(this)}get isDelayed(){return this._state.delayed}advance(e){let t=!0,n=!1;const r=this.animation;let{config:o,toValues:a}=r;const i=Q$(r.to);!i&&k$(r.to)&&(a=DX(w$(r.to))),r.values.forEach(((l,s)=>{if(l.done)return;const c=l.constructor==nG?1:i?i[s].lastPosition:a[s];let u=r.immediate,d=c;if(!u){if(d=l.lastPosition,o.tension<=0)return void(l.done=!0);let t=l.elapsedTime+=e;const n=r.fromValues[s],a=null!=l.v0?l.v0:l.v0=zX.arr(o.velocity)?o.velocity[s]:o.velocity;let i;if(zX.und(o.duration))if(o.decay){const e=!0===o.decay?.998:o.decay,r=Math.exp(-(1-e)*t);d=n+a/(1-e)*(1-r),u=Math.abs(l.lastPosition-d)<.1,i=a*r}else{i=null==l.lastVelocity?a:l.lastVelocity;const t=o.precision||(n==c?.005:Math.min(1,.001*Math.abs(c-n))),r=o.restVelocity||t/10,s=o.clamp?0:o.bounce,m=!zX.und(s),p=n==c?l.v0>0:nr,f||(u=Math.abs(c-d)<=t,!u));++e){m&&(h=d==c||d>c==p,h&&(i=-i*s,d=c));i+=(1e-6*-o.tension*(d-c)+.001*-o.friction*i)/o.mass*g,d+=i*g}}else{let r=1;o.duration>0&&(this._memoizedDuration!==o.duration&&(this._memoizedDuration=o.duration,l.durationProgress>0&&(l.elapsedTime=o.duration*l.durationProgress,t=l.elapsedTime+=e)),r=(o.progress||0)+t/this._memoizedDuration,r=r>1?1:r<0?0:r,l.durationProgress=r),d=n+o.easing(r)*(c-n),i=(d-l.lastPosition)/e,u=1==r}l.lastVelocity=i,Number.isNaN(d)&&(console.warn("Got NaN while animating:",this),u=!0)}i&&!i[s].done&&(u=!1),u?l.done=!0:t=!1,l.setValue(d,o.round)&&(n=!0)}));const l=J$(this),s=l.getValue();if(t){const e=w$(r.to);s===e&&!n||o.decay?n&&o.decay&&this._onChange(s):(l.setValue(e),this._onChange(e)),this._stop()}else n&&this._onChange(s)}set(e){return pX.batchedUpdates((()=>{this._stop(),this._focus(e),this._set(e)})),this}pause(){this._update({pause:!0})}resume(){this._update({pause:!1})}finish(){if(eK(this)){const{to:e,config:t}=this.animation;pX.batchedUpdates((()=>{this._onStart(),t.decay||this._set(e,!1),this._stop()}))}return this}update(e){return(this.queue||(this.queue=[])).push(e),this}start(e,t){let n;return zX.und(e)?(n=this.queue||[],this.queue=[]):n=[zX.obj(e)?e:pG({},t,{to:e})],Promise.all(n.map((e=>this._update(e)))).then((e=>YG(this,e)))}stop(e){const{to:t}=this.animation;return this._focus(this.get()),UG(this._state,e&&this._lastCallId),pX.batchedUpdates((()=>this._stop(t,e))),this}reset(){this._update({reset:!0})}eventObserved(e){"change"==e.type?this._start():"priority"==e.type&&(this.priority=e.priority+1)}_prepareNode(e){const t=this.key||"";let{to:n,from:r}=e;n=zX.obj(n)?n[t]:n,(null==n||xG(n))&&(n=void 0),r=zX.obj(r)?r[t]:r,null==r&&(r=void 0);const o={to:n,from:r};return QG(this)||(e.reverse&&([n,r]=[r,n]),r=w$(r),zX.und(r)?J$(this)||this._set(n):this._set(r)),o}_update(e,t){let n=pG({},e);const{key:r,defaultProps:o}=this;n.default&&Object.assign(o,yG(n,((e,t)=>/^on/.test(t)?gG(e,r):e))),dK(this,n,"onProps"),mK(this,"onProps",n,this);const a=this._prepareNode(n);if(Object.isFrozen(this))throw Error("Cannot animate a `SpringValue` object that is frozen. Did you forget to pass your component to `animated(...)` before animating its props?");const i=this._state;return WG(++this._lastCallId,{key:r,props:n,defaultProps:o,state:i,actions:{pause:()=>{tK(this)||(rK(this,!0),RX(i.pauseQueue),mK(this,"onPause",jG(this,aK(this,this.animation.to)),this))},resume:()=>{tK(this)&&(rK(this,!1),eK(this)&&this._resume(),RX(i.resumeQueue),mK(this,"onResume",jG(this,aK(this,this.animation.to)),this))},start:this._merge.bind(this,a)}}).then((e=>{if(n.loop&&e.finished&&(!t||!e.noop)){const e=iK(n);if(e)return this._update(e,!0)}return e}))}_merge(e,t,n){if(t.cancel)return this.stop(!0),n(qG(this));const r=!zX.und(e.to),o=!zX.und(e.from);if(r||o){if(!(t.callId>this._lastToId))return n(qG(this));this._lastToId=t.callId}const{key:a,defaultProps:i,animation:l}=this,{to:s,from:c}=l;let{to:u=s,from:d=c}=e;!o||r||t.default&&!zX.und(u)||(u=d),t.reverse&&([u,d]=[d,u]);const m=!NX(d,c);m&&(l.from=d),d=w$(d);const p=!NX(u,s);p&&this._focus(u);const f=xG(t.to),{config:h}=l,{decay:g,velocity:b}=h;(r||o)&&(h.velocity=0),t.config&&!f&&function(e,t,n){n&&(RG(n=pG({},n),t),t=pG({},n,t)),RG(e,t),Object.assign(e,t);for(const t in DG)null==e[t]&&(e[t]=DG[t]);let{mass:r,frequency:o,damping:a}=e;zX.und(o)||(o<.01&&(o=.01),a<0&&(a=0),e.tension=Math.pow(2*Math.PI/o,2)*r,e.friction=4*Math.PI*a*r/o)}(h,fG(t.config,a),t.config!==i.config?fG(i.config,a):void 0);let v=J$(this);if(!v||zX.und(u))return n(jG(this,!0));const y=zX.und(t.reset)?o&&!t.default:!zX.und(d)&&hG(t.reset,a),_=y?d:this.get(),M=wG(u),k=zX.num(M)||zX.arr(M)||q$(M),w=!f&&(!k||hG(i.immediate||t.immediate,a));if(p){const e=lG(u);if(e!==v.constructor){if(!w)throw Error(`Cannot animate between ${v.constructor.name} and ${e.name}, as the "to" prop suggests`);v=this._set(M)}}const E=v.constructor;let x=k$(u),C=!1;if(!x){const e=y||!QG(this)&&m;(p||e)&&(C=NX(wG(_),M),x=!C),(NX(l.immediate,w)||w)&&NX(h.decay,g)&&NX(h.velocity,b)||(x=!0)}if(C&&eK(this)&&(l.changed&&!y?x=!0:x||this._stop(s)),!f&&((x||k$(s))&&(l.values=v.getPayload(),l.toValues=k$(u)?null:E==nG?[1]:DX(M)),l.immediate!=w&&(l.immediate=w,w||y||this._set(s)),x)){const{onRest:e}=l;OX(uK,(e=>dK(this,t,e)));const r=jG(this,aK(this,s));RX(this._pendingCalls,r),this._pendingCalls.add(n),l.changed&&pX.batchedUpdates((()=>{l.changed=!y,null==e||e(r,this),y?fG(i.onRest,r):null==l.onStart||l.onStart(r,this)}))}y&&this._set(_),f?n(VG(t.to,t,this._state,this)):x?this._start():eK(this)&&!p?this._pendingCalls.add(n):n(FG(_))}_focus(e){const t=this.animation;e!==t.to&&(E$(this)&&this._detach(),t.to=e,E$(this)&&this._attach())}_attach(){let e=0;const{to:t}=this.animation;k$(t)&&(S$(t,this),GG(t)&&(e=t.priority+1)),this.priority=e}_detach(){const{to:e}=this.animation;k$(e)&&A$(e,this)}_set(e,t=!0){const n=w$(e);if(!zX.und(n)){const e=J$(this);if(!e||!NX(n,e.getValue())){const r=lG(n);e&&e.constructor==r?e.setValue(n):Z$(this,r.create(n)),e&&pX.batchedUpdates((()=>{this._onChange(n,t)}))}}return J$(this)}_onStart(){const e=this.animation;e.changed||(e.changed=!0,mK(this,"onStart",jG(this,aK(this,e.to)),this))}_onChange(e,t){t||(this._onStart(),fG(this.animation.onChange,e,this)),fG(this.defaultProps.onChange,e,this),super._onChange(e,t)}_start(){const e=this.animation;J$(this).reset(w$(e.to)),e.immediate||(e.fromValues=e.values.map((e=>e.lastPosition))),eK(this)||(nK(this,!0),tK(this)||this._resume())}_resume(){qX.skipAnimation?this.finish():GX.start(this)}_stop(e,t){if(eK(this)){nK(this,!1);const n=this.animation;OX(n.values,(e=>{e.done=!0})),n.toValues&&(n.onChange=n.onPause=n.onResume=void 0),x$(this,{type:"idle",parent:this});const r=t?qG(this.get()):jG(this.get(),aK(this,null!=e?e:n.to));RX(this._pendingCalls,r),n.changed&&(n.changed=!1,mK(this,"onRest",r,this))}}}function aK(e,t){const n=wG(t);return NX(wG(e.get()),n)}function iK(e,t=e.loop,n=e.to){let r=fG(t);if(r){const o=!0!==r&&kG(r),a=(o||e).reverse,i=!o||o.reset;return lK(pG({},e,{loop:t,default:!1,pause:void 0,to:!a||xG(n)?n:void 0,from:i?e.from:void 0,reset:i},o))}}function lK(e){const{to:t,from:n}=e=kG(e),r=new Set;return zX.obj(t)&&cK(t,r),zX.obj(n)&&cK(n,r),e.keys=r.size?Array.from(r):null,e}function sK(e){const t=lK(e);return zX.und(t.default)&&(t.default=yG(t)),t}function cK(e,t){BX(e,((e,n)=>null!=e&&t.add(n)))}const uK=["onStart","onRest","onChange","onPause","onResume"];function dK(e,t,n){e.animation[n]=t[n]!==bG(t,n)?gG(t[n],e.key):void 0}function mK(e,t,...n){var r,o,a,i;null==(r=(o=e.animation)[t])||r.call(o,...n),null==(a=(i=e.defaultProps)[t])||a.call(i,...n)}const pK=["onStart","onChange","onRest"];let fK=1;class hK{constructor(e,t){this.id=fK++,this.springs={},this.queue=[],this.ref=void 0,this._flush=void 0,this._initialProps=void 0,this._lastAsyncId=0,this._active=new Set,this._changed=new Set,this._started=!1,this._item=void 0,this._state={paused:!1,pauseQueue:new Set,resumeQueue:new Set,timeouts:new Set},this._events={onStart:new Map,onChange:new Map,onRest:new Map},this._onFrame=this._onFrame.bind(this),t&&(this._flush=t),e&&this.start(pG({default:!0},e))}get idle(){return!this._state.asyncTo&&Object.values(this.springs).every((e=>e.idle&&!e.isDelayed&&!e.isPaused))}get item(){return this._item}set item(e){this._item=e}get(){const e={};return this.each(((t,n)=>e[n]=t.get())),e}set(e){for(const t in e){const n=e[t];zX.und(n)||this.springs[t].set(n)}}update(e){return e&&this.queue.push(lK(e)),this}start(e){let{queue:t}=this;return e?t=DX(e).map(lK):this.queue=[],this._flush?this._flush(this,t):(kK(this,t),gK(this,t))}stop(e,t){if(e!==!!e&&(t=e),t){const n=this.springs;OX(DX(t),(t=>n[t].stop(!!e)))}else UG(this._state,this._lastAsyncId),this.each((t=>t.stop(!!e)));return this}pause(e){if(zX.und(e))this.start({pause:!0});else{const t=this.springs;OX(DX(e),(e=>t[e].pause()))}return this}resume(e){if(zX.und(e))this.start({pause:!1});else{const t=this.springs;OX(DX(e),(e=>t[e].resume()))}return this}each(e){BX(this.springs,e)}_onFrame(){const{onStart:e,onChange:t,onRest:n}=this._events,r=this._active.size>0,o=this._changed.size>0;(r&&!this._started||o&&!this._started)&&(this._started=!0,IX(e,(([e,t])=>{t.value=this.get(),e(t,this,this._item)})));const a=!r&&this._started,i=o||a&&n.size?this.get():null;o&&t.size&&IX(t,(([e,t])=>{t.value=i,e(t,this,this._item)})),a&&(this._started=!1,IX(n,(([e,t])=>{t.value=i,e(t,this,this._item)})))}eventObserved(e){if("change"==e.type)this._changed.add(e.parent),e.idle||this._active.add(e.parent);else{if("idle"!=e.type)return;this._active.delete(e.parent)}pX.onFrame(this._onFrame)}}function gK(e,t){return Promise.all(t.map((t=>bK(e,t)))).then((t=>YG(e,t)))}async function bK(e,t,n){const{keys:r,to:o,from:a,loop:i,onRest:l,onResolve:s}=t,c=zX.obj(t.default)&&t.default;i&&(t.loop=!1),!1===o&&(t.to=null),!1===a&&(t.from=null);const u=zX.arr(o)||zX.fun(o)?o:void 0;u?(t.to=void 0,t.onRest=void 0,c&&(c.onRest=void 0)):OX(pK,(n=>{const r=t[n];if(zX.fun(r)){const o=e._events[n];t[n]=({finished:e,cancelled:t})=>{const n=o.get(r);n?(e||(n.finished=!1),t&&(n.cancelled=!0)):o.set(r,{value:null,finished:e||!1,cancelled:t||!1})},c&&(c[n]=t[n])}}));const d=e._state;t.pause===!d.paused?(d.paused=t.pause,RX(t.pause?d.pauseQueue:d.resumeQueue)):d.paused&&(t.pause=!0);const m=(r||Object.keys(e.springs)).map((n=>e.springs[n].start(t))),p=!0===t.cancel||!0===bG(t,"cancel");(u||p&&d.asyncId)&&m.push(WG(++e._lastAsyncId,{props:t,state:d,actions:{pause:TX,resume:TX,start(t,n){p?(UG(d,e._lastAsyncId),n(qG(e))):(t.onRest=l,n(VG(u,t,d,e)))}}})),d.paused&&await new Promise((e=>{d.resumeQueue.add(e)}));const f=YG(e,await Promise.all(m));if(i&&f.finished&&(!n||!f.noop)){const n=iK(t,i,o);if(n)return kK(e,[n]),bK(e,n,!0)}return s&&pX.batchedUpdates((()=>s(f,e,e.item))),f}function vK(e,t){const n=pG({},e.springs);return t&&OX(DX(t),(e=>{zX.und(e.keys)&&(e=lK(e)),zX.obj(e.to)||(e=pG({},e,{to:void 0})),MK(n,e,(e=>_K(e)))})),yK(e,n),n}function yK(e,t){BX(t,((t,n)=>{e.springs[n]||(e.springs[n]=t,S$(t,e))}))}function _K(e,t){const n=new oK;return n.key=e,t&&S$(n,t),n}function MK(e,t,n){t.keys&&OX(t.keys,(r=>{(e[r]||(e[r]=n(r)))._prepareNode(t)}))}function kK(e,t){OX(t,(t=>{MK(e.springs,t,(t=>_K(t,e)))}))}function wK(e,t){if(null==e)return{};var n,r,o={},a=Object.keys(e);for(r=0;r=0||(o[n]=e[n]);return o}const EK=["children"],xK=e=>{let{children:t}=e,n=wK(e,EK);const r=(0,At.useContext)(CK),o=n.pause||!!r.pause,a=n.immediate||!!r.immediate;n=function(e,t){const[n]=(0,At.useState)((()=>({inputs:t,result:e()}))),r=(0,At.useRef)(),o=r.current;let a=o;if(a){const n=Boolean(t&&a.inputs&&function(e,t){if(e.length!==t.length)return!1;for(let n=0;n{r.current=a,o==n&&(n.inputs=n.result=void 0)}),[a]),a.result}((()=>({pause:o,immediate:a})),[o,a]);const{Provider:i}=CK;return At.createElement(i,{value:n},t)},CK=function(e,t){return Object.assign(e,At.createContext(t)),e.Provider._context=e,e.Consumer._context=e,e}(xK,{});xK.Provider=CK.Provider,xK.Consumer=CK.Consumer;const LK=()=>{const e=[],t=function(t){j$('react-spring: Directly calling start instead of using the api object is deprecated in v9 (use ".start" instead), this will be removed in later 0.X.0 versions');const r=[];return OX(e,((e,o)=>{if(zX.und(t))r.push(e.start());else{const a=n(t,e,o);a&&r.push(e.start(a))}})),r};t.current=e,t.add=function(t){e.includes(t)||e.push(t)},t.delete=function(t){const n=e.indexOf(t);~n&&e.splice(n,1)},t.pause=function(){return OX(e,(e=>e.pause(...arguments))),this},t.resume=function(){return OX(e,(e=>e.resume(...arguments))),this},t.set=function(t){OX(e,(e=>e.set(t)))},t.start=function(t){const n=[];return OX(e,((e,r)=>{if(zX.und(t))n.push(e.start());else{const o=this._getProps(t,e,r);o&&n.push(e.start(o))}})),n},t.stop=function(){return OX(e,(e=>e.stop(...arguments))),this},t.update=function(t){return OX(e,((e,n)=>e.update(this._getProps(t,e,n)))),this};const n=function(e,t,n){return zX.fun(e)?e(n,t):e};return t._getProps=n,t};function SK(e,t,n){const r=zX.fun(t)&&t;r&&!n&&(n=[]);const o=(0,At.useMemo)((()=>r||3==arguments.length?LK():void 0),[]),a=(0,At.useRef)(0),i=U$(),l=(0,At.useMemo)((()=>({ctrls:[],queue:[],flush(e,t){const n=vK(e,t);return a.current>0&&!l.queue.length&&!Object.keys(n).some((t=>!e.springs[t]))?gK(e,t):new Promise((r=>{yK(e,n),l.queue.push((()=>{r(gK(e,t))})),i()}))}})),[]),s=(0,At.useRef)([...l.ctrls]),c=[],u=G$(e)||0;function d(e,n){for(let o=e;o{OX(s.current.slice(e,u),(e=>{CG(e,o),e.stop(!0)})),s.current.length=e,d(u,e)}),[e]),(0,At.useMemo)((()=>{d(0,Math.min(u,e))}),n);const m=s.current.map(((e,t)=>vK(e,c[t]))),p=(0,At.useContext)(xK),f=G$(p),h=p!==f&&EG(p);V$((()=>{a.current++,l.ctrls=s.current;const{queue:e}=l;e.length&&(l.queue=[],OX(e,(e=>e()))),OX(s.current,((e,t)=>{null==o||o.add(e),h&&e.start({default:p});const n=c[t];n&&(LG(e,n.ref),e.ref?e.queue.push(n):e.start(n))}))})),X$((()=>()=>{OX(l.ctrls,(e=>e.stop(!0)))}));const g=m.map((e=>pG({},e)));return o?[g,o]:g}function AK(e,t){const n=zX.fun(e),[[r],o]=SK(1,n?e:[e],n?t||[]:t);return n||2==arguments.length?[r,o]:r}let TK;!function(e){e.MOUNT="mount",e.ENTER="enter",e.UPDATE="update",e.LEAVE="leave"}(TK||(TK={}));class zK extends JG{constructor(e,t){super(),this.key=void 0,this.idle=!0,this.calc=void 0,this._active=new Set,this.source=e,this.calc=v$(...t);const n=this._get(),r=lG(n);Z$(this,r.create(n))}advance(e){const t=this._get();NX(t,this.get())||(J$(this).setValue(t),this._onChange(t,this.idle)),!this.idle&&OK(this._active)&&BK(this)}_get(){const e=zX.arr(this.source)?this.source.map(w$):DX(w$(this.source));return this.calc(...e)}_start(){this.idle&&!OK(this._active)&&(this.idle=!1,OX(Q$(this),(e=>{e.done=!1})),qX.skipAnimation?(pX.batchedUpdates((()=>this.advance())),BK(this)):GX.start(this))}_attach(){let e=1;OX(DX(this.source),(t=>{k$(t)&&S$(t,this),GG(t)&&(t.idle||this._active.add(t),e=Math.max(e,t.priority+1))})),this.priority=e,this._start()}_detach(){OX(DX(this.source),(e=>{k$(e)&&A$(e,this)})),this._active.clear(),BK(this)}eventObserved(e){"change"==e.type?e.idle?this.advance():(this._active.add(e.parent),this._start()):"idle"==e.type?this._active.delete(e.parent):"priority"==e.type&&(this.priority=DX(this.source).reduce(((e,t)=>Math.max(e,(GG(t)?t.priority:0)+1)),0))}}function NK(e){return!1!==e.idle}function OK(e){return!e.size||Array.from(e).every(NK)}function BK(e){e.idle||(e.idle=!0,OX(Q$(e),(e=>{e.done=!0})),x$(e,{type:"idle",parent:e}))}qX.assign({createStringInterpolator:W$,to:(e,t)=>new zK(e,t)});GX.advance;function DK(e,t){if(null==e)return{};var n,r,o={},a=Object.keys(e);for(r=0;r=0||(o[n]=e[n]);return o}const IK=["style","children","scrollTop","scrollLeft"],RK=/^--/;function PK(e,t){return null==t||"boolean"==typeof t||""===t?"":"number"!=typeof t||0===t||RK.test(e)||WK.hasOwnProperty(e)&&WK[e]?(""+t).trim():t+"px"}const HK={};let WK={animationIterationCount:!0,borderImageOutset:!0,borderImageSlice:!0,borderImageWidth:!0,boxFlex:!0,boxFlexGroup:!0,boxOrdinalGroup:!0,columnCount:!0,columns:!0,flex:!0,flexGrow:!0,flexPositive:!0,flexShrink:!0,flexNegative:!0,flexOrder:!0,gridRow:!0,gridRowEnd:!0,gridRowSpan:!0,gridRowStart:!0,gridColumn:!0,gridColumnEnd:!0,gridColumnSpan:!0,gridColumnStart:!0,fontWeight:!0,lineClamp:!0,lineHeight:!0,opacity:!0,order:!0,orphans:!0,tabSize:!0,widows:!0,zIndex:!0,zoom:!0,fillOpacity:!0,floodOpacity:!0,stopOpacity:!0,strokeDasharray:!0,strokeDashoffset:!0,strokeMiterlimit:!0,strokeOpacity:!0,strokeWidth:!0};const YK=["Webkit","Ms","Moz","O"];WK=Object.keys(WK).reduce(((e,t)=>(YK.forEach((n=>e[((e,t)=>e+t.charAt(0).toUpperCase()+t.substring(1))(n,t)]=e[t])),e)),WK);const FK=["x","y","z"],jK=/^(matrix|translate|scale|rotate|skew)/,qK=/^(translate)/,VK=/^(rotate|skew)/,UK=(e,t)=>zX.num(e)&&0!==e?e+t:e,XK=(e,t)=>zX.arr(e)?e.every((e=>XK(e,t))):zX.num(e)?e===t:parseFloat(e)===t;class $K extends oG{constructor(e){let{x:t,y:n,z:r}=e,o=DK(e,FK);const a=[],i=[];(t||n||r)&&(a.push([t||0,n||0,r||0]),i.push((e=>[`translate3d(${e.map((e=>UK(e,"px"))).join(",")})`,XK(e,0)]))),BX(o,((e,t)=>{if("transform"===t)a.push([e||""]),i.push((e=>[e,""===e]));else if(jK.test(t)){if(delete o[t],zX.und(e))return;const n=qK.test(t)?"px":VK.test(t)?"deg":"";a.push(DX(e)),i.push("rotate3d"===t?([e,t,r,o])=>[`rotate3d(${e},${t},${r},${UK(o,n)})`,XK(o,0)]:e=>[`${t}(${e.map((e=>UK(e,n))).join(",")})`,XK(e,t.startsWith("scale")?1:0)])}})),a.length&&(o.transform=new GK(a,i)),super(o)}}class GK extends C${constructor(e,t){super(),this._value=null,this.inputs=e,this.transforms=t}get(){return this._value||(this._value=this._get())}_get(){let e="",t=!0;return OX(this.inputs,((n,r)=>{const o=w$(n[0]),[a,i]=this.transforms[r](zX.arr(o)?o:n.map(w$));e+=" "+a,t=t&&i})),t?"none":e}observerAdded(e){1==e&&OX(this.inputs,(e=>OX(e,(e=>k$(e)&&S$(e,this)))))}observerRemoved(e){0==e&&OX(this.inputs,(e=>OX(e,(e=>k$(e)&&A$(e,this)))))}eventObserved(e){"change"==e.type&&(this._value=null),x$(this,e)}}const KK=["scrollTop","scrollLeft"];qX.assign({batchedUpdates:zt.unstable_batchedUpdates,createStringInterpolator:W$,colors:{transparent:0,aliceblue:4042850303,antiquewhite:4209760255,aqua:16777215,aquamarine:2147472639,azure:4043309055,beige:4126530815,bisque:4293182719,black:255,blanchedalmond:4293643775,blue:65535,blueviolet:2318131967,brown:2771004159,burlywood:3736635391,burntsienna:3934150143,cadetblue:1604231423,chartreuse:2147418367,chocolate:3530104575,coral:4286533887,cornflowerblue:1687547391,cornsilk:4294499583,crimson:3692313855,cyan:16777215,darkblue:35839,darkcyan:9145343,darkgoldenrod:3095792639,darkgray:2846468607,darkgreen:6553855,darkgrey:2846468607,darkkhaki:3182914559,darkmagenta:2332068863,darkolivegreen:1433087999,darkorange:4287365375,darkorchid:2570243327,darkred:2332033279,darksalmon:3918953215,darkseagreen:2411499519,darkslateblue:1211993087,darkslategray:793726975,darkslategrey:793726975,darkturquoise:13554175,darkviolet:2483082239,deeppink:4279538687,deepskyblue:12582911,dimgray:1768516095,dimgrey:1768516095,dodgerblue:512819199,firebrick:2988581631,floralwhite:4294635775,forestgreen:579543807,fuchsia:4278255615,gainsboro:3705462015,ghostwhite:4177068031,gold:4292280575,goldenrod:3668254975,gray:2155905279,green:8388863,greenyellow:2919182335,grey:2155905279,honeydew:4043305215,hotpink:4285117695,indianred:3445382399,indigo:1258324735,ivory:4294963455,khaki:4041641215,lavender:3873897215,lavenderblush:4293981695,lawngreen:2096890111,lemonchiffon:4294626815,lightblue:2916673279,lightcoral:4034953471,lightcyan:3774873599,lightgoldenrodyellow:4210742015,lightgray:3553874943,lightgreen:2431553791,lightgrey:3553874943,lightpink:4290167295,lightsalmon:4288707327,lightseagreen:548580095,lightskyblue:2278488831,lightslategray:2005441023,lightslategrey:2005441023,lightsteelblue:2965692159,lightyellow:4294959359,lime:16711935,limegreen:852308735,linen:4210091775,magenta:4278255615,maroon:2147483903,mediumaquamarine:1724754687,mediumblue:52735,mediumorchid:3126187007,mediumpurple:2473647103,mediumseagreen:1018393087,mediumslateblue:2070474495,mediumspringgreen:16423679,mediumturquoise:1221709055,mediumvioletred:3340076543,midnightblue:421097727,mintcream:4127193855,mistyrose:4293190143,moccasin:4293178879,navajowhite:4292783615,navy:33023,oldlace:4260751103,olive:2155872511,olivedrab:1804477439,orange:4289003775,orangered:4282712319,orchid:3664828159,palegoldenrod:4008225535,palegreen:2566625535,paleturquoise:2951671551,palevioletred:3681588223,papayawhip:4293907967,peachpuff:4292524543,peru:3448061951,pink:4290825215,plum:3718307327,powderblue:2967529215,purple:2147516671,rebeccapurple:1714657791,red:4278190335,rosybrown:3163525119,royalblue:1097458175,saddlebrown:2336560127,salmon:4202722047,sandybrown:4104413439,seagreen:780883967,seashell:4294307583,sienna:2689740287,silver:3233857791,skyblue:2278484991,slateblue:1784335871,slategray:1887473919,slategrey:1887473919,snow:4294638335,springgreen:16744447,steelblue:1182971135,tan:3535047935,teal:8421631,thistle:3636451583,tomato:4284696575,turquoise:1088475391,violet:4001558271,wheat:4125012991,white:4294967295,whitesmoke:4126537215,yellow:4294902015,yellowgreen:2597139199}});const JK=((e,{applyAnimatedValues:t=(()=>!1),createAnimatedStyle:n=(e=>new oG(e)),getComponentProps:r=(e=>e)}={})=>{const o={applyAnimatedValues:t,createAnimatedStyle:n,getComponentProps:r},a=e=>{const t=mG(e)||"Anonymous";return(e=zX.str(e)?a[e]||(a[e]=cG(e,o)):e[dG]||(e[dG]=cG(e,o))).displayName=`Animated(${t})`,e};return BX(e,((t,n)=>{zX.arr(e)&&(n=mG(t)),a[n]=a(t)})),{animated:a}})(["a","abbr","address","area","article","aside","audio","b","base","bdi","bdo","big","blockquote","body","br","button","canvas","caption","cite","code","col","colgroup","data","datalist","dd","del","details","dfn","dialog","div","dl","dt","em","embed","fieldset","figcaption","figure","footer","form","h1","h2","h3","h4","h5","h6","head","header","hgroup","hr","html","i","iframe","img","input","ins","kbd","keygen","label","legend","li","link","main","map","mark","menu","menuitem","meta","meter","nav","noscript","object","ol","optgroup","option","output","p","param","picture","pre","progress","q","rp","rt","ruby","s","samp","script","section","select","small","source","span","strong","style","sub","summary","sup","table","tbody","td","textarea","tfoot","th","thead","time","title","tr","track","u","ul","var","video","wbr","circle","clipPath","defs","ellipse","foreignObject","g","image","line","linearGradient","mask","path","pattern","polygon","polyline","radialGradient","rect","stop","svg","text","tspan"],{applyAnimatedValues:function(e,t){if(!e.nodeType||!e.setAttribute)return!1;const n="filter"===e.nodeName||e.parentNode&&"filter"===e.parentNode.nodeName,r=t,{style:o,children:a,scrollTop:i,scrollLeft:l}=r,s=DK(r,IK),c=Object.values(s),u=Object.keys(s).map((t=>n||e.hasAttribute(t)?t:HK[t]||(HK[t]=t.replace(/([A-Z])/g,(e=>"-"+e.toLowerCase())))));void 0!==a&&(e.textContent=a);for(let t in o)if(o.hasOwnProperty(t)){const n=PK(t,o[t]);RK.test(t)?e.style.setProperty(t,n):e.style[t]=n}u.forEach(((t,n)=>{e.setAttribute(t,c[n])})),void 0!==i&&(e.scrollTop=i),void 0!==l&&(e.scrollLeft=l)},createAnimatedStyle:e=>new $K(e),getComponentProps:e=>DK(e,KK)}),ZK=JK.animated;function QK(e){return Do(e.ownerDocument.defaultView),e.ownerDocument.defaultView.getComputedStyle(e)}function eJ(e){if(e){if(e.scrollHeight>e.clientHeight){const{overflowY:t}=QK(e);if(/(auto|scroll)/.test(t))return e}return e.ownerDocument===e.parentNode?e:eJ(e.parentNode)}}const tJ=e=>e+1,nJ=e=>({top:e.offsetTop,left:e.offsetLeft});const rJ=function(e){let{isSelected:t,adjustScrolling:n,enableAnimation:r,triggerAnimationOnChange:o}=e;const a=(0,At.useRef)(),i=kU()||!r,[l,s]=(0,At.useReducer)(tJ,0),[c,u]=(0,At.useReducer)(tJ,0),[d,m]=(0,At.useState)({x:0,y:0}),p=(0,At.useMemo)((()=>a.current?nJ(a.current):null),[o]),f=(0,At.useMemo)((()=>{if(!n||!a.current)return()=>{};const e=eJ(a.current);if(!e)return()=>{};const t=a.current.getBoundingClientRect();return()=>{const n=a.current.getBoundingClientRect().top-t.top;n&&(e.scrollTop+=n)}}),[o,n]);return(0,At.useLayoutEffect)((()=>{l&&u()}),[l]),(0,At.useLayoutEffect)((()=>{if(!p)return;if(i)return void f();a.current.style.transform=void 0;const e=nJ(a.current);s(),m({x:Math.round(p.left-e.left),y:Math.round(p.top-e.top)})}),[o]),AK({from:{x:d.x,y:d.y},to:{x:0,y:0},reset:l!==c,config:{mass:5,tension:2e3,friction:200},immediate:i,onChange:function(e){let{value:n}=e;if(!a.current)return;let{x:r,y:o}=n;r=Math.round(r),o=Math.round(o);const i=0===r&&0===o;a.current.style.transformOrigin="center center",a.current.style.transform=i?void 0:`translate3d(${r}px,${o}px,0)`,a.current.style.zIndex=t?"1":"",f()}}),a};function oJ(e){return"INPUT"===(null==e?void 0:e.nodeName)}function aJ(e){return oJ(e)&&e.type&&!["button","checkbox","hidden","file","radio","image","range","reset","submit","number","email","time"].includes(e.type)||"TEXTAREA"===e.nodeName||"true"===e.contentEditable}function iJ(e){return"INPUT"===e.tagName||"TEXTAREA"===e.tagName}function lJ(e){if(!e)return!1;const{tagName:t}=e;return iJ(e)||"BUTTON"===t||"SELECT"===t}function sJ(e,t,n,r){const o=r.style.zIndex,a=r.style.position,{position:i="static"}=QK(r);"static"===i&&(r.style.position="relative"),r.style.zIndex="10000";const l=function(e,t,n){if(e.caretRangeFromPoint)return e.caretRangeFromPoint(t,n);if(!e.caretPositionFromPoint)return null;const r=e.caretPositionFromPoint(t,n);if(!r)return null;const o=e.createRange();return o.setStart(r.offsetNode,r.offset),o.collapse(!0),o}(e,t,n);return r.style.zIndex=o,r.style.position=a,l}function cJ(e){return"rtl"===QK(e).direction}function uJ(e,t,n){const{ownerDocument:r}=e,o=cJ(e)?!t:t,a=e.getBoundingClientRect();void 0===n?n=t?a.right-1:a.left+1:n<=a.left?n=a.left+1:n>=a.right&&(n=a.right-1);return sJ(r,n,o?a.bottom-1:a.top+1,e)}function dJ(e,t,n){if(!e)return;if(e.focus(),iJ(e)){if("number"!=typeof e.selectionStart)return;return void(t?(e.selectionStart=e.value.length,e.selectionEnd=e.value.length):(e.selectionStart=0,e.selectionEnd=0))}if(!e.isContentEditable)return;let r=uJ(e,t,n);if(!(r&&r.startContainer&&e.contains(r.startContainer)||(e.scrollIntoView(t),r=r=uJ(e,t,n),r&&r.startContainer&&e.contains(r.startContainer))))return;const{ownerDocument:o}=e,{defaultView:a}=o;Do();const i=a.getSelection();Do(),i.removeAllRanges(),i.addRange(r)}function mJ(e,t){return dJ(e,t,void 0)}const pJ=".block-editor-block-list__block",fJ=".block-list-appender",hJ=".block-editor-button-block-appender";function gJ(e,t){return t.closest([pJ,fJ,hJ].join(","))===e}function bJ(e){for(;e&&e.nodeType!==e.ELEMENT_NODE;)e=e.parentNode;if(!e)return;const t=e.closest(pJ);return t?t.id.slice("block-".length):void 0}function vJ(e){const t=(0,At.useRef)(),n=function(e){return Uu((t=>{const{getSelectedBlocksInitialCaretPosition:n,__unstableGetEditorMode:r,isBlockSelected:o}=t(OB);if(o(e)&&"edit"===r())return n()}),[e])}(e),{isBlockSelected:r,isMultiSelecting:o}=Uu(OB);return(0,At.useEffect)((()=>{if(!r(e)||o())return;if(null==n)return;if(!t.current)return;const{ownerDocument:a}=t.current;if(gJ(t.current,a.activeElement))return;const i=fx.tabbable.find(t.current).filter((e=>aJ(e))),l=-1===n,s=i[l?i.length-1:0]||t.current;if(gJ(t.current,s)){if(!t.current.getAttribute("contenteditable")){const e=fx.tabbable.findNext(t.current);if(e&&gJ(t.current,e)&&lJ(e))return void e.focus()}mJ(s,l)}else t.current.focus()}),[n,e]),t}function yJ(e){if(e.defaultPrevented)return;const t="mouseover"===e.type?"add":"remove";e.preventDefault(),e.currentTarget.classList[t]("is-hovered")}function _J(){const e=Uu((e=>{const{getSettings:t}=e(OB);return t().outlineMode}),[]);return hx((t=>{if(e)return t.addEventListener("mouseout",yJ),t.addEventListener("mouseover",yJ),()=>{t.removeEventListener("mouseout",yJ),t.removeEventListener("mouseover",yJ),t.classList.remove("is-hovered")}}),[e])}function MJ(e){return Uu((t=>{const{isBlockBeingDragged:n,isBlockHighlighted:r,isBlockSelected:o,isBlockMultiSelected:a,getBlockName:i,getSettings:l,hasSelectedInnerBlock:s,isTyping:c,__unstableIsFullySelected:u,__unstableSelectionHasUnmergeableBlock:d}=t(OB),{outlineMode:m}=l(),p=n(e),f=o(e),h=i(e),g=s(e,!0),b=a(e);return Sf()({"is-selected":f,"is-highlighted":r(e),"is-multi-selected":b,"is-partially-selected":b&&!u()&&!d(),"is-reusable":ga(ma(h)),"is-dragging":p,"has-child-selected":g,"remove-outline":f&&m&&c()})}),[e])}function kJ(e){return Uu((t=>{const n=t(OB).getBlockName(e),r=ma(n);if((null==r?void 0:r.apiVersion)>1)return $l(n)}),[e])}function wJ(e){return Uu((t=>{const{getBlockName:n,getBlockAttributes:r}=t(OB),o=r(e);if(null==o||!o.className)return;const a=ma(n(e));return(null==a?void 0:a.apiVersion)>1?o.className:void 0}),[e])}function EJ(e){return Uu((t=>{const{hasBlockMovingClientId:n,canInsertBlockType:r,getBlockName:o,getBlockRootClientId:a,isBlockSelected:i}=t(OB);if(!i(e))return;const l=n();return l?Sf()("is-block-moving-mode",{"can-insert-moving-block":r(o(l),a(e))}):void 0}),[e])}function xJ(e){const{isBlockSelected:t}=Uu(OB),{selectBlock:n,selectionChange:r}=rf(OB);return hx((o=>{function a(a){o.parentElement.closest('[contenteditable="true"]')||(t(e)?a.target.isContentEditable||r(e):gJ(o,a.target)&&n(e))}return o.addEventListener("focusin",a),()=>{o.removeEventListener("focusin",a)}}),[t,n])}function CJ(e){const t=Uu((t=>t(OB).isBlockSelected(e)),[e]),{getBlockRootClientId:n,getBlockIndex:r}=Uu(OB),{insertDefaultBlock:o,removeBlock:a}=rf(OB);return hx((i=>{if(t)return i.addEventListener("keydown",l),i.addEventListener("dragstart",s),()=>{i.removeEventListener("keydown",l),i.removeEventListener("dragstart",s)};function l(t){const{keyCode:l,target:s}=t;l!==DE&&l!==BE&&l!==jE||s!==i||aJ(s)||(t.preventDefault(),l===DE?o({},n(e),r(e)+1):a(e))}function s(e){e.preventDefault()}}),[e,t,n,r,o,a])}function LJ(e){const{isNavigationMode:t,isBlockSelected:n}=Uu(OB),{setNavigationMode:r,selectBlock:o}=rf(OB);return hx((a=>{function i(a){t()&&!a.defaultPrevented&&(a.preventDefault(),n(e)?r(!1):o(e))}return a.addEventListener("mousedown",i),()=>{a.addEventListener("mousedown",i)}}),[e,t,n,r])}function SJ(){const e=(0,At.useContext)(e5);return hx((t=>{if(e)return e.observe(t),()=>{e.unobserve(t)}}),[e])}function AJ(e){return Uu((t=>{const{__unstableHasActiveBlockOverlayActive:n}=t(OB);return n(e)}),[e])}function TJ(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},{__unstableIsHtml:t}=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};const{clientId:n,className:r,wrapperProps:o={},isAligned:a}=(0,At.useContext)(zJ),{index:i,mode:l,name:s,blockApiVersion:c,blockTitle:u,isPartOfSelection:d,adjustScrolling:m,enableAnimation:p}=Uu((e=>{const{getBlockAttributes:t,getBlockIndex:r,getBlockMode:o,getBlockName:a,isTyping:i,getGlobalBlockCount:l,isBlockSelected:s,isBlockMultiSelected:c,isAncestorMultiSelected:u,isFirstMultiSelectedBlock:d}=e(OB),{getActiveBlockVariation:m}=e(Zi),p=s(n),f=c(n)||u(n),h=a(n),g=ma(h),b=m(h,t(n));return{index:r(n),mode:o(n),name:h,blockApiVersion:(null==g?void 0:g.apiVersion)||1,blockTitle:(null==b?void 0:b.title)||(null==g?void 0:g.title),isPartOfSelection:p||f,adjustScrolling:p||d(n),enableAnimation:!i()&&l()<=200}}),[n]),f=AJ(n),h=Hr(Jr("Block: %s"),u),g="html"!==l||t?"":"-visual",b=fg([e.ref,vJ(n),nY(n),xJ(n),CJ(n),LJ(n),_J(),SJ(),rJ({isSelected:d,adjustScrolling:m,enableAnimation:p,triggerAnimationOnChange:i}),dX({isDisabled:!f})]),v=RB();return c<2&&v.clientId,{tabIndex:0,...o,...e,ref:b,id:`block-${n}${g}`,role:"document","aria-label":h,"data-block":n,"data-type":s,"data-title":u,className:Sf()(Sf()("block-editor-block-list__block",{"wp-block":!a,"has-block-overlay":f}),r,e.className,o.className,MJ(n),kJ(n),wJ(n),EJ(n)),style:{...o.style,...e.style}}}TJ.save=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};const{blockType:t,attributes:n}=Kl;return pr("blocks.getSaveContent.extraProps",{...e},t,n)};const zJ=(0,At.createContext)();function NJ(e){let{children:t,isHtml:n,...r}=e;return(0,At.createElement)("div",TJ(r,{__unstableIsHtml:n}),t)}const OJ=DU(((e,t)=>{let{clientId:n,rootClientId:r}=t;const{isBlockSelected:o,getBlockMode:a,isSelectionEnabled:i,getTemplateLock:l,__unstableGetBlockWithoutInnerBlocks:s,canRemoveBlock:c,canMoveBlock:u}=e(OB),d=s(n),m=o(n),p=l(r),f=c(n,r),h=u(n,r),{name:g,attributes:b,isValid:v}=d||{};return{mode:a(n),isSelectionEnabled:i(),isLocked:!!p,canRemove:f,canMove:h,block:d,name:g,attributes:b,isValid:v,isSelected:m}})),BJ=RU(((e,t,n)=>{const{updateBlockAttributes:r,insertBlocks:o,mergeBlocks:a,replaceBlocks:i,toggleSelection:l,__unstableMarkLastChangeAsPersistent:s,moveBlocksToPosition:c,removeBlock:u}=e(OB);return{setAttributes(e){const{getMultiSelectedBlockClientIds:o}=n.select(OB),a=o(),{clientId:i}=t,l=a.length?a:[i];r(l,e)},onInsertBlocks(e,n){const{rootClientId:r}=t;o(e,n,r)},onInsertBlocksAfter(e){const{clientId:r,rootClientId:a}=t,{getBlockIndex:i}=n.select(OB),l=i(r);o(e,l+1,a)},onMerge(e){const{clientId:r,rootClientId:i}=t,{getPreviousBlockClientId:l,getNextBlockClientId:s,getBlock:d,getBlockAttributes:m,getBlockName:p,getBlockOrder:f,getBlockIndex:h,getBlockRootClientId:g,canInsertBlockType:b}=n.select(OB);function v(e){let t=!(arguments.length>1&&void 0!==arguments[1])||arguments[1];const r=g(e),a=f(e),[i]=a;if(1===a.length&&Fa(d(i)))u(e);else{if(b(p(i),r))c([i],e,r,h(e));else{const a=Ha(d(i),da());a&&a.length&&n.batch((()=>{o(a,h(e),r,t),u(i,!1)}))}!f(e).length&&Fa(d(e))&&u(e,!1)}}if(e){if(i){const e=s(i);if(e){if(p(i)!==p(e))return void a(i,e);{const t=m(i),r=m(e);if(Object.keys(t).every((e=>t[e]===r[e])))return void n.batch((()=>{c(f(e),e,i),u(e,!1)}))}}}const e=s(r);if(!e)return;f(e).length?v(e,!1):a(r,e)}else{const e=l(r);if(e)a(e,r);else if(i){const e=l(i);if(e&&p(i)===p(e)){const t=m(i),r=m(e);if(Object.keys(t).every((e=>t[e]===r[e])))return void n.batch((()=>{c(f(i),i,e),u(i,!1)}))}v(i)}}},onReplace(e,n,r){e.length&&!ja(e[e.length-1])&&s(),i([t.clientId],e,n,r)},toggleSelection(e){l(e)}}})),DJ=ln(BU,OJ,BJ,PU((e=>{let{block:t}=e;return!!t})),OU("editor.BlockListBlock"))((function(e){var t;let{block:{__unstableBlockSource:n},mode:r,isLocked:o,canRemove:a,clientId:i,isSelected:l,isSelectionEnabled:s,className:c,__unstableLayoutClassNames:u,name:d,isValid:m,attributes:p,wrapperProps:f,setAttributes:h,onReplace:g,onInsertBlocksAfter:b,onMerge:v,toggleSelection:y}=e;const{themeSupportsLayout:_,hasContentLockedParent:M,isContentBlock:k,isContentLocking:w,isTemporarilyEditingAsBlocks:E}=Uu((e=>{const{getSettings:t,__unstableGetContentLockingParent:n,getTemplateLock:r,__unstableGetTemporarilyEditingAsBlocks:o}=e(OB),a=!!n(i);return{themeSupportsLayout:t().supportsLayout,isContentBlock:e(Zi).__experimentalHasContentRoleAttribute(d),hasContentLockedParent:a,isContentLocking:"contentOnly"===r(i)&&!a,isTemporarilyEditingAsBlocks:o()===i}}),[d,i]),{removeBlock:x}=rf(OB),C=(0,At.useCallback)((()=>x(i)),[i]),L=JV()||{};let S=(0,At.createElement)(qU,{name:d,isSelected:l,attributes:p,setAttributes:h,insertBlocksAfter:o?void 0:b,onReplace:a?g:void 0,onRemove:a?C:void 0,mergeBlocks:a?v:void 0,clientId:i,isSelectionEnabled:s,toggleSelection:y,__unstableLayoutClassNames:u,__unstableParentLayout:Object.keys(L).length?L:void 0});const A=ma(d);M&&!k&&(f={...f,tabIndex:-1}),null!=A&&A.getEditWrapperProps&&(f=function(e,t){const n={...e,...t};return null!=e&&e.className&&null!=t&&t.className&&(n.className=Sf()(e.className,t.className)),null!=e&&e.style&&null!=t&&t.style&&(n.style={...e.style,...t.style}),n}(f,A.getEditWrapperProps(p)));const T=f&&!!f["data-align"]&&!_;let z;if(T&&(S=(0,At.createElement)("div",{className:"wp-block","data-align":f["data-align"]},S)),m)z="html"===r?(0,At.createElement)(At.Fragment,null,(0,At.createElement)("div",{style:{display:"none"}},S),(0,At.createElement)(NJ,{isHtml:!0},(0,At.createElement)(uX,{clientId:i}))):(null==A?void 0:A.apiVersion)>1?S:(0,At.createElement)(NJ,f,S);else{const e=n?Xl(n):Zl(A,p);z=(0,At.createElement)(NJ,{className:"has-warning"},(0,At.createElement)(oX,{clientId:i}),(0,At.createElement)(fl,null,Ro(e)))}const{"data-align":N,...O}=null!==(t=f)&&void 0!==t?t:{},B={clientId:i,className:Sf()({"is-content-locked":w,"is-content-locked-temporarily-editing-as-blocks":E,"is-content-block":M&&k},N&&_&&`align${N}`,c),wrapperProps:O,isAligned:T},D=(0,At.useMemo)((()=>B),Object.values(B));return(0,At.createElement)(zJ.Provider,{value:D},(0,At.createElement)(sX,{fallback:(0,At.createElement)(NJ,{className:"has-warning"},(0,At.createElement)(iX,null))},z))})),IJ=(0,At.createElement)(Sx,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,At.createElement)(Cx,{d:"M12 13.06l3.712 3.713 1.061-1.06L13.061 12l3.712-3.712-1.06-1.06L12 10.938 8.288 7.227l-1.061 1.06L10.939 12l-3.712 3.712 1.06 1.061L12 13.061z"})),RJ=(0,At.createElement)(Sx,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,At.createElement)(Cx,{d:"M13.5 6C10.5 6 8 8.5 8 11.5c0 1.1.3 2.1.9 3l-3.4 3 1 1.1 3.4-2.9c1 .9 2.2 1.4 3.6 1.4 3 0 5.5-2.5 5.5-5.5C19 8.5 16.5 6 13.5 6zm0 9.5c-2.2 0-4-1.8-4-4s1.8-4 4-4 4 1.8 4 4-1.8 4-4 4z"}));const PJ=(0,At.forwardRef)((function(e,t){let{__nextHasNoMarginBottom:n,className:r,onChange:o,onKeyDown:a,value:i,label:l,placeholder:s=Jr("Search"),hideLabelFromVision:c=!0,help:u,onClose:d,...m}=e;const p=(0,At.useRef)(),f=`components-search-control-${ug(PJ)}`;return(0,At.createElement)(ND,{__nextHasNoMarginBottom:n,label:l,id:f,hideLabelFromVision:c,help:u,className:sg()(r,"components-search-control")},(0,At.createElement)("div",{className:"components-search-control__input-wrapper"},(0,At.createElement)("input",Nt({},m,{ref:fg([p,t]),className:"components-search-control__input",id:f,type:"search",placeholder:s,onChange:e=>o(e.target.value),onKeyDown:a,autoComplete:"off",value:i||""})),(0,At.createElement)("div",{className:"components-search-control__icon"},d?(0,At.createElement)(NL,{icon:IJ,label:Jr("Close search"),onClick:d}):i?(0,At.createElement)(NL,{icon:IJ,label:Jr("Reset search"),onClick:()=>{var e;o(""),null===(e=p.current)||void 0===e||e.focus()}}):(0,At.createElement)(UF,{icon:RJ}))))})),HJ=PJ;let WJ,YJ,FJ,jJ;const qJ=/<(\/)?(\w+)\s*(\/)?>/g;function VJ(e,t,n,r,o){return{element:e,tokenStart:t,tokenLength:n,prevOffset:r,leadingTextStart:o,children:[]}}const UJ=e=>{const t="object"==typeof e,n=t&&Object.values(e);return t&&n.length&&n.every((e=>(0,At.isValidElement)(e)))};function XJ(e){const t=function(){const e=qJ.exec(WJ);if(null===e)return["no-more-tokens"];const t=e.index,[n,r,o,a]=e,i=n.length;if(a)return["self-closed",o,t,i];if(r)return["closer",o,t,i];return["opener",o,t,i]}(),[n,r,o,a]=t,i=jJ.length,l=o>YJ?YJ:null;if(!e[r])return $J(),!1;switch(n){case"no-more-tokens":if(0!==i){const{leadingTextStart:e,tokenStart:t}=jJ.pop();FJ.push(WJ.substr(e,t))}return $J(),!1;case"self-closed":return 0===i?(null!==l&&FJ.push(WJ.substr(l,o-l)),FJ.push(e[r]),YJ=o+a,!0):(GJ(VJ(e[r],o,a)),YJ=o+a,!0);case"opener":return jJ.push(VJ(e[r],o,a,o+a,l)),YJ=o+a,!0;case"closer":if(1===i)return function(e){const{element:t,leadingTextStart:n,prevOffset:r,tokenStart:o,children:a}=jJ.pop(),i=e?WJ.substr(r,e-r):WJ.substr(r);i&&a.push(i);null!==n&&FJ.push(WJ.substr(n,o-n));FJ.push((0,At.cloneElement)(t,null,...a))}(o),YJ=o+a,!0;const t=jJ.pop(),n=WJ.substr(t.prevOffset,o-t.prevOffset);t.children.push(n),t.prevOffset=o+a;const s=VJ(t.element,t.tokenStart,t.tokenLength,o+a);return s.children=t.children,GJ(s),YJ=o+a,!0;default:return $J(),!1}}function $J(){const e=WJ.length-YJ;0!==e&&FJ.push(WJ.substr(YJ,e))}function GJ(e){const{element:t,tokenStart:n,tokenLength:r,prevOffset:o,children:a}=e,i=jJ[jJ.length-1],l=WJ.substr(i.prevOffset,n-i.prevOffset);l&&i.children.push(l),i.children.push((0,At.cloneElement)(t,null,...a)),i.prevOffset=o||n+r}const KJ=(e,t)=>{if(WJ=e,YJ=0,FJ=[],jJ=[],qJ.lastIndex=0,!UJ(t))throw new TypeError("The conversionMap provided is not valid. It must be an object with values that are WPElements");do{}while(XJ(t));return(0,At.createElement)(At.Fragment,null,...FJ)},JJ=(0,At.createElement)(Sx,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,At.createElement)(Cx,{d:"M12 15.8c-3.7 0-6.8-3-6.8-6.8s3-6.8 6.8-6.8c3.7 0 6.8 3 6.8 6.8s-3.1 6.8-6.8 6.8zm0-12C9.1 3.8 6.8 6.1 6.8 9s2.4 5.2 5.2 5.2c2.9 0 5.2-2.4 5.2-5.2S14.9 3.8 12 3.8zM8 17.5h8V19H8zM10 20.5h4V22h-4z"}));const ZJ=function(e){const{children:t}=e;return(0,At.createElement)("div",{className:"components-tip"},(0,At.createElement)(UF,{icon:JJ}),(0,At.createElement)("p",null,t))},QJ=[KJ(Jr("While writing, you can press / to quickly insert new blocks."),{kbd:(0,At.createElement)("kbd",null)}),KJ(Jr("Indent a list by pressing space at the beginning of a line."),{kbd:(0,At.createElement)("kbd",null)}),KJ(Jr("Outdent a list by pressing backspace at the beginning of a line."),{kbd:(0,At.createElement)("kbd",null)}),Jr("Drag files into the editor to automatically insert media blocks."),Jr("Change a block's type by pressing the block icon on the toolbar.")];const eZ=function(){const[e]=(0,At.useState)(Math.floor(Math.random()*QJ.length));return(0,At.createElement)(ZJ,null,QJ[e])},tZ=(0,At.createElement)(Sx,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,At.createElement)(Cx,{d:"M10.6 6L9.4 7l4.6 5-4.6 5 1.2 1 5.4-6z"})),nZ=(0,At.createElement)(Sx,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,At.createElement)(Cx,{d:"M14.6 7l-1.2-1L8 12l5.4 6 1.2-1-4.6-5z"})),rZ=(0,At.createElement)(Sx,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,At.createElement)(Cx,{d:"M19 8h-1V6h-5v2h-2V6H6v2H5c-1.1 0-2 .9-2 2v8c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2v-8c0-1.1-.9-2-2-2zm.5 10c0 .3-.2.5-.5.5H5c-.3 0-.5-.2-.5-.5v-8c0-.3.2-.5.5-.5h14c.3 0 .5.2.5.5v8z"}));const oZ=(0,At.memo)((function(e){var t;let{icon:n,showColors:r=!1,className:o,context:a}=e;"block-default"===(null===(t=n)||void 0===t?void 0:t.src)&&(n={src:rZ});const i=(0,At.createElement)(JC,{icon:n&&n.src?n.src:n,context:a}),l=r?{backgroundColor:n&&n.background,color:n&&n.foreground}:{};return(0,At.createElement)("span",{style:l,className:Sf()("block-editor-block-icon",o,{"has-colors":r})},i)}));const aZ=function(e){var t;let{title:n,icon:r,description:o,blockType:a,className:i}=e;a&&(wr("`blockType` property in `BlockCard component`",{since:"5.7",alternative:"`title, icon and description` properties"}),({title:n,icon:r,description:o}=a));const l=!0===(null===(t=window)||void 0===t?void 0:t.__experimentalEnableOffCanvasNavigationEditor),{parentNavBlockClientId:s}=Uu((e=>{const{getSelectedBlockClientId:t,getBlockParentsByBlockName:n}=e(OB);return{parentNavBlockClientId:n(t(),"core/navigation",!0)[0]}}),[]),{selectBlock:c}=rf(OB);return(0,At.createElement)("div",{className:Sf()("block-editor-block-card",i)},l&&s&&(0,At.createElement)(NL,{onClick:()=>c(s),label:Jr("Go to parent Navigation block"),style:{minWidth:24,padding:0},icon:eo()?tZ:nZ,isSmall:!0}),(0,At.createElement)(oZ,{icon:r,showColors:!0}),(0,At.createElement)("div",{className:"block-editor-block-card__content"},(0,At.createElement)("h2",{className:"block-editor-block-card__title"},n),(0,At.createElement)("span",{className:"block-editor-block-card__description"},o)))},iZ=xf((e=>t=>(0,At.createElement)(Ru,null,(n=>(0,At.createElement)(e,Nt({},t,{registry:n}))))),"withRegistry"),lZ=xf((e=>iZ((t=>{let{useSubRegistry:n=!0,registry:r,...o}=t;if(!n)return(0,At.createElement)(e,Nt({registry:r},o));const[a,i]=(0,At.useState)(null);return(0,At.useEffect)((()=>{const e=Cr({},r);e.registerStore(zB,NB),i(e)}),[r]),a?(0,At.createElement)(Pu,{value:a},(0,At.createElement)(e,Nt({registry:a},o))):null}))),"withRegistryProvider"),sZ=()=>{};function cZ(e){let{clientId:t=null,value:n,selection:r,onChange:o=sZ,onInput:a=sZ}=e;const i=Hu(),{resetBlocks:l,resetSelection:s,replaceInnerBlocks:c,setHasControlledInnerBlocks:u,__unstableMarkNextChangeAsNotPersistent:d}=i.dispatch(OB),{getBlockName:m,getBlocks:p}=i.select(OB),f=Uu((e=>!t||e(OB).areInnerBlocksControlled(t)),[t]),h=(0,At.useRef)({incoming:null,outgoing:[]}),g=(0,At.useRef)(!1),b=()=>{n&&(d(),t?i.batch((()=>{u(t,!0);const e=n.map((e=>za(e)));g.current&&(h.current.incoming=e),d(),c(t,e)})):(g.current&&(h.current.incoming=n),l(n)))},v=(0,At.useRef)(a),y=(0,At.useRef)(o);(0,At.useEffect)((()=>{v.current=a,y.current=o}),[a,o]),(0,At.useEffect)((()=>{h.current.outgoing.includes(n)?h.current.outgoing[h.current.outgoing.length-1]===n&&(h.current.outgoing=[]):p(t)!==n&&(h.current.outgoing=[],b(),r&&s(r.selectionStart,r.selectionEnd,r.initialPosition))}),[n,t]),(0,At.useEffect)((()=>{f||(h.current.outgoing=[],b())}),[f]),(0,At.useEffect)((()=>{const{getSelectionStart:e,getSelectionEnd:n,getSelectedBlocksInitialCaretPosition:r,isLastBlockChangePersistent:o,__unstableIsLastBlockChangeIgnored:a,areInnerBlocksControlled:l}=i.select(OB);let s=p(t),c=o(),u=!1;g.current=!0;const d=i.subscribe((()=>{if(null!==t&&null===m(t))return;if(!(!t||l(t)))return;const i=o(),d=p(t),f=d!==s;if(s=d,f&&(h.current.incoming||a()))return h.current.incoming=null,void(c=i);if(f||u&&!f&&i&&!c){c=i,h.current.outgoing.push(s);(c?y.current:v.current)(s,{selection:{selectionStart:e(),selectionEnd:n(),initialPosition:r()}})}u=f}));return()=>d()}),[i,t])}const uZ=lZ((function(e){const{children:t,settings:n}=e,{updateSettings:r}=rf(OB);return(0,At.useEffect)((()=>{r(n)}),[n]),cZ(e),(0,At.createElement)(tY,null,t)}));const dZ={name:"u2jump",styles:"position:relative;pointer-events:none;&::after{content:'';position:absolute;top:0;right:0;bottom:0;left:0;}*{pointer-events:none;}"},mZ=(0,At.createContext)(!1),{Consumer:pZ,Provider:fZ}=mZ;function hZ(e){let{className:t,children:n,isDisabled:r=!0,...o}=e;const a=pL();return(0,At.createElement)(fZ,{value:r},(0,At.createElement)("div",Nt({inert:r?"true":void 0,className:r?a(dZ,t,"components-disabled"):void 0},o),n))}hZ.Context=mZ,hZ.Consumer=pZ;const gZ=hZ;function bZ(){const{getSettings:e,hasSelectedBlock:t,hasMultiSelection:n}=Uu(OB),{clearSelectedBlock:r}=rf(OB),{__experimentalClearBlockSelection:o}=e();return hx((e=>{if(o)return e.addEventListener("mousedown",a),()=>{e.removeEventListener("mousedown",a)};function a(o){(t()||n())&&o.target===e&&r()}}),[t,n,r,o])}function vZ(e){const{isMultiSelecting:t,getMultiSelectedBlockClientIds:n,hasMultiSelection:r,getSelectedBlockClientId:o,getSelectedBlocksInitialCaretPosition:a,__unstableIsFullySelected:i}=e(OB);return{isMultiSelecting:t(),multiSelectedBlockClientIds:n(),hasMultiSelection:r(),selectedBlockClientId:o(),initialPosition:a(),isFullSelection:i()}}function yZ(){const{initialPosition:e,isMultiSelecting:t,multiSelectedBlockClientIds:n,hasMultiSelection:r,selectedBlockClientId:o,isFullSelection:a}=Uu(vZ,[]);return hx((o=>{const{ownerDocument:i}=o,{defaultView:l}=i;if(null==e)return;if(!r||t)return;const{length:s}=n;s<2||a&&(o.contentEditable=!0,o.focus(),l.getSelection().removeAllRanges())}),[r,t,n,o,e,a])}function _Z(e){const t=Array.from(e.getClientRects());if(!t.length)return;const n=Math.min(...t.map((e=>{let{top:t}=e;return t}))),r=Math.max(...t.map((e=>{let{bottom:t}=e;return t})));return r-n}function MZ(e){if(!e.collapsed){const t=Array.from(e.getClientRects());if(1===t.length)return t[0];const n=t.filter((e=>{let{width:t}=e;return t>1}));if(0===n.length)return e.getBoundingClientRect();if(1===n.length)return n[0];let{top:r,bottom:o,left:a,right:i}=n[0];for(const{top:e,bottom:t,left:l,right:s}of n)eo&&(o=t),li&&(i=s);return new window.DOMRect(a,r,i-a,o-r)}const{startContainer:t}=e,{ownerDocument:n}=t;if("BR"===t.nodeName){const{parentNode:r}=t;Do();const o=Array.from(r.childNodes).indexOf(t);Do(),(e=n.createRange()).setStart(r,o),e.setEnd(r,o)}const r=e.getClientRects();if(r.length>1)return null;let o=r[0];if(!o){Do();const t=n.createTextNode("​");(e=e.cloneRange()).insertNode(t),o=e.getClientRects()[0],Do(t.parentNode),t.parentNode.removeChild(t)}return o}function kZ(e){const{anchorNode:t,focusNode:n,anchorOffset:r,focusOffset:o}=e;Do(),Do();const a=t.compareDocumentPosition(n);return!(a&t.DOCUMENT_POSITION_PRECEDING)&&(!!(a&t.DOCUMENT_POSITION_FOLLOWING)||(0!==a||r<=o))}function wZ(e,t){let n=arguments.length>2&&void 0!==arguments[2]&&arguments[2];if(iJ(e)&&"number"==typeof e.selectionStart)return e.selectionStart===e.selectionEnd&&(t?0===e.selectionStart:e.value.length===e.selectionStart);if(!e.isContentEditable)return!0;const{ownerDocument:r}=e,{defaultView:o}=r;Do();const a=o.getSelection();if(!a||!a.rangeCount)return!1;const i=a.getRangeAt(0),l=i.cloneRange(),s=kZ(a),c=a.isCollapsed;c||l.collapse(!s);const u=MZ(l),d=MZ(i);if(!u||!d)return!1;const m=_Z(i);if(!c&&m&&m>u.height&&s===t)return!1;const p=cJ(e)?!t:t,f=e.getBoundingClientRect(),h=p?f.left+1:f.right-1,g=t?f.top+1:f.bottom-1,b=sJ(r,h,g,e);if(!b)return!1;const v=MZ(b);if(!v)return!1;const y=t?"top":"bottom",_=p?"left":"right",M=v[y]-d[y],k=v[_]-u[_],w=Math.abs(M)<=1,E=Math.abs(k)<=1;return n?w:w&&E}function EZ(e,t){return wZ(e,t,!0)}function xZ(e,t){return wZ(e,t)}function CZ(e){const t=e.getSelection();Do();const n=t.rangeCount?t.getRangeAt(0):null;return n?MZ(n):null}function LZ(e,t,n,r){let o,a=fx.focusable.find(n);return t&&a.reverse(),a=a.slice(a.indexOf(e)+1),r&&(o=e.getBoundingClientRect()),a.find((function(e){if(1!==e.children.length||!function(e,t){return e.closest(pJ)===t.closest(pJ)}(e,e.firstElementChild)||"true"!==e.firstElementChild.getAttribute("contenteditable")){if(!fx.tabbable.isTabbableIndex(e))return!1;if(e.isContentEditable&&"true"!==e.contentEditable)return!1;if(r){const t=e.getBoundingClientRect();if(t.left>=o.right||t.right<=o.left)return!1}return!0}}))}function SZ(){const{getMultiSelectedBlocksStartClientId:e,getMultiSelectedBlocksEndClientId:t,getSettings:n,hasMultiSelection:r,__unstableIsFullySelected:o}=Uu(OB),{selectBlock:a}=rf(OB);return hx((i=>{let l;function s(){l=null}function c(s){const{keyCode:c,target:u,shiftKey:d,ctrlKey:m,altKey:p,metaKey:f}=s,h=c===WE,g=c===HE,b=h||g,v=g||c===YE,y=h||c===FE,_=v||y,M=d||m||p||f,k=y?EZ:xZ,{ownerDocument:w}=i,{defaultView:E}=w;if(r()){if(!o())return;if(s.defaultPrevented)return;if(!_)return;if(d)return;return s.preventDefault(),void(b?a(e()):a(t(),-1))}if(y?l||(l=CZ(E)):l=null,s.defaultPrevented)return;if(!_)return;if(!function(e,t,n){if((t===WE||t===FE)&&!n)return!0;const{tagName:r}=e;if("INPUT"===r)return["button","checkbox","color","file","image","radio","reset","submit"].includes(e.getAttribute("type"));return"TEXTAREA"!==r}(u,c,M))return;const x=cJ(u)?!b:b,{keepCaretInsideBlock:C}=n();if(d)(function(e,t){const n=LZ(e,t,i);return n&&bJ(n)})(u,b)&&k(u,b)&&(i.contentEditable=!0,i.focus());else if(!y||!EZ(u,b)||p&&!xZ(u,x)||C){if(v&&E.getSelection().isCollapsed&&xZ(u,x)&&!C){mJ(LZ(u,x,i),b),s.preventDefault()}}else{const e=LZ(u,b,i,!0);e&&(!function(e,t,n){dJ(e,t,null==n?void 0:n.left)}(e,p?!b:b,p?void 0:l),s.preventDefault())}}return i.addEventListener("mousedown",s),i.addEventListener("keydown",c),()=>{i.removeEventListener("mousedown",s),i.removeEventListener("keydown",c)}}),[])}function AZ(e,t,n){let r=t;do{if(e===r)return!0;r=r[n]}while(r);return!1}const TZ=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1?arguments[1]:void 0;switch(t.type){case"REGISTER_SHORTCUT":return{...e,[t.name]:{category:t.category,keyCombination:t.keyCombination,aliases:t.aliases,description:t.description}};case"UNREGISTER_SHORTCUT":const{[t.name]:n,...r}=e;return r}return e};function zZ(e){let{name:t,category:n,description:r,keyCombination:o,aliases:a}=e;return{type:"REGISTER_SHORTCUT",name:t,category:n,keyCombination:o,aliases:a,description:r}}function NZ(e){return{type:"UNREGISTER_SHORTCUT",name:e}}const OZ=[],BZ={display:JE,raw:GE,ariaLabel:ZE};function DZ(e,t){return e?e.modifier?BZ[t][e.modifier](e.character):e.character:null}function IZ(e,t){return e[t]?e[t].keyCombination:null}function RZ(e,t){let n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:"display";const r=IZ(e,t);return DZ(r,n)}function PZ(e,t){return e[t]?e[t].description:null}function HZ(e,t){return e[t]&&e[t].aliases?e[t].aliases:OZ}const WZ=li(((e,t)=>[IZ(e,t),...HZ(e,t)].filter(Boolean)),((e,t)=>[e[t]])),YZ=li(((e,t)=>WZ(e,t).map((e=>DZ(e,"raw")))),((e,t)=>[e[t]])),FZ=li(((e,t)=>Object.entries(e).filter((e=>{let[,n]=e;return n.category===t})).map((e=>{let[t]=e;return t}))),(e=>[e])),jZ=qn("core/keyboard-shortcuts",{reducer:TZ,actions:g,selectors:b});function qZ(){const{getAllShortcutKeyCombinations:e}=Uu(jZ);return function(t,n){return e(t).some((e=>{let{modifier:t,character:r}=e;return ex[t](n,r)}))}}Or(jZ);const VZ=(0,At.createContext)();function UZ(e,t){let{isDisabled:n}=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};const r=(0,At.useContext)(VZ),o=qZ(),a=(0,At.useRef)();a.current=t,(0,At.useEffect)((()=>{if(!n)return r.current.add(t),()=>{r.current.delete(t)};function t(t){o(e,t)&&a.current(t)}}),[e,n])}const{Provider:XZ}=VZ;function $Z(e){const t=(0,At.useRef)(new Set);return(0,At.createElement)(XZ,{value:t},(0,At.createElement)("div",Nt({},e,{onKeyDown:function(n){e.onKeyDown&&e.onKeyDown(n);for(const e of t.current)e(n)}})))}function GZ(){const{getBlockOrder:e,getSelectedBlockClientIds:t,getBlockRootClientId:n}=Uu(OB),{multiSelect:r,selectBlock:o}=rf(OB),a=qZ();return hx((i=>{function l(l){if(!a("core/block-editor/select-all",l))return;const s=t();if(s.length<2&&!function(e){if(iJ(e))return 0===e.selectionStart&&e.value.length===e.selectionEnd;if(!e.isContentEditable)return!0;const{ownerDocument:t}=e,{defaultView:n}=t;Do();const r=n.getSelection();Do();const o=r.rangeCount?r.getRangeAt(0):null;if(!o)return!0;const{startContainer:a,endContainer:i,startOffset:l,endOffset:s}=o;if(a===e&&i===e&&0===l&&s===e.childNodes.length)return!0;e.lastChild,Do();const c=i.nodeType===i.TEXT_NODE?i.data.length:i.childNodes.length;return AZ(a,e,"firstChild")&&AZ(i,e,"lastChild")&&0===l&&s===c}(l.target))return;l.preventDefault();const[c]=s,u=n(c),d=e(u);s.length!==d.length?r(d[0],d[d.length-1]):u&&(i.ownerDocument.defaultView.getSelection().removeAllRanges(),o(u))}return i.addEventListener("keydown",l),()=>{i.removeEventListener("keydown",l)}}),[])}function KZ(e,t){e.contentEditable=t,t&&e.focus()}function JZ(){const{startMultiSelect:e,stopMultiSelect:t}=rf(OB),{isSelectionEnabled:n,hasMultiSelection:r,isDraggingBlocks:o}=Uu(OB);return hx((a=>{const{ownerDocument:i}=a,{defaultView:l}=i;let s,c;function u(){t(),l.removeEventListener("mouseup",u),c=l.requestAnimationFrame((()=>{if(r())return;KZ(a,!1);const e=l.getSelection();if(e.rangeCount){const{commonAncestorContainer:t}=e.getRangeAt(0);s.contains(t)&&s.focus()}}))}function d(t){let{buttons:r,target:c}=t;o()||1===r&&c.getAttribute("contenteditable")&&n()&&(s=i.activeElement,e(),l.addEventListener("mouseup",u),KZ(a,!0))}return a.addEventListener("mouseout",d),()=>{a.removeEventListener("mouseout",d),l.removeEventListener("mouseup",u),l.cancelAnimationFrame(c)}}),[e,t,n,r])}function ZZ(e,t){e.contentEditable=t,t&&e.focus()}function QZ(){const{multiSelect:e,selectBlock:t,selectionChange:n}=rf(OB),{getBlockParents:r,getBlockSelectionStart:o}=Uu(OB);return hx((n=>{const{ownerDocument:a}=n,{defaultView:i}=a;function l(a){const l=i.getSelection();if(!l.rangeCount)return;const s=a.shiftKey&&"mouseup"===a.type;if(l.isCollapsed&&!s)return void ZZ(n,!1);let c=bJ(function(e){const{anchorNode:t,anchorOffset:n}=e;return t.nodeType===t.TEXT_NODE||0===n?t:t.childNodes[n-1]}(l)),u=bJ(function(e){const{focusNode:t,focusOffset:n}=e;return t.nodeType===t.TEXT_NODE||n===t.childNodes.length?t:t.childNodes[n]}(l));if(s){const e=o(),t=bJ(a.target),n=t!==u;(c===u&&l.isCollapsed||!u||n)&&(u=t),c!==e&&(c=e)}if(void 0===c&&void 0===u)return void ZZ(n,!1);if(c===u)t(c);else{const t=[...r(c),c],n=[...r(u),u],o=function(e,t){let n=0;for(;e[n]===t[n];)n++;return n}(t,n);e(t[o],n[o])}}function s(){a.addEventListener("selectionchange",l),i.addEventListener("mouseup",l)}function c(){a.removeEventListener("selectionchange",l),i.removeEventListener("mouseup",l)}function u(){c(),s()}return s(),n.addEventListener("focusin",u),()=>{c(),n.removeEventListener("focusin",u)}}),[e,t,n,r])}function eQ(){const{selectBlock:e}=rf(OB),{isSelectionEnabled:t,getBlockSelectionStart:n,hasMultiSelection:r}=Uu(OB);return hx((o=>{function a(a){if(!t()||0!==a.button)return;const i=n(),l=bJ(a.target);a.shiftKey?i!==l&&(o.contentEditable=!0,o.focus()):r()&&e(l)}return o.addEventListener("mousedown",a),()=>{o.removeEventListener("mousedown",a)}}),[e,t,n,r])}function tQ(){const{__unstableIsFullySelected:e,getSelectedBlockClientIds:t,__unstableIsSelectionMergeable:n,hasMultiSelection:r}=Uu(OB),{replaceBlocks:o,__unstableSplitSelection:a,removeBlocks:i,__unstableDeleteSelection:l,__unstableExpandSelection:s}=rf(OB);return hx((c=>{function u(e){var t;r()&&null!==(t=e.inputType)&&void 0!==t&&t.startsWith("format")&&e.preventDefault()}function d(u){u.defaultPrevented||r()&&(u.keyCode===DE?(c.contentEditable=!1,u.preventDefault(),e()?o(t(),Sa(da())):a()):u.keyCode===BE||u.keyCode===jE?(c.contentEditable=!1,u.preventDefault(),e()?i(t()):n()?l(u.keyCode===jE):s()):1!==u.key.length||u.metaKey||u.ctrlKey||(c.contentEditable=!1,n()?l(u.keyCode===jE):(u.preventDefault(),c.ownerDocument.defaultView.getSelection().removeAllRanges())))}function m(e){r()&&(c.contentEditable=!1,n()?l():(e.preventDefault(),c.ownerDocument.defaultView.getSelection().removeAllRanges()))}return c.addEventListener("beforeinput",u),c.addEventListener("keydown",d),c.addEventListener("compositionstart",m),()=>{c.removeEventListener("beforeinput",u),c.removeEventListener("keydown",d),c.removeEventListener("compositionstart",m)}}),[])}function nQ(){const[e,t,n]=function(){const e=(0,At.useRef)(),t=(0,At.useRef)(),n=(0,At.useRef)(),r=(0,At.useRef)(),{hasMultiSelection:o,getSelectedBlockClientId:a,getBlockCount:i}=Uu(OB),{setNavigationMode:l}=rf(OB),s=Uu((e=>e(OB).isNavigationMode()),[])?void 0:"0",c=(0,At.useRef)();function u(t){if(c.current)c.current=null;else if(o())e.current.focus();else if(a())r.current.focus();else{l(!0);const n=t.target.compareDocumentPosition(e.current)&t.target.DOCUMENT_POSITION_FOLLOWING?"findNext":"findPrevious";fx.tabbable[n](t.target).focus()}}const d=(0,At.createElement)("div",{ref:t,tabIndex:s,onFocus:u}),m=(0,At.createElement)("div",{ref:n,tabIndex:s,onFocus:u}),p=hx((s=>{function u(e){if(e.defaultPrevented)return;if(e.keyCode===IE)return e.preventDefault(),void l(!0);if(9!==e.keyCode)return;const r=e.shiftKey,i=r?"findPrevious":"findNext";if(!o()&&!a())return void(e.target===s&&l(!0));if((lJ(e.target)||e.target.getAttribute("data-block")===a())&&lJ(fx.tabbable[i](e.target)))return;const u=r?t:n;c.current=!0,u.current.focus({preventScroll:!0})}function d(e){r.current=e.target;const{ownerDocument:t}=s;e.relatedTarget||t.activeElement!==t.body||0!==i()||s.focus()}function m(r){var o;if(9!==r.keyCode)return;if("region"===(null===(o=r.target)||void 0===o?void 0:o.getAttribute("role")))return;if(e.current===r.target)return;const a=r.shiftKey?"findPrevious":"findNext",i=fx.tabbable[a](r.target);i!==t.current&&i!==n.current||(r.preventDefault(),i.focus({preventScroll:!0}))}const{ownerDocument:p}=s,{defaultView:f}=p;return f.addEventListener("keydown",m),s.addEventListener("keydown",u),s.addEventListener("focusout",d),()=>{f.removeEventListener("keydown",m),s.removeEventListener("keydown",u),s.removeEventListener("focusout",d)}}),[]);return[d,fg([e,p]),m]}(),r=Uu((e=>e(OB).hasMultiSelection()),[]);return[e,fg([t,tQ(),JZ(),QZ(),eQ(),yZ(),GZ(),SZ(),hx((e=>{if(e.tabIndex=0,e.contentEditable=r,r)return e.classList.add("has-multi-selection"),e.setAttribute("aria-label",Jr("Multiple selected blocks")),()=>{e.classList.remove("has-multi-selection"),e.removeAttribute("aria-label")}}),[r])]),n]}const rQ=(0,At.forwardRef)((function(e,t){let{children:n,...r}=e;const[o,a,i]=nQ();return(0,At.createElement)(At.Fragment,null,o,(0,At.createElement)("div",Nt({},r,{ref:fg([a,t]),className:Sf()(r.className,"block-editor-writing-flow")}),n),i)}));function oQ(e){return(0,At.useMemo)((()=>{const t=document.implementation.createHTMLDocument("");return t.body.innerHTML=e,Array.from(t.body.children)}),[e])}const aQ=(0,At.forwardRef)((function(e,t){let{contentRef:n,children:r,head:o,tabIndex:a=0,assets:i,scale:l=1,frameSize:s=0,readonly:c,...u}=e;const[,d]=(0,At.useReducer)((()=>({}))),[m,p]=(0,At.useState)(),[f,h]=(0,At.useState)([]),g=oQ(null==i?void 0:i.styles),b=g.map((e=>e.id)),v=(0,At.useMemo)((()=>Array.from(document.styleSheets).reduce(((e,t)=>{try{t.cssRules}catch(t){return e}const{ownerNode:n,cssRules:r}=t;if(!r)return e;if("LINK"!==n.tagName)return e;if("wp-reset-editor-styles-css"===n.id)return e;if(function e(t){return Array.from(t).find((t=>{let{selectorText:n,conditionText:r,cssRules:o}=t;return r?e(o):n&&(n.includes(".editor-styles-wrapper")||n.includes(".wp-block"))}))}(r)){e.push(n.cloneNode(!0));const t=n.id.replace("-css","-inline-css"),r=document.getElementById(t);r&&e.push(r.cloneNode(!0))}return e}),[])),[]),y=v.filter((e=>!b.includes(e.id))),_=oQ(null==i?void 0:i.scripts),M=bZ(),[k,w,E]=nQ(),[x,{height:C}]=LI(),L=hx((e=>{let t;function n(e){e.preventDefault()}function r(){const{contentDocument:r,ownerDocument:o}=e,{readyState:a,documentElement:i}=r;return t=r,("interactive"===a||"complete"===a)&&(function(e){const{defaultView:t}=e,{frameElement:n}=t;function r(e){const r=Object.getPrototypeOf(e).constructor.name,o=window[r],a={};for(const t in e)a[t]=e[t];if(e instanceof t.MouseEvent){const e=n.getBoundingClientRect();a.clientX+=e.left,a.clientY+=e.top}const i=new o(e.type,a);!n.dispatchEvent(i)&&e.preventDefault()}const o=["dragover"];for(const t of o)e.addEventListener(t,r)}(r),p(r),M(i),h(Array.from(o.body.classList).filter((e=>e.startsWith("admin-color-")||e.startsWith("post-type-")||"wp-embed-responsive"===e))),r.dir=o.dir,i.removeChild(r.head),i.removeChild(r.body),t.addEventListener("dragover",n,!1),t.addEventListener("drop",n,!1),!0)}return e.addEventListener("load",r),()=>{var o,a;e.removeEventListener("load",r),null===(o=t)||void 0===o||o.removeEventListener("dragover",n),null===(a=t)||void 0===a||a.removeEventListener("drop",n)}}),[]),S=hx((e=>{_.reduce(((t,n)=>t.then((()=>async function(e,t){let{id:n,src:r}=t;return new Promise(((t,o)=>{const a=e.ownerDocument.createElement("script");a.id=n,r?(a.src=r,a.onload=()=>t(),a.onerror=()=>o()):t(),e.appendChild(a)}))}(e,n)))),Promise.resolve()).finally((()=>{d()}))}),[]),A=fg([n,M,w]);return o=(0,At.createElement)(At.Fragment,null,(0,At.createElement)("style",null,"html{height:auto!important;}body{margin:0}"),[...g,...y].map((e=>{let{tagName:t,href:n,id:r,rel:o,media:a,textContent:i}=e;const l=t.toLowerCase();return"style"===l?(0,At.createElement)(l,{id:r,key:r},i):(0,At.createElement)(l,{href:n,id:r,rel:o,media:a,key:r})})),o),(0,At.createElement)(At.Fragment,null,a>=0&&k,(0,At.createElement)("iframe",Nt({},u,{ref:fg([t,L]),tabIndex:a,srcDoc:"",title:Jr("Editor canvas")}),m&&(0,zt.createPortal)((0,At.createElement)(At.Fragment,null,(0,At.createElement)("head",{ref:S},o,(0,At.createElement)("style",null,`html { transition: background 5s; ${s?"background: #2f2f2f; transition: background 0s;":""} }`)),(0,At.createElement)("body",{ref:A,className:Sf()("block-editor-iframe__body","editor-styles-wrapper",...f),style:{marginBottom:`-${C*(1-l)-s}px`,marginTop:s,transform:`scale( ${l} )`},inert:c?"true":void 0},x,(0,At.createElement)(ag,{document:m},r))),m.documentElement)),a>=0&&E)}));var iQ=n(3692),lQ=n.n(iQ);const sQ=/\/\*[^*]*\*+([^/*][^*]*\*+)*\//g;function cQ(e,t){t=t||{};let n=1,r=1;function o(e){const t=e.match(/\n/g);t&&(n+=t.length);const o=e.lastIndexOf("\n");r=~o?e.length-o:r+e.length}function a(){const e={line:n,column:r};return function(t){return t.position=new i(e),p(),t}}function i(e){this.start=e,this.end={line:n,column:r},this.source=t.source}i.prototype.content=e;const l=[];function s(o){const a=new Error(t.source+":"+n+":"+r+": "+o);if(a.reason=o,a.filename=t.source,a.line=n,a.column=r,a.source=e,!t.silent)throw a;l.push(a)}function c(){return m(/^{\s*/)}function u(){return m(/^}/)}function d(){let t;const n=[];for(p(),f(n);e.length&&"}"!==e.charAt(0)&&(t=E()||x());)!1!==t&&(n.push(t),f(n));return n}function m(t){const n=t.exec(e);if(!n)return;const r=n[0];return o(r),e=e.slice(r.length),n}function p(){m(/^\s*/)}function f(e){let t;for(e=e||[];t=h();)!1!==t&&e.push(t);return e}function h(){const t=a();if("/"!==e.charAt(0)||"*"!==e.charAt(1))return;let n=2;for(;""!==e.charAt(n)&&("*"!==e.charAt(n)||"/"!==e.charAt(n+1));)++n;if(n+=2,""===e.charAt(n-1))return s("End of comment missing");const i=e.slice(2,n-2);return r+=2,o(i),e=e.slice(n),r+=2,t({type:"comment",comment:i})}function g(){const e=m(/^([^{]+)/);if(e)return uQ(e[0]).replace(/\/\*([^*]|[\r\n]|(\*+([^*/]|[\r\n])))*\*\/+/g,"").replace(/"(?:\\"|[^"])*"|'(?:\\'|[^'])*'/g,(function(e){return e.replace(/,/g,"‌")})).split(/\s*(?![^(]*\)),\s*/).map((function(e){return e.replace(/\u200C/g,",")}))}function b(){const e=a();let t=m(/^(\*?[-#\/\*\\\w]+(\[[0-9a-z_-]+\])?)\s*/);if(!t)return;if(t=uQ(t[0]),!m(/^:\s*/))return s("property missing ':'");const n=m(/^((?:'(?:\\'|.)*?'|"(?:\\"|.)*?"|\([^\)]*?\)|[^};])+)/),r=e({type:"declaration",property:t.replace(sQ,""),value:n?uQ(n[0]).replace(sQ,""):""});return m(/^[;\s]*/),r}function v(){const e=[];if(!c())return s("missing '{'");let t;for(f(e);t=b();)!1!==t&&(e.push(t),f(e));return u()?e:s("missing '}'")}function y(){let e;const t=[],n=a();for(;e=m(/^((\d+\.\d+|\.\d+|\d+)%?|[a-z]+)\s*/);)t.push(e[1]),m(/^,\s*/);if(t.length)return n({type:"keyframe",values:t,declarations:v()})}const _=w("import"),M=w("charset"),k=w("namespace");function w(e){const t=new RegExp("^@"+e+"\\s*([^;]+);");return function(){const n=a(),r=m(t);if(!r)return;const o={type:e};return o[e]=r[1].trim(),n(o)}}function E(){if("@"===e[0])return function(){const e=a();let t=m(/^@([-\w]+)?keyframes\s*/);if(!t)return;const n=t[1];if(t=m(/^([-\w]+)\s*/),!t)return s("@keyframes missing name");const r=t[1];if(!c())return s("@keyframes missing '{'");let o,i=f();for(;o=y();)i.push(o),i=i.concat(f());return u()?e({type:"keyframes",name:r,vendor:n,keyframes:i}):s("@keyframes missing '}'")}()||function(){const e=a(),t=m(/^@media *([^{]+)/);if(!t)return;const n=uQ(t[1]);if(!c())return s("@media missing '{'");const r=f().concat(d());return u()?e({type:"media",media:n,rules:r}):s("@media missing '}'")}()||function(){const e=a(),t=m(/^@custom-media\s+(--[^\s]+)\s*([^{;]+);/);if(t)return e({type:"custom-media",name:uQ(t[1]),media:uQ(t[2])})}()||function(){const e=a(),t=m(/^@supports *([^{]+)/);if(!t)return;const n=uQ(t[1]);if(!c())return s("@supports missing '{'");const r=f().concat(d());return u()?e({type:"supports",supports:n,rules:r}):s("@supports missing '}'")}()||_()||M()||k()||function(){const e=a(),t=m(/^@([-\w]+)?document *([^{]+)/);if(!t)return;const n=uQ(t[1]),r=uQ(t[2]);if(!c())return s("@document missing '{'");const o=f().concat(d());return u()?e({type:"document",document:r,vendor:n,rules:o}):s("@document missing '}'")}()||function(){const e=a();if(!m(/^@page */))return;const t=g()||[];if(!c())return s("@page missing '{'");let n,r=f();for(;n=b();)r.push(n),r=r.concat(f());return u()?e({type:"page",selectors:t,declarations:r}):s("@page missing '}'")}()||function(){const e=a();if(!m(/^@host\s*/))return;if(!c())return s("@host missing '{'");const t=f().concat(d());return u()?e({type:"host",rules:t}):s("@host missing '}'")}()||function(){const e=a();if(!m(/^@font-face\s*/))return;if(!c())return s("@font-face missing '{'");let t,n=f();for(;t=b();)n.push(t),n=n.concat(f());return u()?e({type:"font-face",declarations:n}):s("@font-face missing '}'")}()}function x(){const e=a(),t=g();return t?(f(),e({type:"rule",selectors:t,declarations:v()})):s("selector missing")}return dQ(function(){const e=d();return{type:"stylesheet",stylesheet:{source:t.source,rules:e,parsingErrors:l}}}())}function uQ(e){return e?e.replace(/^\s+|\s+$/g,""):""}function dQ(e,t){const n=e&&"string"==typeof e.type,r=n?e:t;for(const t in e){const n=e[t];Array.isArray(n)?n.forEach((function(e){dQ(e,r)})):n&&"object"==typeof n&&dQ(n,r)}return n&&Object.defineProperty(e,"parent",{configurable:!0,writable:!0,enumerable:!1,value:t||null}),e}var mQ=n(5717),pQ=n.n(mQ);const fQ=hQ;function hQ(e){this.options=e||{}}hQ.prototype.emit=function(e){return e},hQ.prototype.visit=function(e){return this[e.type](e)},hQ.prototype.mapVisit=function(e,t){let n="";t=t||"";for(let r=0,o=e.length;rt=>{if("declaration"===t.type){const a=function(e){const t=/url\((\s*)(['"]?)(.+?)\2(\s*)\)/g;let n;const r=[];for(;null!==(n=t.exec(e));){const e={source:n[0],before:n[1],quote:n[2],value:n[3],after:n[4]};MQ(e)&&r.push(e)}return r}(t.value).map((o=e,e=>({...e,newUrl:"url("+e.before+e.quote+kQ(e.value,o)+e.quote+e.after+")"})));return{...t,value:(n=t.value,r=a,r.forEach((e=>{n=n.replace(e.source,e.newUrl)})),n)}}var n,r,o;return t},EQ=/^(body|html|:root).*$/,xQ=function(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:[];return n=>{const r=n=>t.includes(n.trim())?n:n.match(EQ)?n.replace(/^(body|html|:root)/,e):e+" "+n;return"rule"===n.type?{...n,selectors:n.selectors.map(r)}:n}},CQ=function(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"";return(0,Ot.map)(e,(e=>{let{css:n,baseURL:r}=e;const o=[];return t&&o.push(xQ(t)),r&&o.push(wQ(r)),o.length?_Q(n,ln(o)):n}))},LQ=".editor-styles-wrapper";function SQ(e){return(0,At.useCallback)((e=>{if(!e)return;const{ownerDocument:t}=e,{defaultView:n,body:r}=t,o=t.querySelector(LQ);let a;if(o)a=n.getComputedStyle(o,null).getPropertyValue("background-color");else{const e=t.createElement("div");e.classList.add("editor-styles-wrapper"),r.appendChild(e),a=n.getComputedStyle(e,null).getPropertyValue("background-color"),r.removeChild(e)}const i=So(a);i.luminance()>.5||0===i.alpha()?r.classList.remove("is-dark-theme"):r.classList.add("is-dark-theme")}),[e])}function AQ(e){let{styles:t}=e;const n=(0,At.useMemo)((()=>CQ(t,LQ)),[t]);return(0,At.createElement)(At.Fragment,null,(0,At.createElement)("style",{ref:SQ(t)}),n.map(((e,t)=>(0,At.createElement)("style",{key:t},e))))}function TQ(e){let{selector:t,id:n}=e;const r=`\n${t} {\n\tfilter: url( #${n} );\n}\n`;return(0,At.createElement)("style",null,r)}function zQ(e){let{selector:t}=e;const n=`\n${t} {\n\tfilter: none;\n}\n`;return(0,At.createElement)("style",null,n)}function NQ(e){let{id:t,colors:n}=e;const r=function(){const e={r:[],g:[],b:[],a:[]};return(arguments.length>0&&void 0!==arguments[0]?arguments[0]:[]).forEach((t=>{const n=So(t).toRgb();e.r.push(n.r/255),e.g.push(n.g/255),e.b.push(n.b/255),e.a.push(n.a)})),e}(n);return(0,At.createElement)(Sx,{xmlnsXlink:"http://www.w3.org/1999/xlink",viewBox:"0 0 0 0",width:"0",height:"0",focusable:"false",role:"none",style:{visibility:"hidden",position:"absolute",left:"-9999px",overflow:"hidden"}},(0,At.createElement)("defs",null,(0,At.createElement)("filter",{id:t},(0,At.createElement)("feColorMatrix",{colorInterpolationFilters:"sRGB",type:"matrix",values:" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 "}),(0,At.createElement)("feComponentTransfer",{colorInterpolationFilters:"sRGB"},(0,At.createElement)("feFuncR",{type:"table",tableValues:r.r.join(" ")}),(0,At.createElement)("feFuncG",{type:"table",tableValues:r.g.join(" ")}),(0,At.createElement)("feFuncB",{type:"table",tableValues:r.b.join(" ")}),(0,At.createElement)("feFuncA",{type:"table",tableValues:r.a.join(" ")})),(0,At.createElement)("feComposite",{in2:"SourceGraphic",operator:"in"}))))}function OQ(e){let{preset:t}=e;return(0,At.createElement)(NQ,{id:`wp-duotone-${t.slug}`,colors:t.colors})}let BQ;To([zo,Bo]);const DQ=2e3;function IQ(e){let{viewportWidth:t,containerWidth:n,__experimentalPadding:r,__experimentalMinHeight:o,__experimentalStyles:a}=e;t||(t=n);const[i,{height:l}]=LI(),{styles:s,assets:c,duotone:u}=Uu((e=>{var t,n;const r=e(OB).getSettings();return{styles:r.styles,assets:r.__unstableResolvedAssets,duotone:null===(t=r.__experimentalFeatures)||void 0===t||null===(n=t.color)||void 0===n?void 0:n.duotone}}),[]),d=(0,At.useMemo)((()=>s?[...s,...a,{css:"body{height:auto;overflow:hidden;}",__unstableType:"presets"}]:s),[s,a]),m=(0,At.useMemo)((()=>{var e,t;return[...null!==(e=null==u?void 0:u.default)&&void 0!==e?e:[],...null!==(t=null==u?void 0:u.theme)&&void 0!==t?t:[]]}),[u]);BQ=BQ||BU(r5);const p=n/t;return(0,At.createElement)(gZ,{className:"block-editor-block-preview__content",style:{transform:`scale(${p})`,height:l*p,maxHeight:l>DQ?DQ*p:void 0,minHeight:o}},(0,At.createElement)(aQ,{head:(0,At.createElement)(AQ,{styles:d}),assets:c,contentRef:hx((e=>{const{ownerDocument:{documentElement:t}}=e;t.classList.add("block-editor-block-preview__content-iframe"),t.style.position="absolute",t.style.width="100%",e.style.padding=r+"px",e.style.boxSizing="border-box",e.style.position="absolute",e.style.width="100%"}),[]),"aria-hidden":!0,tabIndex:-1,style:{position:"absolute",width:t,height:l,pointerEvents:"none",maxHeight:DQ,minHeight:0!==p&&p<1&&o?o/p:o}},i,m.map((e=>(0,At.createElement)(OQ,{preset:e,key:e.slug}))),(0,At.createElement)(BQ,{renderAppender:!1})))}function RQ(e){const[t,{width:n}]=LI();return(0,At.createElement)(At.Fragment,null,(0,At.createElement)("div",{style:{position:"relative",width:"100%",height:0}},t),(0,At.createElement)("div",{className:"block-editor-block-preview__container"},!!n&&(0,At.createElement)(IQ,Nt({},e,{containerWidth:n}))))}const PQ=(0,At.memo)((function(e){let{blocks:t,__experimentalPadding:n=0,viewportWidth:r=1200,__experimentalMinHeight:o,__experimentalStyles:a=[]}=e;const i=Uu((e=>e(OB).getSettings()),[]),l=(0,At.useMemo)((()=>({...i,__unstableIsPreviewMode:!0})),[i]),s=(0,At.useMemo)((()=>Array.isArray(t)?t:[t]),[t]);return t&&0!==t.length?(0,At.createElement)(uZ,{value:s,settings:l},(0,At.createElement)(RQ,{viewportWidth:r,__experimentalPadding:n,__experimentalMinHeight:o,__experimentalStyles:a})):null}));function HQ(e){let{blocks:t,props:n={},__experimentalLayout:r}=e;const o=Uu((e=>e(OB).getSettings()),[]),a=(0,At.useMemo)((()=>({...o,__unstableIsPreviewMode:!0})),[o]),i=dX(),l=fg([n.ref,i]),s=(0,At.useMemo)((()=>Array.isArray(t)?t:[t]),[t]),c=(0,At.createElement)(uZ,{value:s,settings:a},(0,At.createElement)(a5,{renderAppender:!1,__experimentalLayout:r}));return{...n,ref:l,className:Sf()(n.className,"block-editor-block-preview__live-content","components-disabled"),children:null!=t&&t.length?c:null}}const WQ=function(e){var t;let{item:n}=e;const{name:r,title:o,icon:a,description:i,initialAttributes:l,example:s}=n,c=ga(n);return(0,At.createElement)("div",{className:"block-editor-inserter__preview-container"},(0,At.createElement)("div",{className:"block-editor-inserter__preview"},c||s?(0,At.createElement)("div",{className:"block-editor-inserter__preview-content"},(0,At.createElement)(PQ,{__experimentalPadding:16,viewportWidth:null!==(t=null==s?void 0:s.viewportWidth)&&void 0!==t?t:500,blocks:s?Wa(r,{attributes:{...s.attributes,...l},innerBlocks:s.innerBlocks}):Sa(r,l)})):(0,At.createElement)("div",{className:"block-editor-inserter__preview-content-missing"},Jr("No Preview Available."))),!c&&(0,At.createElement)(aZ,{title:o,icon:a,description:i}))};function YQ(e,t){const n=[];for(let r=0;r1&&void 0!==arguments[1]?arguments[1]:{step:1};const{step:n=1}=t,[r,o]=(0,At.useState)([]);return(0,At.useEffect)((()=>{let t=YQ(e,r);t.length{e.length<=a||(o((t=>[...t,...e.slice(a,a+n)])),a+=n,i.add({},l))};return i.add({},l),()=>i.reset()}),[e]),r};const jQ=hL((function(e,t){const n=jP(e);return(0,At.createElement)(AL,Nt({as:"span"},n,{ref:t}))}),"Truncate"),qQ=(0,At.createContext)();const VQ=(0,At.forwardRef)((function(e,t){let{isFirst:n,as:r,children:o,...a}=e;const i=(0,At.useContext)(qQ);return(0,At.createElement)(VS,Nt({ref:t,state:i,role:"option",focusable:!0},a),(e=>{const t={...e,tabIndex:n?0:e.tabIndex};return r?(0,At.createElement)(r,t,o):"function"==typeof o?o(t):(0,At.createElement)(NL,t,o)}))})),UQ=(e,t,n)=>{let r=!0,o=!0;return n&&(r="leading"in n?!!n.leading:r,o="trailing"in n?!!n.trailing:o),dg(e,t,{leading:r,trailing:o,maxWait:t})},XQ="is-dragging-components-draggable";const $Q=function(e){let{children:t,onDragStart:n,onDragOver:r,onDragEnd:o,cloneClassname:a,elementId:i,transferData:l,__experimentalTransferDataType:s="text",__experimentalDragComponent:c}=e;const u=(0,At.useRef)(null),d=(0,At.useRef)((()=>{}));return(0,At.useEffect)((()=>()=>{d.current()}),[]),(0,At.createElement)(At.Fragment,null,t({onDraggableStart:function(e){const{ownerDocument:t}=e.target;e.dataTransfer.setData(s,JSON.stringify(l));const o=t.createElement("div");o.style.top="0",o.style.left="0";const c=t.createElement("div");"function"==typeof e.dataTransfer.setDragImage&&(c.classList.add("components-draggable__invisible-drag-image"),t.body.appendChild(c),e.dataTransfer.setDragImage(c,0,0)),o.classList.add("components-draggable__clone"),a&&o.classList.add(a);let m=0,p=0;if(u.current){m=e.clientX,p=e.clientY,o.style.transform=`translate( ${m}px, ${p}px )`;const n=t.createElement("div");n.innerHTML=u.current.innerHTML,o.appendChild(n),t.body.appendChild(o)}else{const e=t.getElementById(i),n=e.getBoundingClientRect(),r=e.parentNode,a=n.top,l=n.left;o.style.width=`${n.width+0}px`;const s=e.cloneNode(!0);s.id=`clone-${i}`,m=l-0,p=a-0,o.style.transform=`translate( ${m}px, ${p}px )`,Array.from(s.querySelectorAll("iframe")).forEach((e=>{var t;return null===(t=e.parentNode)||void 0===t?void 0:t.removeChild(e)})),o.appendChild(s),null==r||r.appendChild(o)}let f=e.clientX,h=e.clientY;const g=UQ((function(e){if(f===e.clientX&&h===e.clientY)return;const t=m+e.clientX-f,n=p+e.clientY-h;o.style.transform=`translate( ${t}px, ${n}px )`,f=e.clientX,h=e.clientY,m=t,p=n,r&&r(e)}),16);let b;t.addEventListener("dragover",g),t.body.classList.add(XQ),e.persist(),n&&(b=setTimeout((()=>n(e)))),d.current=()=>{o&&o.parentNode&&o.parentNode.removeChild(o),c&&c.parentNode&&c.parentNode.removeChild(c),t.body.classList.remove(XQ),t.removeEventListener("dragover",g),clearTimeout(b)}},onDraggableEnd:function(e){e.preventDefault(),d.current(),o&&o(e)}}),c&&(0,At.createElement)("div",{className:"components-draggable-drag-component-root",style:{display:"none"},ref:u},c))},GQ=(0,At.createElement)(Sx,{width:"24",height:"24",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,At.createElement)(Cx,{d:"M8 7h2V5H8v2zm0 6h2v-2H8v2zm0 6h2v-2H8v2zm6-14v2h2V5h-2zm0 8h2v-2h-2v2zm0 6h2v-2h-2v2z"}));function KQ(e){let{count:t,icon:n,isPattern:r}=e;const o=r&&Jr("Pattern");return(0,At.createElement)("div",{className:"block-editor-block-draggable-chip-wrapper"},(0,At.createElement)("div",{className:"block-editor-block-draggable-chip","data-testid":"block-draggable-chip"},(0,At.createElement)(dD,{justify:"center",className:"block-editor-block-draggable-chip__content"},(0,At.createElement)(pD,null,n?(0,At.createElement)(oZ,{icon:n}):o||Hr(Qr("%d block","%d blocks",t),t)),(0,At.createElement)(pD,null,(0,At.createElement)(oZ,{icon:GQ})))))}const JQ=e=>{let{isEnabled:t,blocks:n,icon:r,children:o,isPattern:a}=e;const i={type:"inserter",blocks:n};return(0,At.createElement)($Q,{__experimentalTransferDataType:"wp-blocks",transferData:i,__experimentalDragComponent:(0,At.createElement)(KQ,{count:n.length,icon:r,isPattern:a})},(e=>{let{onDraggableStart:n,onDraggableEnd:r}=e;return o({draggable:t,onDragStart:t?n:void 0,onDragEnd:t?r:void 0})}))};const ZQ=(0,At.memo)((function(e){let{className:t,isFirst:n,item:r,onSelect:o,onHover:a,isDraggable:i,...l}=e;const s=(0,At.useRef)(!1),c=r.icon?{backgroundColor:r.icon.background,color:r.icon.foreground}:{},u=(0,At.useMemo)((()=>[Sa(r.name,r.initialAttributes,Aa(r.innerBlocks))]),[r.name,r.initialAttributes,r.initialAttributes]),d=ga(r)||ba(r);return(0,At.createElement)(JQ,{isEnabled:i&&!r.disabled,blocks:u,icon:r.icon},(e=>{let{draggable:i,onDragStart:u,onDragEnd:m}=e;return(0,At.createElement)("div",{className:Sf()("block-editor-block-types-list__list-item",{"is-synced":d}),draggable:i,onDragStart:e=>{s.current=!0,u&&(a(null),u(e))},onDragEnd:e=>{s.current=!1,m&&m(e)}},(0,At.createElement)(VQ,Nt({isFirst:n,className:Sf()("block-editor-block-types-list__item",t),disabled:r.isDisabled,onClick:e=>{e.preventDefault(),o(r,OE()?e.metaKey:e.ctrlKey),a(null)},onKeyDown:e=>{const{keyCode:t}=e;t===DE&&(e.preventDefault(),o(r,OE()?e.metaKey:e.ctrlKey),a(null))},onFocus:()=>{s.current||a(r)},onMouseEnter:()=>{s.current||a(r)},onMouseLeave:()=>a(null),onBlur:()=>a(null)},l),(0,At.createElement)("span",{className:"block-editor-block-types-list__item-icon",style:c},(0,At.createElement)(oZ,{icon:r.icon,showColors:!0})),(0,At.createElement)("span",{className:"block-editor-block-types-list__item-title"},(0,At.createElement)(jQ,{numberOfLines:3},r.title))))}))}));const QQ=(0,At.forwardRef)((function(e,t){const[n,r]=(0,At.useState)(!1);return(0,At.useEffect)((()=>{n&&PT(Jr("Use left and right arrow keys to move through blocks"))}),[n]),(0,At.createElement)("div",Nt({ref:t,role:"listbox","aria-orientation":"horizontal",onFocus:()=>{r(!0)},onBlur:e=>{!e.currentTarget.contains(e.relatedTarget)&&r(!1)}},e))}));var e0=ZL({name:"Group",compose:kS,keys:[],useProps:function(e,t){return tS({role:"group"},t)}}),t0=(KL({as:"div",useHook:e0}),ZL({name:"CompositeGroup",compose:[e0,WS],keys:NS,propsAreEqual:function(e,t){if(!t.id||e.id!==t.id)return e0.unstable_propsAreEqual(e,t);var n=e.currentId,r=(e.unstable_moves,nS(e,["currentId","unstable_moves"])),o=t.currentId,a=(t.unstable_moves,nS(t,["currentId","unstable_moves"]));if(e.items&&t.items){var i=$D(e.items,n),l=$D(t.items,o),s=null==i?void 0:i.groupId,c=null==l?void 0:l.groupId;if(t.id===c||t.id===s)return!1}return e0.unstable_propsAreEqual(r,a)},useProps:function(e,t){var n=t.ref,r=nS(t,["ref"]),o=(0,At.useRef)(null),a=e.id;return uS((function(){var t;if(a)return null===(t=e.registerGroup)||void 0===t||t.call(e,{id:a,ref:o}),function(){var t;null===(t=e.unregisterGroup)||void 0===t||t.call(e,a)}}),[a,e.registerGroup,e.unregisterGroup]),tS({ref:iS(o,n)},r)}})),n0=KL({as:"div",useHook:t0});const r0=(0,At.forwardRef)((function(e,t){const n=(0,At.useContext)(qQ);return(0,At.createElement)(n0,Nt({state:n,role:"presentation",ref:t},e))}));const o0=function(e){let{items:t=[],onSelect:n,onHover:r=(()=>{}),children:o,label:a,isDraggable:i=!0}=e;return(0,At.createElement)(QQ,{className:"block-editor-block-types-list","aria-label":a},function(e,t){const n=[];for(let r=0,o=e.length;r(0,At.createElement)(r0,{key:t},e.map(((e,o)=>(0,At.createElement)(ZQ,{key:e.id,item:e,className:Gl(e.id),onSelect:n,onHover:r,isDraggable:i&&!e.isDisabled,isFirst:0===t&&0===o})))))),o)};const a0=function(e){let{title:t,icon:n,children:r}=e;return(0,At.createElement)(At.Fragment,null,(0,At.createElement)("div",{className:"block-editor-inserter__panel-header"},(0,At.createElement)("h2",{className:"block-editor-inserter__panel-title"},t),(0,At.createElement)(JC,{icon:n})),(0,At.createElement)("div",{className:"block-editor-inserter__panel-content"},r))},i0=(e,t)=>{const{categories:n,collections:r,items:o}=Uu((t=>{const{getInserterItems:n}=t(OB),{getCategories:r,getCollections:o}=t(Zi);return{categories:r(),collections:o(),items:n(e)}}),[e]),a=(0,At.useCallback)(((e,n)=>{let{name:r,initialAttributes:o,innerBlocks:a}=e;const i=Sa(r,o,Aa(a));t(i,void 0,n)}),[t]);return[o,n,r,a]};const l0=function(e){let{children:t}=e;const n=mI({shift:!0,wrap:"horizontal"});return(0,At.createElement)(qQ.Provider,{value:n},t)},s0=[];const c0=function(e){let{rootClientId:t,onInsert:n,onHover:r,showMostUsedBlocks:o}=e;const[a,i,l,s]=i0(t,n),c=(0,At.useMemo)((()=>uz(a,"frecency","desc").slice(0,6)),[a]),u=(0,At.useMemo)((()=>a.filter((e=>!e.category))),[a]),d=(0,At.useMemo)((()=>an((e=>e.filter((e=>e.category&&"reusable"!==e.category))),(e=>(0,Ot.groupBy)(e,"category")))(a)),[a]),m=(0,At.useMemo)((()=>{const e={...l};return Object.keys(l).forEach((t=>{e[t]=a.filter((e=>(e=>e.name.split("/")[0])(e)===t)),0===e[t].length&&delete e[t]})),e}),[a,l]);(0,At.useEffect)((()=>()=>r(null)),[]);const p=FQ(i),f=i.length===p.length,h=(0,At.useMemo)((()=>Object.entries(l)),[l]),g=FQ(f?h:s0);return(0,At.createElement)(l0,null,(0,At.createElement)("div",null,o&&!!c.length&&(0,At.createElement)(a0,{title:Zr("Most used","blocks")},(0,At.createElement)(o0,{items:c,onSelect:s,onHover:r,label:Zr("Most used","blocks")})),(0,Ot.map)(p,(e=>{const t=d[e.slug];return t&&t.length?(0,At.createElement)(a0,{key:e.slug,title:e.title,icon:e.icon},(0,At.createElement)(o0,{items:t,onSelect:s,onHover:r,label:e.title})):null})),f&&u.length>0&&(0,At.createElement)(a0,{className:"block-editor-inserter__uncategorized-blocks-panel",title:Jr("Uncategorized")},(0,At.createElement)(o0,{items:u,onSelect:s,onHover:r,label:Jr("Uncategorized")})),(0,Ot.map)(g,(e=>{let[t,n]=e;const o=m[t];return o&&o.length?(0,At.createElement)(a0,{key:t,title:n.title,icon:n.icon},(0,At.createElement)(o0,{items:o,onSelect:s,onHover:r,label:n.title})):null}))))};const u0=QB("appearance:none;border:1px solid transparent;cursor:pointer;background:none;text-align:start;&:hover{color:",wD.ui.theme,";}&:focus{background-color:transparent;color:",wD.ui.theme,";border-color:",wD.ui.theme,";outline:3px solid transparent;}",""),d0={name:"1bcj5ek",styles:"width:100%;display:block"},m0={name:"a5hqs6",styles:"width:100%;display:block;margin:0;color:inherit"},p0=QB("border:1px solid ",RD.surfaceBorderColor,";",""),f0=QB(">*:not( marquee )>*{border-bottom:1px solid ",RD.surfaceBorderColor,";}>*:last-of-type>*:not( :focus ){border-bottom-color:transparent;}",""),h0=RD.controlBorderRadius,g0=QB("border-radius:",h0,";",""),b0=QB("border-radius:",h0,";>*:first-of-type>*{border-top-left-radius:",h0,";border-top-right-radius:",h0,";}>*:last-of-type>*{border-bottom-left-radius:",h0,";border-bottom-right-radius:",h0,";}",""),v0=`calc(${RD.fontSize} * ${RD.fontLineHeightBase})`,y0=`calc((${RD.controlHeight} - ${v0} - 2px) / 2)`,_0=`calc((${RD.controlHeightSmall} - ${v0} - 2px) / 2)`,M0=`calc((${RD.controlHeightLarge} - ${v0} - 2px) / 2)`,k0={small:QB("padding:",_0," ",RD.controlPaddingXSmall,";",""),medium:QB("padding:",y0," ",RD.controlPaddingX,";",""),large:QB("padding:",M0," ",RD.controlPaddingXLarge,";","")};const w0=(0,At.createContext)({size:"medium"}),E0=()=>(0,At.useContext)(w0);const x0=hL((function(e,t){const{isBordered:n,isSeparated:r,size:o,...a}=function(e){const{className:t,isBordered:n=!1,isRounded:r=!0,isSeparated:o=!1,role:a="list",...i}=fL(e,"ItemGroup");return{isBordered:n,className:pL()(n&&p0,o&&f0,r&&b0,t),role:a,isSeparated:o,...i}}(e),{size:i}=E0(),l={spacedAround:!n&&!r,size:o||i};return(0,At.createElement)(w0.Provider,{value:l},(0,At.createElement)(AL,Nt({},a,{ref:t})))}),"ItemGroup");const C0=hL((function(e,t){const{role:n,wrapperClassName:r,...o}=function(e){const{as:t,className:n,onClick:r,role:o="listitem",size:a,...i}=fL(e,"Item"),{spacedAround:l,size:s}=E0(),c=a||s,u=t||(void 0!==r?"button":"div"),d=pL(),m=(0,At.useMemo)((()=>d("button"===u&&u0,k0[c]||k0.medium,m0,l&&g0,n)),[u,n,d,c,l]),p=d(d0);return{as:u,className:m,onClick:r,wrapperClassName:p,role:o,...i}}(e);return(0,At.createElement)("div",{role:n,className:r},(0,At.createElement)(AL,Nt({},o,{ref:t})))}),"Item"),L0=e=>t=>function(){let n=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},r=arguments.length>1?arguments[1]:void 0;const o=r[e];if(void 0===o)return n;const a=t(n[o],r);return a===n[o]?n:{...n,[o]:a}},S0=L0("context")((function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[],t=arguments.length>1?arguments[1]:void 0;switch(t.type){case"CREATE_NOTICE":return[...e.filter((e=>{let{id:n}=e;return n!==t.notice.id})),t.notice];case"REMOVE_NOTICE":return e.filter((e=>{let{id:n}=e;return n!==t.id}))}return e})),A0="global",T0="info";let z0=0;function N0(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:T0,t=arguments.length>1?arguments[1]:void 0,n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};const{speak:r=!0,isDismissible:o=!0,context:a=A0,id:i=`${a}${++z0}`,actions:l=[],type:s="default",__unstableHTML:c,icon:u=null,explicitDismiss:d=!1,onDismiss:m}=n;return t=String(t),{type:"CREATE_NOTICE",context:a,notice:{id:i,status:e,content:t,spokenMessage:r?t:null,__unstableHTML:c,isDismissible:o,actions:l,type:s,icon:u,explicitDismiss:d,onDismiss:m}}}function O0(e,t){return N0("success",e,t)}function B0(e,t){return N0("info",e,t)}function D0(e,t){return N0("error",e,t)}function I0(e,t){return N0("warning",e,t)}function R0(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:A0;return{type:"REMOVE_NOTICE",id:e,context:t}}const P0=[];function H0(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:A0;return e[t]||P0}const W0=qn("core/notices",{reducer:S0,actions:v,selectors:y});Or(W0);const Y0=(e,t)=>{const{patternCategories:n,patterns:r}=Uu((e=>{const{__experimentalGetAllowedPatterns:n,getSettings:r}=e(OB);return{patterns:n(t),patternCategories:r().__experimentalBlockPatternCategories}}),[t]),{createSuccessNotice:o}=rf(W0),a=(0,At.useCallback)(((t,n)=>{e((0,Ot.map)(n,(e=>za(e))),t.name),o(Hr(Jr('Block pattern "%s" inserted.'),t.title),{type:"snackbar"})}),[]);return[r,n,a]},F0=e=>{let{showTooltip:t,title:n,children:r}=e;return t?(0,At.createElement)(GC,{text:n},r):(0,At.createElement)(At.Fragment,null,r)};function j0(e){let{isDraggable:t,pattern:n,onClick:r,composite:o,showTooltip:a}=e;const{blocks:i,viewportWidth:l}=n,s=`block-editor-block-patterns-list__item-description-${ug(j0)}`;return(0,At.createElement)(JQ,{isEnabled:t,blocks:i,isPattern:!!n},(e=>{let{draggable:t,onDragStart:c,onDragEnd:u}=e;return(0,At.createElement)("div",{className:"block-editor-block-patterns-list__list-item",draggable:t,onDragStart:c,onDragEnd:u},(0,At.createElement)(F0,{showTooltip:a,title:n.title},(0,At.createElement)(VS,Nt({role:"option",as:"div"},o,{className:"block-editor-block-patterns-list__item",onClick:()=>r(n,i),"aria-label":n.title,"aria-describedby":n.description?s:void 0}),(0,At.createElement)(PQ,{blocks:i,viewportWidth:l}),!a&&(0,At.createElement)("div",{className:"block-editor-block-patterns-list__item-title"},n.title),!!n.description&&(0,At.createElement)(TL,{id:s},n.description))))}))}function q0(){return(0,At.createElement)("div",{className:"block-editor-block-patterns-list__item is-placeholder"})}const V0=function(e){let{isDraggable:t,blockPatterns:n,shownPatterns:r,onClickPattern:o,orientation:a,label:i=Jr("Block Patterns"),showTitlesAsTooltip:l}=e;const s=mI({orientation:a});return(0,At.createElement)(MI,Nt({},s,{role:"listbox",className:"block-editor-block-patterns-list","aria-label":i}),n.map((e=>r.includes(e)?(0,At.createElement)(j0,{key:e.name,pattern:e,onClick:o,isDraggable:t,composite:s,showTooltip:l}):(0,At.createElement)(q0,{key:e.name}))))};function U0(e){let{selectedCategory:t,patternCategories:n,onClickCategory:r}=e;const o="block-editor-block-patterns-explorer__sidebar";return(0,At.createElement)("div",{className:`${o}__categories-list`},n.map((e=>{let{name:n,label:a}=e;return(0,At.createElement)(NL,{key:n,label:a,className:`${o}__categories-list__item`,isPressed:t===n,onClick:()=>{r(n)}},a)})))}function X0(e){let{filterValue:t,setFilterValue:n}=e;return(0,At.createElement)("div",{className:"block-editor-block-patterns-explorer__search"},(0,At.createElement)(HJ,{__nextHasNoMarginBottom:!0,onChange:n,value:t,label:Jr("Search for patterns"),placeholder:Jr("Search")}))}const $0=function(e){let{selectedCategory:t,patternCategories:n,onClickCategory:r,filterValue:o,setFilterValue:a}=e;return(0,At.createElement)("div",{className:"block-editor-block-patterns-explorer__sidebar"},(0,At.createElement)(X0,{filterValue:o,setFilterValue:a}),!o&&(0,At.createElement)(U0,{selectedCategory:t,patternCategories:n,onClickCategory:r}))};const G0=function(){return(0,At.createElement)("div",{className:"block-editor-inserter__no-results"},(0,At.createElement)(UF,{className:"block-editor-inserter__no-results-icon",icon:rZ}),(0,At.createElement)("p",null,Jr("No results found.")))};const K0=function(e){let{rootClientId:t="",insertionIndex:n,clientId:r,isAppender:o,onSelect:a,shouldFocusBlock:i=!0,selectBlockOnInsert:l=!0}=e;const{getSelectedBlock:s}=Uu(OB),{destinationRootClientId:c,destinationIndex:u}=Uu((e=>{const{getSelectedBlockClientId:a,getBlockRootClientId:i,getBlockIndex:l,getBlockOrder:s}=e(OB),c=a();let u,d=t;return void 0!==n?u=n:r?u=l(r):!o&&c?(d=i(c),u=l(c)+1):u=s(d).length,{destinationRootClientId:d,destinationIndex:u}}),[t,n,r,o]),{replaceBlocks:d,insertBlocks:m,showInsertionPoint:p,hideInsertionPoint:f}=rf(OB),h=(0,At.useCallback)((function(e,t){let n=arguments.length>2&&void 0!==arguments[2]&&arguments[2];const r=s();!o&&r&&ja(r)?d(r.clientId,e,null,i||n?0:null,t):m(e,u,c,l,i||n?0:null,t);const p=Array.isArray(e)?e.length:1,f=Hr(Qr("%d block added.","%d blocks added.",p),p);PT(f),a&&a(e)}),[o,s,d,m,c,u,a,i]),g=(0,At.useCallback)((e=>{e?p(c,u):f()}),[p,f,c,u]);return[c,h,g]},J0=e=>e.name||"",Z0=e=>e.title,Q0=e=>e.description||"",e1=e=>e.keywords||[],t1=e=>e.category,n1=()=>null;function r1(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"";return Xo(e,{splitRegexp:[/([\p{Ll}\p{Lo}\p{N}])([\p{Lu}\p{Lt}])/gu,/([\p{Lu}\p{Lt}])([\p{Lu}\p{Lt}][\p{Ll}\p{Lo}])/gu],stripRegexp:/(\p{C}|\p{P}|\p{S})+/giu}).split(" ").filter(Boolean)}function o1(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"";return e=ci()(e),e=e.replace(/^\//,""),e=e.toLowerCase(),e}const a1=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"";return r1(o1(e))},i1=(e,t)=>e.filter((e=>!a1(t).some((t=>t.includes(e))))),l1=(e,t,n,r)=>{if(0===a1(r).length)return e;const o={getCategory:e=>{var n;return null===(n=t.find((t=>{let{slug:n}=t;return n===e.category})))||void 0===n?void 0:n.title},getCollection:e=>{var t;return null===(t=n[e.name.split("/")[0]])||void 0===t?void 0:t.title}};return s1(e,r,o)},s1=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[],t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"",n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};const r=a1(t);if(0===r.length)return e;const o=e.map((e=>[e,c1(e,t,n)])).filter((e=>{let[,t]=e;return t>0}));return o.sort(((e,t)=>{let[,n]=e,[,r]=t;return r-n})),o.map((e=>{let[t]=e;return t}))};function c1(e,t){let n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};const{getName:r=J0,getTitle:o=Z0,getDescription:a=Q0,getKeywords:i=e1,getCategory:l=t1,getCollection:s=n1}=n,c=r(e),u=o(e),d=a(e),m=i(e),p=l(e),f=s(e),h=o1(t),g=o1(u);let b=0;if(h===g)b+=30;else if(g.startsWith(h))b+=20;else{const e=[c,u,d,...m,p,f].join(" "),t=r1(h);0===i1(t,e).length&&(b+=10)}if(0!==b&&c.startsWith("core/")){b+=c!==e.id?1:2}return b}function u1(e){let{filterValue:t,filteredBlockPatternsLength:n}=e;return t?(0,At.createElement)(Fj,{level:2,lineHeight:"48px",className:"block-editor-block-patterns-explorer__search-results-count"},Hr(Qr('%1$d pattern found for "%2$s"','%1$d patterns found for "%2$s"',n),n,t)):null}const d1=function(e){let{filterValue:t,selectedCategory:n,patternCategories:r}=e;const o=mg(PT,500),[a,i]=K0({shouldFocusBlock:!0}),[l,,s]=Y0(i,a),c=(0,At.useMemo)((()=>r.map((e=>e.name))),[r]),u=(0,At.useMemo)((()=>t?s1(l,t):l.filter((e=>{var t,r;return"uncategorized"===n?!(null!==(t=e.categories)&&void 0!==t&&t.length)||e.categories.every((e=>!c.includes(e))):null===(r=e.categories)||void 0===r?void 0:r.includes(n)}))),[t,n,l]);(0,At.useEffect)((()=>{if(!t)return;const e=u.length,n=Hr(Qr("%d result found.","%d results found.",e),e);o(n)}),[t,o]);const d=FQ(u,{step:2}),m=!(null==u||!u.length);return(0,At.createElement)("div",{className:"block-editor-block-patterns-explorer__list"},m&&(0,At.createElement)(u1,{filterValue:t,filteredBlockPatternsLength:u.length}),(0,At.createElement)(l0,null,!m&&(0,At.createElement)(G0,null),m&&(0,At.createElement)(V0,{shownPatterns:d,blockPatterns:u,onClickPattern:s,isDraggable:!1})))};function m1(e){let{initialCategory:t,patternCategories:n}=e;const[r,o]=(0,At.useState)(""),[a,i]=(0,At.useState)(null==t?void 0:t.name);return(0,At.createElement)("div",{className:"block-editor-block-patterns-explorer"},(0,At.createElement)($0,{selectedCategory:a,patternCategories:n,onClickCategory:i,filterValue:r,setFilterValue:o}),(0,At.createElement)(d1,{filterValue:r,selectedCategory:a,patternCategories:n}))}const p1=function(e){let{onModalClose:t,...n}=e;return(0,At.createElement)(JU,{title:Jr("Patterns"),closeLabel:Jr("Close"),onRequestClose:t,isFullScreen:!0},(0,At.createElement)(m1,n))},f1=(0,At.createContext)({location:{},goTo:()=>{},goBack:()=>{}});const h1=function(){const{location:e,goTo:t,goBack:n}=(0,At.useContext)(f1);return{location:e,goTo:t,goBack:n}};const g1=hL((function(e,t){const n=function(e){const{onClick:t,as:n=NL,...r}=fL(e,"NavigatorBackButton"),{goBack:o}=h1();return{as:n,onClick:(0,At.useCallback)((e=>{e.preventDefault(),o(),null==t||t(e)}),[o,t]),...r}}(e);return(0,At.createElement)(AL,Nt({ref:t},n))}),"NavigatorBackButton");var b1={name:"15bx5k",styles:"overflow-x:hidden"};const v1=hL((function(e,t){const{initialPath:n,children:r,className:o,...a}=fL(e,"NavigatorProvider"),[i,l]=(0,At.useState)([{path:n}]),s=(0,At.useCallback)((function(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};l((n=>[...n,{...t,path:e,isBack:!1,hasRestoredFocus:!1}]))}),[]),c=(0,At.useCallback)((()=>{l((e=>e.length<=1?e:[...e.slice(0,-2),{...e[e.length-2],isBack:!0,hasRestoredFocus:!1}]))}),[]),u=(0,At.useMemo)((()=>({location:{...i[i.length-1],isInitial:1===i.length},goTo:s,goBack:c})),[i,s,c]),d=pL(),m=(0,At.useMemo)((()=>d(b1,o)),[o,d]);return(0,At.createElement)(AL,Nt({ref:t,className:m},a),(0,At.createElement)(f1.Provider,{value:u},r))}),"NavigatorProvider"),y1=v1;var _1={name:"14x3t6z",styles:"overflow-x:auto;max-height:100%"};const M1=hL((function(e,t){const{children:n,className:r,path:o,...a}=fL(e,"NavigatorScreen"),i=kU(),{location:l}=(0,At.useContext)(f1),s=l.path===yl(o),c=(0,At.useRef)(null),u=SI(l),d=pL(),m=(0,At.useMemo)((()=>d(_1,r)),[r,d]),p=(0,At.useRef)(l);(0,At.useEffect)((()=>{p.current=l}),[l]);const f=l.isInitial&&!l.isBack;(0,At.useEffect)((()=>{if(f||!s||!c.current||p.current.hasRestoredFocus)return;const e=c.current.ownerDocument.activeElement;if(c.current.contains(e))return;let t=null;if(l.isBack&&null!=u&&u.focusTargetSelector&&(t=c.current.querySelector(u.focusTargetSelector)),!t){const e=fx.tabbable.find(c.current)[0];t=null!=e?e:c.current}p.current.hasRestoredFocus=!0,t.focus()}),[f,s,l.isBack,null==u?void 0:u.focusTargetSelector]);const h=fg([t,c]);if(!s)return null;if(i)return(0,At.createElement)(AL,Nt({ref:h,className:m},a),n);const g={opacity:1,transition:{delay:0,duration:.14,ease:"easeInOut"},x:0},b={opacity:0,x:eo()&&l.isBack||!eo()&&!l.isBack?50:-50},v={animate:g,exit:{delay:0,opacity:0,x:!eo()&&l.isBack||eo()&&!l.isBack?50:-50,transition:{duration:.14,ease:"easeInOut"}},initial:b};return(0,At.createElement)(xE.div,Nt({ref:h,className:m},a,v),n)}),"NavigatorScreen"),k1=M1;const w1=hL((function(e,t){const n=function(e){const{path:t,onClick:n,as:r=NL,attributeName:o="id",...a}=fL(e,"NavigatorButton"),i=yl(t),{goTo:l}=h1();return{as:r,onClick:(0,At.useCallback)((e=>{var t,r;e.preventDefault(),l(i,{focusTargetSelector:(t=o,r=i,`[${t}="${r}"]`)}),null==n||n(e)}),[l,n,o,i]),...a,[o]:i}}(e);return(0,At.createElement)(AL,Nt({ref:t},n))}),"NavigatorButton");function E1(e){let{title:t}=e;return(0,At.createElement)(Nj,{spacing:0},(0,At.createElement)(AL,null,(0,At.createElement)($H,{marginBottom:0,paddingX:4,paddingY:3},(0,At.createElement)(uR,{spacing:2},(0,At.createElement)(g1,{style:{minWidth:24,padding:0},icon:eo()?tZ:nZ,isSmall:!0,"aria-label":Jr("Navigate to the previous view")}),(0,At.createElement)($H,null,(0,At.createElement)(Fj,{level:5},t))))))}function x1(e){let{categories:t,children:n}=e;return(0,At.createElement)(y1,{initialPath:"/",className:"block-editor-inserter__mobile-tab-navigation"},(0,At.createElement)(k1,{path:"/"},(0,At.createElement)(x0,null,t.map((e=>(0,At.createElement)(w1,{key:e.name,path:`/category/${e.name}`,as:C0,isAction:!0},(0,At.createElement)(uR,null,(0,At.createElement)(tR,null,e.label),(0,At.createElement)(UF,{icon:eo()?nZ:tZ}))))))),t.map((e=>(0,At.createElement)(k1,{key:e.name,path:`/category/${e.name}`},(0,At.createElement)(E1,{title:Jr("Back")}),n(e)))))}function C1(){const[e,t]=Y0(),n=(0,At.useCallback)((e=>!(!e.categories||!e.categories.length)&&e.categories.some((e=>t.some((t=>t.name===e))))),[t]),r=(0,At.useMemo)((()=>{const r=t.filter((t=>e.some((e=>{var n;return null===(n=e.categories)||void 0===n?void 0:n.includes(t.name)})))).sort(((e,t)=>{let{name:n}=e,{name:r}=t;return[n,r].some((e=>["featured","text"].includes(e)))?"featured"===n||"text"===r?-1:1:0}));return e.some((e=>!n(e)))&&!r.find((e=>"uncategorized"===e.name))&&r.push({name:"uncategorized",label:Zr("Uncategorized")}),r}),[e,t]);return r}function L1(e){let{rootClientId:t,onInsert:n,category:r,showTitlesAsTooltip:o}=e;const a=(0,At.useRef)();return(0,At.useEffect)((()=>{const e=setTimeout((()=>{const[e]=fx.tabbable.find(a.current);null==e||e.focus()}));return()=>clearTimeout(e)}),[r]),(0,At.createElement)("div",{ref:a,className:"block-editor-inserter__patterns-category-dialog"},(0,At.createElement)(S1,{rootClientId:t,onInsert:n,category:r,showTitlesAsTooltip:o}))}function S1(e){let{rootClientId:t,onInsert:n,category:r,showTitlesAsTooltip:o}=e;const[a,,i]=Y0(n,t),l=C1(),s=(0,At.useMemo)((()=>a.filter((e=>{var t,n,o;if("uncategorized"!==r.name)return null===(o=e.categories)||void 0===o?void 0:o.includes(r.name);return 0===(null!==(t=null===(n=e.categories)||void 0===n?void 0:n.filter((e=>l.find((t=>t.name===e)))))&&void 0!==t?t:[]).length}))),[a,r]),c=FQ(s);return s.length?(0,At.createElement)("div",{className:"block-editor-inserter__patterns-category-panel"},(0,At.createElement)("div",{className:"block-editor-inserter__patterns-category-panel-title"},r.label),(0,At.createElement)("p",null,r.description),(0,At.createElement)(V0,{shownPatterns:c,blockPatterns:s,onClickPattern:i,label:r.label,orientation:"vertical",category:r.label,isDraggable:!0,showTitlesAsTooltip:o})):null}const A1=function(e){let{onSelectCategory:t,selectedCategory:n,onInsert:r,rootClientId:o}=e;const[a,i]=(0,At.useState)(!1),l=C1(),s=NE("medium","<");return(0,At.createElement)(At.Fragment,null,!s&&(0,At.createElement)("div",{className:"block-editor-inserter__block-patterns-tabs-container"},(0,At.createElement)("nav",{"aria-label":Jr("Block pattern categories")},(0,At.createElement)(x0,{role:"list",className:"block-editor-inserter__block-patterns-tabs"},l.map((e=>(0,At.createElement)(C0,{role:"listitem",key:e.name,onClick:()=>t(e),className:e===n?"block-editor-inserter__patterns-category block-editor-inserter__patterns-selected-category":"block-editor-inserter__patterns-category","aria-label":e.label,"aria-current":e===n?"true":void 0},(0,At.createElement)(uR,null,(0,At.createElement)(tR,null,e.label),(0,At.createElement)(UF,{icon:tZ}))))),(0,At.createElement)("div",{role:"listitem"},(0,At.createElement)(NL,{className:"block-editor-inserter__patterns-explore-button",onClick:()=>i(!0),variant:"secondary"},Jr("Explore all patterns")))))),s&&(0,At.createElement)(x1,{categories:l},(e=>(0,At.createElement)(S1,{onInsert:r,rootClientId:o,category:e,showTitlesAsTooltip:!1}))),a&&(0,At.createElement)(p1,{initialCategory:n,patternCategories:l,onModalClose:()=>i(!1)}))};function T1(e){let{onHover:t,onInsert:n,rootClientId:r}=e;const[o,,,a]=i0(r,n),i=(0,At.useMemo)((()=>o.filter((e=>{let{category:t}=e;return"reusable"===t}))),[o]);return 0===i.length?(0,At.createElement)(G0,null):(0,At.createElement)(a0,{title:Jr("Reusable blocks")},(0,At.createElement)(o0,{items:i,onSelect:a,onHover:t,label:Jr("Reusable blocks")}))}const z1=function(e){let{rootClientId:t,onInsert:n,onHover:r}=e;return(0,At.createElement)(At.Fragment,null,(0,At.createElement)(T1,{onHover:r,onInsert:n,rootClientId:t}),(0,At.createElement)("div",{className:"block-editor-inserter__manage-reusable-blocks-container"},(0,At.createElement)(NL,{className:"block-editor-inserter__manage-reusable-blocks",variant:"secondary",href:id("edit.php",{post_type:"wp_block"})},Jr("Manage Reusable blocks"))))};const N1=[{label:Jr("Images"),name:"images",mediaType:"image"},{label:Jr("Videos"),name:"videos",mediaType:"video"},{label:Jr("Audio"),name:"audio",mediaType:"audio"}];function O1(e){const[t,n]=(0,At.useState)([]),{canInsertImage:r,canInsertVideo:o,canInsertAudio:a,fetchMedia:i}=Uu((t=>{const{canInsertBlockType:n,getSettings:r}=t(OB);return{fetchMedia:r().__unstableFetchMedia,canInsertImage:n("core/image",e),canInsertVideo:n("core/video",e),canInsertAudio:n("core/audio",e)}}),[e]);return(0,At.useEffect)((()=>{(async()=>{var e,t,l;if(!i)return;const s={context:"view",per_page:1,_fields:["id"]},[c,u,d]=await Promise.allSettled([i({...s,media_type:"image"}),i({...s,media_type:"video"}),i({...s,media_type:"audio"})]),m=r&&!(null===(e=c.value)||void 0===e||!e.length),p=o&&!(null===(t=u.value)||void 0===t||!t.length),f=a&&!(null===(l=d.value)||void 0===l||!l.length);n(N1.filter((e=>{let{mediaType:t}=e;return"image"===t&&m||"video"===t&&p||"audio"===t&&f})))})()}),[r,o,a,i]),t}const B1=(function(){var e=QB.apply(void 0,arguments),t="animation-"+e.name;return{name:t,styles:"@keyframes "+t+"{"+e.styles+"}",anim:1,toString:function(){return"_EMO_"+this.name+"_"+this.styles+"_EMO_"}}})` +(()=>{var e={6996:(e,t)=>{var n;!function(){"use strict";var o={}.hasOwnProperty;function r(){for(var e=[],t=0;t{e.exports=function(e){return e&&"__experimental"in e&&!1!==e.__experimental}},1893:(e,t)=>{var n;!function(){"use strict";var o=function(){function e(){}function t(e,t){for(var n=t.length,o=0;o{var n;!function(){"use strict";var o={}.hasOwnProperty;function r(){for(var e=[],t=0;t{var n;!function(){"use strict";var o={}.hasOwnProperty;function r(){for(var e=[],t=0;t{"use strict";var t=function(e){return function(e){return!!e&&"object"==typeof e}(e)&&!function(e){var t=Object.prototype.toString.call(e);return"[object RegExp]"===t||"[object Date]"===t||function(e){return e.$$typeof===n}(e)}(e)};var n="function"==typeof Symbol&&Symbol.for?Symbol.for("react.element"):60103;function o(e,t){return!1!==t.clone&&t.isMergeableObject(e)?s((n=e,Array.isArray(n)?[]:{}),e,t):e;var n}function r(e,t,n){return e.concat(t).map((function(e){return o(e,n)}))}function a(e){return Object.keys(e).concat(function(e){return Object.getOwnPropertySymbols?Object.getOwnPropertySymbols(e).filter((function(t){return Object.propertyIsEnumerable.call(e,t)})):[]}(e))}function i(e,t){try{return t in e}catch(e){return!1}}function l(e,t,n){var r={};return n.isMergeableObject(e)&&a(e).forEach((function(t){r[t]=o(e[t],n)})),a(t).forEach((function(a){(function(e,t){return i(e,t)&&!(Object.hasOwnProperty.call(e,t)&&Object.propertyIsEnumerable.call(e,t))})(e,a)||(i(e,a)&&n.isMergeableObject(t[a])?r[a]=function(e,t){if(!t.customMerge)return s;var n=t.customMerge(e);return"function"==typeof n?n:s}(a,n)(e[a],t[a],n):r[a]=o(t[a],n))})),r}function s(e,n,a){(a=a||{}).arrayMerge=a.arrayMerge||r,a.isMergeableObject=a.isMergeableObject||t,a.cloneUnlessOtherwiseSpecified=o;var i=Array.isArray(n);return i===Array.isArray(e)?i?a.arrayMerge(e,n,a):l(e,n,a):o(n,a)}s.all=function(e,t){if(!Array.isArray(e))throw new Error("first argument should be an array");return e.reduce((function(e,n){return s(e,n,t)}),{})};var c=s;e.exports=c},4388:e=>{"use strict";var t=function(e){return function(e){return!!e&&"object"==typeof e}(e)&&!function(e){var t=Object.prototype.toString.call(e);return"[object RegExp]"===t||"[object Date]"===t||function(e){return e.$$typeof===n}(e)}(e)};var n="function"==typeof Symbol&&Symbol.for?Symbol.for("react.element"):60103;function o(e,t){return!1!==t.clone&&t.isMergeableObject(e)?s((n=e,Array.isArray(n)?[]:{}),e,t):e;var n}function r(e,t,n){return e.concat(t).map((function(e){return o(e,n)}))}function a(e){return Object.keys(e).concat(function(e){return Object.getOwnPropertySymbols?Object.getOwnPropertySymbols(e).filter((function(t){return Object.propertyIsEnumerable.call(e,t)})):[]}(e))}function i(e,t){try{return t in e}catch(e){return!1}}function l(e,t,n){var r={};return n.isMergeableObject(e)&&a(e).forEach((function(t){r[t]=o(e[t],n)})),a(t).forEach((function(a){(function(e,t){return i(e,t)&&!(Object.hasOwnProperty.call(e,t)&&Object.propertyIsEnumerable.call(e,t))})(e,a)||(i(e,a)&&n.isMergeableObject(t[a])?r[a]=function(e,t){if(!t.customMerge)return s;var n=t.customMerge(e);return"function"==typeof n?n:s}(a,n)(e[a],t[a],n):r[a]=o(t[a],n))})),r}function s(e,n,a){(a=a||{}).arrayMerge=a.arrayMerge||r,a.isMergeableObject=a.isMergeableObject||t,a.cloneUnlessOtherwiseSpecified=o;var i=Array.isArray(n);return i===Array.isArray(e)?i?a.arrayMerge(e,n,a):l(e,n,a):o(n,a)}s.all=function(e,t){if(!Array.isArray(e))throw new Error("first argument should be an array");return e.reduce((function(e,n){return s(e,n,t)}),{})};var c=s;e.exports=c},9253:(e,t)=>{var n;!function(){"use strict";var o={}.hasOwnProperty;function r(){for(var e=[],t=0;t{var n;!function(){"use strict";var o={}.hasOwnProperty;function r(){for(var e=[],t=0;t{var n;!function(){"use strict";var o={}.hasOwnProperty;function r(){for(var e=[],t=0;t-1},get:function(e){return o[n.indexOf(e)]},set:function(e,t){-1===n.indexOf(e)&&(n.push(e),o.push(t))},delete:function(e){var t=n.indexOf(e);t>-1&&(n.splice(t,1),o.splice(t,1))}}),a=function(e){return new Event(e,{bubbles:!0})};try{new Event("test")}catch(e){a=function(e){var t=document.createEvent("Event");return t.initEvent(e,!0,!1),t}}function i(e){if(e&&e.nodeName&&"TEXTAREA"===e.nodeName&&!r.has(e)){var t=null,n=null,o=null,i=function(){e.clientWidth!==n&&d()},l=function(t){window.removeEventListener("resize",i,!1),e.removeEventListener("input",d,!1),e.removeEventListener("keyup",d,!1),e.removeEventListener("autosize:destroy",l,!1),e.removeEventListener("autosize:update",d,!1),Object.keys(t).forEach((function(n){e.style[n]=t[n]})),r.delete(e)}.bind(e,{height:e.style.height,resize:e.style.resize,overflowY:e.style.overflowY,overflowX:e.style.overflowX,wordWrap:e.style.wordWrap});e.addEventListener("autosize:destroy",l,!1),"onpropertychange"in e&&"oninput"in e&&e.addEventListener("keyup",d,!1),window.addEventListener("resize",i,!1),e.addEventListener("input",d,!1),e.addEventListener("autosize:update",d,!1),e.style.overflowX="hidden",e.style.wordWrap="break-word",r.set(e,{destroy:l,update:d}),s()}function s(){var n=window.getComputedStyle(e,null);"vertical"===n.resize?e.style.resize="none":"both"===n.resize&&(e.style.resize="horizontal"),t="content-box"===n.boxSizing?-(parseFloat(n.paddingTop)+parseFloat(n.paddingBottom)):parseFloat(n.borderTopWidth)+parseFloat(n.borderBottomWidth),isNaN(t)&&(t=0),d()}function c(t){var n=e.style.width;e.style.width="0px",e.offsetWidth,e.style.width=n,e.style.overflowY=t}function u(e){for(var t=[];e&&e.parentNode&&e.parentNode instanceof Element;)e.parentNode.scrollTop&&t.push({node:e.parentNode,scrollTop:e.parentNode.scrollTop}),e=e.parentNode;return t}function p(){if(0!==e.scrollHeight){var o=u(e),r=document.documentElement&&document.documentElement.scrollTop;e.style.height="",e.style.height=e.scrollHeight+t+"px",n=e.clientWidth,o.forEach((function(e){e.node.scrollTop=e.scrollTop})),r&&(document.documentElement.scrollTop=r)}}function d(){p();var t=Math.round(parseFloat(e.style.height)),n=window.getComputedStyle(e,null),r="content-box"===n.boxSizing?Math.round(parseFloat(n.height)):e.offsetHeight;if(r{var n;!function(){"use strict";var o={}.hasOwnProperty;function r(){for(var e=[],t=0;t0&&void 0!==arguments[0]?arguments[0]:{};this.action=e.action,this.container=e.container,this.emitter=e.emitter,this.target=e.target,this.text=e.text,this.trigger=e.trigger,this.selectedText=""}},{key:"initSelection",value:function(){this.text?this.selectFake():this.target&&this.selectTarget()}},{key:"createFakeElement",value:function(){var e="rtl"===document.documentElement.getAttribute("dir");this.fakeElem=document.createElement("textarea"),this.fakeElem.style.fontSize="12pt",this.fakeElem.style.border="0",this.fakeElem.style.padding="0",this.fakeElem.style.margin="0",this.fakeElem.style.position="absolute",this.fakeElem.style[e?"right":"left"]="-9999px";var t=window.pageYOffset||document.documentElement.scrollTop;return this.fakeElem.style.top="".concat(t,"px"),this.fakeElem.setAttribute("readonly",""),this.fakeElem.value=this.text,this.fakeElem}},{key:"selectFake",value:function(){var e=this,t=this.createFakeElement();this.fakeHandlerCallback=function(){return e.removeFake()},this.fakeHandler=this.container.addEventListener("click",this.fakeHandlerCallback)||!0,this.container.appendChild(t),this.selectedText=s()(t),this.copyText(),this.removeFake()}},{key:"removeFake",value:function(){this.fakeHandler&&(this.container.removeEventListener("click",this.fakeHandlerCallback),this.fakeHandler=null,this.fakeHandlerCallback=null),this.fakeElem&&(this.container.removeChild(this.fakeElem),this.fakeElem=null)}},{key:"selectTarget",value:function(){this.selectedText=s()(this.target),this.copyText()}},{key:"copyText",value:function(){var e;try{e=document.execCommand(this.action)}catch(t){e=!1}this.handleResult(e)}},{key:"handleResult",value:function(e){this.emitter.emit(e?"success":"error",{action:this.action,text:this.selectedText,trigger:this.trigger,clearSelection:this.clearSelection.bind(this)})}},{key:"clearSelection",value:function(){this.trigger&&this.trigger.focus(),document.activeElement.blur(),window.getSelection().removeAllRanges()}},{key:"destroy",value:function(){this.removeFake()}},{key:"action",set:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"copy";if(this._action=e,"copy"!==this._action&&"cut"!==this._action)throw new Error('Invalid "action" value, use either "copy" or "cut"')},get:function(){return this._action}},{key:"target",set:function(e){if(void 0!==e){if(!e||"object"!==c(e)||1!==e.nodeType)throw new Error('Invalid "target" value, use a valid Element');if("copy"===this.action&&e.hasAttribute("disabled"))throw new Error('Invalid "target" attribute. Please use "readonly" instead of "disabled" attribute');if("cut"===this.action&&(e.hasAttribute("readonly")||e.hasAttribute("disabled")))throw new Error('Invalid "target" attribute. You can\'t cut text from elements with "readonly" or "disabled" attributes');this._target=e}},get:function(){return this._target}}],n&&u(t.prototype,n),o&&u(t,o),e}(),d=p;function b(e){return b="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},b(e)}function m(e,t){for(var n=0;n0&&void 0!==arguments[0]?arguments[0]:{};this.action="function"==typeof e.action?e.action:this.defaultAction,this.target="function"==typeof e.target?e.target:this.defaultTarget,this.text="function"==typeof e.text?e.text:this.defaultText,this.container="object"===b(e.container)?e.container:document.body}},{key:"listenClick",value:function(e){var t=this;this.listener=i()(e,"click",(function(e){return t.onClick(e)}))}},{key:"onClick",value:function(e){var t=e.delegateTarget||e.currentTarget;this.clipboardAction&&(this.clipboardAction=null),this.clipboardAction=new d({action:this.action(t),target:this.target(t),text:this.text(t),container:this.container,trigger:t,emitter:this})}},{key:"defaultAction",value:function(e){return g("action",e)}},{key:"defaultTarget",value:function(e){var t=g("target",e);if(t)return document.querySelector(t)}},{key:"defaultText",value:function(e){return g("text",e)}},{key:"destroy",value:function(){this.listener.destroy(),this.clipboardAction&&(this.clipboardAction.destroy(),this.clipboardAction=null)}}],o=[{key:"isSupported",value:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:["copy","cut"],t="string"==typeof e?[e]:e,n=!!document.queryCommandSupported;return t.forEach((function(e){n=n&&!!document.queryCommandSupported(e)})),n}}],n&&m(t.prototype,n),o&&m(t,o),a}(r()),v=O},828:function(e){if("undefined"!=typeof Element&&!Element.prototype.matches){var t=Element.prototype;t.matches=t.matchesSelector||t.mozMatchesSelector||t.msMatchesSelector||t.oMatchesSelector||t.webkitMatchesSelector}e.exports=function(e,t){for(;e&&9!==e.nodeType;){if("function"==typeof e.matches&&e.matches(t))return e;e=e.parentNode}}},438:function(e,t,n){var o=n(828);function r(e,t,n,o,r){var i=a.apply(this,arguments);return e.addEventListener(n,i,r),{destroy:function(){e.removeEventListener(n,i,r)}}}function a(e,t,n,r){return function(n){n.delegateTarget=o(n.target,t),n.delegateTarget&&r.call(e,n)}}e.exports=function(e,t,n,o,a){return"function"==typeof e.addEventListener?r.apply(null,arguments):"function"==typeof n?r.bind(null,document).apply(null,arguments):("string"==typeof e&&(e=document.querySelectorAll(e)),Array.prototype.map.call(e,(function(e){return r(e,t,n,o,a)})))}},879:function(e,t){t.node=function(e){return void 0!==e&&e instanceof HTMLElement&&1===e.nodeType},t.nodeList=function(e){var n=Object.prototype.toString.call(e);return void 0!==e&&("[object NodeList]"===n||"[object HTMLCollection]"===n)&&"length"in e&&(0===e.length||t.node(e[0]))},t.string=function(e){return"string"==typeof e||e instanceof String},t.fn=function(e){return"[object Function]"===Object.prototype.toString.call(e)}},370:function(e,t,n){var o=n(879),r=n(438);e.exports=function(e,t,n){if(!e&&!t&&!n)throw new Error("Missing required arguments");if(!o.string(t))throw new TypeError("Second argument must be a String");if(!o.fn(n))throw new TypeError("Third argument must be a Function");if(o.node(e))return function(e,t,n){return e.addEventListener(t,n),{destroy:function(){e.removeEventListener(t,n)}}}(e,t,n);if(o.nodeList(e))return function(e,t,n){return Array.prototype.forEach.call(e,(function(e){e.addEventListener(t,n)})),{destroy:function(){Array.prototype.forEach.call(e,(function(e){e.removeEventListener(t,n)}))}}}(e,t,n);if(o.string(e))return function(e,t,n){return r(document.body,e,t,n)}(e,t,n);throw new TypeError("First argument must be a String, HTMLElement, HTMLCollection, or NodeList")}},817:function(e){e.exports=function(e){var t;if("SELECT"===e.nodeName)e.focus(),t=e.value;else if("INPUT"===e.nodeName||"TEXTAREA"===e.nodeName){var n=e.hasAttribute("readonly");n||e.setAttribute("readonly",""),e.select(),e.setSelectionRange(0,e.value.length),n||e.removeAttribute("readonly"),t=e.value}else{e.hasAttribute("contenteditable")&&e.focus();var o=window.getSelection(),r=document.createRange();r.selectNodeContents(e),o.removeAllRanges(),o.addRange(r),t=o.toString()}return t}},279:function(e){function t(){}t.prototype={on:function(e,t,n){var o=this.e||(this.e={});return(o[e]||(o[e]=[])).push({fn:t,ctx:n}),this},once:function(e,t,n){var o=this;function r(){o.off(e,r),t.apply(n,arguments)}return r._=t,this.on(e,r,n)},emit:function(e){for(var t=[].slice.call(arguments,1),n=((this.e||(this.e={}))[e]||[]).slice(),o=0,r=n.length;o{e.exports=function(e,t,n){return((n=window.getComputedStyle)?n(e):e.currentStyle)[t.replace(/-(\w)/gi,(function(e,t){return t.toUpperCase()}))]}},1227:(e,t,n)=>{t.formatArgs=function(t){if(t[0]=(this.useColors?"%c":"")+this.namespace+(this.useColors?" %c":" ")+t[0]+(this.useColors?"%c ":" ")+"+"+e.exports.humanize(this.diff),!this.useColors)return;const n="color: "+this.color;t.splice(1,0,n,"color: inherit");let o=0,r=0;t[0].replace(/%[a-zA-Z%]/g,(e=>{"%%"!==e&&(o++,"%c"===e&&(r=o))})),t.splice(r,0,n)},t.save=function(e){try{e?t.storage.setItem("debug",e):t.storage.removeItem("debug")}catch(e){}},t.load=function(){let e;try{e=t.storage.getItem("debug")}catch(e){}!e&&"undefined"!=typeof process&&"env"in process&&(e={NODE_ENV:"production"}.DEBUG);return e},t.useColors=function(){if("undefined"!=typeof window&&window.process&&("renderer"===window.process.type||window.process.__nwjs))return!0;if("undefined"!=typeof navigator&&navigator.userAgent&&navigator.userAgent.toLowerCase().match(/(edge|trident)\/(\d+)/))return!1;return"undefined"!=typeof document&&document.documentElement&&document.documentElement.style&&document.documentElement.style.WebkitAppearance||"undefined"!=typeof window&&window.console&&(window.console.firebug||window.console.exception&&window.console.table)||"undefined"!=typeof navigator&&navigator.userAgent&&navigator.userAgent.toLowerCase().match(/firefox\/(\d+)/)&&parseInt(RegExp.$1,10)>=31||"undefined"!=typeof navigator&&navigator.userAgent&&navigator.userAgent.toLowerCase().match(/applewebkit\/(\d+)/)},t.storage=function(){try{return localStorage}catch(e){}}(),t.destroy=(()=>{let e=!1;return()=>{e||(e=!0,console.warn("Instance method `debug.destroy()` is deprecated and no longer does anything. It will be removed in the next major version of `debug`."))}})(),t.colors=["#0000CC","#0000FF","#0033CC","#0033FF","#0066CC","#0066FF","#0099CC","#0099FF","#00CC00","#00CC33","#00CC66","#00CC99","#00CCCC","#00CCFF","#3300CC","#3300FF","#3333CC","#3333FF","#3366CC","#3366FF","#3399CC","#3399FF","#33CC00","#33CC33","#33CC66","#33CC99","#33CCCC","#33CCFF","#6600CC","#6600FF","#6633CC","#6633FF","#66CC00","#66CC33","#9900CC","#9900FF","#9933CC","#9933FF","#99CC00","#99CC33","#CC0000","#CC0033","#CC0066","#CC0099","#CC00CC","#CC00FF","#CC3300","#CC3333","#CC3366","#CC3399","#CC33CC","#CC33FF","#CC6600","#CC6633","#CC9900","#CC9933","#CCCC00","#CCCC33","#FF0000","#FF0033","#FF0066","#FF0099","#FF00CC","#FF00FF","#FF3300","#FF3333","#FF3366","#FF3399","#FF33CC","#FF33FF","#FF6600","#FF6633","#FF9900","#FF9933","#FFCC00","#FFCC33"],t.log=console.debug||console.log||(()=>{}),e.exports=n(2447)(t);const{formatters:o}=e.exports;o.j=function(e){try{return JSON.stringify(e)}catch(e){return"[UnexpectedJSONParseError]: "+e.message}}},2447:(e,t,n)=>{e.exports=function(e){function t(e){let n,r,a,i=null;function l(...e){if(!l.enabled)return;const o=l,r=Number(new Date),a=r-(n||r);o.diff=a,o.prev=n,o.curr=r,n=r,e[0]=t.coerce(e[0]),"string"!=typeof e[0]&&e.unshift("%O");let i=0;e[0]=e[0].replace(/%([a-zA-Z%])/g,((n,r)=>{if("%%"===n)return"%";i++;const a=t.formatters[r];if("function"==typeof a){const t=e[i];n=a.call(o,t),e.splice(i,1),i--}return n})),t.formatArgs.call(o,e);(o.log||t.log).apply(o,e)}return l.namespace=e,l.useColors=t.useColors(),l.color=t.selectColor(e),l.extend=o,l.destroy=t.destroy,Object.defineProperty(l,"enabled",{enumerable:!0,configurable:!1,get:()=>null!==i?i:(r!==t.namespaces&&(r=t.namespaces,a=t.enabled(e)),a),set:e=>{i=e}}),"function"==typeof t.init&&t.init(l),l}function o(e,n){const o=t(this.namespace+(void 0===n?":":n)+e);return o.log=this.log,o}function r(e){return e.toString().substring(2,e.toString().length-2).replace(/\.\*\?$/,"*")}return t.debug=t,t.default=t,t.coerce=function(e){if(e instanceof Error)return e.stack||e.message;return e},t.disable=function(){const e=[...t.names.map(r),...t.skips.map(r).map((e=>"-"+e))].join(",");return t.enable(""),e},t.enable=function(e){let n;t.save(e),t.namespaces=e,t.names=[],t.skips=[];const o=("string"==typeof e?e:"").split(/[\s,]+/),r=o.length;for(n=0;n{t[n]=e[n]})),t.names=[],t.skips=[],t.formatters={},t.selectColor=function(e){let n=0;for(let t=0;t{"use strict";function n(){}function o(e,t,n,o,r){for(var a=0,i=t.length,l=0,s=0;ae.length?n:e})),c.value=e.join(p)}else c.value=e.join(n.slice(l,l+c.count));l+=c.count,c.added||(s+=c.count)}}var d=t[i-1];return i>1&&"string"==typeof d.value&&(d.added||d.removed)&&e.equals("",d.value)&&(t[i-2].value+=d.value,t.pop()),t}function r(e){return{newPos:e.newPos,components:e.components.slice(0)}}Object.defineProperty(t,"__esModule",{value:!0}),t.default=n,n.prototype={diff:function(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},a=n.callback;"function"==typeof n&&(a=n,n={}),this.options=n;var i=this;function l(e){return a?(setTimeout((function(){a(void 0,e)}),0),!0):e}e=this.castInput(e),t=this.castInput(t),e=this.removeEmpty(this.tokenize(e));var s=(t=this.removeEmpty(this.tokenize(t))).length,c=e.length,u=1,p=s+c,d=[{newPos:-1,components:[]}],b=this.extractCommon(d[0],t,e,0);if(d[0].newPos+1>=s&&b+1>=c)return l([{value:this.join(t),count:t.length}]);function m(){for(var n=-1*u;n<=u;n+=2){var a=void 0,p=d[n-1],b=d[n+1],m=(b?b.newPos:0)-n;p&&(d[n-1]=void 0);var M=p&&p.newPos+1=s&&m+1>=c)return l(o(i,a.components,t,e,i.useLongestToken));d[n]=a}else d[n]=void 0}u++}if(a)!function e(){setTimeout((function(){if(u>p)return a();m()||e()}),0)}();else for(;u<=p;){var M=m();if(M)return M}},pushComponent:function(e,t,n){var o=e[e.length-1];o&&o.added===t&&o.removed===n?e[e.length-1]={count:o.count+1,added:t,removed:n}:e.push({count:1,added:t,removed:n})},extractCommon:function(e,t,n,o){for(var r=t.length,a=n.length,i=e.newPos,l=i-o,s=0;i+1{"use strict";var o;t.Kx=function(e,t,n){return r.diff(e,t,n)};var r=new(((o=n(5913))&&o.__esModule?o:{default:o}).default)},9010:(e,t,n)=>{"use strict";var o=n(4657);e.exports=function(e,t,n){n=n||{},9===t.nodeType&&(t=o.getWindow(t));var r=n.allowHorizontalScroll,a=n.onlyScrollIfNeeded,i=n.alignWithTop,l=n.alignWithLeft,s=n.offsetTop||0,c=n.offsetLeft||0,u=n.offsetBottom||0,p=n.offsetRight||0;r=void 0===r||r;var d=o.isWindow(t),b=o.offset(e),m=o.outerHeight(e),M=o.outerWidth(e),z=void 0,f=void 0,h=void 0,g=void 0,O=void 0,v=void 0,A=void 0,y=void 0,_=void 0,q=void 0;d?(A=t,q=o.height(A),_=o.width(A),y={left:o.scrollLeft(A),top:o.scrollTop(A)},O={left:b.left-y.left-c,top:b.top-y.top-s},v={left:b.left+M-(y.left+_)+p,top:b.top+m-(y.top+q)+u},g=y):(z=o.offset(t),f=t.clientHeight,h=t.clientWidth,g={left:t.scrollLeft,top:t.scrollTop},O={left:b.left-(z.left+(parseFloat(o.css(t,"borderLeftWidth"))||0))-c,top:b.top-(z.top+(parseFloat(o.css(t,"borderTopWidth"))||0))-s},v={left:b.left+M-(z.left+h+(parseFloat(o.css(t,"borderRightWidth"))||0))+p,top:b.top+m-(z.top+f+(parseFloat(o.css(t,"borderBottomWidth"))||0))+u}),O.top<0||v.top>0?!0===i?o.scrollTop(t,g.top+O.top):!1===i?o.scrollTop(t,g.top+v.top):O.top<0?o.scrollTop(t,g.top+O.top):o.scrollTop(t,g.top+v.top):a||((i=void 0===i||!!i)?o.scrollTop(t,g.top+O.top):o.scrollTop(t,g.top+v.top)),r&&(O.left<0||v.left>0?!0===l?o.scrollLeft(t,g.left+O.left):!1===l?o.scrollLeft(t,g.left+v.left):O.left<0?o.scrollLeft(t,g.left+O.left):o.scrollLeft(t,g.left+v.left):a||((l=void 0===l||!!l)?o.scrollLeft(t,g.left+O.left):o.scrollLeft(t,g.left+v.left)))}},4979:(e,t,n)=>{"use strict";e.exports=n(9010)},4657:e=>{"use strict";var t=Object.assign||function(e){for(var t=1;t{"use strict";var n=60103,o=60106,r=60107,a=60108,i=60114,l=60109,s=60110,c=60112,u=60113,p=60120,d=60115,b=60116,m=60121,M=60122,z=60117,f=60129,h=60131;if("function"==typeof Symbol&&Symbol.for){var g=Symbol.for;n=g("react.element"),o=g("react.portal"),r=g("react.fragment"),a=g("react.strict_mode"),i=g("react.profiler"),l=g("react.provider"),s=g("react.context"),c=g("react.forward_ref"),u=g("react.suspense"),p=g("react.suspense_list"),d=g("react.memo"),b=g("react.lazy"),m=g("react.block"),M=g("react.server.block"),z=g("react.fundamental"),f=g("react.debug_trace_mode"),h=g("react.legacy_hidden")}function O(e){if("object"==typeof e&&null!==e){var t=e.$$typeof;switch(t){case n:switch(e=e.type){case r:case i:case a:case u:case p:return e;default:switch(e=e&&e.$$typeof){case s:case c:case b:case d:case l:return e;default:return t}}case o:return t}}}},1726:(e,t,n)=>{"use strict";n(6781)},3909:e=>{"use strict";function t(e){return t="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},t(e)}function n(e,t){for(var n=0;n1&&void 0!==arguments[1]?arguments[1]:this;this._map.forEach((function(r,a){null!==a&&"object"===t(a)&&(r=r[1]),e.call(o,r,a,n)}))}},{key:"clear",value:function(){this._map=new Map,this._arrayTreeMap=new Map,this._objectTreeMap=new Map}},{key:"size",get:function(){return this._map.size}}],a&&n(r.prototype,a),i&&n(r,i),e}();e.exports=r},2991:e=>{"use strict";e.exports=function e(t,n){if(t===n)return!0;if(t&&n&&"object"==typeof t&&"object"==typeof n){if(t.constructor!==n.constructor)return!1;var o,r,a;if(Array.isArray(t)){if((o=t.length)!=n.length)return!1;for(r=o;0!=r--;)if(!e(t[r],n[r]))return!1;return!0}if(t instanceof Map&&n instanceof Map){if(t.size!==n.size)return!1;for(r of t.entries())if(!n.has(r[0]))return!1;for(r of t.entries())if(!e(r[1],n.get(r[0])))return!1;return!0}if(t instanceof Set&&n instanceof Set){if(t.size!==n.size)return!1;for(r of t.entries())if(!n.has(r[0]))return!1;return!0}if(ArrayBuffer.isView(t)&&ArrayBuffer.isView(n)){if((o=t.length)!=n.length)return!1;for(r=o;0!=r--;)if(t[r]!==n[r])return!1;return!0}if(t.constructor===RegExp)return t.source===n.source&&t.flags===n.flags;if(t.valueOf!==Object.prototype.valueOf)return t.valueOf()===n.valueOf();if(t.toString!==Object.prototype.toString)return t.toString()===n.toString();if((o=(a=Object.keys(t)).length)!==Object.keys(n).length)return!1;for(r=o;0!=r--;)if(!Object.prototype.hasOwnProperty.call(n,a[r]))return!1;for(r=o;0!=r--;){var i=a[r];if(!e(t[i],n[i]))return!1}return!0}return t!=t&&n!=n}},3316:e=>{function t(e,t,n,o){var r,a=null==(r=o)||"number"==typeof r||"boolean"==typeof r?o:n(o),i=t.get(a);return void 0===i&&(i=e.call(this,o),t.set(a,i)),i}function n(e,t,n){var o=Array.prototype.slice.call(arguments,3),r=n(o),a=t.get(r);return void 0===a&&(a=e.apply(this,o),t.set(r,a)),a}function o(e,t,n,o,r){return n.bind(t,e,o,r)}function r(e,r){return o(e,this,1===e.length?t:n,r.cache.create(),r.serializer)}function a(){return JSON.stringify(arguments)}function i(){this.cache=Object.create(null)}i.prototype.has=function(e){return e in this.cache},i.prototype.get=function(e){return this.cache[e]},i.prototype.set=function(e,t){this.cache[e]=t};var l={create:function(){return new i}};e.exports=function(e,t){var n=t&&t.cache?t.cache:l,o=t&&t.serializer?t.serializer:a;return(t&&t.strategy?t.strategy:r)(e,{cache:n,serializer:o})},e.exports.strategies={variadic:function(e,t){return o(e,this,n,t.cache.create(),t.serializer)},monadic:function(e,n){return o(e,this,t,n.cache.create(),n.serializer)}}},9948:(e,t)=>{var n={};n.parse=function(){var e=/^(\-(webkit|o|ms|moz)\-)?(linear\-gradient)/i,t=/^(\-(webkit|o|ms|moz)\-)?(repeating\-linear\-gradient)/i,n=/^(\-(webkit|o|ms|moz)\-)?(radial\-gradient)/i,o=/^(\-(webkit|o|ms|moz)\-)?(repeating\-radial\-gradient)/i,r=/^to (left (top|bottom)|right (top|bottom)|left|right|top|bottom)/i,a=/^(closest\-side|closest\-corner|farthest\-side|farthest\-corner|contain|cover)/,i=/^(left|center|right|top|bottom)/i,l=/^(-?(([0-9]*\.[0-9]+)|([0-9]+\.?)))px/,s=/^(-?(([0-9]*\.[0-9]+)|([0-9]+\.?)))\%/,c=/^(-?(([0-9]*\.[0-9]+)|([0-9]+\.?)))em/,u=/^(-?(([0-9]*\.[0-9]+)|([0-9]+\.?)))deg/,p=/^\(/,d=/^\)/,b=/^,/,m=/^\#([0-9a-fA-F]+)/,M=/^([a-zA-Z]+)/,z=/^rgb/i,f=/^rgba/i,h=/^(([0-9]*\.[0-9]+)|([0-9]+\.?))/,g="";function O(e){var t=new Error(g+": "+e);throw t.source=g,t}function v(){var e=L(A);return g.length>0&&O("Invalid input not EOF"),e}function A(){return y("linear-gradient",e,q)||y("repeating-linear-gradient",t,q)||y("radial-gradient",n,k)||y("repeating-radial-gradient",o,k)}function y(e,t,n){return _(t,(function(t){var o=n();return o&&(T(b)||O("Missing comma before color stops")),{type:e,orientation:o,colorStops:L(x)}}))}function _(e,t){var n=T(e);if(n)return T(p)||O("Missing ("),result=t(n),T(d)||O("Missing )"),result}function q(){return N("directional",r,1)||N("angular",u,1)}function k(){var e,t,n=w();return n&&((e=[]).push(n),t=g,T(b)&&((n=w())?e.push(n):g=t)),e}function w(){var e=function(){var e=N("shape",/^(circle)/i,0);e&&(e.style=S()||E());return e}()||function(){var e=N("shape",/^(ellipse)/i,0);e&&(e.style=R()||E());return e}();if(e)e.at=function(){if(N("position",/^at/,0)){var e=W();return e||O("Missing positioning value"),e}}();else{var t=W();t&&(e={type:"default-radial",at:t})}return e}function E(){return N("extent-keyword",a,1)}function W(){var e={x:R(),y:R()};if(e.x||e.y)return{type:"position",value:e}}function L(e){var t=e(),n=[];if(t)for(n.push(t);T(b);)(t=e())?n.push(t):O("One extra comma");return n}function x(){var e=N("hex",m,1)||_(f,(function(){return{type:"rgba",value:L(C)}}))||_(z,(function(){return{type:"rgb",value:L(C)}}))||N("literal",M,0);return e||O("Expected color definition"),e.length=R(),e}function C(){return T(h)[1]}function R(){return N("%",s,1)||N("position-keyword",i,1)||S()}function S(){return N("px",l,1)||N("em",c,1)}function N(e,t,n){var o=T(t);if(o)return{type:e,value:o[n]}}function T(e){var t,n;return(n=/^[\n\r\t\s]+/.exec(g))&&B(n[0].length),(t=e.exec(g))&&B(t[0].length),t}function B(e){g=g.substr(e)}return function(e){return g=e.toString(),v()}}(),t.parse=(n||{}).parse},6928:e=>{e.exports=function(e){var t={};function n(o){if(t[o])return t[o].exports;var r=t[o]={exports:{},id:o,loaded:!1};return e[o].call(r.exports,r,r.exports,n),r.loaded=!0,r.exports}return n.m=e,n.c=t,n.p="",n(0)}([function(e,t,n){e.exports=n(1)},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var o=n(2);Object.defineProperty(t,"combineChunks",{enumerable:!0,get:function(){return o.combineChunks}}),Object.defineProperty(t,"fillInChunks",{enumerable:!0,get:function(){return o.fillInChunks}}),Object.defineProperty(t,"findAll",{enumerable:!0,get:function(){return o.findAll}}),Object.defineProperty(t,"findChunks",{enumerable:!0,get:function(){return o.findChunks}})},function(e,t){"use strict";Object.defineProperty(t,"__esModule",{value:!0});t.findAll=function(e){var t=e.autoEscape,a=e.caseSensitive,i=void 0!==a&&a,l=e.findChunks,s=void 0===l?o:l,c=e.sanitize,u=e.searchWords,p=e.textToHighlight;return r({chunksToHighlight:n({chunks:s({autoEscape:t,caseSensitive:i,sanitize:c,searchWords:u,textToHighlight:p})}),totalLength:p?p.length:0})};var n=t.combineChunks=function(e){var t=e.chunks;return t=t.sort((function(e,t){return e.start-t.start})).reduce((function(e,t){if(0===e.length)return[t];var n=e.pop();if(t.start<=n.end){var o=Math.max(n.end,t.end);e.push({highlight:!1,start:n.start,end:o})}else e.push(n,t);return e}),[])},o=function(e){var t=e.autoEscape,n=e.caseSensitive,o=e.sanitize,r=void 0===o?a:o,i=e.searchWords,l=e.textToHighlight;return l=r(l),i.filter((function(e){return e})).reduce((function(e,o){o=r(o),t&&(o=o.replace(/[\-\[\]\/\{\}\(\)\*\+\?\.\\\^\$\|]/g,"\\$&"));for(var a=new RegExp(o,n?"g":"gi"),i=void 0;i=a.exec(l);){var s=i.index,c=a.lastIndex;c>s&&e.push({highlight:!1,start:s,end:c}),i.index===a.lastIndex&&a.lastIndex++}return e}),[])};t.findChunks=o;var r=t.fillInChunks=function(e){var t=e.chunksToHighlight,n=e.totalLength,o=[],r=function(e,t,n){t-e>0&&o.push({start:e,end:t,highlight:n})};if(0===t.length)r(0,n,!1);else{var a=0;t.forEach((function(e){r(a,e.start,!1),r(e.start,e.end,!0),a=e.end})),r(a,n,!1)}return o};function a(e){return e}}])},8679:(e,t,n)=>{"use strict";var o=n(9864),r={childContextTypes:!0,contextType:!0,contextTypes:!0,defaultProps:!0,displayName:!0,getDefaultProps:!0,getDerivedStateFromError:!0,getDerivedStateFromProps:!0,mixins:!0,propTypes:!0,type:!0},a={name:!0,length:!0,prototype:!0,caller:!0,callee:!0,arguments:!0,arity:!0},i={$$typeof:!0,compare:!0,defaultProps:!0,displayName:!0,propTypes:!0,type:!0},l={};function s(e){return o.isMemo(e)?i:l[e.$$typeof]||r}l[o.ForwardRef]={$$typeof:!0,render:!0,defaultProps:!0,displayName:!0,propTypes:!0},l[o.Memo]=i;var c=Object.defineProperty,u=Object.getOwnPropertyNames,p=Object.getOwnPropertySymbols,d=Object.getOwnPropertyDescriptor,b=Object.getPrototypeOf,m=Object.prototype;e.exports=function e(t,n,o){if("string"!=typeof n){if(m){var r=b(n);r&&r!==m&&e(t,r,o)}var i=u(n);p&&(i=i.concat(p(n)));for(var l=s(t),M=s(n),z=0;z{"function"==typeof Object.create?e.exports=function(e,t){t&&(e.super_=t,e.prototype=Object.create(t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}))}:e.exports=function(e,t){if(t){e.super_=t;var n=function(){};n.prototype=t.prototype,e.prototype=new n,e.prototype.constructor=e}}},8303:(e,t,n)=>{var o=n(1934);e.exports=function(e){var t=o(e,"line-height"),n=parseFloat(t,10);if(t===n+""){var r=e.style.lineHeight;e.style.lineHeight=t+"em",t=o(e,"line-height"),n=parseFloat(t,10),r?e.style.lineHeight=r:delete e.style.lineHeight}if(-1!==t.indexOf("pt")?(n*=4,n/=3):-1!==t.indexOf("mm")?(n*=96,n/=25.4):-1!==t.indexOf("cm")?(n*=96,n/=2.54):-1!==t.indexOf("in")?n*=96:-1!==t.indexOf("pc")&&(n*=16),n=Math.round(n),"normal"===t){var a=e.nodeName,i=document.createElement(a);i.innerHTML=" ","TEXTAREA"===a.toUpperCase()&&i.setAttribute("rows","1");var l=o(e,"font-size");i.style.fontSize=l,i.style.padding="0px",i.style.border="0px";var s=document.body;s.appendChild(i),n=i.offsetHeight,s.removeChild(i)}return n}},6486:function(e,t,n){var o;e=n.nmd(e),function(){var r,a="Expected a function",i="__lodash_hash_undefined__",l="__lodash_placeholder__",s=16,c=32,u=64,p=128,d=256,b=1/0,m=9007199254740991,M=NaN,z=4294967295,f=[["ary",p],["bind",1],["bindKey",2],["curry",8],["curryRight",s],["flip",512],["partial",c],["partialRight",u],["rearg",d]],h="[object Arguments]",g="[object Array]",O="[object Boolean]",v="[object Date]",A="[object Error]",y="[object Function]",_="[object GeneratorFunction]",q="[object Map]",k="[object Number]",w="[object Object]",E="[object Promise]",W="[object RegExp]",L="[object Set]",x="[object String]",C="[object Symbol]",R="[object WeakMap]",S="[object ArrayBuffer]",N="[object DataView]",T="[object Float32Array]",B="[object Float64Array]",D="[object Int8Array]",I="[object Int16Array]",P="[object Int32Array]",H="[object Uint8Array]",F="[object Uint8ClampedArray]",Y="[object Uint16Array]",X="[object Uint32Array]",j=/\b__p \+= '';/g,V=/\b(__p \+=) '' \+/g,U=/(__e\(.*?\)|\b__t\)) \+\n'';/g,$=/&(?:amp|lt|gt|quot|#39);/g,G=/[&<>"']/g,K=RegExp($.source),J=RegExp(G.source),Z=/<%-([\s\S]+?)%>/g,Q=/<%([\s\S]+?)%>/g,ee=/<%=([\s\S]+?)%>/g,te=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,ne=/^\w*$/,oe=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,re=/[\\^$.*+?()[\]{}|]/g,ae=RegExp(re.source),ie=/^\s+/,le=/\s/,se=/\{(?:\n\/\* \[wrapped with .+\] \*\/)?\n?/,ce=/\{\n\/\* \[wrapped with (.+)\] \*/,ue=/,? & /,pe=/[^\x00-\x2f\x3a-\x40\x5b-\x60\x7b-\x7f]+/g,de=/[()=,{}\[\]\/\s]/,be=/\\(\\)?/g,me=/\$\{([^\\}]*(?:\\.[^\\}]*)*)\}/g,Me=/\w*$/,ze=/^[-+]0x[0-9a-f]+$/i,fe=/^0b[01]+$/i,he=/^\[object .+?Constructor\]$/,ge=/^0o[0-7]+$/i,Oe=/^(?:0|[1-9]\d*)$/,ve=/[\xc0-\xd6\xd8-\xf6\xf8-\xff\u0100-\u017f]/g,Ae=/($^)/,ye=/['\n\r\u2028\u2029\\]/g,_e="\\u0300-\\u036f\\ufe20-\\ufe2f\\u20d0-\\u20ff",qe="\\u2700-\\u27bf",ke="a-z\\xdf-\\xf6\\xf8-\\xff",we="A-Z\\xc0-\\xd6\\xd8-\\xde",Ee="\\ufe0e\\ufe0f",We="\\xac\\xb1\\xd7\\xf7\\x00-\\x2f\\x3a-\\x40\\x5b-\\x60\\x7b-\\xbf\\u2000-\\u206f \\t\\x0b\\f\\xa0\\ufeff\\n\\r\\u2028\\u2029\\u1680\\u180e\\u2000\\u2001\\u2002\\u2003\\u2004\\u2005\\u2006\\u2007\\u2008\\u2009\\u200a\\u202f\\u205f\\u3000",Le="['’]",xe="[\\ud800-\\udfff]",Ce="["+We+"]",Re="["+_e+"]",Se="\\d+",Ne="[\\u2700-\\u27bf]",Te="["+ke+"]",Be="[^\\ud800-\\udfff"+We+Se+qe+ke+we+"]",De="\\ud83c[\\udffb-\\udfff]",Ie="[^\\ud800-\\udfff]",Pe="(?:\\ud83c[\\udde6-\\uddff]){2}",He="[\\ud800-\\udbff][\\udc00-\\udfff]",Fe="["+we+"]",Ye="(?:"+Te+"|"+Be+")",Xe="(?:"+Fe+"|"+Be+")",je="(?:['’](?:d|ll|m|re|s|t|ve))?",Ve="(?:['’](?:D|LL|M|RE|S|T|VE))?",Ue="(?:"+Re+"|"+De+")"+"?",$e="[\\ufe0e\\ufe0f]?",Ge=$e+Ue+("(?:\\u200d(?:"+[Ie,Pe,He].join("|")+")"+$e+Ue+")*"),Ke="(?:"+[Ne,Pe,He].join("|")+")"+Ge,Je="(?:"+[Ie+Re+"?",Re,Pe,He,xe].join("|")+")",Ze=RegExp(Le,"g"),Qe=RegExp(Re,"g"),et=RegExp(De+"(?="+De+")|"+Je+Ge,"g"),tt=RegExp([Fe+"?"+Te+"+"+je+"(?="+[Ce,Fe,"$"].join("|")+")",Xe+"+"+Ve+"(?="+[Ce,Fe+Ye,"$"].join("|")+")",Fe+"?"+Ye+"+"+je,Fe+"+"+Ve,"\\d*(?:1ST|2ND|3RD|(?![123])\\dTH)(?=\\b|[a-z_])","\\d*(?:1st|2nd|3rd|(?![123])\\dth)(?=\\b|[A-Z_])",Se,Ke].join("|"),"g"),nt=RegExp("[\\u200d\\ud800-\\udfff"+_e+Ee+"]"),ot=/[a-z][A-Z]|[A-Z]{2}[a-z]|[0-9][a-zA-Z]|[a-zA-Z][0-9]|[^a-zA-Z0-9 ]/,rt=["Array","Buffer","DataView","Date","Error","Float32Array","Float64Array","Function","Int8Array","Int16Array","Int32Array","Map","Math","Object","Promise","RegExp","Set","String","Symbol","TypeError","Uint8Array","Uint8ClampedArray","Uint16Array","Uint32Array","WeakMap","_","clearTimeout","isFinite","parseInt","setTimeout"],at=-1,it={};it[T]=it[B]=it[D]=it[I]=it[P]=it[H]=it[F]=it[Y]=it[X]=!0,it[h]=it[g]=it[S]=it[O]=it[N]=it[v]=it[A]=it[y]=it[q]=it[k]=it[w]=it[W]=it[L]=it[x]=it[R]=!1;var lt={};lt[h]=lt[g]=lt[S]=lt[N]=lt[O]=lt[v]=lt[T]=lt[B]=lt[D]=lt[I]=lt[P]=lt[q]=lt[k]=lt[w]=lt[W]=lt[L]=lt[x]=lt[C]=lt[H]=lt[F]=lt[Y]=lt[X]=!0,lt[A]=lt[y]=lt[R]=!1;var st={"\\":"\\","'":"'","\n":"n","\r":"r","\u2028":"u2028","\u2029":"u2029"},ct=parseFloat,ut=parseInt,pt="object"==typeof n.g&&n.g&&n.g.Object===Object&&n.g,dt="object"==typeof self&&self&&self.Object===Object&&self,bt=pt||dt||Function("return this")(),mt=t&&!t.nodeType&&t,Mt=mt&&e&&!e.nodeType&&e,zt=Mt&&Mt.exports===mt,ft=zt&&pt.process,ht=function(){try{var e=Mt&&Mt.require&&Mt.require("util").types;return e||ft&&ft.binding&&ft.binding("util")}catch(e){}}(),gt=ht&&ht.isArrayBuffer,Ot=ht&&ht.isDate,vt=ht&&ht.isMap,At=ht&&ht.isRegExp,yt=ht&&ht.isSet,_t=ht&&ht.isTypedArray;function qt(e,t,n){switch(n.length){case 0:return e.call(t);case 1:return e.call(t,n[0]);case 2:return e.call(t,n[0],n[1]);case 3:return e.call(t,n[0],n[1],n[2])}return e.apply(t,n)}function kt(e,t,n,o){for(var r=-1,a=null==e?0:e.length;++r-1}function Ct(e,t,n){for(var o=-1,r=null==e?0:e.length;++o-1;);return n}function tn(e,t){for(var n=e.length;n--&&Ht(t,e[n],0)>-1;);return n}function nn(e,t){for(var n=e.length,o=0;n--;)e[n]===t&&++o;return o}var on=Vt({À:"A",Á:"A",Â:"A",Ã:"A",Ä:"A",Å:"A",à:"a",á:"a",â:"a",ã:"a",ä:"a",å:"a",Ç:"C",ç:"c",Ð:"D",ð:"d",È:"E",É:"E",Ê:"E",Ë:"E",è:"e",é:"e",ê:"e",ë:"e",Ì:"I",Í:"I",Î:"I",Ï:"I",ì:"i",í:"i",î:"i",ï:"i",Ñ:"N",ñ:"n",Ò:"O",Ó:"O",Ô:"O",Õ:"O",Ö:"O",Ø:"O",ò:"o",ó:"o",ô:"o",õ:"o",ö:"o",ø:"o",Ù:"U",Ú:"U",Û:"U",Ü:"U",ù:"u",ú:"u",û:"u",ü:"u",Ý:"Y",ý:"y",ÿ:"y",Æ:"Ae",æ:"ae",Þ:"Th",þ:"th",ß:"ss",Ā:"A",Ă:"A",Ą:"A",ā:"a",ă:"a",ą:"a",Ć:"C",Ĉ:"C",Ċ:"C",Č:"C",ć:"c",ĉ:"c",ċ:"c",č:"c",Ď:"D",Đ:"D",ď:"d",đ:"d",Ē:"E",Ĕ:"E",Ė:"E",Ę:"E",Ě:"E",ē:"e",ĕ:"e",ė:"e",ę:"e",ě:"e",Ĝ:"G",Ğ:"G",Ġ:"G",Ģ:"G",ĝ:"g",ğ:"g",ġ:"g",ģ:"g",Ĥ:"H",Ħ:"H",ĥ:"h",ħ:"h",Ĩ:"I",Ī:"I",Ĭ:"I",Į:"I",İ:"I",ĩ:"i",ī:"i",ĭ:"i",į:"i",ı:"i",Ĵ:"J",ĵ:"j",Ķ:"K",ķ:"k",ĸ:"k",Ĺ:"L",Ļ:"L",Ľ:"L",Ŀ:"L",Ł:"L",ĺ:"l",ļ:"l",ľ:"l",ŀ:"l",ł:"l",Ń:"N",Ņ:"N",Ň:"N",Ŋ:"N",ń:"n",ņ:"n",ň:"n",ŋ:"n",Ō:"O",Ŏ:"O",Ő:"O",ō:"o",ŏ:"o",ő:"o",Ŕ:"R",Ŗ:"R",Ř:"R",ŕ:"r",ŗ:"r",ř:"r",Ś:"S",Ŝ:"S",Ş:"S",Š:"S",ś:"s",ŝ:"s",ş:"s",š:"s",Ţ:"T",Ť:"T",Ŧ:"T",ţ:"t",ť:"t",ŧ:"t",Ũ:"U",Ū:"U",Ŭ:"U",Ů:"U",Ű:"U",Ų:"U",ũ:"u",ū:"u",ŭ:"u",ů:"u",ű:"u",ų:"u",Ŵ:"W",ŵ:"w",Ŷ:"Y",ŷ:"y",Ÿ:"Y",Ź:"Z",Ż:"Z",Ž:"Z",ź:"z",ż:"z",ž:"z",IJ:"IJ",ij:"ij",Œ:"Oe",œ:"oe",ʼn:"'n",ſ:"s"}),rn=Vt({"&":"&","<":"<",">":">",'"':""","'":"'"});function an(e){return"\\"+st[e]}function ln(e){return nt.test(e)}function sn(e){var t=-1,n=Array(e.size);return e.forEach((function(e,o){n[++t]=[o,e]})),n}function cn(e,t){return function(n){return e(t(n))}}function un(e,t){for(var n=-1,o=e.length,r=0,a=[];++n",""":'"',"'":"'"});var fn=function e(t){var n,o=(t=null==t?bt:fn.defaults(bt.Object(),t,fn.pick(bt,rt))).Array,le=t.Date,_e=t.Error,qe=t.Function,ke=t.Math,we=t.Object,Ee=t.RegExp,We=t.String,Le=t.TypeError,xe=o.prototype,Ce=qe.prototype,Re=we.prototype,Se=t["__core-js_shared__"],Ne=Ce.toString,Te=Re.hasOwnProperty,Be=0,De=(n=/[^.]+$/.exec(Se&&Se.keys&&Se.keys.IE_PROTO||""))?"Symbol(src)_1."+n:"",Ie=Re.toString,Pe=Ne.call(we),He=bt._,Fe=Ee("^"+Ne.call(Te).replace(re,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),Ye=zt?t.Buffer:r,Xe=t.Symbol,je=t.Uint8Array,Ve=Ye?Ye.allocUnsafe:r,Ue=cn(we.getPrototypeOf,we),$e=we.create,Ge=Re.propertyIsEnumerable,Ke=xe.splice,Je=Xe?Xe.isConcatSpreadable:r,et=Xe?Xe.iterator:r,nt=Xe?Xe.toStringTag:r,st=function(){try{var e=ma(we,"defineProperty");return e({},"",{}),e}catch(e){}}(),pt=t.clearTimeout!==bt.clearTimeout&&t.clearTimeout,dt=le&&le.now!==bt.Date.now&&le.now,mt=t.setTimeout!==bt.setTimeout&&t.setTimeout,Mt=ke.ceil,ft=ke.floor,ht=we.getOwnPropertySymbols,Dt=Ye?Ye.isBuffer:r,Vt=t.isFinite,hn=xe.join,gn=cn(we.keys,we),On=ke.max,vn=ke.min,An=le.now,yn=t.parseInt,_n=ke.random,qn=xe.reverse,kn=ma(t,"DataView"),wn=ma(t,"Map"),En=ma(t,"Promise"),Wn=ma(t,"Set"),Ln=ma(t,"WeakMap"),xn=ma(we,"create"),Cn=Ln&&new Ln,Rn={},Sn=Ha(kn),Nn=Ha(wn),Tn=Ha(En),Bn=Ha(Wn),Dn=Ha(Ln),In=Xe?Xe.prototype:r,Pn=In?In.valueOf:r,Hn=In?In.toString:r;function Fn(e){if(rl(e)&&!Ui(e)&&!(e instanceof Vn)){if(e instanceof jn)return e;if(Te.call(e,"__wrapped__"))return Fa(e)}return new jn(e)}var Yn=function(){function e(){}return function(t){if(!ol(t))return{};if($e)return $e(t);e.prototype=t;var n=new e;return e.prototype=r,n}}();function Xn(){}function jn(e,t){this.__wrapped__=e,this.__actions__=[],this.__chain__=!!t,this.__index__=0,this.__values__=r}function Vn(e){this.__wrapped__=e,this.__actions__=[],this.__dir__=1,this.__filtered__=!1,this.__iteratees__=[],this.__takeCount__=z,this.__views__=[]}function Un(e){var t=-1,n=null==e?0:e.length;for(this.clear();++t=t?e:t)),e}function uo(e,t,n,o,a,i){var l,s=1&t,c=2&t,u=4&t;if(n&&(l=a?n(e,o,a,i):n(e)),l!==r)return l;if(!ol(e))return e;var p=Ui(e);if(p){if(l=function(e){var t=e.length,n=new e.constructor(t);t&&"string"==typeof e[0]&&Te.call(e,"index")&&(n.index=e.index,n.input=e.input);return n}(e),!s)return Cr(e,l)}else{var d=fa(e),b=d==y||d==_;if(Ji(e))return kr(e,s);if(d==w||d==h||b&&!a){if(l=c||b?{}:ga(e),!s)return c?function(e,t){return Rr(e,za(e),t)}(e,function(e,t){return e&&Rr(t,Nl(t),e)}(l,e)):function(e,t){return Rr(e,Ma(e),t)}(e,io(l,e))}else{if(!lt[d])return a?e:{};l=function(e,t,n){var o=e.constructor;switch(t){case S:return wr(e);case O:case v:return new o(+e);case N:return function(e,t){var n=t?wr(e.buffer):e.buffer;return new e.constructor(n,e.byteOffset,e.byteLength)}(e,n);case T:case B:case D:case I:case P:case H:case F:case Y:case X:return Er(e,n);case q:return new o;case k:case x:return new o(e);case W:return function(e){var t=new e.constructor(e.source,Me.exec(e));return t.lastIndex=e.lastIndex,t}(e);case L:return new o;case C:return r=e,Pn?we(Pn.call(r)):{}}var r}(e,d,s)}}i||(i=new Jn);var m=i.get(e);if(m)return m;i.set(e,l),cl(e)?e.forEach((function(o){l.add(uo(o,t,n,o,e,i))})):al(e)&&e.forEach((function(o,r){l.set(r,uo(o,t,n,r,e,i))}));var M=p?r:(u?c?la:ia:c?Nl:Sl)(e);return wt(M||e,(function(o,r){M&&(o=e[r=o]),oo(l,r,uo(o,t,n,r,e,i))})),l}function po(e,t,n){var o=n.length;if(null==e)return!o;for(e=we(e);o--;){var a=n[o],i=t[a],l=e[a];if(l===r&&!(a in e)||!i(l))return!1}return!0}function bo(e,t,n){if("function"!=typeof e)throw new Le(a);return Sa((function(){e.apply(r,n)}),t)}function mo(e,t,n,o){var r=-1,a=xt,i=!0,l=e.length,s=[],c=t.length;if(!l)return s;n&&(t=Rt(t,Jt(n))),o?(a=Ct,i=!1):t.length>=200&&(a=Qt,i=!1,t=new Kn(t));e:for(;++r-1},$n.prototype.set=function(e,t){var n=this.__data__,o=ro(n,e);return o<0?(++this.size,n.push([e,t])):n[o][1]=t,this},Gn.prototype.clear=function(){this.size=0,this.__data__={hash:new Un,map:new(wn||$n),string:new Un}},Gn.prototype.delete=function(e){var t=da(this,e).delete(e);return this.size-=t?1:0,t},Gn.prototype.get=function(e){return da(this,e).get(e)},Gn.prototype.has=function(e){return da(this,e).has(e)},Gn.prototype.set=function(e,t){var n=da(this,e),o=n.size;return n.set(e,t),this.size+=n.size==o?0:1,this},Kn.prototype.add=Kn.prototype.push=function(e){return this.__data__.set(e,i),this},Kn.prototype.has=function(e){return this.__data__.has(e)},Jn.prototype.clear=function(){this.__data__=new $n,this.size=0},Jn.prototype.delete=function(e){var t=this.__data__,n=t.delete(e);return this.size=t.size,n},Jn.prototype.get=function(e){return this.__data__.get(e)},Jn.prototype.has=function(e){return this.__data__.has(e)},Jn.prototype.set=function(e,t){var n=this.__data__;if(n instanceof $n){var o=n.__data__;if(!wn||o.length<199)return o.push([e,t]),this.size=++n.size,this;n=this.__data__=new Gn(o)}return n.set(e,t),this.size=n.size,this};var Mo=Tr(yo),zo=Tr(_o,!0);function fo(e,t){var n=!0;return Mo(e,(function(e,o,r){return n=!!t(e,o,r)})),n}function ho(e,t,n){for(var o=-1,a=e.length;++o0&&n(l)?t>1?Oo(l,t-1,n,o,r):St(r,l):o||(r[r.length]=l)}return r}var vo=Br(),Ao=Br(!0);function yo(e,t){return e&&vo(e,t,Sl)}function _o(e,t){return e&&Ao(e,t,Sl)}function qo(e,t){return Lt(t,(function(t){return el(e[t])}))}function ko(e,t){for(var n=0,o=(t=Ar(t,e)).length;null!=e&&nt}function Lo(e,t){return null!=e&&Te.call(e,t)}function xo(e,t){return null!=e&&t in we(e)}function Co(e,t,n){for(var a=n?Ct:xt,i=e[0].length,l=e.length,s=l,c=o(l),u=1/0,p=[];s--;){var d=e[s];s&&t&&(d=Rt(d,Jt(t))),u=vn(d.length,u),c[s]=!n&&(t||i>=120&&d.length>=120)?new Kn(s&&d):r}d=e[0];var b=-1,m=c[0];e:for(;++b=l?s:s*("desc"==n[o]?-1:1)}return e.index-t.index}(e,t,n)}))}function $o(e,t,n){for(var o=-1,r=t.length,a={};++o-1;)l!==e&&Ke.call(l,s,1),Ke.call(e,s,1);return e}function Ko(e,t){for(var n=e?t.length:0,o=n-1;n--;){var r=t[n];if(n==o||r!==a){var a=r;va(r)?Ke.call(e,r,1):mr(e,r)}}return e}function Jo(e,t){return e+ft(_n()*(t-e+1))}function Zo(e,t){var n="";if(!e||t<1||t>m)return n;do{t%2&&(n+=e),(t=ft(t/2))&&(e+=e)}while(t);return n}function Qo(e,t){return Na(Wa(e,t,is),e+"")}function er(e){return Qn(Yl(e))}function tr(e,t){var n=Yl(e);return Da(n,co(t,0,n.length))}function nr(e,t,n,o){if(!ol(e))return e;for(var a=-1,i=(t=Ar(t,e)).length,l=i-1,s=e;null!=s&&++aa?0:a+t),(n=n>a?a:n)<0&&(n+=a),a=t>n?0:n-t>>>0,t>>>=0;for(var i=o(a);++r>>1,i=e[a];null!==i&&!pl(i)&&(n?i<=t:i=200){var c=t?null:Zr(e);if(c)return pn(c);i=!1,r=Qt,s=new Kn}else s=t?[]:l;e:for(;++o=o?e:ir(e,t,n)}var qr=pt||function(e){return bt.clearTimeout(e)};function kr(e,t){if(t)return e.slice();var n=e.length,o=Ve?Ve(n):new e.constructor(n);return e.copy(o),o}function wr(e){var t=new e.constructor(e.byteLength);return new je(t).set(new je(e)),t}function Er(e,t){var n=t?wr(e.buffer):e.buffer;return new e.constructor(n,e.byteOffset,e.length)}function Wr(e,t){if(e!==t){var n=e!==r,o=null===e,a=e==e,i=pl(e),l=t!==r,s=null===t,c=t==t,u=pl(t);if(!s&&!u&&!i&&e>t||i&&l&&c&&!s&&!u||o&&l&&c||!n&&c||!a)return 1;if(!o&&!i&&!u&&e1?n[a-1]:r,l=a>2?n[2]:r;for(i=e.length>3&&"function"==typeof i?(a--,i):r,l&&Aa(n[0],n[1],l)&&(i=a<3?r:i,a=1),t=we(t);++o-1?a[i?t[l]:l]:r}}function Fr(e){return aa((function(t){var n=t.length,o=n,i=jn.prototype.thru;for(e&&t.reverse();o--;){var l=t[o];if("function"!=typeof l)throw new Le(a);if(i&&!s&&"wrapper"==ca(l))var s=new jn([],!0)}for(o=s?o:n;++o1&&g.reverse(),b&&us))return!1;var u=i.get(e),p=i.get(t);if(u&&p)return u==t&&p==e;var d=-1,b=!0,m=2&n?new Kn:r;for(i.set(e,t),i.set(t,e);++d-1&&e%1==0&&e1?"& ":"")+t[o],t=t.join(n>2?", ":" "),e.replace(se,"{\n/* [wrapped with "+t+"] */\n")}(o,function(e,t){return wt(f,(function(n){var o="_."+n[0];t&n[1]&&!xt(e,o)&&e.push(o)})),e.sort()}(function(e){var t=e.match(ce);return t?t[1].split(ue):[]}(o),n)))}function Ba(e){var t=0,n=0;return function(){var o=An(),a=16-(o-n);if(n=o,a>0){if(++t>=800)return arguments[0]}else t=0;return e.apply(r,arguments)}}function Da(e,t){var n=-1,o=e.length,a=o-1;for(t=t===r?o:t;++n1?e[t-1]:r;return n="function"==typeof n?(e.pop(),n):r,si(e,n)}));function Mi(e){var t=Fn(e);return t.__chain__=!0,t}function zi(e,t){return t(e)}var fi=aa((function(e){var t=e.length,n=t?e[0]:0,o=this.__wrapped__,a=function(t){return so(t,e)};return!(t>1||this.__actions__.length)&&o instanceof Vn&&va(n)?((o=o.slice(n,+n+(t?1:0))).__actions__.push({func:zi,args:[a],thisArg:r}),new jn(o,this.__chain__).thru((function(e){return t&&!e.length&&e.push(r),e}))):this.thru(a)}));var hi=Sr((function(e,t,n){Te.call(e,n)?++e[n]:lo(e,n,1)}));var gi=Hr(Va),Oi=Hr(Ua);function vi(e,t){return(Ui(e)?wt:Mo)(e,pa(t,3))}function Ai(e,t){return(Ui(e)?Et:zo)(e,pa(t,3))}var yi=Sr((function(e,t,n){Te.call(e,n)?e[n].push(t):lo(e,n,[t])}));var _i=Qo((function(e,t,n){var r=-1,a="function"==typeof t,i=Gi(e)?o(e.length):[];return Mo(e,(function(e){i[++r]=a?qt(t,e,n):Ro(e,t,n)})),i})),qi=Sr((function(e,t,n){lo(e,n,t)}));function ki(e,t){return(Ui(e)?Rt:Fo)(e,pa(t,3))}var wi=Sr((function(e,t,n){e[n?0:1].push(t)}),(function(){return[[],[]]}));var Ei=Qo((function(e,t){if(null==e)return[];var n=t.length;return n>1&&Aa(e,t[0],t[1])?t=[]:n>2&&Aa(t[0],t[1],t[2])&&(t=[t[0]]),Uo(e,Oo(t,1),[])})),Wi=dt||function(){return bt.Date.now()};function Li(e,t,n){return t=n?r:t,t=e&&null==t?e.length:t,ea(e,p,r,r,r,r,t)}function xi(e,t){var n;if("function"!=typeof t)throw new Le(a);return e=fl(e),function(){return--e>0&&(n=t.apply(this,arguments)),e<=1&&(t=r),n}}var Ci=Qo((function(e,t,n){var o=1;if(n.length){var r=un(n,ua(Ci));o|=c}return ea(e,o,t,n,r)})),Ri=Qo((function(e,t,n){var o=3;if(n.length){var r=un(n,ua(Ri));o|=c}return ea(t,o,e,n,r)}));function Si(e,t,n){var o,i,l,s,c,u,p=0,d=!1,b=!1,m=!0;if("function"!=typeof e)throw new Le(a);function M(t){var n=o,a=i;return o=i=r,p=t,s=e.apply(a,n)}function z(e){return p=e,c=Sa(h,t),d?M(e):s}function f(e){var n=e-u;return u===r||n>=t||n<0||b&&e-p>=l}function h(){var e=Wi();if(f(e))return g(e);c=Sa(h,function(e){var n=t-(e-u);return b?vn(n,l-(e-p)):n}(e))}function g(e){return c=r,m&&o?M(e):(o=i=r,s)}function O(){var e=Wi(),n=f(e);if(o=arguments,i=this,u=e,n){if(c===r)return z(u);if(b)return qr(c),c=Sa(h,t),M(u)}return c===r&&(c=Sa(h,t)),s}return t=gl(t)||0,ol(n)&&(d=!!n.leading,l=(b="maxWait"in n)?On(gl(n.maxWait)||0,t):l,m="trailing"in n?!!n.trailing:m),O.cancel=function(){c!==r&&qr(c),p=0,o=u=i=c=r},O.flush=function(){return c===r?s:g(Wi())},O}var Ni=Qo((function(e,t){return bo(e,1,t)})),Ti=Qo((function(e,t,n){return bo(e,gl(t)||0,n)}));function Bi(e,t){if("function"!=typeof e||null!=t&&"function"!=typeof t)throw new Le(a);var n=function(){var o=arguments,r=t?t.apply(this,o):o[0],a=n.cache;if(a.has(r))return a.get(r);var i=e.apply(this,o);return n.cache=a.set(r,i)||a,i};return n.cache=new(Bi.Cache||Gn),n}function Di(e){if("function"!=typeof e)throw new Le(a);return function(){var t=arguments;switch(t.length){case 0:return!e.call(this);case 1:return!e.call(this,t[0]);case 2:return!e.call(this,t[0],t[1]);case 3:return!e.call(this,t[0],t[1],t[2])}return!e.apply(this,t)}}Bi.Cache=Gn;var Ii=yr((function(e,t){var n=(t=1==t.length&&Ui(t[0])?Rt(t[0],Jt(pa())):Rt(Oo(t,1),Jt(pa()))).length;return Qo((function(o){for(var r=-1,a=vn(o.length,n);++r=t})),Vi=So(function(){return arguments}())?So:function(e){return rl(e)&&Te.call(e,"callee")&&!Ge.call(e,"callee")},Ui=o.isArray,$i=gt?Jt(gt):function(e){return rl(e)&&Eo(e)==S};function Gi(e){return null!=e&&nl(e.length)&&!el(e)}function Ki(e){return rl(e)&&Gi(e)}var Ji=Dt||gs,Zi=Ot?Jt(Ot):function(e){return rl(e)&&Eo(e)==v};function Qi(e){if(!rl(e))return!1;var t=Eo(e);return t==A||"[object DOMException]"==t||"string"==typeof e.message&&"string"==typeof e.name&&!ll(e)}function el(e){if(!ol(e))return!1;var t=Eo(e);return t==y||t==_||"[object AsyncFunction]"==t||"[object Proxy]"==t}function tl(e){return"number"==typeof e&&e==fl(e)}function nl(e){return"number"==typeof e&&e>-1&&e%1==0&&e<=m}function ol(e){var t=typeof e;return null!=e&&("object"==t||"function"==t)}function rl(e){return null!=e&&"object"==typeof e}var al=vt?Jt(vt):function(e){return rl(e)&&fa(e)==q};function il(e){return"number"==typeof e||rl(e)&&Eo(e)==k}function ll(e){if(!rl(e)||Eo(e)!=w)return!1;var t=Ue(e);if(null===t)return!0;var n=Te.call(t,"constructor")&&t.constructor;return"function"==typeof n&&n instanceof n&&Ne.call(n)==Pe}var sl=At?Jt(At):function(e){return rl(e)&&Eo(e)==W};var cl=yt?Jt(yt):function(e){return rl(e)&&fa(e)==L};function ul(e){return"string"==typeof e||!Ui(e)&&rl(e)&&Eo(e)==x}function pl(e){return"symbol"==typeof e||rl(e)&&Eo(e)==C}var dl=_t?Jt(_t):function(e){return rl(e)&&nl(e.length)&&!!it[Eo(e)]};var bl=Gr(Ho),ml=Gr((function(e,t){return e<=t}));function Ml(e){if(!e)return[];if(Gi(e))return ul(e)?mn(e):Cr(e);if(et&&e[et])return function(e){for(var t,n=[];!(t=e.next()).done;)n.push(t.value);return n}(e[et]());var t=fa(e);return(t==q?sn:t==L?pn:Yl)(e)}function zl(e){return e?(e=gl(e))===b||e===-1/0?17976931348623157e292*(e<0?-1:1):e==e?e:0:0===e?e:0}function fl(e){var t=zl(e),n=t%1;return t==t?n?t-n:t:0}function hl(e){return e?co(fl(e),0,z):0}function gl(e){if("number"==typeof e)return e;if(pl(e))return M;if(ol(e)){var t="function"==typeof e.valueOf?e.valueOf():e;e=ol(t)?t+"":t}if("string"!=typeof e)return 0===e?e:+e;e=Kt(e);var n=fe.test(e);return n||ge.test(e)?ut(e.slice(2),n?2:8):ze.test(e)?M:+e}function Ol(e){return Rr(e,Nl(e))}function vl(e){return null==e?"":dr(e)}var Al=Nr((function(e,t){if(ka(t)||Gi(t))Rr(t,Sl(t),e);else for(var n in t)Te.call(t,n)&&oo(e,n,t[n])})),yl=Nr((function(e,t){Rr(t,Nl(t),e)})),_l=Nr((function(e,t,n,o){Rr(t,Nl(t),e,o)})),ql=Nr((function(e,t,n,o){Rr(t,Sl(t),e,o)})),kl=aa(so);var wl=Qo((function(e,t){e=we(e);var n=-1,o=t.length,a=o>2?t[2]:r;for(a&&Aa(t[0],t[1],a)&&(o=1);++n1),t})),Rr(e,la(e),n),o&&(n=uo(n,7,oa));for(var r=t.length;r--;)mr(n,t[r]);return n}));var Il=aa((function(e,t){return null==e?{}:function(e,t){return $o(e,t,(function(t,n){return Ll(e,n)}))}(e,t)}));function Pl(e,t){if(null==e)return{};var n=Rt(la(e),(function(e){return[e]}));return t=pa(t),$o(e,n,(function(e,n){return t(e,n[0])}))}var Hl=Qr(Sl),Fl=Qr(Nl);function Yl(e){return null==e?[]:Zt(e,Sl(e))}var Xl=Ir((function(e,t,n){return t=t.toLowerCase(),e+(n?jl(t):t)}));function jl(e){return Ql(vl(e).toLowerCase())}function Vl(e){return(e=vl(e))&&e.replace(ve,on).replace(Qe,"")}var Ul=Ir((function(e,t,n){return e+(n?"-":"")+t.toLowerCase()})),$l=Ir((function(e,t,n){return e+(n?" ":"")+t.toLowerCase()})),Gl=Dr("toLowerCase");var Kl=Ir((function(e,t,n){return e+(n?"_":"")+t.toLowerCase()}));var Jl=Ir((function(e,t,n){return e+(n?" ":"")+Ql(t)}));var Zl=Ir((function(e,t,n){return e+(n?" ":"")+t.toUpperCase()})),Ql=Dr("toUpperCase");function es(e,t,n){return e=vl(e),(t=n?r:t)===r?function(e){return ot.test(e)}(e)?function(e){return e.match(tt)||[]}(e):function(e){return e.match(pe)||[]}(e):e.match(t)||[]}var ts=Qo((function(e,t){try{return qt(e,r,t)}catch(e){return Qi(e)?e:new _e(e)}})),ns=aa((function(e,t){return wt(t,(function(t){t=Pa(t),lo(e,t,Ci(e[t],e))})),e}));function os(e){return function(){return e}}var rs=Fr(),as=Fr(!0);function is(e){return e}function ls(e){return Do("function"==typeof e?e:uo(e,1))}var ss=Qo((function(e,t){return function(n){return Ro(n,e,t)}})),cs=Qo((function(e,t){return function(n){return Ro(e,n,t)}}));function us(e,t,n){var o=Sl(t),r=qo(t,o);null!=n||ol(t)&&(r.length||!o.length)||(n=t,t=e,e=this,r=qo(t,Sl(t)));var a=!(ol(n)&&"chain"in n&&!n.chain),i=el(e);return wt(r,(function(n){var o=t[n];e[n]=o,i&&(e.prototype[n]=function(){var t=this.__chain__;if(a||t){var n=e(this.__wrapped__),r=n.__actions__=Cr(this.__actions__);return r.push({func:o,args:arguments,thisArg:e}),n.__chain__=t,n}return o.apply(e,St([this.value()],arguments))})})),e}function ps(){}var ds=Vr(Rt),bs=Vr(Wt),ms=Vr(Bt);function Ms(e){return ya(e)?jt(Pa(e)):function(e){return function(t){return ko(t,e)}}(e)}var zs=$r(),fs=$r(!0);function hs(){return[]}function gs(){return!1}var Os=jr((function(e,t){return e+t}),0),vs=Jr("ceil"),As=jr((function(e,t){return e/t}),1),ys=Jr("floor");var _s,qs=jr((function(e,t){return e*t}),1),ks=Jr("round"),ws=jr((function(e,t){return e-t}),0);return Fn.after=function(e,t){if("function"!=typeof t)throw new Le(a);return e=fl(e),function(){if(--e<1)return t.apply(this,arguments)}},Fn.ary=Li,Fn.assign=Al,Fn.assignIn=yl,Fn.assignInWith=_l,Fn.assignWith=ql,Fn.at=kl,Fn.before=xi,Fn.bind=Ci,Fn.bindAll=ns,Fn.bindKey=Ri,Fn.castArray=function(){if(!arguments.length)return[];var e=arguments[0];return Ui(e)?e:[e]},Fn.chain=Mi,Fn.chunk=function(e,t,n){t=(n?Aa(e,t,n):t===r)?1:On(fl(t),0);var a=null==e?0:e.length;if(!a||t<1)return[];for(var i=0,l=0,s=o(Mt(a/t));ia?0:a+n),(o=o===r||o>a?a:fl(o))<0&&(o+=a),o=n>o?0:hl(o);n>>0)?(e=vl(e))&&("string"==typeof t||null!=t&&!sl(t))&&!(t=dr(t))&&ln(e)?_r(mn(e),0,n):e.split(t,n):[]},Fn.spread=function(e,t){if("function"!=typeof e)throw new Le(a);return t=null==t?0:On(fl(t),0),Qo((function(n){var o=n[t],r=_r(n,0,t);return o&&St(r,o),qt(e,this,r)}))},Fn.tail=function(e){var t=null==e?0:e.length;return t?ir(e,1,t):[]},Fn.take=function(e,t,n){return e&&e.length?ir(e,0,(t=n||t===r?1:fl(t))<0?0:t):[]},Fn.takeRight=function(e,t,n){var o=null==e?0:e.length;return o?ir(e,(t=o-(t=n||t===r?1:fl(t)))<0?0:t,o):[]},Fn.takeRightWhile=function(e,t){return e&&e.length?zr(e,pa(t,3),!1,!0):[]},Fn.takeWhile=function(e,t){return e&&e.length?zr(e,pa(t,3)):[]},Fn.tap=function(e,t){return t(e),e},Fn.throttle=function(e,t,n){var o=!0,r=!0;if("function"!=typeof e)throw new Le(a);return ol(n)&&(o="leading"in n?!!n.leading:o,r="trailing"in n?!!n.trailing:r),Si(e,t,{leading:o,maxWait:t,trailing:r})},Fn.thru=zi,Fn.toArray=Ml,Fn.toPairs=Hl,Fn.toPairsIn=Fl,Fn.toPath=function(e){return Ui(e)?Rt(e,Pa):pl(e)?[e]:Cr(Ia(vl(e)))},Fn.toPlainObject=Ol,Fn.transform=function(e,t,n){var o=Ui(e),r=o||Ji(e)||dl(e);if(t=pa(t,4),null==n){var a=e&&e.constructor;n=r?o?new a:[]:ol(e)&&el(a)?Yn(Ue(e)):{}}return(r?wt:yo)(e,(function(e,o,r){return t(n,e,o,r)})),n},Fn.unary=function(e){return Li(e,1)},Fn.union=ri,Fn.unionBy=ai,Fn.unionWith=ii,Fn.uniq=function(e){return e&&e.length?br(e):[]},Fn.uniqBy=function(e,t){return e&&e.length?br(e,pa(t,2)):[]},Fn.uniqWith=function(e,t){return t="function"==typeof t?t:r,e&&e.length?br(e,r,t):[]},Fn.unset=function(e,t){return null==e||mr(e,t)},Fn.unzip=li,Fn.unzipWith=si,Fn.update=function(e,t,n){return null==e?e:Mr(e,t,vr(n))},Fn.updateWith=function(e,t,n,o){return o="function"==typeof o?o:r,null==e?e:Mr(e,t,vr(n),o)},Fn.values=Yl,Fn.valuesIn=function(e){return null==e?[]:Zt(e,Nl(e))},Fn.without=ci,Fn.words=es,Fn.wrap=function(e,t){return Pi(vr(t),e)},Fn.xor=ui,Fn.xorBy=pi,Fn.xorWith=di,Fn.zip=bi,Fn.zipObject=function(e,t){return gr(e||[],t||[],oo)},Fn.zipObjectDeep=function(e,t){return gr(e||[],t||[],nr)},Fn.zipWith=mi,Fn.entries=Hl,Fn.entriesIn=Fl,Fn.extend=yl,Fn.extendWith=_l,us(Fn,Fn),Fn.add=Os,Fn.attempt=ts,Fn.camelCase=Xl,Fn.capitalize=jl,Fn.ceil=vs,Fn.clamp=function(e,t,n){return n===r&&(n=t,t=r),n!==r&&(n=(n=gl(n))==n?n:0),t!==r&&(t=(t=gl(t))==t?t:0),co(gl(e),t,n)},Fn.clone=function(e){return uo(e,4)},Fn.cloneDeep=function(e){return uo(e,5)},Fn.cloneDeepWith=function(e,t){return uo(e,5,t="function"==typeof t?t:r)},Fn.cloneWith=function(e,t){return uo(e,4,t="function"==typeof t?t:r)},Fn.conformsTo=function(e,t){return null==t||po(e,t,Sl(t))},Fn.deburr=Vl,Fn.defaultTo=function(e,t){return null==e||e!=e?t:e},Fn.divide=As,Fn.endsWith=function(e,t,n){e=vl(e),t=dr(t);var o=e.length,a=n=n===r?o:co(fl(n),0,o);return(n-=t.length)>=0&&e.slice(n,a)==t},Fn.eq=Yi,Fn.escape=function(e){return(e=vl(e))&&J.test(e)?e.replace(G,rn):e},Fn.escapeRegExp=function(e){return(e=vl(e))&&ae.test(e)?e.replace(re,"\\$&"):e},Fn.every=function(e,t,n){var o=Ui(e)?Wt:fo;return n&&Aa(e,t,n)&&(t=r),o(e,pa(t,3))},Fn.find=gi,Fn.findIndex=Va,Fn.findKey=function(e,t){return It(e,pa(t,3),yo)},Fn.findLast=Oi,Fn.findLastIndex=Ua,Fn.findLastKey=function(e,t){return It(e,pa(t,3),_o)},Fn.floor=ys,Fn.forEach=vi,Fn.forEachRight=Ai,Fn.forIn=function(e,t){return null==e?e:vo(e,pa(t,3),Nl)},Fn.forInRight=function(e,t){return null==e?e:Ao(e,pa(t,3),Nl)},Fn.forOwn=function(e,t){return e&&yo(e,pa(t,3))},Fn.forOwnRight=function(e,t){return e&&_o(e,pa(t,3))},Fn.get=Wl,Fn.gt=Xi,Fn.gte=ji,Fn.has=function(e,t){return null!=e&&ha(e,t,Lo)},Fn.hasIn=Ll,Fn.head=Ga,Fn.identity=is,Fn.includes=function(e,t,n,o){e=Gi(e)?e:Yl(e),n=n&&!o?fl(n):0;var r=e.length;return n<0&&(n=On(r+n,0)),ul(e)?n<=r&&e.indexOf(t,n)>-1:!!r&&Ht(e,t,n)>-1},Fn.indexOf=function(e,t,n){var o=null==e?0:e.length;if(!o)return-1;var r=null==n?0:fl(n);return r<0&&(r=On(o+r,0)),Ht(e,t,r)},Fn.inRange=function(e,t,n){return t=zl(t),n===r?(n=t,t=0):n=zl(n),function(e,t,n){return e>=vn(t,n)&&e=-9007199254740991&&e<=m},Fn.isSet=cl,Fn.isString=ul,Fn.isSymbol=pl,Fn.isTypedArray=dl,Fn.isUndefined=function(e){return e===r},Fn.isWeakMap=function(e){return rl(e)&&fa(e)==R},Fn.isWeakSet=function(e){return rl(e)&&"[object WeakSet]"==Eo(e)},Fn.join=function(e,t){return null==e?"":hn.call(e,t)},Fn.kebabCase=Ul,Fn.last=Qa,Fn.lastIndexOf=function(e,t,n){var o=null==e?0:e.length;if(!o)return-1;var a=o;return n!==r&&(a=(a=fl(n))<0?On(o+a,0):vn(a,o-1)),t==t?function(e,t,n){for(var o=n+1;o--;)if(e[o]===t)return o;return o}(e,t,a):Pt(e,Yt,a,!0)},Fn.lowerCase=$l,Fn.lowerFirst=Gl,Fn.lt=bl,Fn.lte=ml,Fn.max=function(e){return e&&e.length?ho(e,is,Wo):r},Fn.maxBy=function(e,t){return e&&e.length?ho(e,pa(t,2),Wo):r},Fn.mean=function(e){return Xt(e,is)},Fn.meanBy=function(e,t){return Xt(e,pa(t,2))},Fn.min=function(e){return e&&e.length?ho(e,is,Ho):r},Fn.minBy=function(e,t){return e&&e.length?ho(e,pa(t,2),Ho):r},Fn.stubArray=hs,Fn.stubFalse=gs,Fn.stubObject=function(){return{}},Fn.stubString=function(){return""},Fn.stubTrue=function(){return!0},Fn.multiply=qs,Fn.nth=function(e,t){return e&&e.length?Vo(e,fl(t)):r},Fn.noConflict=function(){return bt._===this&&(bt._=He),this},Fn.noop=ps,Fn.now=Wi,Fn.pad=function(e,t,n){e=vl(e);var o=(t=fl(t))?bn(e):0;if(!t||o>=t)return e;var r=(t-o)/2;return Ur(ft(r),n)+e+Ur(Mt(r),n)},Fn.padEnd=function(e,t,n){e=vl(e);var o=(t=fl(t))?bn(e):0;return t&&ot){var o=e;e=t,t=o}if(n||e%1||t%1){var a=_n();return vn(e+a*(t-e+ct("1e-"+((a+"").length-1))),t)}return Jo(e,t)},Fn.reduce=function(e,t,n){var o=Ui(e)?Nt:Ut,r=arguments.length<3;return o(e,pa(t,4),n,r,Mo)},Fn.reduceRight=function(e,t,n){var o=Ui(e)?Tt:Ut,r=arguments.length<3;return o(e,pa(t,4),n,r,zo)},Fn.repeat=function(e,t,n){return t=(n?Aa(e,t,n):t===r)?1:fl(t),Zo(vl(e),t)},Fn.replace=function(){var e=arguments,t=vl(e[0]);return e.length<3?t:t.replace(e[1],e[2])},Fn.result=function(e,t,n){var o=-1,a=(t=Ar(t,e)).length;for(a||(a=1,e=r);++om)return[];var n=z,o=vn(e,z);t=pa(t),e-=z;for(var r=Gt(o,t);++n=i)return e;var s=n-bn(o);if(s<1)return o;var c=l?_r(l,0,s).join(""):e.slice(0,s);if(a===r)return c+o;if(l&&(s+=c.length-s),sl(a)){if(e.slice(s).search(a)){var u,p=c;for(a.global||(a=Ee(a.source,vl(Me.exec(a))+"g")),a.lastIndex=0;u=a.exec(p);)var d=u.index;c=c.slice(0,d===r?s:d)}}else if(e.indexOf(dr(a),s)!=s){var b=c.lastIndexOf(a);b>-1&&(c=c.slice(0,b))}return c+o},Fn.unescape=function(e){return(e=vl(e))&&K.test(e)?e.replace($,zn):e},Fn.uniqueId=function(e){var t=++Be;return vl(e)+t},Fn.upperCase=Zl,Fn.upperFirst=Ql,Fn.each=vi,Fn.eachRight=Ai,Fn.first=Ga,us(Fn,(_s={},yo(Fn,(function(e,t){Te.call(Fn.prototype,t)||(_s[t]=e)})),_s),{chain:!1}),Fn.VERSION="4.17.21",wt(["bind","bindKey","curry","curryRight","partial","partialRight"],(function(e){Fn[e].placeholder=Fn})),wt(["drop","take"],(function(e,t){Vn.prototype[e]=function(n){n=n===r?1:On(fl(n),0);var o=this.__filtered__&&!t?new Vn(this):this.clone();return o.__filtered__?o.__takeCount__=vn(n,o.__takeCount__):o.__views__.push({size:vn(n,z),type:e+(o.__dir__<0?"Right":"")}),o},Vn.prototype[e+"Right"]=function(t){return this.reverse()[e](t).reverse()}})),wt(["filter","map","takeWhile"],(function(e,t){var n=t+1,o=1==n||3==n;Vn.prototype[e]=function(e){var t=this.clone();return t.__iteratees__.push({iteratee:pa(e,3),type:n}),t.__filtered__=t.__filtered__||o,t}})),wt(["head","last"],(function(e,t){var n="take"+(t?"Right":"");Vn.prototype[e]=function(){return this[n](1).value()[0]}})),wt(["initial","tail"],(function(e,t){var n="drop"+(t?"":"Right");Vn.prototype[e]=function(){return this.__filtered__?new Vn(this):this[n](1)}})),Vn.prototype.compact=function(){return this.filter(is)},Vn.prototype.find=function(e){return this.filter(e).head()},Vn.prototype.findLast=function(e){return this.reverse().find(e)},Vn.prototype.invokeMap=Qo((function(e,t){return"function"==typeof e?new Vn(this):this.map((function(n){return Ro(n,e,t)}))})),Vn.prototype.reject=function(e){return this.filter(Di(pa(e)))},Vn.prototype.slice=function(e,t){e=fl(e);var n=this;return n.__filtered__&&(e>0||t<0)?new Vn(n):(e<0?n=n.takeRight(-e):e&&(n=n.drop(e)),t!==r&&(n=(t=fl(t))<0?n.dropRight(-t):n.take(t-e)),n)},Vn.prototype.takeRightWhile=function(e){return this.reverse().takeWhile(e).reverse()},Vn.prototype.toArray=function(){return this.take(z)},yo(Vn.prototype,(function(e,t){var n=/^(?:filter|find|map|reject)|While$/.test(t),o=/^(?:head|last)$/.test(t),a=Fn[o?"take"+("last"==t?"Right":""):t],i=o||/^find/.test(t);a&&(Fn.prototype[t]=function(){var t=this.__wrapped__,l=o?[1]:arguments,s=t instanceof Vn,c=l[0],u=s||Ui(t),p=function(e){var t=a.apply(Fn,St([e],l));return o&&d?t[0]:t};u&&n&&"function"==typeof c&&1!=c.length&&(s=u=!1);var d=this.__chain__,b=!!this.__actions__.length,m=i&&!d,M=s&&!b;if(!i&&u){t=M?t:new Vn(this);var z=e.apply(t,l);return z.__actions__.push({func:zi,args:[p],thisArg:r}),new jn(z,d)}return m&&M?e.apply(this,l):(z=this.thru(p),m?o?z.value()[0]:z.value():z)})})),wt(["pop","push","shift","sort","splice","unshift"],(function(e){var t=xe[e],n=/^(?:push|sort|unshift)$/.test(e)?"tap":"thru",o=/^(?:pop|shift)$/.test(e);Fn.prototype[e]=function(){var e=arguments;if(o&&!this.__chain__){var r=this.value();return t.apply(Ui(r)?r:[],e)}return this[n]((function(n){return t.apply(Ui(n)?n:[],e)}))}})),yo(Vn.prototype,(function(e,t){var n=Fn[t];if(n){var o=n.name+"";Te.call(Rn,o)||(Rn[o]=[]),Rn[o].push({name:t,func:n})}})),Rn[Yr(r,2).name]=[{name:"wrapper",func:r}],Vn.prototype.clone=function(){var e=new Vn(this.__wrapped__);return e.__actions__=Cr(this.__actions__),e.__dir__=this.__dir__,e.__filtered__=this.__filtered__,e.__iteratees__=Cr(this.__iteratees__),e.__takeCount__=this.__takeCount__,e.__views__=Cr(this.__views__),e},Vn.prototype.reverse=function(){if(this.__filtered__){var e=new Vn(this);e.__dir__=-1,e.__filtered__=!0}else(e=this.clone()).__dir__*=-1;return e},Vn.prototype.value=function(){var e=this.__wrapped__.value(),t=this.__dir__,n=Ui(e),o=t<0,r=n?e.length:0,a=function(e,t,n){var o=-1,r=n.length;for(;++o=this.__values__.length;return{done:e,value:e?r:this.__values__[this.__index__++]}},Fn.prototype.plant=function(e){for(var t,n=this;n instanceof Xn;){var o=Fa(n);o.__index__=0,o.__values__=r,t?a.__wrapped__=o:t=o;var a=o;n=n.__wrapped__}return a.__wrapped__=e,t},Fn.prototype.reverse=function(){var e=this.__wrapped__;if(e instanceof Vn){var t=e;return this.__actions__.length&&(t=new Vn(this)),(t=t.reverse()).__actions__.push({func:zi,args:[oi],thisArg:r}),new jn(t,this.__chain__)}return this.thru(oi)},Fn.prototype.toJSON=Fn.prototype.valueOf=Fn.prototype.value=function(){return fr(this.__wrapped__,this.__actions__)},Fn.prototype.first=Fn.prototype.head,et&&(Fn.prototype[et]=function(){return this}),Fn}();bt._=fn,(o=function(){return fn}.call(t,n,t,e))===r||(e.exports=o)}.call(this)},9588:e=>{e.exports=function(e,t){var n,o,r=0;function a(){var a,i,l=n,s=arguments.length;e:for(;l;){if(l.args.length===arguments.length){for(i=0;i{(e.exports=n(5177)).tz.load(n(1128))},5341:function(e,t,n){var o,r,a;!function(i,l){"use strict";e.exports?e.exports=l(n(8)):(r=[n(381)],void 0===(a="function"==typeof(o=l)?o.apply(t,r):o)||(e.exports=a))}(0,(function(e){"use strict";if(!e.tz)throw new Error("moment-timezone-utils.js must be loaded after moment-timezone.js");var t="0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWX";function n(e,n){for(var o="",r=Math.abs(e),a=Math.floor(r),i=function(e,n){for(var o,r=".",a="";n>0;)n-=1,e*=60,o=Math.floor(e+1e-6),r+=t[o],e-=o,o&&(a+=r,r="");return a}(r-a,Math.min(~~n,10));a>0;)o=t[a%60]+o,a=Math.floor(a/60);return e<0&&(o="-"+o),o&&i?o+i:(i||"-"!==o)&&(o||i)||"0"}function o(e){var t,o=[],r=0;for(t=0;tl.population||i.population===l.population&&o&&o[i.name]?s.unshift(i):s.push(i),u=!0);u||p.push([i])}for(r=0;rn&&(r=t,t=n,n=r),r=0;rn&&(i=Math.min(i,r+1)));return[a,i]}(e.untils,t,n),a=o.apply(e.untils,r);return a[a.length-1]=null,{name:e.name,abbrs:o.apply(e.abbrs,r),untils:a,offsets:o.apply(e.offsets,r),population:e.population,countries:e.countries}}return e.tz.pack=i,e.tz.packBase60=n,e.tz.createLinks=u,e.tz.filterYears=p,e.tz.filterLinkPack=function(e,t,n,o){var r,a,s=e.zones,c=[];for(r=0;r96?e-87:e>64?e-29:e-48}function p(e){var t=0,n=e.split("."),o=n[0],r=n[1]||"",a=1,i=0,l=1;for(45===e.charCodeAt(0)&&(t=1,l=-1);t3){var t=a[_(e)];if(t)return t;W("Moment Timezone found "+e+" from the Intl api, but did not have that data loaded.")}}catch(e){}var n,o,r,i=function(){var e,t,n,o=(new Date).getFullYear()-2,r=new f(new Date(o,0,1)),a=[r];for(n=1;n<48;n++)(t=new f(new Date(o,n,1))).offset!==r.offset&&(e=g(r,t),a.push(e),a.push(new f(new Date(e.at+6e4)))),r=t;for(n=0;n<4;n++)a.push(new f(new Date(o+n,0,1))),a.push(new f(new Date(o+n,6,1)));return a}(),l=i.length,s=A(i),c=[];for(o=0;o0?c[0].zone.name:void 0}function _(e){return(e||"").toLowerCase().replace(/\//g,"_")}function q(e){var t,o,r,i;for("string"==typeof e&&(e=[e]),t=0;t= 2.6.0. You are using Moment.js "+e.version+". See momentjs.com"),M.prototype={_set:function(e){this.name=e.name,this.abbrs=e.abbrs,this.untils=e.untils,this.offsets=e.offsets,this.population=e.population},_index:function(e){var t,n=+e,o=this.untils;for(t=0;to&&L.moveInvalidForward&&(t=o),a0&&(this._z=null),x.apply(this,arguments)}),e.tz.setDefault=function(t){return(s<2||2===s&&c<9)&&W("Moment Timezone setDefault() requires Moment.js >= 2.9.0. You are using Moment.js "+e.version+"."),e.defaultZone=t?k(t):null,e};var N=e.momentProperties;return"[object Array]"===Object.prototype.toString.call(N)?(N.push("_z"),N.push("_a")):N&&(N._z=null),e}))},2786:function(e,t,n){!function(e){"use strict";e.defineLocale("af",{months:"Januarie_Februarie_Maart_April_Mei_Junie_Julie_Augustus_September_Oktober_November_Desember".split("_"),monthsShort:"Jan_Feb_Mrt_Apr_Mei_Jun_Jul_Aug_Sep_Okt_Nov_Des".split("_"),weekdays:"Sondag_Maandag_Dinsdag_Woensdag_Donderdag_Vrydag_Saterdag".split("_"),weekdaysShort:"Son_Maa_Din_Woe_Don_Vry_Sat".split("_"),weekdaysMin:"So_Ma_Di_Wo_Do_Vr_Sa".split("_"),meridiemParse:/vm|nm/i,isPM:function(e){return/^nm$/i.test(e)},meridiem:function(e,t,n){return e<12?n?"vm":"VM":n?"nm":"NM"},longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Vandag om] LT",nextDay:"[Môre om] LT",nextWeek:"dddd [om] LT",lastDay:"[Gister om] LT",lastWeek:"[Laas] dddd [om] LT",sameElse:"L"},relativeTime:{future:"oor %s",past:"%s gelede",s:"'n paar sekondes",ss:"%d sekondes",m:"'n minuut",mm:"%d minute",h:"'n uur",hh:"%d ure",d:"'n dag",dd:"%d dae",M:"'n maand",MM:"%d maande",y:"'n jaar",yy:"%d jaar"},dayOfMonthOrdinalParse:/\d{1,2}(ste|de)/,ordinal:function(e){return e+(1===e||8===e||e>=20?"ste":"de")},week:{dow:1,doy:4}})}(n(381))},4130:function(e,t,n){!function(e){"use strict";var t=function(e){return 0===e?0:1===e?1:2===e?2:e%100>=3&&e%100<=10?3:e%100>=11?4:5},n={s:["أقل من ثانية","ثانية واحدة",["ثانيتان","ثانيتين"],"%d ثوان","%d ثانية","%d ثانية"],m:["أقل من دقيقة","دقيقة واحدة",["دقيقتان","دقيقتين"],"%d دقائق","%d دقيقة","%d دقيقة"],h:["أقل من ساعة","ساعة واحدة",["ساعتان","ساعتين"],"%d ساعات","%d ساعة","%d ساعة"],d:["أقل من يوم","يوم واحد",["يومان","يومين"],"%d أيام","%d يومًا","%d يوم"],M:["أقل من شهر","شهر واحد",["شهران","شهرين"],"%d أشهر","%d شهرا","%d شهر"],y:["أقل من عام","عام واحد",["عامان","عامين"],"%d أعوام","%d عامًا","%d عام"]},o=function(e){return function(o,r,a,i){var l=t(o),s=n[e][t(o)];return 2===l&&(s=s[r?0:1]),s.replace(/%d/i,o)}},r=["جانفي","فيفري","مارس","أفريل","ماي","جوان","جويلية","أوت","سبتمبر","أكتوبر","نوفمبر","ديسمبر"];e.defineLocale("ar-dz",{months:r,monthsShort:r,weekdays:"الأحد_الإثنين_الثلاثاء_الأربعاء_الخميس_الجمعة_السبت".split("_"),weekdaysShort:"أحد_إثنين_ثلاثاء_أربعاء_خميس_جمعة_سبت".split("_"),weekdaysMin:"ح_ن_ث_ر_خ_ج_س".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"D/‏M/‏YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},meridiemParse:/ص|م/,isPM:function(e){return"م"===e},meridiem:function(e,t,n){return e<12?"ص":"م"},calendar:{sameDay:"[اليوم عند الساعة] LT",nextDay:"[غدًا عند الساعة] LT",nextWeek:"dddd [عند الساعة] LT",lastDay:"[أمس عند الساعة] LT",lastWeek:"dddd [عند الساعة] LT",sameElse:"L"},relativeTime:{future:"بعد %s",past:"منذ %s",s:o("s"),ss:o("s"),m:o("m"),mm:o("m"),h:o("h"),hh:o("h"),d:o("d"),dd:o("d"),M:o("M"),MM:o("M"),y:o("y"),yy:o("y")},postformat:function(e){return e.replace(/,/g,"،")},week:{dow:0,doy:4}})}(n(381))},6135:function(e,t,n){!function(e){"use strict";e.defineLocale("ar-kw",{months:"يناير_فبراير_مارس_أبريل_ماي_يونيو_يوليوز_غشت_شتنبر_أكتوبر_نونبر_دجنبر".split("_"),monthsShort:"يناير_فبراير_مارس_أبريل_ماي_يونيو_يوليوز_غشت_شتنبر_أكتوبر_نونبر_دجنبر".split("_"),weekdays:"الأحد_الإتنين_الثلاثاء_الأربعاء_الخميس_الجمعة_السبت".split("_"),weekdaysShort:"احد_اتنين_ثلاثاء_اربعاء_خميس_جمعة_سبت".split("_"),weekdaysMin:"ح_ن_ث_ر_خ_ج_س".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[اليوم على الساعة] LT",nextDay:"[غدا على الساعة] LT",nextWeek:"dddd [على الساعة] LT",lastDay:"[أمس على الساعة] LT",lastWeek:"dddd [على الساعة] LT",sameElse:"L"},relativeTime:{future:"في %s",past:"منذ %s",s:"ثوان",ss:"%d ثانية",m:"دقيقة",mm:"%d دقائق",h:"ساعة",hh:"%d ساعات",d:"يوم",dd:"%d أيام",M:"شهر",MM:"%d أشهر",y:"سنة",yy:"%d سنوات"},week:{dow:0,doy:12}})}(n(381))},6440:function(e,t,n){!function(e){"use strict";var t={1:"1",2:"2",3:"3",4:"4",5:"5",6:"6",7:"7",8:"8",9:"9",0:"0"},n=function(e){return 0===e?0:1===e?1:2===e?2:e%100>=3&&e%100<=10?3:e%100>=11?4:5},o={s:["أقل من ثانية","ثانية واحدة",["ثانيتان","ثانيتين"],"%d ثوان","%d ثانية","%d ثانية"],m:["أقل من دقيقة","دقيقة واحدة",["دقيقتان","دقيقتين"],"%d دقائق","%d دقيقة","%d دقيقة"],h:["أقل من ساعة","ساعة واحدة",["ساعتان","ساعتين"],"%d ساعات","%d ساعة","%d ساعة"],d:["أقل من يوم","يوم واحد",["يومان","يومين"],"%d أيام","%d يومًا","%d يوم"],M:["أقل من شهر","شهر واحد",["شهران","شهرين"],"%d أشهر","%d شهرا","%d شهر"],y:["أقل من عام","عام واحد",["عامان","عامين"],"%d أعوام","%d عامًا","%d عام"]},r=function(e){return function(t,r,a,i){var l=n(t),s=o[e][n(t)];return 2===l&&(s=s[r?0:1]),s.replace(/%d/i,t)}},a=["يناير","فبراير","مارس","أبريل","مايو","يونيو","يوليو","أغسطس","سبتمبر","أكتوبر","نوفمبر","ديسمبر"];e.defineLocale("ar-ly",{months:a,monthsShort:a,weekdays:"الأحد_الإثنين_الثلاثاء_الأربعاء_الخميس_الجمعة_السبت".split("_"),weekdaysShort:"أحد_إثنين_ثلاثاء_أربعاء_خميس_جمعة_سبت".split("_"),weekdaysMin:"ح_ن_ث_ر_خ_ج_س".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"D/‏M/‏YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},meridiemParse:/ص|م/,isPM:function(e){return"م"===e},meridiem:function(e,t,n){return e<12?"ص":"م"},calendar:{sameDay:"[اليوم عند الساعة] LT",nextDay:"[غدًا عند الساعة] LT",nextWeek:"dddd [عند الساعة] LT",lastDay:"[أمس عند الساعة] LT",lastWeek:"dddd [عند الساعة] LT",sameElse:"L"},relativeTime:{future:"بعد %s",past:"منذ %s",s:r("s"),ss:r("s"),m:r("m"),mm:r("m"),h:r("h"),hh:r("h"),d:r("d"),dd:r("d"),M:r("M"),MM:r("M"),y:r("y"),yy:r("y")},preparse:function(e){return e.replace(/،/g,",")},postformat:function(e){return e.replace(/\d/g,(function(e){return t[e]})).replace(/,/g,"،")},week:{dow:6,doy:12}})}(n(381))},7702:function(e,t,n){!function(e){"use strict";e.defineLocale("ar-ma",{months:"يناير_فبراير_مارس_أبريل_ماي_يونيو_يوليوز_غشت_شتنبر_أكتوبر_نونبر_دجنبر".split("_"),monthsShort:"يناير_فبراير_مارس_أبريل_ماي_يونيو_يوليوز_غشت_شتنبر_أكتوبر_نونبر_دجنبر".split("_"),weekdays:"الأحد_الإثنين_الثلاثاء_الأربعاء_الخميس_الجمعة_السبت".split("_"),weekdaysShort:"احد_اثنين_ثلاثاء_اربعاء_خميس_جمعة_سبت".split("_"),weekdaysMin:"ح_ن_ث_ر_خ_ج_س".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[اليوم على الساعة] LT",nextDay:"[غدا على الساعة] LT",nextWeek:"dddd [على الساعة] LT",lastDay:"[أمس على الساعة] LT",lastWeek:"dddd [على الساعة] LT",sameElse:"L"},relativeTime:{future:"في %s",past:"منذ %s",s:"ثوان",ss:"%d ثانية",m:"دقيقة",mm:"%d دقائق",h:"ساعة",hh:"%d ساعات",d:"يوم",dd:"%d أيام",M:"شهر",MM:"%d أشهر",y:"سنة",yy:"%d سنوات"},week:{dow:1,doy:4}})}(n(381))},6040:function(e,t,n){!function(e){"use strict";var t={1:"١",2:"٢",3:"٣",4:"٤",5:"٥",6:"٦",7:"٧",8:"٨",9:"٩",0:"٠"},n={"١":"1","٢":"2","٣":"3","٤":"4","٥":"5","٦":"6","٧":"7","٨":"8","٩":"9","٠":"0"};e.defineLocale("ar-sa",{months:"يناير_فبراير_مارس_أبريل_مايو_يونيو_يوليو_أغسطس_سبتمبر_أكتوبر_نوفمبر_ديسمبر".split("_"),monthsShort:"يناير_فبراير_مارس_أبريل_مايو_يونيو_يوليو_أغسطس_سبتمبر_أكتوبر_نوفمبر_ديسمبر".split("_"),weekdays:"الأحد_الإثنين_الثلاثاء_الأربعاء_الخميس_الجمعة_السبت".split("_"),weekdaysShort:"أحد_إثنين_ثلاثاء_أربعاء_خميس_جمعة_سبت".split("_"),weekdaysMin:"ح_ن_ث_ر_خ_ج_س".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},meridiemParse:/ص|م/,isPM:function(e){return"م"===e},meridiem:function(e,t,n){return e<12?"ص":"م"},calendar:{sameDay:"[اليوم على الساعة] LT",nextDay:"[غدا على الساعة] LT",nextWeek:"dddd [على الساعة] LT",lastDay:"[أمس على الساعة] LT",lastWeek:"dddd [على الساعة] LT",sameElse:"L"},relativeTime:{future:"في %s",past:"منذ %s",s:"ثوان",ss:"%d ثانية",m:"دقيقة",mm:"%d دقائق",h:"ساعة",hh:"%d ساعات",d:"يوم",dd:"%d أيام",M:"شهر",MM:"%d أشهر",y:"سنة",yy:"%d سنوات"},preparse:function(e){return e.replace(/[١٢٣٤٥٦٧٨٩٠]/g,(function(e){return n[e]})).replace(/،/g,",")},postformat:function(e){return e.replace(/\d/g,(function(e){return t[e]})).replace(/,/g,"،")},week:{dow:0,doy:6}})}(n(381))},7100:function(e,t,n){!function(e){"use strict";e.defineLocale("ar-tn",{months:"جانفي_فيفري_مارس_أفريل_ماي_جوان_جويلية_أوت_سبتمبر_أكتوبر_نوفمبر_ديسمبر".split("_"),monthsShort:"جانفي_فيفري_مارس_أفريل_ماي_جوان_جويلية_أوت_سبتمبر_أكتوبر_نوفمبر_ديسمبر".split("_"),weekdays:"الأحد_الإثنين_الثلاثاء_الأربعاء_الخميس_الجمعة_السبت".split("_"),weekdaysShort:"أحد_إثنين_ثلاثاء_أربعاء_خميس_جمعة_سبت".split("_"),weekdaysMin:"ح_ن_ث_ر_خ_ج_س".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[اليوم على الساعة] LT",nextDay:"[غدا على الساعة] LT",nextWeek:"dddd [على الساعة] LT",lastDay:"[أمس على الساعة] LT",lastWeek:"dddd [على الساعة] LT",sameElse:"L"},relativeTime:{future:"في %s",past:"منذ %s",s:"ثوان",ss:"%d ثانية",m:"دقيقة",mm:"%d دقائق",h:"ساعة",hh:"%d ساعات",d:"يوم",dd:"%d أيام",M:"شهر",MM:"%d أشهر",y:"سنة",yy:"%d سنوات"},week:{dow:1,doy:4}})}(n(381))},867:function(e,t,n){!function(e){"use strict";var t={1:"١",2:"٢",3:"٣",4:"٤",5:"٥",6:"٦",7:"٧",8:"٨",9:"٩",0:"٠"},n={"١":"1","٢":"2","٣":"3","٤":"4","٥":"5","٦":"6","٧":"7","٨":"8","٩":"9","٠":"0"},o=function(e){return 0===e?0:1===e?1:2===e?2:e%100>=3&&e%100<=10?3:e%100>=11?4:5},r={s:["أقل من ثانية","ثانية واحدة",["ثانيتان","ثانيتين"],"%d ثوان","%d ثانية","%d ثانية"],m:["أقل من دقيقة","دقيقة واحدة",["دقيقتان","دقيقتين"],"%d دقائق","%d دقيقة","%d دقيقة"],h:["أقل من ساعة","ساعة واحدة",["ساعتان","ساعتين"],"%d ساعات","%d ساعة","%d ساعة"],d:["أقل من يوم","يوم واحد",["يومان","يومين"],"%d أيام","%d يومًا","%d يوم"],M:["أقل من شهر","شهر واحد",["شهران","شهرين"],"%d أشهر","%d شهرا","%d شهر"],y:["أقل من عام","عام واحد",["عامان","عامين"],"%d أعوام","%d عامًا","%d عام"]},a=function(e){return function(t,n,a,i){var l=o(t),s=r[e][o(t)];return 2===l&&(s=s[n?0:1]),s.replace(/%d/i,t)}},i=["يناير","فبراير","مارس","أبريل","مايو","يونيو","يوليو","أغسطس","سبتمبر","أكتوبر","نوفمبر","ديسمبر"];e.defineLocale("ar",{months:i,monthsShort:i,weekdays:"الأحد_الإثنين_الثلاثاء_الأربعاء_الخميس_الجمعة_السبت".split("_"),weekdaysShort:"أحد_إثنين_ثلاثاء_أربعاء_خميس_جمعة_سبت".split("_"),weekdaysMin:"ح_ن_ث_ر_خ_ج_س".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"D/‏M/‏YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},meridiemParse:/ص|م/,isPM:function(e){return"م"===e},meridiem:function(e,t,n){return e<12?"ص":"م"},calendar:{sameDay:"[اليوم عند الساعة] LT",nextDay:"[غدًا عند الساعة] LT",nextWeek:"dddd [عند الساعة] LT",lastDay:"[أمس عند الساعة] LT",lastWeek:"dddd [عند الساعة] LT",sameElse:"L"},relativeTime:{future:"بعد %s",past:"منذ %s",s:a("s"),ss:a("s"),m:a("m"),mm:a("m"),h:a("h"),hh:a("h"),d:a("d"),dd:a("d"),M:a("M"),MM:a("M"),y:a("y"),yy:a("y")},preparse:function(e){return e.replace(/[١٢٣٤٥٦٧٨٩٠]/g,(function(e){return n[e]})).replace(/،/g,",")},postformat:function(e){return e.replace(/\d/g,(function(e){return t[e]})).replace(/,/g,"،")},week:{dow:6,doy:12}})}(n(381))},1083:function(e,t,n){!function(e){"use strict";var t={1:"-inci",5:"-inci",8:"-inci",70:"-inci",80:"-inci",2:"-nci",7:"-nci",20:"-nci",50:"-nci",3:"-üncü",4:"-üncü",100:"-üncü",6:"-ncı",9:"-uncu",10:"-uncu",30:"-uncu",60:"-ıncı",90:"-ıncı"};e.defineLocale("az",{months:"yanvar_fevral_mart_aprel_may_iyun_iyul_avqust_sentyabr_oktyabr_noyabr_dekabr".split("_"),monthsShort:"yan_fev_mar_apr_may_iyn_iyl_avq_sen_okt_noy_dek".split("_"),weekdays:"Bazar_Bazar ertəsi_Çərşənbə axşamı_Çərşənbə_Cümə axşamı_Cümə_Şənbə".split("_"),weekdaysShort:"Baz_BzE_ÇAx_Çər_CAx_Cüm_Şən".split("_"),weekdaysMin:"Bz_BE_ÇA_Çə_CA_Cü_Şə".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[bugün saat] LT",nextDay:"[sabah saat] LT",nextWeek:"[gələn həftə] dddd [saat] LT",lastDay:"[dünən] LT",lastWeek:"[keçən həftə] dddd [saat] LT",sameElse:"L"},relativeTime:{future:"%s sonra",past:"%s əvvəl",s:"bir neçə saniyə",ss:"%d saniyə",m:"bir dəqiqə",mm:"%d dəqiqə",h:"bir saat",hh:"%d saat",d:"bir gün",dd:"%d gün",M:"bir ay",MM:"%d ay",y:"bir il",yy:"%d il"},meridiemParse:/gecə|səhər|gündüz|axşam/,isPM:function(e){return/^(gündüz|axşam)$/.test(e)},meridiem:function(e,t,n){return e<4?"gecə":e<12?"səhər":e<17?"gündüz":"axşam"},dayOfMonthOrdinalParse:/\d{1,2}-(ıncı|inci|nci|üncü|ncı|uncu)/,ordinal:function(e){if(0===e)return e+"-ıncı";var n=e%10,o=e%100-n,r=e>=100?100:null;return e+(t[n]||t[o]||t[r])},week:{dow:1,doy:7}})}(n(381))},9808:function(e,t,n){!function(e){"use strict";function t(e,t){var n=e.split("_");return t%10==1&&t%100!=11?n[0]:t%10>=2&&t%10<=4&&(t%100<10||t%100>=20)?n[1]:n[2]}function n(e,n,o){return"m"===o?n?"хвіліна":"хвіліну":"h"===o?n?"гадзіна":"гадзіну":e+" "+t({ss:n?"секунда_секунды_секунд":"секунду_секунды_секунд",mm:n?"хвіліна_хвіліны_хвілін":"хвіліну_хвіліны_хвілін",hh:n?"гадзіна_гадзіны_гадзін":"гадзіну_гадзіны_гадзін",dd:"дзень_дні_дзён",MM:"месяц_месяцы_месяцаў",yy:"год_гады_гадоў"}[o],+e)}e.defineLocale("be",{months:{format:"студзеня_лютага_сакавіка_красавіка_траўня_чэрвеня_ліпеня_жніўня_верасня_кастрычніка_лістапада_снежня".split("_"),standalone:"студзень_люты_сакавік_красавік_травень_чэрвень_ліпень_жнівень_верасень_кастрычнік_лістапад_снежань".split("_")},monthsShort:"студ_лют_сак_крас_трав_чэрв_ліп_жнів_вер_каст_ліст_снеж".split("_"),weekdays:{format:"нядзелю_панядзелак_аўторак_сераду_чацвер_пятніцу_суботу".split("_"),standalone:"нядзеля_панядзелак_аўторак_серада_чацвер_пятніца_субота".split("_"),isFormat:/\[ ?[Ууў] ?(?:мінулую|наступную)? ?\] ?dddd/},weekdaysShort:"нд_пн_ат_ср_чц_пт_сб".split("_"),weekdaysMin:"нд_пн_ат_ср_чц_пт_сб".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY г.",LLL:"D MMMM YYYY г., HH:mm",LLLL:"dddd, D MMMM YYYY г., HH:mm"},calendar:{sameDay:"[Сёння ў] LT",nextDay:"[Заўтра ў] LT",lastDay:"[Учора ў] LT",nextWeek:function(){return"[У] dddd [ў] LT"},lastWeek:function(){switch(this.day()){case 0:case 3:case 5:case 6:return"[У мінулую] dddd [ў] LT";case 1:case 2:case 4:return"[У мінулы] dddd [ў] LT"}},sameElse:"L"},relativeTime:{future:"праз %s",past:"%s таму",s:"некалькі секунд",m:n,mm:n,h:n,hh:n,d:"дзень",dd:n,M:"месяц",MM:n,y:"год",yy:n},meridiemParse:/ночы|раніцы|дня|вечара/,isPM:function(e){return/^(дня|вечара)$/.test(e)},meridiem:function(e,t,n){return e<4?"ночы":e<12?"раніцы":e<17?"дня":"вечара"},dayOfMonthOrdinalParse:/\d{1,2}-(і|ы|га)/,ordinal:function(e,t){switch(t){case"M":case"d":case"DDD":case"w":case"W":return e%10!=2&&e%10!=3||e%100==12||e%100==13?e+"-ы":e+"-і";case"D":return e+"-га";default:return e}},week:{dow:1,doy:7}})}(n(381))},8338:function(e,t,n){!function(e){"use strict";e.defineLocale("bg",{months:"януари_февруари_март_април_май_юни_юли_август_септември_октомври_ноември_декември".split("_"),monthsShort:"яну_фев_мар_апр_май_юни_юли_авг_сеп_окт_ное_дек".split("_"),weekdays:"неделя_понеделник_вторник_сряда_четвъртък_петък_събота".split("_"),weekdaysShort:"нед_пон_вто_сря_чет_пет_съб".split("_"),weekdaysMin:"нд_пн_вт_ср_чт_пт_сб".split("_"),longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"D.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY H:mm",LLLL:"dddd, D MMMM YYYY H:mm"},calendar:{sameDay:"[Днес в] LT",nextDay:"[Утре в] LT",nextWeek:"dddd [в] LT",lastDay:"[Вчера в] LT",lastWeek:function(){switch(this.day()){case 0:case 3:case 6:return"[Миналата] dddd [в] LT";case 1:case 2:case 4:case 5:return"[Миналия] dddd [в] LT"}},sameElse:"L"},relativeTime:{future:"след %s",past:"преди %s",s:"няколко секунди",ss:"%d секунди",m:"минута",mm:"%d минути",h:"час",hh:"%d часа",d:"ден",dd:"%d дена",w:"седмица",ww:"%d седмици",M:"месец",MM:"%d месеца",y:"година",yy:"%d години"},dayOfMonthOrdinalParse:/\d{1,2}-(ев|ен|ти|ви|ри|ми)/,ordinal:function(e){var t=e%10,n=e%100;return 0===e?e+"-ев":0===n?e+"-ен":n>10&&n<20?e+"-ти":1===t?e+"-ви":2===t?e+"-ри":7===t||8===t?e+"-ми":e+"-ти"},week:{dow:1,doy:7}})}(n(381))},7438:function(e,t,n){!function(e){"use strict";e.defineLocale("bm",{months:"Zanwuyekalo_Fewuruyekalo_Marisikalo_Awirilikalo_Mɛkalo_Zuwɛnkalo_Zuluyekalo_Utikalo_Sɛtanburukalo_ɔkutɔburukalo_Nowanburukalo_Desanburukalo".split("_"),monthsShort:"Zan_Few_Mar_Awi_Mɛ_Zuw_Zul_Uti_Sɛt_ɔku_Now_Des".split("_"),weekdays:"Kari_Ntɛnɛn_Tarata_Araba_Alamisa_Juma_Sibiri".split("_"),weekdaysShort:"Kar_Ntɛ_Tar_Ara_Ala_Jum_Sib".split("_"),weekdaysMin:"Ka_Nt_Ta_Ar_Al_Ju_Si".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"MMMM [tile] D [san] YYYY",LLL:"MMMM [tile] D [san] YYYY [lɛrɛ] HH:mm",LLLL:"dddd MMMM [tile] D [san] YYYY [lɛrɛ] HH:mm"},calendar:{sameDay:"[Bi lɛrɛ] LT",nextDay:"[Sini lɛrɛ] LT",nextWeek:"dddd [don lɛrɛ] LT",lastDay:"[Kunu lɛrɛ] LT",lastWeek:"dddd [tɛmɛnen lɛrɛ] LT",sameElse:"L"},relativeTime:{future:"%s kɔnɔ",past:"a bɛ %s bɔ",s:"sanga dama dama",ss:"sekondi %d",m:"miniti kelen",mm:"miniti %d",h:"lɛrɛ kelen",hh:"lɛrɛ %d",d:"tile kelen",dd:"tile %d",M:"kalo kelen",MM:"kalo %d",y:"san kelen",yy:"san %d"},week:{dow:1,doy:4}})}(n(381))},6225:function(e,t,n){!function(e){"use strict";var t={1:"১",2:"২",3:"৩",4:"৪",5:"৫",6:"৬",7:"৭",8:"৮",9:"৯",0:"০"},n={"১":"1","২":"2","৩":"3","৪":"4","৫":"5","৬":"6","৭":"7","৮":"8","৯":"9","০":"0"};e.defineLocale("bn-bd",{months:"জানুয়ারি_ফেব্রুয়ারি_মার্চ_এপ্রিল_মে_জুন_জুলাই_আগস্ট_সেপ্টেম্বর_অক্টোবর_নভেম্বর_ডিসেম্বর".split("_"),monthsShort:"জানু_ফেব্রু_মার্চ_এপ্রিল_মে_জুন_জুলাই_আগস্ট_সেপ্ট_অক্টো_নভে_ডিসে".split("_"),weekdays:"রবিবার_সোমবার_মঙ্গলবার_বুধবার_বৃহস্পতিবার_শুক্রবার_শনিবার".split("_"),weekdaysShort:"রবি_সোম_মঙ্গল_বুধ_বৃহস্পতি_শুক্র_শনি".split("_"),weekdaysMin:"রবি_সোম_মঙ্গল_বুধ_বৃহ_শুক্র_শনি".split("_"),longDateFormat:{LT:"A h:mm সময়",LTS:"A h:mm:ss সময়",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, A h:mm সময়",LLLL:"dddd, D MMMM YYYY, A h:mm সময়"},calendar:{sameDay:"[আজ] LT",nextDay:"[আগামীকাল] LT",nextWeek:"dddd, LT",lastDay:"[গতকাল] LT",lastWeek:"[গত] dddd, LT",sameElse:"L"},relativeTime:{future:"%s পরে",past:"%s আগে",s:"কয়েক সেকেন্ড",ss:"%d সেকেন্ড",m:"এক মিনিট",mm:"%d মিনিট",h:"এক ঘন্টা",hh:"%d ঘন্টা",d:"এক দিন",dd:"%d দিন",M:"এক মাস",MM:"%d মাস",y:"এক বছর",yy:"%d বছর"},preparse:function(e){return e.replace(/[১২৩৪৫৬৭৮৯০]/g,(function(e){return n[e]}))},postformat:function(e){return e.replace(/\d/g,(function(e){return t[e]}))},meridiemParse:/রাত|ভোর|সকাল|দুপুর|বিকাল|সন্ধ্যা|রাত/,meridiemHour:function(e,t){return 12===e&&(e=0),"রাত"===t?e<4?e:e+12:"ভোর"===t||"সকাল"===t?e:"দুপুর"===t?e>=3?e:e+12:"বিকাল"===t||"সন্ধ্যা"===t?e+12:void 0},meridiem:function(e,t,n){return e<4?"রাত":e<6?"ভোর":e<12?"সকাল":e<15?"দুপুর":e<18?"বিকাল":e<20?"সন্ধ্যা":"রাত"},week:{dow:0,doy:6}})}(n(381))},8905:function(e,t,n){!function(e){"use strict";var t={1:"১",2:"২",3:"৩",4:"৪",5:"৫",6:"৬",7:"৭",8:"৮",9:"৯",0:"০"},n={"১":"1","২":"2","৩":"3","৪":"4","৫":"5","৬":"6","৭":"7","৮":"8","৯":"9","০":"0"};e.defineLocale("bn",{months:"জানুয়ারি_ফেব্রুয়ারি_মার্চ_এপ্রিল_মে_জুন_জুলাই_আগস্ট_সেপ্টেম্বর_অক্টোবর_নভেম্বর_ডিসেম্বর".split("_"),monthsShort:"জানু_ফেব্রু_মার্চ_এপ্রিল_মে_জুন_জুলাই_আগস্ট_সেপ্ট_অক্টো_নভে_ডিসে".split("_"),weekdays:"রবিবার_সোমবার_মঙ্গলবার_বুধবার_বৃহস্পতিবার_শুক্রবার_শনিবার".split("_"),weekdaysShort:"রবি_সোম_মঙ্গল_বুধ_বৃহস্পতি_শুক্র_শনি".split("_"),weekdaysMin:"রবি_সোম_মঙ্গল_বুধ_বৃহ_শুক্র_শনি".split("_"),longDateFormat:{LT:"A h:mm সময়",LTS:"A h:mm:ss সময়",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, A h:mm সময়",LLLL:"dddd, D MMMM YYYY, A h:mm সময়"},calendar:{sameDay:"[আজ] LT",nextDay:"[আগামীকাল] LT",nextWeek:"dddd, LT",lastDay:"[গতকাল] LT",lastWeek:"[গত] dddd, LT",sameElse:"L"},relativeTime:{future:"%s পরে",past:"%s আগে",s:"কয়েক সেকেন্ড",ss:"%d সেকেন্ড",m:"এক মিনিট",mm:"%d মিনিট",h:"এক ঘন্টা",hh:"%d ঘন্টা",d:"এক দিন",dd:"%d দিন",M:"এক মাস",MM:"%d মাস",y:"এক বছর",yy:"%d বছর"},preparse:function(e){return e.replace(/[১২৩৪৫৬৭৮৯০]/g,(function(e){return n[e]}))},postformat:function(e){return e.replace(/\d/g,(function(e){return t[e]}))},meridiemParse:/রাত|সকাল|দুপুর|বিকাল|রাত/,meridiemHour:function(e,t){return 12===e&&(e=0),"রাত"===t&&e>=4||"দুপুর"===t&&e<5||"বিকাল"===t?e+12:e},meridiem:function(e,t,n){return e<4?"রাত":e<10?"সকাল":e<17?"দুপুর":e<20?"বিকাল":"রাত"},week:{dow:0,doy:6}})}(n(381))},1560:function(e,t,n){!function(e){"use strict";var t={1:"༡",2:"༢",3:"༣",4:"༤",5:"༥",6:"༦",7:"༧",8:"༨",9:"༩",0:"༠"},n={"༡":"1","༢":"2","༣":"3","༤":"4","༥":"5","༦":"6","༧":"7","༨":"8","༩":"9","༠":"0"};e.defineLocale("bo",{months:"ཟླ་བ་དང་པོ_ཟླ་བ་གཉིས་པ_ཟླ་བ་གསུམ་པ_ཟླ་བ་བཞི་པ_ཟླ་བ་ལྔ་པ_ཟླ་བ་དྲུག་པ_ཟླ་བ་བདུན་པ_ཟླ་བ་བརྒྱད་པ_ཟླ་བ་དགུ་པ_ཟླ་བ་བཅུ་པ_ཟླ་བ་བཅུ་གཅིག་པ_ཟླ་བ་བཅུ་གཉིས་པ".split("_"),monthsShort:"ཟླ་1_ཟླ་2_ཟླ་3_ཟླ་4_ཟླ་5_ཟླ་6_ཟླ་7_ཟླ་8_ཟླ་9_ཟླ་10_ཟླ་11_ཟླ་12".split("_"),monthsShortRegex:/^(ཟླ་\d{1,2})/,monthsParseExact:!0,weekdays:"གཟའ་ཉི་མ་_གཟའ་ཟླ་བ་_གཟའ་མིག་དམར་_གཟའ་ལྷག་པ་_གཟའ་ཕུར་བུ_གཟའ་པ་སངས་_གཟའ་སྤེན་པ་".split("_"),weekdaysShort:"ཉི་མ་_ཟླ་བ་_མིག་དམར་_ལྷག་པ་_ཕུར་བུ_པ་སངས་_སྤེན་པ་".split("_"),weekdaysMin:"ཉི_ཟླ_མིག_ལྷག_ཕུར_སངས_སྤེན".split("_"),longDateFormat:{LT:"A h:mm",LTS:"A h:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, A h:mm",LLLL:"dddd, D MMMM YYYY, A h:mm"},calendar:{sameDay:"[དི་རིང] LT",nextDay:"[སང་ཉིན] LT",nextWeek:"[བདུན་ཕྲག་རྗེས་མ], LT",lastDay:"[ཁ་སང] LT",lastWeek:"[བདུན་ཕྲག་མཐའ་མ] dddd, LT",sameElse:"L"},relativeTime:{future:"%s ལ་",past:"%s སྔན་ལ",s:"ལམ་སང",ss:"%d སྐར་ཆ།",m:"སྐར་མ་གཅིག",mm:"%d སྐར་མ",h:"ཆུ་ཚོད་གཅིག",hh:"%d ཆུ་ཚོད",d:"ཉིན་གཅིག",dd:"%d ཉིན་",M:"ཟླ་བ་གཅིག",MM:"%d ཟླ་བ",y:"ལོ་གཅིག",yy:"%d ལོ"},preparse:function(e){return e.replace(/[༡༢༣༤༥༦༧༨༩༠]/g,(function(e){return n[e]}))},postformat:function(e){return e.replace(/\d/g,(function(e){return t[e]}))},meridiemParse:/མཚན་མོ|ཞོགས་ཀས|ཉིན་གུང|དགོང་དག|མཚན་མོ/,meridiemHour:function(e,t){return 12===e&&(e=0),"མཚན་མོ"===t&&e>=4||"ཉིན་གུང"===t&&e<5||"དགོང་དག"===t?e+12:e},meridiem:function(e,t,n){return e<4?"མཚན་མོ":e<10?"ཞོགས་ཀས":e<17?"ཉིན་གུང":e<20?"དགོང་དག":"མཚན་མོ"},week:{dow:0,doy:6}})}(n(381))},1278:function(e,t,n){!function(e){"use strict";function t(e,t,n){return e+" "+r({mm:"munutenn",MM:"miz",dd:"devezh"}[n],e)}function n(e){switch(o(e)){case 1:case 3:case 4:case 5:case 9:return e+" bloaz";default:return e+" vloaz"}}function o(e){return e>9?o(e%10):e}function r(e,t){return 2===t?a(e):e}function a(e){var t={m:"v",b:"v",d:"z"};return void 0===t[e.charAt(0)]?e:t[e.charAt(0)]+e.substring(1)}var i=[/^gen/i,/^c[ʼ\']hwe/i,/^meu/i,/^ebr/i,/^mae/i,/^(mez|eve)/i,/^gou/i,/^eos/i,/^gwe/i,/^her/i,/^du/i,/^ker/i],l=/^(genver|c[ʼ\']hwevrer|meurzh|ebrel|mae|mezheven|gouere|eost|gwengolo|here|du|kerzu|gen|c[ʼ\']hwe|meu|ebr|mae|eve|gou|eos|gwe|her|du|ker)/i,s=/^(genver|c[ʼ\']hwevrer|meurzh|ebrel|mae|mezheven|gouere|eost|gwengolo|here|du|kerzu)/i,c=/^(gen|c[ʼ\']hwe|meu|ebr|mae|eve|gou|eos|gwe|her|du|ker)/i,u=[/^sul/i,/^lun/i,/^meurzh/i,/^merc[ʼ\']her/i,/^yaou/i,/^gwener/i,/^sadorn/i],p=[/^Sul/i,/^Lun/i,/^Meu/i,/^Mer/i,/^Yao/i,/^Gwe/i,/^Sad/i],d=[/^Su/i,/^Lu/i,/^Me([^r]|$)/i,/^Mer/i,/^Ya/i,/^Gw/i,/^Sa/i];e.defineLocale("br",{months:"Genver_Cʼhwevrer_Meurzh_Ebrel_Mae_Mezheven_Gouere_Eost_Gwengolo_Here_Du_Kerzu".split("_"),monthsShort:"Gen_Cʼhwe_Meu_Ebr_Mae_Eve_Gou_Eos_Gwe_Her_Du_Ker".split("_"),weekdays:"Sul_Lun_Meurzh_Mercʼher_Yaou_Gwener_Sadorn".split("_"),weekdaysShort:"Sul_Lun_Meu_Mer_Yao_Gwe_Sad".split("_"),weekdaysMin:"Su_Lu_Me_Mer_Ya_Gw_Sa".split("_"),weekdaysParse:d,fullWeekdaysParse:u,shortWeekdaysParse:p,minWeekdaysParse:d,monthsRegex:l,monthsShortRegex:l,monthsStrictRegex:s,monthsShortStrictRegex:c,monthsParse:i,longMonthsParse:i,shortMonthsParse:i,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D [a viz] MMMM YYYY",LLL:"D [a viz] MMMM YYYY HH:mm",LLLL:"dddd, D [a viz] MMMM YYYY HH:mm"},calendar:{sameDay:"[Hiziv da] LT",nextDay:"[Warcʼhoazh da] LT",nextWeek:"dddd [da] LT",lastDay:"[Decʼh da] LT",lastWeek:"dddd [paset da] LT",sameElse:"L"},relativeTime:{future:"a-benn %s",past:"%s ʼzo",s:"un nebeud segondennoù",ss:"%d eilenn",m:"ur vunutenn",mm:t,h:"un eur",hh:"%d eur",d:"un devezh",dd:t,M:"ur miz",MM:t,y:"ur bloaz",yy:n},dayOfMonthOrdinalParse:/\d{1,2}(añ|vet)/,ordinal:function(e){return e+(1===e?"añ":"vet")},week:{dow:1,doy:4},meridiemParse:/a.m.|g.m./,isPM:function(e){return"g.m."===e},meridiem:function(e,t,n){return e<12?"a.m.":"g.m."}})}(n(381))},622:function(e,t,n){!function(e){"use strict";function t(e,t,n){var o=e+" ";switch(n){case"ss":return o+=1===e?"sekunda":2===e||3===e||4===e?"sekunde":"sekundi";case"m":return t?"jedna minuta":"jedne minute";case"mm":return o+=1===e?"minuta":2===e||3===e||4===e?"minute":"minuta";case"h":return t?"jedan sat":"jednog sata";case"hh":return o+=1===e?"sat":2===e||3===e||4===e?"sata":"sati";case"dd":return o+=1===e?"dan":"dana";case"MM":return o+=1===e?"mjesec":2===e||3===e||4===e?"mjeseca":"mjeseci";case"yy":return o+=1===e?"godina":2===e||3===e||4===e?"godine":"godina"}}e.defineLocale("bs",{months:"januar_februar_mart_april_maj_juni_juli_august_septembar_oktobar_novembar_decembar".split("_"),monthsShort:"jan._feb._mar._apr._maj._jun._jul._aug._sep._okt._nov._dec.".split("_"),monthsParseExact:!0,weekdays:"nedjelja_ponedjeljak_utorak_srijeda_četvrtak_petak_subota".split("_"),weekdaysShort:"ned._pon._uto._sri._čet._pet._sub.".split("_"),weekdaysMin:"ne_po_ut_sr_če_pe_su".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY H:mm",LLLL:"dddd, D. MMMM YYYY H:mm"},calendar:{sameDay:"[danas u] LT",nextDay:"[sutra u] LT",nextWeek:function(){switch(this.day()){case 0:return"[u] [nedjelju] [u] LT";case 3:return"[u] [srijedu] [u] LT";case 6:return"[u] [subotu] [u] LT";case 1:case 2:case 4:case 5:return"[u] dddd [u] LT"}},lastDay:"[jučer u] LT",lastWeek:function(){switch(this.day()){case 0:case 3:return"[prošlu] dddd [u] LT";case 6:return"[prošle] [subote] [u] LT";case 1:case 2:case 4:case 5:return"[prošli] dddd [u] LT"}},sameElse:"L"},relativeTime:{future:"za %s",past:"prije %s",s:"par sekundi",ss:t,m:t,mm:t,h:t,hh:t,d:"dan",dd:t,M:"mjesec",MM:t,y:"godinu",yy:t},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:7}})}(n(381))},2468:function(e,t,n){!function(e){"use strict";e.defineLocale("ca",{months:{standalone:"gener_febrer_març_abril_maig_juny_juliol_agost_setembre_octubre_novembre_desembre".split("_"),format:"de gener_de febrer_de març_d'abril_de maig_de juny_de juliol_d'agost_de setembre_d'octubre_de novembre_de desembre".split("_"),isFormat:/D[oD]?(\s)+MMMM/},monthsShort:"gen._febr._març_abr._maig_juny_jul._ag._set._oct._nov._des.".split("_"),monthsParseExact:!0,weekdays:"diumenge_dilluns_dimarts_dimecres_dijous_divendres_dissabte".split("_"),weekdaysShort:"dg._dl._dt._dc._dj._dv._ds.".split("_"),weekdaysMin:"dg_dl_dt_dc_dj_dv_ds".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM [de] YYYY",ll:"D MMM YYYY",LLL:"D MMMM [de] YYYY [a les] H:mm",lll:"D MMM YYYY, H:mm",LLLL:"dddd D MMMM [de] YYYY [a les] H:mm",llll:"ddd D MMM YYYY, H:mm"},calendar:{sameDay:function(){return"[avui a "+(1!==this.hours()?"les":"la")+"] LT"},nextDay:function(){return"[demà a "+(1!==this.hours()?"les":"la")+"] LT"},nextWeek:function(){return"dddd [a "+(1!==this.hours()?"les":"la")+"] LT"},lastDay:function(){return"[ahir a "+(1!==this.hours()?"les":"la")+"] LT"},lastWeek:function(){return"[el] dddd [passat a "+(1!==this.hours()?"les":"la")+"] LT"},sameElse:"L"},relativeTime:{future:"d'aquí %s",past:"fa %s",s:"uns segons",ss:"%d segons",m:"un minut",mm:"%d minuts",h:"una hora",hh:"%d hores",d:"un dia",dd:"%d dies",M:"un mes",MM:"%d mesos",y:"un any",yy:"%d anys"},dayOfMonthOrdinalParse:/\d{1,2}(r|n|t|è|a)/,ordinal:function(e,t){var n=1===e?"r":2===e?"n":3===e?"r":4===e?"t":"è";return"w"!==t&&"W"!==t||(n="a"),e+n},week:{dow:1,doy:4}})}(n(381))},5822:function(e,t,n){!function(e){"use strict";var t={format:"leden_únor_březen_duben_květen_červen_červenec_srpen_září_říjen_listopad_prosinec".split("_"),standalone:"ledna_února_března_dubna_května_června_července_srpna_září_října_listopadu_prosince".split("_")},n="led_úno_bře_dub_kvě_čvn_čvc_srp_zář_říj_lis_pro".split("_"),o=[/^led/i,/^úno/i,/^bře/i,/^dub/i,/^kvě/i,/^(čvn|červen$|června)/i,/^(čvc|červenec|července)/i,/^srp/i,/^zář/i,/^říj/i,/^lis/i,/^pro/i],r=/^(leden|únor|březen|duben|květen|červenec|července|červen|června|srpen|září|říjen|listopad|prosinec|led|úno|bře|dub|kvě|čvn|čvc|srp|zář|říj|lis|pro)/i;function a(e){return e>1&&e<5&&1!=~~(e/10)}function i(e,t,n,o){var r=e+" ";switch(n){case"s":return t||o?"pár sekund":"pár sekundami";case"ss":return t||o?r+(a(e)?"sekundy":"sekund"):r+"sekundami";case"m":return t?"minuta":o?"minutu":"minutou";case"mm":return t||o?r+(a(e)?"minuty":"minut"):r+"minutami";case"h":return t?"hodina":o?"hodinu":"hodinou";case"hh":return t||o?r+(a(e)?"hodiny":"hodin"):r+"hodinami";case"d":return t||o?"den":"dnem";case"dd":return t||o?r+(a(e)?"dny":"dní"):r+"dny";case"M":return t||o?"měsíc":"měsícem";case"MM":return t||o?r+(a(e)?"měsíce":"měsíců"):r+"měsíci";case"y":return t||o?"rok":"rokem";case"yy":return t||o?r+(a(e)?"roky":"let"):r+"lety"}}e.defineLocale("cs",{months:t,monthsShort:n,monthsRegex:r,monthsShortRegex:r,monthsStrictRegex:/^(leden|ledna|února|únor|březen|března|duben|dubna|květen|května|červenec|července|červen|června|srpen|srpna|září|říjen|října|listopadu|listopad|prosinec|prosince)/i,monthsShortStrictRegex:/^(led|úno|bře|dub|kvě|čvn|čvc|srp|zář|říj|lis|pro)/i,monthsParse:o,longMonthsParse:o,shortMonthsParse:o,weekdays:"neděle_pondělí_úterý_středa_čtvrtek_pátek_sobota".split("_"),weekdaysShort:"ne_po_út_st_čt_pá_so".split("_"),weekdaysMin:"ne_po_út_st_čt_pá_so".split("_"),longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY H:mm",LLLL:"dddd D. MMMM YYYY H:mm",l:"D. M. YYYY"},calendar:{sameDay:"[dnes v] LT",nextDay:"[zítra v] LT",nextWeek:function(){switch(this.day()){case 0:return"[v neděli v] LT";case 1:case 2:return"[v] dddd [v] LT";case 3:return"[ve středu v] LT";case 4:return"[ve čtvrtek v] LT";case 5:return"[v pátek v] LT";case 6:return"[v sobotu v] LT"}},lastDay:"[včera v] LT",lastWeek:function(){switch(this.day()){case 0:return"[minulou neděli v] LT";case 1:case 2:return"[minulé] dddd [v] LT";case 3:return"[minulou středu v] LT";case 4:case 5:return"[minulý] dddd [v] LT";case 6:return"[minulou sobotu v] LT"}},sameElse:"L"},relativeTime:{future:"za %s",past:"před %s",s:i,ss:i,m:i,mm:i,h:i,hh:i,d:i,dd:i,M:i,MM:i,y:i,yy:i},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(n(381))},877:function(e,t,n){!function(e){"use strict";e.defineLocale("cv",{months:"кӑрлач_нарӑс_пуш_ака_май_ҫӗртме_утӑ_ҫурла_авӑн_юпа_чӳк_раштав".split("_"),monthsShort:"кӑр_нар_пуш_ака_май_ҫӗр_утӑ_ҫур_авн_юпа_чӳк_раш".split("_"),weekdays:"вырсарникун_тунтикун_ытларикун_юнкун_кӗҫнерникун_эрнекун_шӑматкун".split("_"),weekdaysShort:"выр_тун_ытл_юн_кӗҫ_эрн_шӑм".split("_"),weekdaysMin:"вр_тн_ыт_юн_кҫ_эр_шм".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD-MM-YYYY",LL:"YYYY [ҫулхи] MMMM [уйӑхӗн] D[-мӗшӗ]",LLL:"YYYY [ҫулхи] MMMM [уйӑхӗн] D[-мӗшӗ], HH:mm",LLLL:"dddd, YYYY [ҫулхи] MMMM [уйӑхӗн] D[-мӗшӗ], HH:mm"},calendar:{sameDay:"[Паян] LT [сехетре]",nextDay:"[Ыран] LT [сехетре]",lastDay:"[Ӗнер] LT [сехетре]",nextWeek:"[Ҫитес] dddd LT [сехетре]",lastWeek:"[Иртнӗ] dddd LT [сехетре]",sameElse:"L"},relativeTime:{future:function(e){return e+(/сехет$/i.exec(e)?"рен":/ҫул$/i.exec(e)?"тан":"ран")},past:"%s каялла",s:"пӗр-ик ҫеккунт",ss:"%d ҫеккунт",m:"пӗр минут",mm:"%d минут",h:"пӗр сехет",hh:"%d сехет",d:"пӗр кун",dd:"%d кун",M:"пӗр уйӑх",MM:"%d уйӑх",y:"пӗр ҫул",yy:"%d ҫул"},dayOfMonthOrdinalParse:/\d{1,2}-мӗш/,ordinal:"%d-мӗш",week:{dow:1,doy:7}})}(n(381))},7373:function(e,t,n){!function(e){"use strict";e.defineLocale("cy",{months:"Ionawr_Chwefror_Mawrth_Ebrill_Mai_Mehefin_Gorffennaf_Awst_Medi_Hydref_Tachwedd_Rhagfyr".split("_"),monthsShort:"Ion_Chwe_Maw_Ebr_Mai_Meh_Gor_Aws_Med_Hyd_Tach_Rhag".split("_"),weekdays:"Dydd Sul_Dydd Llun_Dydd Mawrth_Dydd Mercher_Dydd Iau_Dydd Gwener_Dydd Sadwrn".split("_"),weekdaysShort:"Sul_Llun_Maw_Mer_Iau_Gwe_Sad".split("_"),weekdaysMin:"Su_Ll_Ma_Me_Ia_Gw_Sa".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Heddiw am] LT",nextDay:"[Yfory am] LT",nextWeek:"dddd [am] LT",lastDay:"[Ddoe am] LT",lastWeek:"dddd [diwethaf am] LT",sameElse:"L"},relativeTime:{future:"mewn %s",past:"%s yn ôl",s:"ychydig eiliadau",ss:"%d eiliad",m:"munud",mm:"%d munud",h:"awr",hh:"%d awr",d:"diwrnod",dd:"%d diwrnod",M:"mis",MM:"%d mis",y:"blwyddyn",yy:"%d flynedd"},dayOfMonthOrdinalParse:/\d{1,2}(fed|ain|af|il|ydd|ed|eg)/,ordinal:function(e){var t="";return e>20?t=40===e||50===e||60===e||80===e||100===e?"fed":"ain":e>0&&(t=["","af","il","ydd","ydd","ed","ed","ed","fed","fed","fed","eg","fed","eg","eg","fed","eg","eg","fed","eg","fed"][e]),e+t},week:{dow:1,doy:4}})}(n(381))},4780:function(e,t,n){!function(e){"use strict";e.defineLocale("da",{months:"januar_februar_marts_april_maj_juni_juli_august_september_oktober_november_december".split("_"),monthsShort:"jan_feb_mar_apr_maj_jun_jul_aug_sep_okt_nov_dec".split("_"),weekdays:"søndag_mandag_tirsdag_onsdag_torsdag_fredag_lørdag".split("_"),weekdaysShort:"søn_man_tir_ons_tor_fre_lør".split("_"),weekdaysMin:"sø_ma_ti_on_to_fr_lø".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY HH:mm",LLLL:"dddd [d.] D. MMMM YYYY [kl.] HH:mm"},calendar:{sameDay:"[i dag kl.] LT",nextDay:"[i morgen kl.] LT",nextWeek:"på dddd [kl.] LT",lastDay:"[i går kl.] LT",lastWeek:"[i] dddd[s kl.] LT",sameElse:"L"},relativeTime:{future:"om %s",past:"%s siden",s:"få sekunder",ss:"%d sekunder",m:"et minut",mm:"%d minutter",h:"en time",hh:"%d timer",d:"en dag",dd:"%d dage",M:"en måned",MM:"%d måneder",y:"et år",yy:"%d år"},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(n(381))},217:function(e,t,n){!function(e){"use strict";function t(e,t,n,o){var r={m:["eine Minute","einer Minute"],h:["eine Stunde","einer Stunde"],d:["ein Tag","einem Tag"],dd:[e+" Tage",e+" Tagen"],w:["eine Woche","einer Woche"],M:["ein Monat","einem Monat"],MM:[e+" Monate",e+" Monaten"],y:["ein Jahr","einem Jahr"],yy:[e+" Jahre",e+" Jahren"]};return t?r[n][0]:r[n][1]}e.defineLocale("de-at",{months:"Jänner_Februar_März_April_Mai_Juni_Juli_August_September_Oktober_November_Dezember".split("_"),monthsShort:"Jän._Feb._März_Apr._Mai_Juni_Juli_Aug._Sep._Okt._Nov._Dez.".split("_"),monthsParseExact:!0,weekdays:"Sonntag_Montag_Dienstag_Mittwoch_Donnerstag_Freitag_Samstag".split("_"),weekdaysShort:"So._Mo._Di._Mi._Do._Fr._Sa.".split("_"),weekdaysMin:"So_Mo_Di_Mi_Do_Fr_Sa".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY HH:mm",LLLL:"dddd, D. MMMM YYYY HH:mm"},calendar:{sameDay:"[heute um] LT [Uhr]",sameElse:"L",nextDay:"[morgen um] LT [Uhr]",nextWeek:"dddd [um] LT [Uhr]",lastDay:"[gestern um] LT [Uhr]",lastWeek:"[letzten] dddd [um] LT [Uhr]"},relativeTime:{future:"in %s",past:"vor %s",s:"ein paar Sekunden",ss:"%d Sekunden",m:t,mm:"%d Minuten",h:t,hh:"%d Stunden",d:t,dd:t,w:t,ww:"%d Wochen",M:t,MM:t,y:t,yy:t},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(n(381))},894:function(e,t,n){!function(e){"use strict";function t(e,t,n,o){var r={m:["eine Minute","einer Minute"],h:["eine Stunde","einer Stunde"],d:["ein Tag","einem Tag"],dd:[e+" Tage",e+" Tagen"],w:["eine Woche","einer Woche"],M:["ein Monat","einem Monat"],MM:[e+" Monate",e+" Monaten"],y:["ein Jahr","einem Jahr"],yy:[e+" Jahre",e+" Jahren"]};return t?r[n][0]:r[n][1]}e.defineLocale("de-ch",{months:"Januar_Februar_März_April_Mai_Juni_Juli_August_September_Oktober_November_Dezember".split("_"),monthsShort:"Jan._Feb._März_Apr._Mai_Juni_Juli_Aug._Sep._Okt._Nov._Dez.".split("_"),monthsParseExact:!0,weekdays:"Sonntag_Montag_Dienstag_Mittwoch_Donnerstag_Freitag_Samstag".split("_"),weekdaysShort:"So_Mo_Di_Mi_Do_Fr_Sa".split("_"),weekdaysMin:"So_Mo_Di_Mi_Do_Fr_Sa".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY HH:mm",LLLL:"dddd, D. MMMM YYYY HH:mm"},calendar:{sameDay:"[heute um] LT [Uhr]",sameElse:"L",nextDay:"[morgen um] LT [Uhr]",nextWeek:"dddd [um] LT [Uhr]",lastDay:"[gestern um] LT [Uhr]",lastWeek:"[letzten] dddd [um] LT [Uhr]"},relativeTime:{future:"in %s",past:"vor %s",s:"ein paar Sekunden",ss:"%d Sekunden",m:t,mm:"%d Minuten",h:t,hh:"%d Stunden",d:t,dd:t,w:t,ww:"%d Wochen",M:t,MM:t,y:t,yy:t},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(n(381))},9740:function(e,t,n){!function(e){"use strict";function t(e,t,n,o){var r={m:["eine Minute","einer Minute"],h:["eine Stunde","einer Stunde"],d:["ein Tag","einem Tag"],dd:[e+" Tage",e+" Tagen"],w:["eine Woche","einer Woche"],M:["ein Monat","einem Monat"],MM:[e+" Monate",e+" Monaten"],y:["ein Jahr","einem Jahr"],yy:[e+" Jahre",e+" Jahren"]};return t?r[n][0]:r[n][1]}e.defineLocale("de",{months:"Januar_Februar_März_April_Mai_Juni_Juli_August_September_Oktober_November_Dezember".split("_"),monthsShort:"Jan._Feb._März_Apr._Mai_Juni_Juli_Aug._Sep._Okt._Nov._Dez.".split("_"),monthsParseExact:!0,weekdays:"Sonntag_Montag_Dienstag_Mittwoch_Donnerstag_Freitag_Samstag".split("_"),weekdaysShort:"So._Mo._Di._Mi._Do._Fr._Sa.".split("_"),weekdaysMin:"So_Mo_Di_Mi_Do_Fr_Sa".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY HH:mm",LLLL:"dddd, D. MMMM YYYY HH:mm"},calendar:{sameDay:"[heute um] LT [Uhr]",sameElse:"L",nextDay:"[morgen um] LT [Uhr]",nextWeek:"dddd [um] LT [Uhr]",lastDay:"[gestern um] LT [Uhr]",lastWeek:"[letzten] dddd [um] LT [Uhr]"},relativeTime:{future:"in %s",past:"vor %s",s:"ein paar Sekunden",ss:"%d Sekunden",m:t,mm:"%d Minuten",h:t,hh:"%d Stunden",d:t,dd:t,w:t,ww:"%d Wochen",M:t,MM:t,y:t,yy:t},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(n(381))},5300:function(e,t,n){!function(e){"use strict";var t=["ޖެނުއަރީ","ފެބްރުއަރީ","މާރިޗު","އޭޕްރީލު","މޭ","ޖޫން","ޖުލައި","އޯގަސްޓު","ސެޕްޓެމްބަރު","އޮކްޓޯބަރު","ނޮވެމްބަރު","ޑިސެމްބަރު"],n=["އާދިއްތަ","ހޯމަ","އަންގާރަ","ބުދަ","ބުރާސްފަތި","ހުކުރު","ހޮނިހިރު"];e.defineLocale("dv",{months:t,monthsShort:t,weekdays:n,weekdaysShort:n,weekdaysMin:"އާދި_ހޯމަ_އަން_ބުދަ_ބުރާ_ހުކު_ހޮނި".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"D/M/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},meridiemParse:/މކ|މފ/,isPM:function(e){return"މފ"===e},meridiem:function(e,t,n){return e<12?"މކ":"މފ"},calendar:{sameDay:"[މިއަދު] LT",nextDay:"[މާދަމާ] LT",nextWeek:"dddd LT",lastDay:"[އިއްޔެ] LT",lastWeek:"[ފާއިތުވި] dddd LT",sameElse:"L"},relativeTime:{future:"ތެރޭގައި %s",past:"ކުރިން %s",s:"ސިކުންތުކޮޅެއް",ss:"d% ސިކުންތު",m:"މިނިޓެއް",mm:"މިނިޓު %d",h:"ގަޑިއިރެއް",hh:"ގަޑިއިރު %d",d:"ދުވަހެއް",dd:"ދުވަސް %d",M:"މަހެއް",MM:"މަސް %d",y:"އަހަރެއް",yy:"އަހަރު %d"},preparse:function(e){return e.replace(/،/g,",")},postformat:function(e){return e.replace(/,/g,"،")},week:{dow:7,doy:12}})}(n(381))},837:function(e,t,n){!function(e){"use strict";function t(e){return"undefined"!=typeof Function&&e instanceof Function||"[object Function]"===Object.prototype.toString.call(e)}e.defineLocale("el",{monthsNominativeEl:"Ιανουάριος_Φεβρουάριος_Μάρτιος_Απρίλιος_Μάιος_Ιούνιος_Ιούλιος_Αύγουστος_Σεπτέμβριος_Οκτώβριος_Νοέμβριος_Δεκέμβριος".split("_"),monthsGenitiveEl:"Ιανουαρίου_Φεβρουαρίου_Μαρτίου_Απριλίου_Μαΐου_Ιουνίου_Ιουλίου_Αυγούστου_Σεπτεμβρίου_Οκτωβρίου_Νοεμβρίου_Δεκεμβρίου".split("_"),months:function(e,t){return e?"string"==typeof t&&/D/.test(t.substring(0,t.indexOf("MMMM")))?this._monthsGenitiveEl[e.month()]:this._monthsNominativeEl[e.month()]:this._monthsNominativeEl},monthsShort:"Ιαν_Φεβ_Μαρ_Απρ_Μαϊ_Ιουν_Ιουλ_Αυγ_Σεπ_Οκτ_Νοε_Δεκ".split("_"),weekdays:"Κυριακή_Δευτέρα_Τρίτη_Τετάρτη_Πέμπτη_Παρασκευή_Σάββατο".split("_"),weekdaysShort:"Κυρ_Δευ_Τρι_Τετ_Πεμ_Παρ_Σαβ".split("_"),weekdaysMin:"Κυ_Δε_Τρ_Τε_Πε_Πα_Σα".split("_"),meridiem:function(e,t,n){return e>11?n?"μμ":"ΜΜ":n?"πμ":"ΠΜ"},isPM:function(e){return"μ"===(e+"").toLowerCase()[0]},meridiemParse:/[ΠΜ]\.?Μ?\.?/i,longDateFormat:{LT:"h:mm A",LTS:"h:mm:ss A",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY h:mm A",LLLL:"dddd, D MMMM YYYY h:mm A"},calendarEl:{sameDay:"[Σήμερα {}] LT",nextDay:"[Αύριο {}] LT",nextWeek:"dddd [{}] LT",lastDay:"[Χθες {}] LT",lastWeek:function(){return 6===this.day()?"[το προηγούμενο] dddd [{}] LT":"[την προηγούμενη] dddd [{}] LT"},sameElse:"L"},calendar:function(e,n){var o=this._calendarEl[e],r=n&&n.hours();return t(o)&&(o=o.apply(n)),o.replace("{}",r%12==1?"στη":"στις")},relativeTime:{future:"σε %s",past:"%s πριν",s:"λίγα δευτερόλεπτα",ss:"%d δευτερόλεπτα",m:"ένα λεπτό",mm:"%d λεπτά",h:"μία ώρα",hh:"%d ώρες",d:"μία μέρα",dd:"%d μέρες",M:"ένας μήνας",MM:"%d μήνες",y:"ένας χρόνος",yy:"%d χρόνια"},dayOfMonthOrdinalParse:/\d{1,2}η/,ordinal:"%dη",week:{dow:1,doy:4}})}(n(381))},8348:function(e,t,n){!function(e){"use strict";e.defineLocale("en-au",{months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),monthsShort:"Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_"),weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),weekdaysShort:"Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),weekdaysMin:"Su_Mo_Tu_We_Th_Fr_Sa".split("_"),longDateFormat:{LT:"h:mm A",LTS:"h:mm:ss A",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY h:mm A",LLLL:"dddd, D MMMM YYYY h:mm A"},calendar:{sameDay:"[Today at] LT",nextDay:"[Tomorrow at] LT",nextWeek:"dddd [at] LT",lastDay:"[Yesterday at] LT",lastWeek:"[Last] dddd [at] LT",sameElse:"L"},relativeTime:{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",M:"a month",MM:"%d months",y:"a year",yy:"%d years"},dayOfMonthOrdinalParse:/\d{1,2}(st|nd|rd|th)/,ordinal:function(e){var t=e%10;return e+(1==~~(e%100/10)?"th":1===t?"st":2===t?"nd":3===t?"rd":"th")},week:{dow:0,doy:4}})}(n(381))},7925:function(e,t,n){!function(e){"use strict";e.defineLocale("en-ca",{months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),monthsShort:"Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_"),weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),weekdaysShort:"Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),weekdaysMin:"Su_Mo_Tu_We_Th_Fr_Sa".split("_"),longDateFormat:{LT:"h:mm A",LTS:"h:mm:ss A",L:"YYYY-MM-DD",LL:"MMMM D, YYYY",LLL:"MMMM D, YYYY h:mm A",LLLL:"dddd, MMMM D, YYYY h:mm A"},calendar:{sameDay:"[Today at] LT",nextDay:"[Tomorrow at] LT",nextWeek:"dddd [at] LT",lastDay:"[Yesterday at] LT",lastWeek:"[Last] dddd [at] LT",sameElse:"L"},relativeTime:{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",M:"a month",MM:"%d months",y:"a year",yy:"%d years"},dayOfMonthOrdinalParse:/\d{1,2}(st|nd|rd|th)/,ordinal:function(e){var t=e%10;return e+(1==~~(e%100/10)?"th":1===t?"st":2===t?"nd":3===t?"rd":"th")}})}(n(381))},2243:function(e,t,n){!function(e){"use strict";e.defineLocale("en-gb",{months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),monthsShort:"Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_"),weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),weekdaysShort:"Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),weekdaysMin:"Su_Mo_Tu_We_Th_Fr_Sa".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Today at] LT",nextDay:"[Tomorrow at] LT",nextWeek:"dddd [at] LT",lastDay:"[Yesterday at] LT",lastWeek:"[Last] dddd [at] LT",sameElse:"L"},relativeTime:{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",M:"a month",MM:"%d months",y:"a year",yy:"%d years"},dayOfMonthOrdinalParse:/\d{1,2}(st|nd|rd|th)/,ordinal:function(e){var t=e%10;return e+(1==~~(e%100/10)?"th":1===t?"st":2===t?"nd":3===t?"rd":"th")},week:{dow:1,doy:4}})}(n(381))},6436:function(e,t,n){!function(e){"use strict";e.defineLocale("en-ie",{months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),monthsShort:"Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_"),weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),weekdaysShort:"Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),weekdaysMin:"Su_Mo_Tu_We_Th_Fr_Sa".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[Today at] LT",nextDay:"[Tomorrow at] LT",nextWeek:"dddd [at] LT",lastDay:"[Yesterday at] LT",lastWeek:"[Last] dddd [at] LT",sameElse:"L"},relativeTime:{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",M:"a month",MM:"%d months",y:"a year",yy:"%d years"},dayOfMonthOrdinalParse:/\d{1,2}(st|nd|rd|th)/,ordinal:function(e){var t=e%10;return e+(1==~~(e%100/10)?"th":1===t?"st":2===t?"nd":3===t?"rd":"th")},week:{dow:1,doy:4}})}(n(381))},7207:function(e,t,n){!function(e){"use strict";e.defineLocale("en-il",{months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),monthsShort:"Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_"),weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),weekdaysShort:"Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),weekdaysMin:"Su_Mo_Tu_We_Th_Fr_Sa".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Today at] LT",nextDay:"[Tomorrow at] LT",nextWeek:"dddd [at] LT",lastDay:"[Yesterday at] LT",lastWeek:"[Last] dddd [at] LT",sameElse:"L"},relativeTime:{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",M:"a month",MM:"%d months",y:"a year",yy:"%d years"},dayOfMonthOrdinalParse:/\d{1,2}(st|nd|rd|th)/,ordinal:function(e){var t=e%10;return e+(1==~~(e%100/10)?"th":1===t?"st":2===t?"nd":3===t?"rd":"th")}})}(n(381))},4175:function(e,t,n){!function(e){"use strict";e.defineLocale("en-in",{months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),monthsShort:"Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_"),weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),weekdaysShort:"Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),weekdaysMin:"Su_Mo_Tu_We_Th_Fr_Sa".split("_"),longDateFormat:{LT:"h:mm A",LTS:"h:mm:ss A",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY h:mm A",LLLL:"dddd, D MMMM YYYY h:mm A"},calendar:{sameDay:"[Today at] LT",nextDay:"[Tomorrow at] LT",nextWeek:"dddd [at] LT",lastDay:"[Yesterday at] LT",lastWeek:"[Last] dddd [at] LT",sameElse:"L"},relativeTime:{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",M:"a month",MM:"%d months",y:"a year",yy:"%d years"},dayOfMonthOrdinalParse:/\d{1,2}(st|nd|rd|th)/,ordinal:function(e){var t=e%10;return e+(1==~~(e%100/10)?"th":1===t?"st":2===t?"nd":3===t?"rd":"th")},week:{dow:0,doy:6}})}(n(381))},6319:function(e,t,n){!function(e){"use strict";e.defineLocale("en-nz",{months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),monthsShort:"Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_"),weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),weekdaysShort:"Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),weekdaysMin:"Su_Mo_Tu_We_Th_Fr_Sa".split("_"),longDateFormat:{LT:"h:mm A",LTS:"h:mm:ss A",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY h:mm A",LLLL:"dddd, D MMMM YYYY h:mm A"},calendar:{sameDay:"[Today at] LT",nextDay:"[Tomorrow at] LT",nextWeek:"dddd [at] LT",lastDay:"[Yesterday at] LT",lastWeek:"[Last] dddd [at] LT",sameElse:"L"},relativeTime:{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",M:"a month",MM:"%d months",y:"a year",yy:"%d years"},dayOfMonthOrdinalParse:/\d{1,2}(st|nd|rd|th)/,ordinal:function(e){var t=e%10;return e+(1==~~(e%100/10)?"th":1===t?"st":2===t?"nd":3===t?"rd":"th")},week:{dow:1,doy:4}})}(n(381))},1662:function(e,t,n){!function(e){"use strict";e.defineLocale("en-sg",{months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),monthsShort:"Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_"),weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),weekdaysShort:"Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),weekdaysMin:"Su_Mo_Tu_We_Th_Fr_Sa".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Today at] LT",nextDay:"[Tomorrow at] LT",nextWeek:"dddd [at] LT",lastDay:"[Yesterday at] LT",lastWeek:"[Last] dddd [at] LT",sameElse:"L"},relativeTime:{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",M:"a month",MM:"%d months",y:"a year",yy:"%d years"},dayOfMonthOrdinalParse:/\d{1,2}(st|nd|rd|th)/,ordinal:function(e){var t=e%10;return e+(1==~~(e%100/10)?"th":1===t?"st":2===t?"nd":3===t?"rd":"th")},week:{dow:1,doy:4}})}(n(381))},2915:function(e,t,n){!function(e){"use strict";e.defineLocale("eo",{months:"januaro_februaro_marto_aprilo_majo_junio_julio_aŭgusto_septembro_oktobro_novembro_decembro".split("_"),monthsShort:"jan_feb_mart_apr_maj_jun_jul_aŭg_sept_okt_nov_dec".split("_"),weekdays:"dimanĉo_lundo_mardo_merkredo_ĵaŭdo_vendredo_sabato".split("_"),weekdaysShort:"dim_lun_mard_merk_ĵaŭ_ven_sab".split("_"),weekdaysMin:"di_lu_ma_me_ĵa_ve_sa".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY-MM-DD",LL:"[la] D[-an de] MMMM, YYYY",LLL:"[la] D[-an de] MMMM, YYYY HH:mm",LLLL:"dddd[n], [la] D[-an de] MMMM, YYYY HH:mm",llll:"ddd, [la] D[-an de] MMM, YYYY HH:mm"},meridiemParse:/[ap]\.t\.m/i,isPM:function(e){return"p"===e.charAt(0).toLowerCase()},meridiem:function(e,t,n){return e>11?n?"p.t.m.":"P.T.M.":n?"a.t.m.":"A.T.M."},calendar:{sameDay:"[Hodiaŭ je] LT",nextDay:"[Morgaŭ je] LT",nextWeek:"dddd[n je] LT",lastDay:"[Hieraŭ je] LT",lastWeek:"[pasintan] dddd[n je] LT",sameElse:"L"},relativeTime:{future:"post %s",past:"antaŭ %s",s:"kelkaj sekundoj",ss:"%d sekundoj",m:"unu minuto",mm:"%d minutoj",h:"unu horo",hh:"%d horoj",d:"unu tago",dd:"%d tagoj",M:"unu monato",MM:"%d monatoj",y:"unu jaro",yy:"%d jaroj"},dayOfMonthOrdinalParse:/\d{1,2}a/,ordinal:"%da",week:{dow:1,doy:7}})}(n(381))},5251:function(e,t,n){!function(e){"use strict";var t="ene._feb._mar._abr._may._jun._jul._ago._sep._oct._nov._dic.".split("_"),n="ene_feb_mar_abr_may_jun_jul_ago_sep_oct_nov_dic".split("_"),o=[/^ene/i,/^feb/i,/^mar/i,/^abr/i,/^may/i,/^jun/i,/^jul/i,/^ago/i,/^sep/i,/^oct/i,/^nov/i,/^dic/i],r=/^(enero|febrero|marzo|abril|mayo|junio|julio|agosto|septiembre|octubre|noviembre|diciembre|ene\.?|feb\.?|mar\.?|abr\.?|may\.?|jun\.?|jul\.?|ago\.?|sep\.?|oct\.?|nov\.?|dic\.?)/i;e.defineLocale("es-do",{months:"enero_febrero_marzo_abril_mayo_junio_julio_agosto_septiembre_octubre_noviembre_diciembre".split("_"),monthsShort:function(e,o){return e?/-MMM-/.test(o)?n[e.month()]:t[e.month()]:t},monthsRegex:r,monthsShortRegex:r,monthsStrictRegex:/^(enero|febrero|marzo|abril|mayo|junio|julio|agosto|septiembre|octubre|noviembre|diciembre)/i,monthsShortStrictRegex:/^(ene\.?|feb\.?|mar\.?|abr\.?|may\.?|jun\.?|jul\.?|ago\.?|sep\.?|oct\.?|nov\.?|dic\.?)/i,monthsParse:o,longMonthsParse:o,shortMonthsParse:o,weekdays:"domingo_lunes_martes_miércoles_jueves_viernes_sábado".split("_"),weekdaysShort:"dom._lun._mar._mié._jue._vie._sáb.".split("_"),weekdaysMin:"do_lu_ma_mi_ju_vi_sá".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"h:mm A",LTS:"h:mm:ss A",L:"DD/MM/YYYY",LL:"D [de] MMMM [de] YYYY",LLL:"D [de] MMMM [de] YYYY h:mm A",LLLL:"dddd, D [de] MMMM [de] YYYY h:mm A"},calendar:{sameDay:function(){return"[hoy a la"+(1!==this.hours()?"s":"")+"] LT"},nextDay:function(){return"[mañana a la"+(1!==this.hours()?"s":"")+"] LT"},nextWeek:function(){return"dddd [a la"+(1!==this.hours()?"s":"")+"] LT"},lastDay:function(){return"[ayer a la"+(1!==this.hours()?"s":"")+"] LT"},lastWeek:function(){return"[el] dddd [pasado a la"+(1!==this.hours()?"s":"")+"] LT"},sameElse:"L"},relativeTime:{future:"en %s",past:"hace %s",s:"unos segundos",ss:"%d segundos",m:"un minuto",mm:"%d minutos",h:"una hora",hh:"%d horas",d:"un día",dd:"%d días",w:"una semana",ww:"%d semanas",M:"un mes",MM:"%d meses",y:"un año",yy:"%d años"},dayOfMonthOrdinalParse:/\d{1,2}º/,ordinal:"%dº",week:{dow:1,doy:4}})}(n(381))},6112:function(e,t,n){!function(e){"use strict";var t="ene._feb._mar._abr._may._jun._jul._ago._sep._oct._nov._dic.".split("_"),n="ene_feb_mar_abr_may_jun_jul_ago_sep_oct_nov_dic".split("_"),o=[/^ene/i,/^feb/i,/^mar/i,/^abr/i,/^may/i,/^jun/i,/^jul/i,/^ago/i,/^sep/i,/^oct/i,/^nov/i,/^dic/i],r=/^(enero|febrero|marzo|abril|mayo|junio|julio|agosto|septiembre|octubre|noviembre|diciembre|ene\.?|feb\.?|mar\.?|abr\.?|may\.?|jun\.?|jul\.?|ago\.?|sep\.?|oct\.?|nov\.?|dic\.?)/i;e.defineLocale("es-mx",{months:"enero_febrero_marzo_abril_mayo_junio_julio_agosto_septiembre_octubre_noviembre_diciembre".split("_"),monthsShort:function(e,o){return e?/-MMM-/.test(o)?n[e.month()]:t[e.month()]:t},monthsRegex:r,monthsShortRegex:r,monthsStrictRegex:/^(enero|febrero|marzo|abril|mayo|junio|julio|agosto|septiembre|octubre|noviembre|diciembre)/i,monthsShortStrictRegex:/^(ene\.?|feb\.?|mar\.?|abr\.?|may\.?|jun\.?|jul\.?|ago\.?|sep\.?|oct\.?|nov\.?|dic\.?)/i,monthsParse:o,longMonthsParse:o,shortMonthsParse:o,weekdays:"domingo_lunes_martes_miércoles_jueves_viernes_sábado".split("_"),weekdaysShort:"dom._lun._mar._mié._jue._vie._sáb.".split("_"),weekdaysMin:"do_lu_ma_mi_ju_vi_sá".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD/MM/YYYY",LL:"D [de] MMMM [de] YYYY",LLL:"D [de] MMMM [de] YYYY H:mm",LLLL:"dddd, D [de] MMMM [de] YYYY H:mm"},calendar:{sameDay:function(){return"[hoy a la"+(1!==this.hours()?"s":"")+"] LT"},nextDay:function(){return"[mañana a la"+(1!==this.hours()?"s":"")+"] LT"},nextWeek:function(){return"dddd [a la"+(1!==this.hours()?"s":"")+"] LT"},lastDay:function(){return"[ayer a la"+(1!==this.hours()?"s":"")+"] LT"},lastWeek:function(){return"[el] dddd [pasado a la"+(1!==this.hours()?"s":"")+"] LT"},sameElse:"L"},relativeTime:{future:"en %s",past:"hace %s",s:"unos segundos",ss:"%d segundos",m:"un minuto",mm:"%d minutos",h:"una hora",hh:"%d horas",d:"un día",dd:"%d días",w:"una semana",ww:"%d semanas",M:"un mes",MM:"%d meses",y:"un año",yy:"%d años"},dayOfMonthOrdinalParse:/\d{1,2}º/,ordinal:"%dº",week:{dow:0,doy:4},invalidDate:"Fecha inválida"})}(n(381))},1146:function(e,t,n){!function(e){"use strict";var t="ene._feb._mar._abr._may._jun._jul._ago._sep._oct._nov._dic.".split("_"),n="ene_feb_mar_abr_may_jun_jul_ago_sep_oct_nov_dic".split("_"),o=[/^ene/i,/^feb/i,/^mar/i,/^abr/i,/^may/i,/^jun/i,/^jul/i,/^ago/i,/^sep/i,/^oct/i,/^nov/i,/^dic/i],r=/^(enero|febrero|marzo|abril|mayo|junio|julio|agosto|septiembre|octubre|noviembre|diciembre|ene\.?|feb\.?|mar\.?|abr\.?|may\.?|jun\.?|jul\.?|ago\.?|sep\.?|oct\.?|nov\.?|dic\.?)/i;e.defineLocale("es-us",{months:"enero_febrero_marzo_abril_mayo_junio_julio_agosto_septiembre_octubre_noviembre_diciembre".split("_"),monthsShort:function(e,o){return e?/-MMM-/.test(o)?n[e.month()]:t[e.month()]:t},monthsRegex:r,monthsShortRegex:r,monthsStrictRegex:/^(enero|febrero|marzo|abril|mayo|junio|julio|agosto|septiembre|octubre|noviembre|diciembre)/i,monthsShortStrictRegex:/^(ene\.?|feb\.?|mar\.?|abr\.?|may\.?|jun\.?|jul\.?|ago\.?|sep\.?|oct\.?|nov\.?|dic\.?)/i,monthsParse:o,longMonthsParse:o,shortMonthsParse:o,weekdays:"domingo_lunes_martes_miércoles_jueves_viernes_sábado".split("_"),weekdaysShort:"dom._lun._mar._mié._jue._vie._sáb.".split("_"),weekdaysMin:"do_lu_ma_mi_ju_vi_sá".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"h:mm A",LTS:"h:mm:ss A",L:"MM/DD/YYYY",LL:"D [de] MMMM [de] YYYY",LLL:"D [de] MMMM [de] YYYY h:mm A",LLLL:"dddd, D [de] MMMM [de] YYYY h:mm A"},calendar:{sameDay:function(){return"[hoy a la"+(1!==this.hours()?"s":"")+"] LT"},nextDay:function(){return"[mañana a la"+(1!==this.hours()?"s":"")+"] LT"},nextWeek:function(){return"dddd [a la"+(1!==this.hours()?"s":"")+"] LT"},lastDay:function(){return"[ayer a la"+(1!==this.hours()?"s":"")+"] LT"},lastWeek:function(){return"[el] dddd [pasado a la"+(1!==this.hours()?"s":"")+"] LT"},sameElse:"L"},relativeTime:{future:"en %s",past:"hace %s",s:"unos segundos",ss:"%d segundos",m:"un minuto",mm:"%d minutos",h:"una hora",hh:"%d horas",d:"un día",dd:"%d días",w:"una semana",ww:"%d semanas",M:"un mes",MM:"%d meses",y:"un año",yy:"%d años"},dayOfMonthOrdinalParse:/\d{1,2}º/,ordinal:"%dº",week:{dow:0,doy:6}})}(n(381))},5655:function(e,t,n){!function(e){"use strict";var t="ene._feb._mar._abr._may._jun._jul._ago._sep._oct._nov._dic.".split("_"),n="ene_feb_mar_abr_may_jun_jul_ago_sep_oct_nov_dic".split("_"),o=[/^ene/i,/^feb/i,/^mar/i,/^abr/i,/^may/i,/^jun/i,/^jul/i,/^ago/i,/^sep/i,/^oct/i,/^nov/i,/^dic/i],r=/^(enero|febrero|marzo|abril|mayo|junio|julio|agosto|septiembre|octubre|noviembre|diciembre|ene\.?|feb\.?|mar\.?|abr\.?|may\.?|jun\.?|jul\.?|ago\.?|sep\.?|oct\.?|nov\.?|dic\.?)/i;e.defineLocale("es",{months:"enero_febrero_marzo_abril_mayo_junio_julio_agosto_septiembre_octubre_noviembre_diciembre".split("_"),monthsShort:function(e,o){return e?/-MMM-/.test(o)?n[e.month()]:t[e.month()]:t},monthsRegex:r,monthsShortRegex:r,monthsStrictRegex:/^(enero|febrero|marzo|abril|mayo|junio|julio|agosto|septiembre|octubre|noviembre|diciembre)/i,monthsShortStrictRegex:/^(ene\.?|feb\.?|mar\.?|abr\.?|may\.?|jun\.?|jul\.?|ago\.?|sep\.?|oct\.?|nov\.?|dic\.?)/i,monthsParse:o,longMonthsParse:o,shortMonthsParse:o,weekdays:"domingo_lunes_martes_miércoles_jueves_viernes_sábado".split("_"),weekdaysShort:"dom._lun._mar._mié._jue._vie._sáb.".split("_"),weekdaysMin:"do_lu_ma_mi_ju_vi_sá".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD/MM/YYYY",LL:"D [de] MMMM [de] YYYY",LLL:"D [de] MMMM [de] YYYY H:mm",LLLL:"dddd, D [de] MMMM [de] YYYY H:mm"},calendar:{sameDay:function(){return"[hoy a la"+(1!==this.hours()?"s":"")+"] LT"},nextDay:function(){return"[mañana a la"+(1!==this.hours()?"s":"")+"] LT"},nextWeek:function(){return"dddd [a la"+(1!==this.hours()?"s":"")+"] LT"},lastDay:function(){return"[ayer a la"+(1!==this.hours()?"s":"")+"] LT"},lastWeek:function(){return"[el] dddd [pasado a la"+(1!==this.hours()?"s":"")+"] LT"},sameElse:"L"},relativeTime:{future:"en %s",past:"hace %s",s:"unos segundos",ss:"%d segundos",m:"un minuto",mm:"%d minutos",h:"una hora",hh:"%d horas",d:"un día",dd:"%d días",w:"una semana",ww:"%d semanas",M:"un mes",MM:"%d meses",y:"un año",yy:"%d años"},dayOfMonthOrdinalParse:/\d{1,2}º/,ordinal:"%dº",week:{dow:1,doy:4},invalidDate:"Fecha inválida"})}(n(381))},5603:function(e,t,n){!function(e){"use strict";function t(e,t,n,o){var r={s:["mõne sekundi","mõni sekund","paar sekundit"],ss:[e+"sekundi",e+"sekundit"],m:["ühe minuti","üks minut"],mm:[e+" minuti",e+" minutit"],h:["ühe tunni","tund aega","üks tund"],hh:[e+" tunni",e+" tundi"],d:["ühe päeva","üks päev"],M:["kuu aja","kuu aega","üks kuu"],MM:[e+" kuu",e+" kuud"],y:["ühe aasta","aasta","üks aasta"],yy:[e+" aasta",e+" aastat"]};return t?r[n][2]?r[n][2]:r[n][1]:o?r[n][0]:r[n][1]}e.defineLocale("et",{months:"jaanuar_veebruar_märts_aprill_mai_juuni_juuli_august_september_oktoober_november_detsember".split("_"),monthsShort:"jaan_veebr_märts_apr_mai_juuni_juuli_aug_sept_okt_nov_dets".split("_"),weekdays:"pühapäev_esmaspäev_teisipäev_kolmapäev_neljapäev_reede_laupäev".split("_"),weekdaysShort:"P_E_T_K_N_R_L".split("_"),weekdaysMin:"P_E_T_K_N_R_L".split("_"),longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY H:mm",LLLL:"dddd, D. MMMM YYYY H:mm"},calendar:{sameDay:"[Täna,] LT",nextDay:"[Homme,] LT",nextWeek:"[Järgmine] dddd LT",lastDay:"[Eile,] LT",lastWeek:"[Eelmine] dddd LT",sameElse:"L"},relativeTime:{future:"%s pärast",past:"%s tagasi",s:t,ss:t,m:t,mm:t,h:t,hh:t,d:t,dd:"%d päeva",M:t,MM:t,y:t,yy:t},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(n(381))},7763:function(e,t,n){!function(e){"use strict";e.defineLocale("eu",{months:"urtarrila_otsaila_martxoa_apirila_maiatza_ekaina_uztaila_abuztua_iraila_urria_azaroa_abendua".split("_"),monthsShort:"urt._ots._mar._api._mai._eka._uzt._abu._ira._urr._aza._abe.".split("_"),monthsParseExact:!0,weekdays:"igandea_astelehena_asteartea_asteazkena_osteguna_ostirala_larunbata".split("_"),weekdaysShort:"ig._al._ar._az._og._ol._lr.".split("_"),weekdaysMin:"ig_al_ar_az_og_ol_lr".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY-MM-DD",LL:"YYYY[ko] MMMM[ren] D[a]",LLL:"YYYY[ko] MMMM[ren] D[a] HH:mm",LLLL:"dddd, YYYY[ko] MMMM[ren] D[a] HH:mm",l:"YYYY-M-D",ll:"YYYY[ko] MMM D[a]",lll:"YYYY[ko] MMM D[a] HH:mm",llll:"ddd, YYYY[ko] MMM D[a] HH:mm"},calendar:{sameDay:"[gaur] LT[etan]",nextDay:"[bihar] LT[etan]",nextWeek:"dddd LT[etan]",lastDay:"[atzo] LT[etan]",lastWeek:"[aurreko] dddd LT[etan]",sameElse:"L"},relativeTime:{future:"%s barru",past:"duela %s",s:"segundo batzuk",ss:"%d segundo",m:"minutu bat",mm:"%d minutu",h:"ordu bat",hh:"%d ordu",d:"egun bat",dd:"%d egun",M:"hilabete bat",MM:"%d hilabete",y:"urte bat",yy:"%d urte"},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:7}})}(n(381))},6959:function(e,t,n){!function(e){"use strict";var t={1:"۱",2:"۲",3:"۳",4:"۴",5:"۵",6:"۶",7:"۷",8:"۸",9:"۹",0:"۰"},n={"۱":"1","۲":"2","۳":"3","۴":"4","۵":"5","۶":"6","۷":"7","۸":"8","۹":"9","۰":"0"};e.defineLocale("fa",{months:"ژانویه_فوریه_مارس_آوریل_مه_ژوئن_ژوئیه_اوت_سپتامبر_اکتبر_نوامبر_دسامبر".split("_"),monthsShort:"ژانویه_فوریه_مارس_آوریل_مه_ژوئن_ژوئیه_اوت_سپتامبر_اکتبر_نوامبر_دسامبر".split("_"),weekdays:"یک‌شنبه_دوشنبه_سه‌شنبه_چهارشنبه_پنج‌شنبه_جمعه_شنبه".split("_"),weekdaysShort:"یک‌شنبه_دوشنبه_سه‌شنبه_چهارشنبه_پنج‌شنبه_جمعه_شنبه".split("_"),weekdaysMin:"ی_د_س_چ_پ_ج_ش".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},meridiemParse:/قبل از ظهر|بعد از ظهر/,isPM:function(e){return/بعد از ظهر/.test(e)},meridiem:function(e,t,n){return e<12?"قبل از ظهر":"بعد از ظهر"},calendar:{sameDay:"[امروز ساعت] LT",nextDay:"[فردا ساعت] LT",nextWeek:"dddd [ساعت] LT",lastDay:"[دیروز ساعت] LT",lastWeek:"dddd [پیش] [ساعت] LT",sameElse:"L"},relativeTime:{future:"در %s",past:"%s پیش",s:"چند ثانیه",ss:"%d ثانیه",m:"یک دقیقه",mm:"%d دقیقه",h:"یک ساعت",hh:"%d ساعت",d:"یک روز",dd:"%d روز",M:"یک ماه",MM:"%d ماه",y:"یک سال",yy:"%d سال"},preparse:function(e){return e.replace(/[۰-۹]/g,(function(e){return n[e]})).replace(/،/g,",")},postformat:function(e){return e.replace(/\d/g,(function(e){return t[e]})).replace(/,/g,"،")},dayOfMonthOrdinalParse:/\d{1,2}م/,ordinal:"%dم",week:{dow:6,doy:12}})}(n(381))},1897:function(e,t,n){!function(e){"use strict";var t="nolla yksi kaksi kolme neljä viisi kuusi seitsemän kahdeksan yhdeksän".split(" "),n=["nolla","yhden","kahden","kolmen","neljän","viiden","kuuden",t[7],t[8],t[9]];function o(e,t,n,o){var a="";switch(n){case"s":return o?"muutaman sekunnin":"muutama sekunti";case"ss":a=o?"sekunnin":"sekuntia";break;case"m":return o?"minuutin":"minuutti";case"mm":a=o?"minuutin":"minuuttia";break;case"h":return o?"tunnin":"tunti";case"hh":a=o?"tunnin":"tuntia";break;case"d":return o?"päivän":"päivä";case"dd":a=o?"päivän":"päivää";break;case"M":return o?"kuukauden":"kuukausi";case"MM":a=o?"kuukauden":"kuukautta";break;case"y":return o?"vuoden":"vuosi";case"yy":a=o?"vuoden":"vuotta"}return a=r(e,o)+" "+a}function r(e,o){return e<10?o?n[e]:t[e]:e}e.defineLocale("fi",{months:"tammikuu_helmikuu_maaliskuu_huhtikuu_toukokuu_kesäkuu_heinäkuu_elokuu_syyskuu_lokakuu_marraskuu_joulukuu".split("_"),monthsShort:"tammi_helmi_maalis_huhti_touko_kesä_heinä_elo_syys_loka_marras_joulu".split("_"),weekdays:"sunnuntai_maanantai_tiistai_keskiviikko_torstai_perjantai_lauantai".split("_"),weekdaysShort:"su_ma_ti_ke_to_pe_la".split("_"),weekdaysMin:"su_ma_ti_ke_to_pe_la".split("_"),longDateFormat:{LT:"HH.mm",LTS:"HH.mm.ss",L:"DD.MM.YYYY",LL:"Do MMMM[ta] YYYY",LLL:"Do MMMM[ta] YYYY, [klo] HH.mm",LLLL:"dddd, Do MMMM[ta] YYYY, [klo] HH.mm",l:"D.M.YYYY",ll:"Do MMM YYYY",lll:"Do MMM YYYY, [klo] HH.mm",llll:"ddd, Do MMM YYYY, [klo] HH.mm"},calendar:{sameDay:"[tänään] [klo] LT",nextDay:"[huomenna] [klo] LT",nextWeek:"dddd [klo] LT",lastDay:"[eilen] [klo] LT",lastWeek:"[viime] dddd[na] [klo] LT",sameElse:"L"},relativeTime:{future:"%s päästä",past:"%s sitten",s:o,ss:o,m:o,mm:o,h:o,hh:o,d:o,dd:o,M:o,MM:o,y:o,yy:o},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(n(381))},2549:function(e,t,n){!function(e){"use strict";e.defineLocale("fil",{months:"Enero_Pebrero_Marso_Abril_Mayo_Hunyo_Hulyo_Agosto_Setyembre_Oktubre_Nobyembre_Disyembre".split("_"),monthsShort:"Ene_Peb_Mar_Abr_May_Hun_Hul_Ago_Set_Okt_Nob_Dis".split("_"),weekdays:"Linggo_Lunes_Martes_Miyerkules_Huwebes_Biyernes_Sabado".split("_"),weekdaysShort:"Lin_Lun_Mar_Miy_Huw_Biy_Sab".split("_"),weekdaysMin:"Li_Lu_Ma_Mi_Hu_Bi_Sab".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"MM/D/YYYY",LL:"MMMM D, YYYY",LLL:"MMMM D, YYYY HH:mm",LLLL:"dddd, MMMM DD, YYYY HH:mm"},calendar:{sameDay:"LT [ngayong araw]",nextDay:"[Bukas ng] LT",nextWeek:"LT [sa susunod na] dddd",lastDay:"LT [kahapon]",lastWeek:"LT [noong nakaraang] dddd",sameElse:"L"},relativeTime:{future:"sa loob ng %s",past:"%s ang nakalipas",s:"ilang segundo",ss:"%d segundo",m:"isang minuto",mm:"%d minuto",h:"isang oras",hh:"%d oras",d:"isang araw",dd:"%d araw",M:"isang buwan",MM:"%d buwan",y:"isang taon",yy:"%d taon"},dayOfMonthOrdinalParse:/\d{1,2}/,ordinal:function(e){return e},week:{dow:1,doy:4}})}(n(381))},4694:function(e,t,n){!function(e){"use strict";e.defineLocale("fo",{months:"januar_februar_mars_apríl_mai_juni_juli_august_september_oktober_november_desember".split("_"),monthsShort:"jan_feb_mar_apr_mai_jun_jul_aug_sep_okt_nov_des".split("_"),weekdays:"sunnudagur_mánadagur_týsdagur_mikudagur_hósdagur_fríggjadagur_leygardagur".split("_"),weekdaysShort:"sun_mán_týs_mik_hós_frí_ley".split("_"),weekdaysMin:"su_má_tý_mi_hó_fr_le".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D. MMMM, YYYY HH:mm"},calendar:{sameDay:"[Í dag kl.] LT",nextDay:"[Í morgin kl.] LT",nextWeek:"dddd [kl.] LT",lastDay:"[Í gjár kl.] LT",lastWeek:"[síðstu] dddd [kl] LT",sameElse:"L"},relativeTime:{future:"um %s",past:"%s síðani",s:"fá sekund",ss:"%d sekundir",m:"ein minuttur",mm:"%d minuttir",h:"ein tími",hh:"%d tímar",d:"ein dagur",dd:"%d dagar",M:"ein mánaður",MM:"%d mánaðir",y:"eitt ár",yy:"%d ár"},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(n(381))},3049:function(e,t,n){!function(e){"use strict";e.defineLocale("fr-ca",{months:"janvier_février_mars_avril_mai_juin_juillet_août_septembre_octobre_novembre_décembre".split("_"),monthsShort:"janv._févr._mars_avr._mai_juin_juil._août_sept._oct._nov._déc.".split("_"),monthsParseExact:!0,weekdays:"dimanche_lundi_mardi_mercredi_jeudi_vendredi_samedi".split("_"),weekdaysShort:"dim._lun._mar._mer._jeu._ven._sam.".split("_"),weekdaysMin:"di_lu_ma_me_je_ve_sa".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY-MM-DD",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[Aujourd’hui à] LT",nextDay:"[Demain à] LT",nextWeek:"dddd [à] LT",lastDay:"[Hier à] LT",lastWeek:"dddd [dernier à] LT",sameElse:"L"},relativeTime:{future:"dans %s",past:"il y a %s",s:"quelques secondes",ss:"%d secondes",m:"une minute",mm:"%d minutes",h:"une heure",hh:"%d heures",d:"un jour",dd:"%d jours",M:"un mois",MM:"%d mois",y:"un an",yy:"%d ans"},dayOfMonthOrdinalParse:/\d{1,2}(er|e)/,ordinal:function(e,t){switch(t){default:case"M":case"Q":case"D":case"DDD":case"d":return e+(1===e?"er":"e");case"w":case"W":return e+(1===e?"re":"e")}}})}(n(381))},2330:function(e,t,n){!function(e){"use strict";e.defineLocale("fr-ch",{months:"janvier_février_mars_avril_mai_juin_juillet_août_septembre_octobre_novembre_décembre".split("_"),monthsShort:"janv._févr._mars_avr._mai_juin_juil._août_sept._oct._nov._déc.".split("_"),monthsParseExact:!0,weekdays:"dimanche_lundi_mardi_mercredi_jeudi_vendredi_samedi".split("_"),weekdaysShort:"dim._lun._mar._mer._jeu._ven._sam.".split("_"),weekdaysMin:"di_lu_ma_me_je_ve_sa".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[Aujourd’hui à] LT",nextDay:"[Demain à] LT",nextWeek:"dddd [à] LT",lastDay:"[Hier à] LT",lastWeek:"dddd [dernier à] LT",sameElse:"L"},relativeTime:{future:"dans %s",past:"il y a %s",s:"quelques secondes",ss:"%d secondes",m:"une minute",mm:"%d minutes",h:"une heure",hh:"%d heures",d:"un jour",dd:"%d jours",M:"un mois",MM:"%d mois",y:"un an",yy:"%d ans"},dayOfMonthOrdinalParse:/\d{1,2}(er|e)/,ordinal:function(e,t){switch(t){default:case"M":case"Q":case"D":case"DDD":case"d":return e+(1===e?"er":"e");case"w":case"W":return e+(1===e?"re":"e")}},week:{dow:1,doy:4}})}(n(381))},4470:function(e,t,n){!function(e){"use strict";var t=/^(janvier|février|mars|avril|mai|juin|juillet|août|septembre|octobre|novembre|décembre)/i,n=/(janv\.?|févr\.?|mars|avr\.?|mai|juin|juil\.?|août|sept\.?|oct\.?|nov\.?|déc\.?)/i,o=/(janv\.?|févr\.?|mars|avr\.?|mai|juin|juil\.?|août|sept\.?|oct\.?|nov\.?|déc\.?|janvier|février|mars|avril|mai|juin|juillet|août|septembre|octobre|novembre|décembre)/i,r=[/^janv/i,/^févr/i,/^mars/i,/^avr/i,/^mai/i,/^juin/i,/^juil/i,/^août/i,/^sept/i,/^oct/i,/^nov/i,/^déc/i];e.defineLocale("fr",{months:"janvier_février_mars_avril_mai_juin_juillet_août_septembre_octobre_novembre_décembre".split("_"),monthsShort:"janv._févr._mars_avr._mai_juin_juil._août_sept._oct._nov._déc.".split("_"),monthsRegex:o,monthsShortRegex:o,monthsStrictRegex:t,monthsShortStrictRegex:n,monthsParse:r,longMonthsParse:r,shortMonthsParse:r,weekdays:"dimanche_lundi_mardi_mercredi_jeudi_vendredi_samedi".split("_"),weekdaysShort:"dim._lun._mar._mer._jeu._ven._sam.".split("_"),weekdaysMin:"di_lu_ma_me_je_ve_sa".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[Aujourd’hui à] LT",nextDay:"[Demain à] LT",nextWeek:"dddd [à] LT",lastDay:"[Hier à] LT",lastWeek:"dddd [dernier à] LT",sameElse:"L"},relativeTime:{future:"dans %s",past:"il y a %s",s:"quelques secondes",ss:"%d secondes",m:"une minute",mm:"%d minutes",h:"une heure",hh:"%d heures",d:"un jour",dd:"%d jours",w:"une semaine",ww:"%d semaines",M:"un mois",MM:"%d mois",y:"un an",yy:"%d ans"},dayOfMonthOrdinalParse:/\d{1,2}(er|)/,ordinal:function(e,t){switch(t){case"D":return e+(1===e?"er":"");default:case"M":case"Q":case"DDD":case"d":return e+(1===e?"er":"e");case"w":case"W":return e+(1===e?"re":"e")}},week:{dow:1,doy:4}})}(n(381))},5044:function(e,t,n){!function(e){"use strict";var t="jan._feb._mrt._apr._mai_jun._jul._aug._sep._okt._nov._des.".split("_"),n="jan_feb_mrt_apr_mai_jun_jul_aug_sep_okt_nov_des".split("_");e.defineLocale("fy",{months:"jannewaris_febrewaris_maart_april_maaie_juny_july_augustus_septimber_oktober_novimber_desimber".split("_"),monthsShort:function(e,o){return e?/-MMM-/.test(o)?n[e.month()]:t[e.month()]:t},monthsParseExact:!0,weekdays:"snein_moandei_tiisdei_woansdei_tongersdei_freed_sneon".split("_"),weekdaysShort:"si._mo._ti._wo._to._fr._so.".split("_"),weekdaysMin:"Si_Mo_Ti_Wo_To_Fr_So".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD-MM-YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[hjoed om] LT",nextDay:"[moarn om] LT",nextWeek:"dddd [om] LT",lastDay:"[juster om] LT",lastWeek:"[ôfrûne] dddd [om] LT",sameElse:"L"},relativeTime:{future:"oer %s",past:"%s lyn",s:"in pear sekonden",ss:"%d sekonden",m:"ien minút",mm:"%d minuten",h:"ien oere",hh:"%d oeren",d:"ien dei",dd:"%d dagen",M:"ien moanne",MM:"%d moannen",y:"ien jier",yy:"%d jierren"},dayOfMonthOrdinalParse:/\d{1,2}(ste|de)/,ordinal:function(e){return e+(1===e||8===e||e>=20?"ste":"de")},week:{dow:1,doy:4}})}(n(381))},9295:function(e,t,n){!function(e){"use strict";var t=["Eanáir","Feabhra","Márta","Aibreán","Bealtaine","Meitheamh","Iúil","Lúnasa","Meán Fómhair","Deireadh Fómhair","Samhain","Nollaig"],n=["Ean","Feabh","Márt","Aib","Beal","Meith","Iúil","Lún","M.F.","D.F.","Samh","Noll"],o=["Dé Domhnaigh","Dé Luain","Dé Máirt","Dé Céadaoin","Déardaoin","Dé hAoine","Dé Sathairn"],r=["Domh","Luan","Máirt","Céad","Déar","Aoine","Sath"],a=["Do","Lu","Má","Cé","Dé","A","Sa"];e.defineLocale("ga",{months:t,monthsShort:n,monthsParseExact:!0,weekdays:o,weekdaysShort:r,weekdaysMin:a,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Inniu ag] LT",nextDay:"[Amárach ag] LT",nextWeek:"dddd [ag] LT",lastDay:"[Inné ag] LT",lastWeek:"dddd [seo caite] [ag] LT",sameElse:"L"},relativeTime:{future:"i %s",past:"%s ó shin",s:"cúpla soicind",ss:"%d soicind",m:"nóiméad",mm:"%d nóiméad",h:"uair an chloig",hh:"%d uair an chloig",d:"lá",dd:"%d lá",M:"mí",MM:"%d míonna",y:"bliain",yy:"%d bliain"},dayOfMonthOrdinalParse:/\d{1,2}(d|na|mh)/,ordinal:function(e){return e+(1===e?"d":e%10==2?"na":"mh")},week:{dow:1,doy:4}})}(n(381))},2101:function(e,t,n){!function(e){"use strict";var t=["Am Faoilleach","An Gearran","Am Màrt","An Giblean","An Cèitean","An t-Ògmhios","An t-Iuchar","An Lùnastal","An t-Sultain","An Dàmhair","An t-Samhain","An Dùbhlachd"],n=["Faoi","Gear","Màrt","Gibl","Cèit","Ògmh","Iuch","Lùn","Sult","Dàmh","Samh","Dùbh"],o=["Didòmhnaich","Diluain","Dimàirt","Diciadain","Diardaoin","Dihaoine","Disathairne"],r=["Did","Dil","Dim","Dic","Dia","Dih","Dis"],a=["Dò","Lu","Mà","Ci","Ar","Ha","Sa"];e.defineLocale("gd",{months:t,monthsShort:n,monthsParseExact:!0,weekdays:o,weekdaysShort:r,weekdaysMin:a,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[An-diugh aig] LT",nextDay:"[A-màireach aig] LT",nextWeek:"dddd [aig] LT",lastDay:"[An-dè aig] LT",lastWeek:"dddd [seo chaidh] [aig] LT",sameElse:"L"},relativeTime:{future:"ann an %s",past:"bho chionn %s",s:"beagan diogan",ss:"%d diogan",m:"mionaid",mm:"%d mionaidean",h:"uair",hh:"%d uairean",d:"latha",dd:"%d latha",M:"mìos",MM:"%d mìosan",y:"bliadhna",yy:"%d bliadhna"},dayOfMonthOrdinalParse:/\d{1,2}(d|na|mh)/,ordinal:function(e){return e+(1===e?"d":e%10==2?"na":"mh")},week:{dow:1,doy:4}})}(n(381))},8794:function(e,t,n){!function(e){"use strict";e.defineLocale("gl",{months:"xaneiro_febreiro_marzo_abril_maio_xuño_xullo_agosto_setembro_outubro_novembro_decembro".split("_"),monthsShort:"xan._feb._mar._abr._mai._xuñ._xul._ago._set._out._nov._dec.".split("_"),monthsParseExact:!0,weekdays:"domingo_luns_martes_mércores_xoves_venres_sábado".split("_"),weekdaysShort:"dom._lun._mar._mér._xov._ven._sáb.".split("_"),weekdaysMin:"do_lu_ma_mé_xo_ve_sá".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD/MM/YYYY",LL:"D [de] MMMM [de] YYYY",LLL:"D [de] MMMM [de] YYYY H:mm",LLLL:"dddd, D [de] MMMM [de] YYYY H:mm"},calendar:{sameDay:function(){return"[hoxe "+(1!==this.hours()?"ás":"á")+"] LT"},nextDay:function(){return"[mañá "+(1!==this.hours()?"ás":"á")+"] LT"},nextWeek:function(){return"dddd ["+(1!==this.hours()?"ás":"a")+"] LT"},lastDay:function(){return"[onte "+(1!==this.hours()?"á":"a")+"] LT"},lastWeek:function(){return"[o] dddd [pasado "+(1!==this.hours()?"ás":"a")+"] LT"},sameElse:"L"},relativeTime:{future:function(e){return 0===e.indexOf("un")?"n"+e:"en "+e},past:"hai %s",s:"uns segundos",ss:"%d segundos",m:"un minuto",mm:"%d minutos",h:"unha hora",hh:"%d horas",d:"un día",dd:"%d días",M:"un mes",MM:"%d meses",y:"un ano",yy:"%d anos"},dayOfMonthOrdinalParse:/\d{1,2}º/,ordinal:"%dº",week:{dow:1,doy:4}})}(n(381))},7884:function(e,t,n){!function(e){"use strict";function t(e,t,n,o){var r={s:["थोडया सॅकंडांनी","थोडे सॅकंड"],ss:[e+" सॅकंडांनी",e+" सॅकंड"],m:["एका मिणटान","एक मिनूट"],mm:[e+" मिणटांनी",e+" मिणटां"],h:["एका वरान","एक वर"],hh:[e+" वरांनी",e+" वरां"],d:["एका दिसान","एक दीस"],dd:[e+" दिसांनी",e+" दीस"],M:["एका म्हयन्यान","एक म्हयनो"],MM:[e+" म्हयन्यानी",e+" म्हयने"],y:["एका वर्सान","एक वर्स"],yy:[e+" वर्सांनी",e+" वर्सां"]};return o?r[n][0]:r[n][1]}e.defineLocale("gom-deva",{months:{standalone:"जानेवारी_फेब्रुवारी_मार्च_एप्रील_मे_जून_जुलय_ऑगस्ट_सप्टेंबर_ऑक्टोबर_नोव्हेंबर_डिसेंबर".split("_"),format:"जानेवारीच्या_फेब्रुवारीच्या_मार्चाच्या_एप्रीलाच्या_मेयाच्या_जूनाच्या_जुलयाच्या_ऑगस्टाच्या_सप्टेंबराच्या_ऑक्टोबराच्या_नोव्हेंबराच्या_डिसेंबराच्या".split("_"),isFormat:/MMMM(\s)+D[oD]?/},monthsShort:"जाने._फेब्रु._मार्च_एप्री._मे_जून_जुल._ऑग._सप्टें._ऑक्टो._नोव्हें._डिसें.".split("_"),monthsParseExact:!0,weekdays:"आयतार_सोमार_मंगळार_बुधवार_बिरेस्तार_सुक्रार_शेनवार".split("_"),weekdaysShort:"आयत._सोम._मंगळ._बुध._ब्रेस्त._सुक्र._शेन.".split("_"),weekdaysMin:"आ_सो_मं_बु_ब्रे_सु_शे".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"A h:mm [वाजतां]",LTS:"A h:mm:ss [वाजतां]",L:"DD-MM-YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY A h:mm [वाजतां]",LLLL:"dddd, MMMM Do, YYYY, A h:mm [वाजतां]",llll:"ddd, D MMM YYYY, A h:mm [वाजतां]"},calendar:{sameDay:"[आयज] LT",nextDay:"[फाल्यां] LT",nextWeek:"[फुडलो] dddd[,] LT",lastDay:"[काल] LT",lastWeek:"[फाटलो] dddd[,] LT",sameElse:"L"},relativeTime:{future:"%s",past:"%s आदीं",s:t,ss:t,m:t,mm:t,h:t,hh:t,d:t,dd:t,M:t,MM:t,y:t,yy:t},dayOfMonthOrdinalParse:/\d{1,2}(वेर)/,ordinal:function(e,t){return"D"===t?e+"वेर":e},week:{dow:0,doy:3},meridiemParse:/राती|सकाळीं|दनपारां|सांजे/,meridiemHour:function(e,t){return 12===e&&(e=0),"राती"===t?e<4?e:e+12:"सकाळीं"===t?e:"दनपारां"===t?e>12?e:e+12:"सांजे"===t?e+12:void 0},meridiem:function(e,t,n){return e<4?"राती":e<12?"सकाळीं":e<16?"दनपारां":e<20?"सांजे":"राती"}})}(n(381))},3168:function(e,t,n){!function(e){"use strict";function t(e,t,n,o){var r={s:["thoddea sekondamni","thodde sekond"],ss:[e+" sekondamni",e+" sekond"],m:["eka mintan","ek minut"],mm:[e+" mintamni",e+" mintam"],h:["eka voran","ek vor"],hh:[e+" voramni",e+" voram"],d:["eka disan","ek dis"],dd:[e+" disamni",e+" dis"],M:["eka mhoinean","ek mhoino"],MM:[e+" mhoineamni",e+" mhoine"],y:["eka vorsan","ek voros"],yy:[e+" vorsamni",e+" vorsam"]};return o?r[n][0]:r[n][1]}e.defineLocale("gom-latn",{months:{standalone:"Janer_Febrer_Mars_Abril_Mai_Jun_Julai_Agost_Setembr_Otubr_Novembr_Dezembr".split("_"),format:"Janerachea_Febrerachea_Marsachea_Abrilachea_Maiachea_Junachea_Julaiachea_Agostachea_Setembrachea_Otubrachea_Novembrachea_Dezembrachea".split("_"),isFormat:/MMMM(\s)+D[oD]?/},monthsShort:"Jan._Feb._Mars_Abr._Mai_Jun_Jul._Ago._Set._Otu._Nov._Dez.".split("_"),monthsParseExact:!0,weekdays:"Aitar_Somar_Mongllar_Budhvar_Birestar_Sukrar_Son'var".split("_"),weekdaysShort:"Ait._Som._Mon._Bud._Bre._Suk._Son.".split("_"),weekdaysMin:"Ai_Sm_Mo_Bu_Br_Su_Sn".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"A h:mm [vazta]",LTS:"A h:mm:ss [vazta]",L:"DD-MM-YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY A h:mm [vazta]",LLLL:"dddd, MMMM Do, YYYY, A h:mm [vazta]",llll:"ddd, D MMM YYYY, A h:mm [vazta]"},calendar:{sameDay:"[Aiz] LT",nextDay:"[Faleam] LT",nextWeek:"[Fuddlo] dddd[,] LT",lastDay:"[Kal] LT",lastWeek:"[Fattlo] dddd[,] LT",sameElse:"L"},relativeTime:{future:"%s",past:"%s adim",s:t,ss:t,m:t,mm:t,h:t,hh:t,d:t,dd:t,M:t,MM:t,y:t,yy:t},dayOfMonthOrdinalParse:/\d{1,2}(er)/,ordinal:function(e,t){return"D"===t?e+"er":e},week:{dow:0,doy:3},meridiemParse:/rati|sokallim|donparam|sanje/,meridiemHour:function(e,t){return 12===e&&(e=0),"rati"===t?e<4?e:e+12:"sokallim"===t?e:"donparam"===t?e>12?e:e+12:"sanje"===t?e+12:void 0},meridiem:function(e,t,n){return e<4?"rati":e<12?"sokallim":e<16?"donparam":e<20?"sanje":"rati"}})}(n(381))},5349:function(e,t,n){!function(e){"use strict";var t={1:"૧",2:"૨",3:"૩",4:"૪",5:"૫",6:"૬",7:"૭",8:"૮",9:"૯",0:"૦"},n={"૧":"1","૨":"2","૩":"3","૪":"4","૫":"5","૬":"6","૭":"7","૮":"8","૯":"9","૦":"0"};e.defineLocale("gu",{months:"જાન્યુઆરી_ફેબ્રુઆરી_માર્ચ_એપ્રિલ_મે_જૂન_જુલાઈ_ઑગસ્ટ_સપ્ટેમ્બર_ઑક્ટ્બર_નવેમ્બર_ડિસેમ્બર".split("_"),monthsShort:"જાન્યુ._ફેબ્રુ._માર્ચ_એપ્રિ._મે_જૂન_જુલા._ઑગ._સપ્ટે._ઑક્ટ્._નવે._ડિસે.".split("_"),monthsParseExact:!0,weekdays:"રવિવાર_સોમવાર_મંગળવાર_બુધ્વાર_ગુરુવાર_શુક્રવાર_શનિવાર".split("_"),weekdaysShort:"રવિ_સોમ_મંગળ_બુધ્_ગુરુ_શુક્ર_શનિ".split("_"),weekdaysMin:"ર_સો_મં_બુ_ગુ_શુ_શ".split("_"),longDateFormat:{LT:"A h:mm વાગ્યે",LTS:"A h:mm:ss વાગ્યે",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, A h:mm વાગ્યે",LLLL:"dddd, D MMMM YYYY, A h:mm વાગ્યે"},calendar:{sameDay:"[આજ] LT",nextDay:"[કાલે] LT",nextWeek:"dddd, LT",lastDay:"[ગઇકાલે] LT",lastWeek:"[પાછલા] dddd, LT",sameElse:"L"},relativeTime:{future:"%s મા",past:"%s પહેલા",s:"અમુક પળો",ss:"%d સેકંડ",m:"એક મિનિટ",mm:"%d મિનિટ",h:"એક કલાક",hh:"%d કલાક",d:"એક દિવસ",dd:"%d દિવસ",M:"એક મહિનો",MM:"%d મહિનો",y:"એક વર્ષ",yy:"%d વર્ષ"},preparse:function(e){return e.replace(/[૧૨૩૪૫૬૭૮૯૦]/g,(function(e){return n[e]}))},postformat:function(e){return e.replace(/\d/g,(function(e){return t[e]}))},meridiemParse:/રાત|બપોર|સવાર|સાંજ/,meridiemHour:function(e,t){return 12===e&&(e=0),"રાત"===t?e<4?e:e+12:"સવાર"===t?e:"બપોર"===t?e>=10?e:e+12:"સાંજ"===t?e+12:void 0},meridiem:function(e,t,n){return e<4?"રાત":e<10?"સવાર":e<17?"બપોર":e<20?"સાંજ":"રાત"},week:{dow:0,doy:6}})}(n(381))},4206:function(e,t,n){!function(e){"use strict";e.defineLocale("he",{months:"ינואר_פברואר_מרץ_אפריל_מאי_יוני_יולי_אוגוסט_ספטמבר_אוקטובר_נובמבר_דצמבר".split("_"),monthsShort:"ינו׳_פבר׳_מרץ_אפר׳_מאי_יוני_יולי_אוג׳_ספט׳_אוק׳_נוב׳_דצמ׳".split("_"),weekdays:"ראשון_שני_שלישי_רביעי_חמישי_שישי_שבת".split("_"),weekdaysShort:"א׳_ב׳_ג׳_ד׳_ה׳_ו׳_ש׳".split("_"),weekdaysMin:"א_ב_ג_ד_ה_ו_ש".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D [ב]MMMM YYYY",LLL:"D [ב]MMMM YYYY HH:mm",LLLL:"dddd, D [ב]MMMM YYYY HH:mm",l:"D/M/YYYY",ll:"D MMM YYYY",lll:"D MMM YYYY HH:mm",llll:"ddd, D MMM YYYY HH:mm"},calendar:{sameDay:"[היום ב־]LT",nextDay:"[מחר ב־]LT",nextWeek:"dddd [בשעה] LT",lastDay:"[אתמול ב־]LT",lastWeek:"[ביום] dddd [האחרון בשעה] LT",sameElse:"L"},relativeTime:{future:"בעוד %s",past:"לפני %s",s:"מספר שניות",ss:"%d שניות",m:"דקה",mm:"%d דקות",h:"שעה",hh:function(e){return 2===e?"שעתיים":e+" שעות"},d:"יום",dd:function(e){return 2===e?"יומיים":e+" ימים"},M:"חודש",MM:function(e){return 2===e?"חודשיים":e+" חודשים"},y:"שנה",yy:function(e){return 2===e?"שנתיים":e%10==0&&10!==e?e+" שנה":e+" שנים"}},meridiemParse:/אחה"צ|לפנה"צ|אחרי הצהריים|לפני הצהריים|לפנות בוקר|בבוקר|בערב/i,isPM:function(e){return/^(אחה"צ|אחרי הצהריים|בערב)$/.test(e)},meridiem:function(e,t,n){return e<5?"לפנות בוקר":e<10?"בבוקר":e<12?n?'לפנה"צ':"לפני הצהריים":e<18?n?'אחה"צ':"אחרי הצהריים":"בערב"}})}(n(381))},94:function(e,t,n){!function(e){"use strict";var t={1:"१",2:"२",3:"३",4:"४",5:"५",6:"६",7:"७",8:"८",9:"९",0:"०"},n={"१":"1","२":"2","३":"3","४":"4","५":"5","६":"6","७":"7","८":"8","९":"9","०":"0"},o=[/^जन/i,/^फ़र|फर/i,/^मार्च/i,/^अप्रै/i,/^मई/i,/^जून/i,/^जुल/i,/^अग/i,/^सितं|सित/i,/^अक्टू/i,/^नव|नवं/i,/^दिसं|दिस/i],r=[/^जन/i,/^फ़र/i,/^मार्च/i,/^अप्रै/i,/^मई/i,/^जून/i,/^जुल/i,/^अग/i,/^सित/i,/^अक्टू/i,/^नव/i,/^दिस/i];e.defineLocale("hi",{months:{format:"जनवरी_फ़रवरी_मार्च_अप्रैल_मई_जून_जुलाई_अगस्त_सितम्बर_अक्टूबर_नवम्बर_दिसम्बर".split("_"),standalone:"जनवरी_फरवरी_मार्च_अप्रैल_मई_जून_जुलाई_अगस्त_सितंबर_अक्टूबर_नवंबर_दिसंबर".split("_")},monthsShort:"जन._फ़र._मार्च_अप्रै._मई_जून_जुल._अग._सित._अक्टू._नव._दिस.".split("_"),weekdays:"रविवार_सोमवार_मंगलवार_बुधवार_गुरूवार_शुक्रवार_शनिवार".split("_"),weekdaysShort:"रवि_सोम_मंगल_बुध_गुरू_शुक्र_शनि".split("_"),weekdaysMin:"र_सो_मं_बु_गु_शु_श".split("_"),longDateFormat:{LT:"A h:mm बजे",LTS:"A h:mm:ss बजे",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, A h:mm बजे",LLLL:"dddd, D MMMM YYYY, A h:mm बजे"},monthsParse:o,longMonthsParse:o,shortMonthsParse:r,monthsRegex:/^(जनवरी|जन\.?|फ़रवरी|फरवरी|फ़र\.?|मार्च?|अप्रैल|अप्रै\.?|मई?|जून?|जुलाई|जुल\.?|अगस्त|अग\.?|सितम्बर|सितंबर|सित\.?|अक्टूबर|अक्टू\.?|नवम्बर|नवंबर|नव\.?|दिसम्बर|दिसंबर|दिस\.?)/i,monthsShortRegex:/^(जनवरी|जन\.?|फ़रवरी|फरवरी|फ़र\.?|मार्च?|अप्रैल|अप्रै\.?|मई?|जून?|जुलाई|जुल\.?|अगस्त|अग\.?|सितम्बर|सितंबर|सित\.?|अक्टूबर|अक्टू\.?|नवम्बर|नवंबर|नव\.?|दिसम्बर|दिसंबर|दिस\.?)/i,monthsStrictRegex:/^(जनवरी?|फ़रवरी|फरवरी?|मार्च?|अप्रैल?|मई?|जून?|जुलाई?|अगस्त?|सितम्बर|सितंबर|सित?\.?|अक्टूबर|अक्टू\.?|नवम्बर|नवंबर?|दिसम्बर|दिसंबर?)/i,monthsShortStrictRegex:/^(जन\.?|फ़र\.?|मार्च?|अप्रै\.?|मई?|जून?|जुल\.?|अग\.?|सित\.?|अक्टू\.?|नव\.?|दिस\.?)/i,calendar:{sameDay:"[आज] LT",nextDay:"[कल] LT",nextWeek:"dddd, LT",lastDay:"[कल] LT",lastWeek:"[पिछले] dddd, LT",sameElse:"L"},relativeTime:{future:"%s में",past:"%s पहले",s:"कुछ ही क्षण",ss:"%d सेकंड",m:"एक मिनट",mm:"%d मिनट",h:"एक घंटा",hh:"%d घंटे",d:"एक दिन",dd:"%d दिन",M:"एक महीने",MM:"%d महीने",y:"एक वर्ष",yy:"%d वर्ष"},preparse:function(e){return e.replace(/[१२३४५६७८९०]/g,(function(e){return n[e]}))},postformat:function(e){return e.replace(/\d/g,(function(e){return t[e]}))},meridiemParse:/रात|सुबह|दोपहर|शाम/,meridiemHour:function(e,t){return 12===e&&(e=0),"रात"===t?e<4?e:e+12:"सुबह"===t?e:"दोपहर"===t?e>=10?e:e+12:"शाम"===t?e+12:void 0},meridiem:function(e,t,n){return e<4?"रात":e<10?"सुबह":e<17?"दोपहर":e<20?"शाम":"रात"},week:{dow:0,doy:6}})}(n(381))},316:function(e,t,n){!function(e){"use strict";function t(e,t,n){var o=e+" ";switch(n){case"ss":return o+=1===e?"sekunda":2===e||3===e||4===e?"sekunde":"sekundi";case"m":return t?"jedna minuta":"jedne minute";case"mm":return o+=1===e?"minuta":2===e||3===e||4===e?"minute":"minuta";case"h":return t?"jedan sat":"jednog sata";case"hh":return o+=1===e?"sat":2===e||3===e||4===e?"sata":"sati";case"dd":return o+=1===e?"dan":"dana";case"MM":return o+=1===e?"mjesec":2===e||3===e||4===e?"mjeseca":"mjeseci";case"yy":return o+=1===e?"godina":2===e||3===e||4===e?"godine":"godina"}}e.defineLocale("hr",{months:{format:"siječnja_veljače_ožujka_travnja_svibnja_lipnja_srpnja_kolovoza_rujna_listopada_studenoga_prosinca".split("_"),standalone:"siječanj_veljača_ožujak_travanj_svibanj_lipanj_srpanj_kolovoz_rujan_listopad_studeni_prosinac".split("_")},monthsShort:"sij._velj._ožu._tra._svi._lip._srp._kol._ruj._lis._stu._pro.".split("_"),monthsParseExact:!0,weekdays:"nedjelja_ponedjeljak_utorak_srijeda_četvrtak_petak_subota".split("_"),weekdaysShort:"ned._pon._uto._sri._čet._pet._sub.".split("_"),weekdaysMin:"ne_po_ut_sr_če_pe_su".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD.MM.YYYY",LL:"Do MMMM YYYY",LLL:"Do MMMM YYYY H:mm",LLLL:"dddd, Do MMMM YYYY H:mm"},calendar:{sameDay:"[danas u] LT",nextDay:"[sutra u] LT",nextWeek:function(){switch(this.day()){case 0:return"[u] [nedjelju] [u] LT";case 3:return"[u] [srijedu] [u] LT";case 6:return"[u] [subotu] [u] LT";case 1:case 2:case 4:case 5:return"[u] dddd [u] LT"}},lastDay:"[jučer u] LT",lastWeek:function(){switch(this.day()){case 0:return"[prošlu] [nedjelju] [u] LT";case 3:return"[prošlu] [srijedu] [u] LT";case 6:return"[prošle] [subote] [u] LT";case 1:case 2:case 4:case 5:return"[prošli] dddd [u] LT"}},sameElse:"L"},relativeTime:{future:"za %s",past:"prije %s",s:"par sekundi",ss:t,m:t,mm:t,h:t,hh:t,d:"dan",dd:t,M:"mjesec",MM:t,y:"godinu",yy:t},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:7}})}(n(381))},2138:function(e,t,n){!function(e){"use strict";var t="vasárnap hétfőn kedden szerdán csütörtökön pénteken szombaton".split(" ");function n(e,t,n,o){var r=e;switch(n){case"s":return o||t?"néhány másodperc":"néhány másodperce";case"ss":return r+(o||t)?" másodperc":" másodperce";case"m":return"egy"+(o||t?" perc":" perce");case"mm":return r+(o||t?" perc":" perce");case"h":return"egy"+(o||t?" óra":" órája");case"hh":return r+(o||t?" óra":" órája");case"d":return"egy"+(o||t?" nap":" napja");case"dd":return r+(o||t?" nap":" napja");case"M":return"egy"+(o||t?" hónap":" hónapja");case"MM":return r+(o||t?" hónap":" hónapja");case"y":return"egy"+(o||t?" év":" éve");case"yy":return r+(o||t?" év":" éve")}return""}function o(e){return(e?"":"[múlt] ")+"["+t[this.day()]+"] LT[-kor]"}e.defineLocale("hu",{months:"január_február_március_április_május_június_július_augusztus_szeptember_október_november_december".split("_"),monthsShort:"jan._feb._márc._ápr._máj._jún._júl._aug._szept._okt._nov._dec.".split("_"),monthsParseExact:!0,weekdays:"vasárnap_hétfő_kedd_szerda_csütörtök_péntek_szombat".split("_"),weekdaysShort:"vas_hét_kedd_sze_csüt_pén_szo".split("_"),weekdaysMin:"v_h_k_sze_cs_p_szo".split("_"),longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"YYYY.MM.DD.",LL:"YYYY. MMMM D.",LLL:"YYYY. MMMM D. H:mm",LLLL:"YYYY. MMMM D., dddd H:mm"},meridiemParse:/de|du/i,isPM:function(e){return"u"===e.charAt(1).toLowerCase()},meridiem:function(e,t,n){return e<12?!0===n?"de":"DE":!0===n?"du":"DU"},calendar:{sameDay:"[ma] LT[-kor]",nextDay:"[holnap] LT[-kor]",nextWeek:function(){return o.call(this,!0)},lastDay:"[tegnap] LT[-kor]",lastWeek:function(){return o.call(this,!1)},sameElse:"L"},relativeTime:{future:"%s múlva",past:"%s",s:n,ss:n,m:n,mm:n,h:n,hh:n,d:n,dd:n,M:n,MM:n,y:n,yy:n},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(n(381))},1423:function(e,t,n){!function(e){"use strict";e.defineLocale("hy-am",{months:{format:"հունվարի_փետրվարի_մարտի_ապրիլի_մայիսի_հունիսի_հուլիսի_օգոստոսի_սեպտեմբերի_հոկտեմբերի_նոյեմբերի_դեկտեմբերի".split("_"),standalone:"հունվար_փետրվար_մարտ_ապրիլ_մայիս_հունիս_հուլիս_օգոստոս_սեպտեմբեր_հոկտեմբեր_նոյեմբեր_դեկտեմբեր".split("_")},monthsShort:"հնվ_փտր_մրտ_ապր_մյս_հնս_հլս_օգս_սպտ_հկտ_նմբ_դկտ".split("_"),weekdays:"կիրակի_երկուշաբթի_երեքշաբթի_չորեքշաբթի_հինգշաբթի_ուրբաթ_շաբաթ".split("_"),weekdaysShort:"կրկ_երկ_երք_չրք_հնգ_ուրբ_շբթ".split("_"),weekdaysMin:"կրկ_երկ_երք_չրք_հնգ_ուրբ_շբթ".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY թ.",LLL:"D MMMM YYYY թ., HH:mm",LLLL:"dddd, D MMMM YYYY թ., HH:mm"},calendar:{sameDay:"[այսօր] LT",nextDay:"[վաղը] LT",lastDay:"[երեկ] LT",nextWeek:function(){return"dddd [օրը ժամը] LT"},lastWeek:function(){return"[անցած] dddd [օրը ժամը] LT"},sameElse:"L"},relativeTime:{future:"%s հետո",past:"%s առաջ",s:"մի քանի վայրկյան",ss:"%d վայրկյան",m:"րոպե",mm:"%d րոպե",h:"ժամ",hh:"%d ժամ",d:"օր",dd:"%d օր",M:"ամիս",MM:"%d ամիս",y:"տարի",yy:"%d տարի"},meridiemParse:/գիշերվա|առավոտվա|ցերեկվա|երեկոյան/,isPM:function(e){return/^(ցերեկվա|երեկոյան)$/.test(e)},meridiem:function(e){return e<4?"գիշերվա":e<12?"առավոտվա":e<17?"ցերեկվա":"երեկոյան"},dayOfMonthOrdinalParse:/\d{1,2}|\d{1,2}-(ին|րդ)/,ordinal:function(e,t){switch(t){case"DDD":case"w":case"W":case"DDDo":return 1===e?e+"-ին":e+"-րդ";default:return e}},week:{dow:1,doy:7}})}(n(381))},9218:function(e,t,n){!function(e){"use strict";e.defineLocale("id",{months:"Januari_Februari_Maret_April_Mei_Juni_Juli_Agustus_September_Oktober_November_Desember".split("_"),monthsShort:"Jan_Feb_Mar_Apr_Mei_Jun_Jul_Agt_Sep_Okt_Nov_Des".split("_"),weekdays:"Minggu_Senin_Selasa_Rabu_Kamis_Jumat_Sabtu".split("_"),weekdaysShort:"Min_Sen_Sel_Rab_Kam_Jum_Sab".split("_"),weekdaysMin:"Mg_Sn_Sl_Rb_Km_Jm_Sb".split("_"),longDateFormat:{LT:"HH.mm",LTS:"HH.mm.ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY [pukul] HH.mm",LLLL:"dddd, D MMMM YYYY [pukul] HH.mm"},meridiemParse:/pagi|siang|sore|malam/,meridiemHour:function(e,t){return 12===e&&(e=0),"pagi"===t?e:"siang"===t?e>=11?e:e+12:"sore"===t||"malam"===t?e+12:void 0},meridiem:function(e,t,n){return e<11?"pagi":e<15?"siang":e<19?"sore":"malam"},calendar:{sameDay:"[Hari ini pukul] LT",nextDay:"[Besok pukul] LT",nextWeek:"dddd [pukul] LT",lastDay:"[Kemarin pukul] LT",lastWeek:"dddd [lalu pukul] LT",sameElse:"L"},relativeTime:{future:"dalam %s",past:"%s yang lalu",s:"beberapa detik",ss:"%d detik",m:"semenit",mm:"%d menit",h:"sejam",hh:"%d jam",d:"sehari",dd:"%d hari",M:"sebulan",MM:"%d bulan",y:"setahun",yy:"%d tahun"},week:{dow:0,doy:6}})}(n(381))},135:function(e,t,n){!function(e){"use strict";function t(e){return e%100==11||e%10!=1}function n(e,n,o,r){var a=e+" ";switch(o){case"s":return n||r?"nokkrar sekúndur":"nokkrum sekúndum";case"ss":return t(e)?a+(n||r?"sekúndur":"sekúndum"):a+"sekúnda";case"m":return n?"mínúta":"mínútu";case"mm":return t(e)?a+(n||r?"mínútur":"mínútum"):n?a+"mínúta":a+"mínútu";case"hh":return t(e)?a+(n||r?"klukkustundir":"klukkustundum"):a+"klukkustund";case"d":return n?"dagur":r?"dag":"degi";case"dd":return t(e)?n?a+"dagar":a+(r?"daga":"dögum"):n?a+"dagur":a+(r?"dag":"degi");case"M":return n?"mánuður":r?"mánuð":"mánuði";case"MM":return t(e)?n?a+"mánuðir":a+(r?"mánuði":"mánuðum"):n?a+"mánuður":a+(r?"mánuð":"mánuði");case"y":return n||r?"ár":"ári";case"yy":return t(e)?a+(n||r?"ár":"árum"):a+(n||r?"ár":"ári")}}e.defineLocale("is",{months:"janúar_febrúar_mars_apríl_maí_júní_júlí_ágúst_september_október_nóvember_desember".split("_"),monthsShort:"jan_feb_mar_apr_maí_jún_júl_ágú_sep_okt_nóv_des".split("_"),weekdays:"sunnudagur_mánudagur_þriðjudagur_miðvikudagur_fimmtudagur_föstudagur_laugardagur".split("_"),weekdaysShort:"sun_mán_þri_mið_fim_fös_lau".split("_"),weekdaysMin:"Su_Má_Þr_Mi_Fi_Fö_La".split("_"),longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY [kl.] H:mm",LLLL:"dddd, D. MMMM YYYY [kl.] H:mm"},calendar:{sameDay:"[í dag kl.] LT",nextDay:"[á morgun kl.] LT",nextWeek:"dddd [kl.] LT",lastDay:"[í gær kl.] LT",lastWeek:"[síðasta] dddd [kl.] LT",sameElse:"L"},relativeTime:{future:"eftir %s",past:"fyrir %s síðan",s:n,ss:n,m:n,mm:n,h:"klukkustund",hh:n,d:n,dd:n,M:n,MM:n,y:n,yy:n},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(n(381))},150:function(e,t,n){!function(e){"use strict";e.defineLocale("it-ch",{months:"gennaio_febbraio_marzo_aprile_maggio_giugno_luglio_agosto_settembre_ottobre_novembre_dicembre".split("_"),monthsShort:"gen_feb_mar_apr_mag_giu_lug_ago_set_ott_nov_dic".split("_"),weekdays:"domenica_lunedì_martedì_mercoledì_giovedì_venerdì_sabato".split("_"),weekdaysShort:"dom_lun_mar_mer_gio_ven_sab".split("_"),weekdaysMin:"do_lu_ma_me_gi_ve_sa".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[Oggi alle] LT",nextDay:"[Domani alle] LT",nextWeek:"dddd [alle] LT",lastDay:"[Ieri alle] LT",lastWeek:function(){return 0===this.day()?"[la scorsa] dddd [alle] LT":"[lo scorso] dddd [alle] LT"},sameElse:"L"},relativeTime:{future:function(e){return(/^[0-9].+$/.test(e)?"tra":"in")+" "+e},past:"%s fa",s:"alcuni secondi",ss:"%d secondi",m:"un minuto",mm:"%d minuti",h:"un'ora",hh:"%d ore",d:"un giorno",dd:"%d giorni",M:"un mese",MM:"%d mesi",y:"un anno",yy:"%d anni"},dayOfMonthOrdinalParse:/\d{1,2}º/,ordinal:"%dº",week:{dow:1,doy:4}})}(n(381))},626:function(e,t,n){!function(e){"use strict";e.defineLocale("it",{months:"gennaio_febbraio_marzo_aprile_maggio_giugno_luglio_agosto_settembre_ottobre_novembre_dicembre".split("_"),monthsShort:"gen_feb_mar_apr_mag_giu_lug_ago_set_ott_nov_dic".split("_"),weekdays:"domenica_lunedì_martedì_mercoledì_giovedì_venerdì_sabato".split("_"),weekdaysShort:"dom_lun_mar_mer_gio_ven_sab".split("_"),weekdaysMin:"do_lu_ma_me_gi_ve_sa".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:function(){return"[Oggi a"+(this.hours()>1?"lle ":0===this.hours()?" ":"ll'")+"]LT"},nextDay:function(){return"[Domani a"+(this.hours()>1?"lle ":0===this.hours()?" ":"ll'")+"]LT"},nextWeek:function(){return"dddd [a"+(this.hours()>1?"lle ":0===this.hours()?" ":"ll'")+"]LT"},lastDay:function(){return"[Ieri a"+(this.hours()>1?"lle ":0===this.hours()?" ":"ll'")+"]LT"},lastWeek:function(){return 0===this.day()?"[La scorsa] dddd [a"+(this.hours()>1?"lle ":0===this.hours()?" ":"ll'")+"]LT":"[Lo scorso] dddd [a"+(this.hours()>1?"lle ":0===this.hours()?" ":"ll'")+"]LT"},sameElse:"L"},relativeTime:{future:"tra %s",past:"%s fa",s:"alcuni secondi",ss:"%d secondi",m:"un minuto",mm:"%d minuti",h:"un'ora",hh:"%d ore",d:"un giorno",dd:"%d giorni",w:"una settimana",ww:"%d settimane",M:"un mese",MM:"%d mesi",y:"un anno",yy:"%d anni"},dayOfMonthOrdinalParse:/\d{1,2}º/,ordinal:"%dº",week:{dow:1,doy:4}})}(n(381))},9183:function(e,t,n){!function(e){"use strict";e.defineLocale("ja",{eras:[{since:"2019-05-01",offset:1,name:"令和",narrow:"㋿",abbr:"R"},{since:"1989-01-08",until:"2019-04-30",offset:1,name:"平成",narrow:"㍻",abbr:"H"},{since:"1926-12-25",until:"1989-01-07",offset:1,name:"昭和",narrow:"㍼",abbr:"S"},{since:"1912-07-30",until:"1926-12-24",offset:1,name:"大正",narrow:"㍽",abbr:"T"},{since:"1873-01-01",until:"1912-07-29",offset:6,name:"明治",narrow:"㍾",abbr:"M"},{since:"0001-01-01",until:"1873-12-31",offset:1,name:"西暦",narrow:"AD",abbr:"AD"},{since:"0000-12-31",until:-1/0,offset:1,name:"紀元前",narrow:"BC",abbr:"BC"}],eraYearOrdinalRegex:/(元|\d+)年/,eraYearOrdinalParse:function(e,t){return"元"===t[1]?1:parseInt(t[1]||e,10)},months:"1月_2月_3月_4月_5月_6月_7月_8月_9月_10月_11月_12月".split("_"),monthsShort:"1月_2月_3月_4月_5月_6月_7月_8月_9月_10月_11月_12月".split("_"),weekdays:"日曜日_月曜日_火曜日_水曜日_木曜日_金曜日_土曜日".split("_"),weekdaysShort:"日_月_火_水_木_金_土".split("_"),weekdaysMin:"日_月_火_水_木_金_土".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY/MM/DD",LL:"YYYY年M月D日",LLL:"YYYY年M月D日 HH:mm",LLLL:"YYYY年M月D日 dddd HH:mm",l:"YYYY/MM/DD",ll:"YYYY年M月D日",lll:"YYYY年M月D日 HH:mm",llll:"YYYY年M月D日(ddd) HH:mm"},meridiemParse:/午前|午後/i,isPM:function(e){return"午後"===e},meridiem:function(e,t,n){return e<12?"午前":"午後"},calendar:{sameDay:"[今日] LT",nextDay:"[明日] LT",nextWeek:function(e){return e.week()!==this.week()?"[来週]dddd LT":"dddd LT"},lastDay:"[昨日] LT",lastWeek:function(e){return this.week()!==e.week()?"[先週]dddd LT":"dddd LT"},sameElse:"L"},dayOfMonthOrdinalParse:/\d{1,2}日/,ordinal:function(e,t){switch(t){case"y":return 1===e?"元年":e+"年";case"d":case"D":case"DDD":return e+"日";default:return e}},relativeTime:{future:"%s後",past:"%s前",s:"数秒",ss:"%d秒",m:"1分",mm:"%d分",h:"1時間",hh:"%d時間",d:"1日",dd:"%d日",M:"1ヶ月",MM:"%dヶ月",y:"1年",yy:"%d年"}})}(n(381))},4286:function(e,t,n){!function(e){"use strict";e.defineLocale("jv",{months:"Januari_Februari_Maret_April_Mei_Juni_Juli_Agustus_September_Oktober_Nopember_Desember".split("_"),monthsShort:"Jan_Feb_Mar_Apr_Mei_Jun_Jul_Ags_Sep_Okt_Nop_Des".split("_"),weekdays:"Minggu_Senen_Seloso_Rebu_Kemis_Jemuwah_Septu".split("_"),weekdaysShort:"Min_Sen_Sel_Reb_Kem_Jem_Sep".split("_"),weekdaysMin:"Mg_Sn_Sl_Rb_Km_Jm_Sp".split("_"),longDateFormat:{LT:"HH.mm",LTS:"HH.mm.ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY [pukul] HH.mm",LLLL:"dddd, D MMMM YYYY [pukul] HH.mm"},meridiemParse:/enjing|siyang|sonten|ndalu/,meridiemHour:function(e,t){return 12===e&&(e=0),"enjing"===t?e:"siyang"===t?e>=11?e:e+12:"sonten"===t||"ndalu"===t?e+12:void 0},meridiem:function(e,t,n){return e<11?"enjing":e<15?"siyang":e<19?"sonten":"ndalu"},calendar:{sameDay:"[Dinten puniko pukul] LT",nextDay:"[Mbenjang pukul] LT",nextWeek:"dddd [pukul] LT",lastDay:"[Kala wingi pukul] LT",lastWeek:"dddd [kepengker pukul] LT",sameElse:"L"},relativeTime:{future:"wonten ing %s",past:"%s ingkang kepengker",s:"sawetawis detik",ss:"%d detik",m:"setunggal menit",mm:"%d menit",h:"setunggal jam",hh:"%d jam",d:"sedinten",dd:"%d dinten",M:"sewulan",MM:"%d wulan",y:"setaun",yy:"%d taun"},week:{dow:1,doy:7}})}(n(381))},2105:function(e,t,n){!function(e){"use strict";e.defineLocale("ka",{months:"იანვარი_თებერვალი_მარტი_აპრილი_მაისი_ივნისი_ივლისი_აგვისტო_სექტემბერი_ოქტომბერი_ნოემბერი_დეკემბერი".split("_"),monthsShort:"იან_თებ_მარ_აპრ_მაი_ივნ_ივლ_აგვ_სექ_ოქტ_ნოე_დეკ".split("_"),weekdays:{standalone:"კვირა_ორშაბათი_სამშაბათი_ოთხშაბათი_ხუთშაბათი_პარასკევი_შაბათი".split("_"),format:"კვირას_ორშაბათს_სამშაბათს_ოთხშაბათს_ხუთშაბათს_პარასკევს_შაბათს".split("_"),isFormat:/(წინა|შემდეგ)/},weekdaysShort:"კვი_ორშ_სამ_ოთხ_ხუთ_პარ_შაბ".split("_"),weekdaysMin:"კვ_ორ_სა_ოთ_ხუ_პა_შა".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[დღეს] LT[-ზე]",nextDay:"[ხვალ] LT[-ზე]",lastDay:"[გუშინ] LT[-ზე]",nextWeek:"[შემდეგ] dddd LT[-ზე]",lastWeek:"[წინა] dddd LT-ზე",sameElse:"L"},relativeTime:{future:function(e){return e.replace(/(წამ|წუთ|საათ|წელ|დღ|თვ)(ი|ე)/,(function(e,t,n){return"ი"===n?t+"ში":t+n+"ში"}))},past:function(e){return/(წამი|წუთი|საათი|დღე|თვე)/.test(e)?e.replace(/(ი|ე)$/,"ის წინ"):/წელი/.test(e)?e.replace(/წელი$/,"წლის წინ"):e},s:"რამდენიმე წამი",ss:"%d წამი",m:"წუთი",mm:"%d წუთი",h:"საათი",hh:"%d საათი",d:"დღე",dd:"%d დღე",M:"თვე",MM:"%d თვე",y:"წელი",yy:"%d წელი"},dayOfMonthOrdinalParse:/0|1-ლი|მე-\d{1,2}|\d{1,2}-ე/,ordinal:function(e){return 0===e?e:1===e?e+"-ლი":e<20||e<=100&&e%20==0||e%100==0?"მე-"+e:e+"-ე"},week:{dow:1,doy:7}})}(n(381))},7772:function(e,t,n){!function(e){"use strict";var t={0:"-ші",1:"-ші",2:"-ші",3:"-ші",4:"-ші",5:"-ші",6:"-шы",7:"-ші",8:"-ші",9:"-шы",10:"-шы",20:"-шы",30:"-шы",40:"-шы",50:"-ші",60:"-шы",70:"-ші",80:"-ші",90:"-шы",100:"-ші"};e.defineLocale("kk",{months:"қаңтар_ақпан_наурыз_сәуір_мамыр_маусым_шілде_тамыз_қыркүйек_қазан_қараша_желтоқсан".split("_"),monthsShort:"қаң_ақп_нау_сәу_мам_мау_шіл_там_қыр_қаз_қар_жел".split("_"),weekdays:"жексенбі_дүйсенбі_сейсенбі_сәрсенбі_бейсенбі_жұма_сенбі".split("_"),weekdaysShort:"жек_дүй_сей_сәр_бей_жұм_сен".split("_"),weekdaysMin:"жк_дй_сй_ср_бй_жм_сн".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Бүгін сағат] LT",nextDay:"[Ертең сағат] LT",nextWeek:"dddd [сағат] LT",lastDay:"[Кеше сағат] LT",lastWeek:"[Өткен аптаның] dddd [сағат] LT",sameElse:"L"},relativeTime:{future:"%s ішінде",past:"%s бұрын",s:"бірнеше секунд",ss:"%d секунд",m:"бір минут",mm:"%d минут",h:"бір сағат",hh:"%d сағат",d:"бір күн",dd:"%d күн",M:"бір ай",MM:"%d ай",y:"бір жыл",yy:"%d жыл"},dayOfMonthOrdinalParse:/\d{1,2}-(ші|шы)/,ordinal:function(e){var n=e%10,o=e>=100?100:null;return e+(t[e]||t[n]||t[o])},week:{dow:1,doy:7}})}(n(381))},8758:function(e,t,n){!function(e){"use strict";var t={1:"១",2:"២",3:"៣",4:"៤",5:"៥",6:"៦",7:"៧",8:"៨",9:"៩",0:"០"},n={"១":"1","២":"2","៣":"3","៤":"4","៥":"5","៦":"6","៧":"7","៨":"8","៩":"9","០":"0"};e.defineLocale("km",{months:"មករា_កុម្ភៈ_មីនា_មេសា_ឧសភា_មិថុនា_កក្កដា_សីហា_កញ្ញា_តុលា_វិច្ឆិកា_ធ្នូ".split("_"),monthsShort:"មករា_កុម្ភៈ_មីនា_មេសា_ឧសភា_មិថុនា_កក្កដា_សីហា_កញ្ញា_តុលា_វិច្ឆិកា_ធ្នូ".split("_"),weekdays:"អាទិត្យ_ច័ន្ទ_អង្គារ_ពុធ_ព្រហស្បតិ៍_សុក្រ_សៅរ៍".split("_"),weekdaysShort:"អា_ច_អ_ព_ព្រ_សុ_ស".split("_"),weekdaysMin:"អា_ច_អ_ព_ព្រ_សុ_ស".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},meridiemParse:/ព្រឹក|ល្ងាច/,isPM:function(e){return"ល្ងាច"===e},meridiem:function(e,t,n){return e<12?"ព្រឹក":"ល្ងាច"},calendar:{sameDay:"[ថ្ងៃនេះ ម៉ោង] LT",nextDay:"[ស្អែក ម៉ោង] LT",nextWeek:"dddd [ម៉ោង] LT",lastDay:"[ម្សិលមិញ ម៉ោង] LT",lastWeek:"dddd [សប្តាហ៍មុន] [ម៉ោង] LT",sameElse:"L"},relativeTime:{future:"%sទៀត",past:"%sមុន",s:"ប៉ុន្មានវិនាទី",ss:"%d វិនាទី",m:"មួយនាទី",mm:"%d នាទី",h:"មួយម៉ោង",hh:"%d ម៉ោង",d:"មួយថ្ងៃ",dd:"%d ថ្ងៃ",M:"មួយខែ",MM:"%d ខែ",y:"មួយឆ្នាំ",yy:"%d ឆ្នាំ"},dayOfMonthOrdinalParse:/ទី\d{1,2}/,ordinal:"ទី%d",preparse:function(e){return e.replace(/[១២៣៤៥៦៧៨៩០]/g,(function(e){return n[e]}))},postformat:function(e){return e.replace(/\d/g,(function(e){return t[e]}))},week:{dow:1,doy:4}})}(n(381))},9282:function(e,t,n){!function(e){"use strict";var t={1:"೧",2:"೨",3:"೩",4:"೪",5:"೫",6:"೬",7:"೭",8:"೮",9:"೯",0:"೦"},n={"೧":"1","೨":"2","೩":"3","೪":"4","೫":"5","೬":"6","೭":"7","೮":"8","೯":"9","೦":"0"};e.defineLocale("kn",{months:"ಜನವರಿ_ಫೆಬ್ರವರಿ_ಮಾರ್ಚ್_ಏಪ್ರಿಲ್_ಮೇ_ಜೂನ್_ಜುಲೈ_ಆಗಸ್ಟ್_ಸೆಪ್ಟೆಂಬರ್_ಅಕ್ಟೋಬರ್_ನವೆಂಬರ್_ಡಿಸೆಂಬರ್".split("_"),monthsShort:"ಜನ_ಫೆಬ್ರ_ಮಾರ್ಚ್_ಏಪ್ರಿಲ್_ಮೇ_ಜೂನ್_ಜುಲೈ_ಆಗಸ್ಟ್_ಸೆಪ್ಟೆಂ_ಅಕ್ಟೋ_ನವೆಂ_ಡಿಸೆಂ".split("_"),monthsParseExact:!0,weekdays:"ಭಾನುವಾರ_ಸೋಮವಾರ_ಮಂಗಳವಾರ_ಬುಧವಾರ_ಗುರುವಾರ_ಶುಕ್ರವಾರ_ಶನಿವಾರ".split("_"),weekdaysShort:"ಭಾನು_ಸೋಮ_ಮಂಗಳ_ಬುಧ_ಗುರು_ಶುಕ್ರ_ಶನಿ".split("_"),weekdaysMin:"ಭಾ_ಸೋ_ಮಂ_ಬು_ಗು_ಶು_ಶ".split("_"),longDateFormat:{LT:"A h:mm",LTS:"A h:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, A h:mm",LLLL:"dddd, D MMMM YYYY, A h:mm"},calendar:{sameDay:"[ಇಂದು] LT",nextDay:"[ನಾಳೆ] LT",nextWeek:"dddd, LT",lastDay:"[ನಿನ್ನೆ] LT",lastWeek:"[ಕೊನೆಯ] dddd, LT",sameElse:"L"},relativeTime:{future:"%s ನಂತರ",past:"%s ಹಿಂದೆ",s:"ಕೆಲವು ಕ್ಷಣಗಳು",ss:"%d ಸೆಕೆಂಡುಗಳು",m:"ಒಂದು ನಿಮಿಷ",mm:"%d ನಿಮಿಷ",h:"ಒಂದು ಗಂಟೆ",hh:"%d ಗಂಟೆ",d:"ಒಂದು ದಿನ",dd:"%d ದಿನ",M:"ಒಂದು ತಿಂಗಳು",MM:"%d ತಿಂಗಳು",y:"ಒಂದು ವರ್ಷ",yy:"%d ವರ್ಷ"},preparse:function(e){return e.replace(/[೧೨೩೪೫೬೭೮೯೦]/g,(function(e){return n[e]}))},postformat:function(e){return e.replace(/\d/g,(function(e){return t[e]}))},meridiemParse:/ರಾತ್ರಿ|ಬೆಳಿಗ್ಗೆ|ಮಧ್ಯಾಹ್ನ|ಸಂಜೆ/,meridiemHour:function(e,t){return 12===e&&(e=0),"ರಾತ್ರಿ"===t?e<4?e:e+12:"ಬೆಳಿಗ್ಗೆ"===t?e:"ಮಧ್ಯಾಹ್ನ"===t?e>=10?e:e+12:"ಸಂಜೆ"===t?e+12:void 0},meridiem:function(e,t,n){return e<4?"ರಾತ್ರಿ":e<10?"ಬೆಳಿಗ್ಗೆ":e<17?"ಮಧ್ಯಾಹ್ನ":e<20?"ಸಂಜೆ":"ರಾತ್ರಿ"},dayOfMonthOrdinalParse:/\d{1,2}(ನೇ)/,ordinal:function(e){return e+"ನೇ"},week:{dow:0,doy:6}})}(n(381))},3730:function(e,t,n){!function(e){"use strict";e.defineLocale("ko",{months:"1월_2월_3월_4월_5월_6월_7월_8월_9월_10월_11월_12월".split("_"),monthsShort:"1월_2월_3월_4월_5월_6월_7월_8월_9월_10월_11월_12월".split("_"),weekdays:"일요일_월요일_화요일_수요일_목요일_금요일_토요일".split("_"),weekdaysShort:"일_월_화_수_목_금_토".split("_"),weekdaysMin:"일_월_화_수_목_금_토".split("_"),longDateFormat:{LT:"A h:mm",LTS:"A h:mm:ss",L:"YYYY.MM.DD.",LL:"YYYY년 MMMM D일",LLL:"YYYY년 MMMM D일 A h:mm",LLLL:"YYYY년 MMMM D일 dddd A h:mm",l:"YYYY.MM.DD.",ll:"YYYY년 MMMM D일",lll:"YYYY년 MMMM D일 A h:mm",llll:"YYYY년 MMMM D일 dddd A h:mm"},calendar:{sameDay:"오늘 LT",nextDay:"내일 LT",nextWeek:"dddd LT",lastDay:"어제 LT",lastWeek:"지난주 dddd LT",sameElse:"L"},relativeTime:{future:"%s 후",past:"%s 전",s:"몇 초",ss:"%d초",m:"1분",mm:"%d분",h:"한 시간",hh:"%d시간",d:"하루",dd:"%d일",M:"한 달",MM:"%d달",y:"일 년",yy:"%d년"},dayOfMonthOrdinalParse:/\d{1,2}(일|월|주)/,ordinal:function(e,t){switch(t){case"d":case"D":case"DDD":return e+"일";case"M":return e+"월";case"w":case"W":return e+"주";default:return e}},meridiemParse:/오전|오후/,isPM:function(e){return"오후"===e},meridiem:function(e,t,n){return e<12?"오전":"오후"}})}(n(381))},1408:function(e,t,n){!function(e){"use strict";var t={1:"١",2:"٢",3:"٣",4:"٤",5:"٥",6:"٦",7:"٧",8:"٨",9:"٩",0:"٠"},n={"١":"1","٢":"2","٣":"3","٤":"4","٥":"5","٦":"6","٧":"7","٨":"8","٩":"9","٠":"0"},o=["کانونی دووەم","شوبات","ئازار","نیسان","ئایار","حوزەیران","تەمموز","ئاب","ئەیلوول","تشرینی یەكەم","تشرینی دووەم","كانونی یەکەم"];e.defineLocale("ku",{months:o,monthsShort:o,weekdays:"یه‌كشه‌ممه‌_دووشه‌ممه‌_سێشه‌ممه‌_چوارشه‌ممه‌_پێنجشه‌ممه‌_هه‌ینی_شه‌ممه‌".split("_"),weekdaysShort:"یه‌كشه‌م_دووشه‌م_سێشه‌م_چوارشه‌م_پێنجشه‌م_هه‌ینی_شه‌ممه‌".split("_"),weekdaysMin:"ی_د_س_چ_پ_ه_ش".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},meridiemParse:/ئێواره‌|به‌یانی/,isPM:function(e){return/ئێواره‌/.test(e)},meridiem:function(e,t,n){return e<12?"به‌یانی":"ئێواره‌"},calendar:{sameDay:"[ئه‌مرۆ كاتژمێر] LT",nextDay:"[به‌یانی كاتژمێر] LT",nextWeek:"dddd [كاتژمێر] LT",lastDay:"[دوێنێ كاتژمێر] LT",lastWeek:"dddd [كاتژمێر] LT",sameElse:"L"},relativeTime:{future:"له‌ %s",past:"%s",s:"چه‌ند چركه‌یه‌ك",ss:"چركه‌ %d",m:"یه‌ك خوله‌ك",mm:"%d خوله‌ك",h:"یه‌ك كاتژمێر",hh:"%d كاتژمێر",d:"یه‌ك ڕۆژ",dd:"%d ڕۆژ",M:"یه‌ك مانگ",MM:"%d مانگ",y:"یه‌ك ساڵ",yy:"%d ساڵ"},preparse:function(e){return e.replace(/[١٢٣٤٥٦٧٨٩٠]/g,(function(e){return n[e]})).replace(/،/g,",")},postformat:function(e){return e.replace(/\d/g,(function(e){return t[e]})).replace(/,/g,"،")},week:{dow:6,doy:12}})}(n(381))},3291:function(e,t,n){!function(e){"use strict";var t={0:"-чү",1:"-чи",2:"-чи",3:"-чү",4:"-чү",5:"-чи",6:"-чы",7:"-чи",8:"-чи",9:"-чу",10:"-чу",20:"-чы",30:"-чу",40:"-чы",50:"-чү",60:"-чы",70:"-чи",80:"-чи",90:"-чу",100:"-чү"};e.defineLocale("ky",{months:"январь_февраль_март_апрель_май_июнь_июль_август_сентябрь_октябрь_ноябрь_декабрь".split("_"),monthsShort:"янв_фев_март_апр_май_июнь_июль_авг_сен_окт_ноя_дек".split("_"),weekdays:"Жекшемби_Дүйшөмбү_Шейшемби_Шаршемби_Бейшемби_Жума_Ишемби".split("_"),weekdaysShort:"Жек_Дүй_Шей_Шар_Бей_Жум_Ише".split("_"),weekdaysMin:"Жк_Дй_Шй_Шр_Бй_Жм_Иш".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Бүгүн саат] LT",nextDay:"[Эртең саат] LT",nextWeek:"dddd [саат] LT",lastDay:"[Кечээ саат] LT",lastWeek:"[Өткөн аптанын] dddd [күнү] [саат] LT",sameElse:"L"},relativeTime:{future:"%s ичинде",past:"%s мурун",s:"бирнече секунд",ss:"%d секунд",m:"бир мүнөт",mm:"%d мүнөт",h:"бир саат",hh:"%d саат",d:"бир күн",dd:"%d күн",M:"бир ай",MM:"%d ай",y:"бир жыл",yy:"%d жыл"},dayOfMonthOrdinalParse:/\d{1,2}-(чи|чы|чү|чу)/,ordinal:function(e){var n=e%10,o=e>=100?100:null;return e+(t[e]||t[n]||t[o])},week:{dow:1,doy:7}})}(n(381))},6841:function(e,t,n){!function(e){"use strict";function t(e,t,n,o){var r={m:["eng Minutt","enger Minutt"],h:["eng Stonn","enger Stonn"],d:["een Dag","engem Dag"],M:["ee Mount","engem Mount"],y:["ee Joer","engem Joer"]};return t?r[n][0]:r[n][1]}function n(e){return r(e.substr(0,e.indexOf(" ")))?"a "+e:"an "+e}function o(e){return r(e.substr(0,e.indexOf(" ")))?"viru "+e:"virun "+e}function r(e){if(e=parseInt(e,10),isNaN(e))return!1;if(e<0)return!0;if(e<10)return 4<=e&&e<=7;if(e<100){var t=e%10;return r(0===t?e/10:t)}if(e<1e4){for(;e>=10;)e/=10;return r(e)}return r(e/=1e3)}e.defineLocale("lb",{months:"Januar_Februar_Mäerz_Abrëll_Mee_Juni_Juli_August_September_Oktober_November_Dezember".split("_"),monthsShort:"Jan._Febr._Mrz._Abr._Mee_Jun._Jul._Aug._Sept._Okt._Nov._Dez.".split("_"),monthsParseExact:!0,weekdays:"Sonndeg_Méindeg_Dënschdeg_Mëttwoch_Donneschdeg_Freideg_Samschdeg".split("_"),weekdaysShort:"So._Mé._Dë._Më._Do._Fr._Sa.".split("_"),weekdaysMin:"So_Mé_Dë_Më_Do_Fr_Sa".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm [Auer]",LTS:"H:mm:ss [Auer]",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY H:mm [Auer]",LLLL:"dddd, D. MMMM YYYY H:mm [Auer]"},calendar:{sameDay:"[Haut um] LT",sameElse:"L",nextDay:"[Muer um] LT",nextWeek:"dddd [um] LT",lastDay:"[Gëschter um] LT",lastWeek:function(){switch(this.day()){case 2:case 4:return"[Leschten] dddd [um] LT";default:return"[Leschte] dddd [um] LT"}}},relativeTime:{future:n,past:o,s:"e puer Sekonnen",ss:"%d Sekonnen",m:t,mm:"%d Minutten",h:t,hh:"%d Stonnen",d:t,dd:"%d Deeg",M:t,MM:"%d Méint",y:t,yy:"%d Joer"},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(n(381))},5466:function(e,t,n){!function(e){"use strict";e.defineLocale("lo",{months:"ມັງກອນ_ກຸມພາ_ມີນາ_ເມສາ_ພຶດສະພາ_ມິຖຸນາ_ກໍລະກົດ_ສິງຫາ_ກັນຍາ_ຕຸລາ_ພະຈິກ_ທັນວາ".split("_"),monthsShort:"ມັງກອນ_ກຸມພາ_ມີນາ_ເມສາ_ພຶດສະພາ_ມິຖຸນາ_ກໍລະກົດ_ສິງຫາ_ກັນຍາ_ຕຸລາ_ພະຈິກ_ທັນວາ".split("_"),weekdays:"ອາທິດ_ຈັນ_ອັງຄານ_ພຸດ_ພະຫັດ_ສຸກ_ເສົາ".split("_"),weekdaysShort:"ທິດ_ຈັນ_ອັງຄານ_ພຸດ_ພະຫັດ_ສຸກ_ເສົາ".split("_"),weekdaysMin:"ທ_ຈ_ອຄ_ພ_ພຫ_ສກ_ສ".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"ວັນdddd D MMMM YYYY HH:mm"},meridiemParse:/ຕອນເຊົ້າ|ຕອນແລງ/,isPM:function(e){return"ຕອນແລງ"===e},meridiem:function(e,t,n){return e<12?"ຕອນເຊົ້າ":"ຕອນແລງ"},calendar:{sameDay:"[ມື້ນີ້ເວລາ] LT",nextDay:"[ມື້ອື່ນເວລາ] LT",nextWeek:"[ວັນ]dddd[ໜ້າເວລາ] LT",lastDay:"[ມື້ວານນີ້ເວລາ] LT",lastWeek:"[ວັນ]dddd[ແລ້ວນີ້ເວລາ] LT",sameElse:"L"},relativeTime:{future:"ອີກ %s",past:"%sຜ່ານມາ",s:"ບໍ່ເທົ່າໃດວິນາທີ",ss:"%d ວິນາທີ",m:"1 ນາທີ",mm:"%d ນາທີ",h:"1 ຊົ່ວໂມງ",hh:"%d ຊົ່ວໂມງ",d:"1 ມື້",dd:"%d ມື້",M:"1 ເດືອນ",MM:"%d ເດືອນ",y:"1 ປີ",yy:"%d ປີ"},dayOfMonthOrdinalParse:/(ທີ່)\d{1,2}/,ordinal:function(e){return"ທີ່"+e}})}(n(381))},7010:function(e,t,n){!function(e){"use strict";var t={ss:"sekundė_sekundžių_sekundes",m:"minutė_minutės_minutę",mm:"minutės_minučių_minutes",h:"valanda_valandos_valandą",hh:"valandos_valandų_valandas",d:"diena_dienos_dieną",dd:"dienos_dienų_dienas",M:"mėnuo_mėnesio_mėnesį",MM:"mėnesiai_mėnesių_mėnesius",y:"metai_metų_metus",yy:"metai_metų_metus"};function n(e,t,n,o){return t?"kelios sekundės":o?"kelių sekundžių":"kelias sekundes"}function o(e,t,n,o){return t?a(n)[0]:o?a(n)[1]:a(n)[2]}function r(e){return e%10==0||e>10&&e<20}function a(e){return t[e].split("_")}function i(e,t,n,i){var l=e+" ";return 1===e?l+o(e,t,n[0],i):t?l+(r(e)?a(n)[1]:a(n)[0]):i?l+a(n)[1]:l+(r(e)?a(n)[1]:a(n)[2])}e.defineLocale("lt",{months:{format:"sausio_vasario_kovo_balandžio_gegužės_birželio_liepos_rugpjūčio_rugsėjo_spalio_lapkričio_gruodžio".split("_"),standalone:"sausis_vasaris_kovas_balandis_gegužė_birželis_liepa_rugpjūtis_rugsėjis_spalis_lapkritis_gruodis".split("_"),isFormat:/D[oD]?(\[[^\[\]]*\]|\s)+MMMM?|MMMM?(\[[^\[\]]*\]|\s)+D[oD]?/},monthsShort:"sau_vas_kov_bal_geg_bir_lie_rgp_rgs_spa_lap_grd".split("_"),weekdays:{format:"sekmadienį_pirmadienį_antradienį_trečiadienį_ketvirtadienį_penktadienį_šeštadienį".split("_"),standalone:"sekmadienis_pirmadienis_antradienis_trečiadienis_ketvirtadienis_penktadienis_šeštadienis".split("_"),isFormat:/dddd HH:mm/},weekdaysShort:"Sek_Pir_Ant_Tre_Ket_Pen_Šeš".split("_"),weekdaysMin:"S_P_A_T_K_Pn_Š".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY-MM-DD",LL:"YYYY [m.] MMMM D [d.]",LLL:"YYYY [m.] MMMM D [d.], HH:mm [val.]",LLLL:"YYYY [m.] MMMM D [d.], dddd, HH:mm [val.]",l:"YYYY-MM-DD",ll:"YYYY [m.] MMMM D [d.]",lll:"YYYY [m.] MMMM D [d.], HH:mm [val.]",llll:"YYYY [m.] MMMM D [d.], ddd, HH:mm [val.]"},calendar:{sameDay:"[Šiandien] LT",nextDay:"[Rytoj] LT",nextWeek:"dddd LT",lastDay:"[Vakar] LT",lastWeek:"[Praėjusį] dddd LT",sameElse:"L"},relativeTime:{future:"po %s",past:"prieš %s",s:n,ss:i,m:o,mm:i,h:o,hh:i,d:o,dd:i,M:o,MM:i,y:o,yy:i},dayOfMonthOrdinalParse:/\d{1,2}-oji/,ordinal:function(e){return e+"-oji"},week:{dow:1,doy:4}})}(n(381))},7595:function(e,t,n){!function(e){"use strict";var t={ss:"sekundes_sekundēm_sekunde_sekundes".split("_"),m:"minūtes_minūtēm_minūte_minūtes".split("_"),mm:"minūtes_minūtēm_minūte_minūtes".split("_"),h:"stundas_stundām_stunda_stundas".split("_"),hh:"stundas_stundām_stunda_stundas".split("_"),d:"dienas_dienām_diena_dienas".split("_"),dd:"dienas_dienām_diena_dienas".split("_"),M:"mēneša_mēnešiem_mēnesis_mēneši".split("_"),MM:"mēneša_mēnešiem_mēnesis_mēneši".split("_"),y:"gada_gadiem_gads_gadi".split("_"),yy:"gada_gadiem_gads_gadi".split("_")};function n(e,t,n){return n?t%10==1&&t%100!=11?e[2]:e[3]:t%10==1&&t%100!=11?e[0]:e[1]}function o(e,o,r){return e+" "+n(t[r],e,o)}function r(e,o,r){return n(t[r],e,o)}function a(e,t){return t?"dažas sekundes":"dažām sekundēm"}e.defineLocale("lv",{months:"janvāris_februāris_marts_aprīlis_maijs_jūnijs_jūlijs_augusts_septembris_oktobris_novembris_decembris".split("_"),monthsShort:"jan_feb_mar_apr_mai_jūn_jūl_aug_sep_okt_nov_dec".split("_"),weekdays:"svētdiena_pirmdiena_otrdiena_trešdiena_ceturtdiena_piektdiena_sestdiena".split("_"),weekdaysShort:"Sv_P_O_T_C_Pk_S".split("_"),weekdaysMin:"Sv_P_O_T_C_Pk_S".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY.",LL:"YYYY. [gada] D. MMMM",LLL:"YYYY. [gada] D. MMMM, HH:mm",LLLL:"YYYY. [gada] D. MMMM, dddd, HH:mm"},calendar:{sameDay:"[Šodien pulksten] LT",nextDay:"[Rīt pulksten] LT",nextWeek:"dddd [pulksten] LT",lastDay:"[Vakar pulksten] LT",lastWeek:"[Pagājušā] dddd [pulksten] LT",sameElse:"L"},relativeTime:{future:"pēc %s",past:"pirms %s",s:a,ss:o,m:r,mm:o,h:r,hh:o,d:r,dd:o,M:r,MM:o,y:r,yy:o},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(n(381))},9861:function(e,t,n){!function(e){"use strict";var t={words:{ss:["sekund","sekunda","sekundi"],m:["jedan minut","jednog minuta"],mm:["minut","minuta","minuta"],h:["jedan sat","jednog sata"],hh:["sat","sata","sati"],dd:["dan","dana","dana"],MM:["mjesec","mjeseca","mjeseci"],yy:["godina","godine","godina"]},correctGrammaticalCase:function(e,t){return 1===e?t[0]:e>=2&&e<=4?t[1]:t[2]},translate:function(e,n,o){var r=t.words[o];return 1===o.length?n?r[0]:r[1]:e+" "+t.correctGrammaticalCase(e,r)}};e.defineLocale("me",{months:"januar_februar_mart_april_maj_jun_jul_avgust_septembar_oktobar_novembar_decembar".split("_"),monthsShort:"jan._feb._mar._apr._maj_jun_jul_avg._sep._okt._nov._dec.".split("_"),monthsParseExact:!0,weekdays:"nedjelja_ponedjeljak_utorak_srijeda_četvrtak_petak_subota".split("_"),weekdaysShort:"ned._pon._uto._sri._čet._pet._sub.".split("_"),weekdaysMin:"ne_po_ut_sr_če_pe_su".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY H:mm",LLLL:"dddd, D. MMMM YYYY H:mm"},calendar:{sameDay:"[danas u] LT",nextDay:"[sjutra u] LT",nextWeek:function(){switch(this.day()){case 0:return"[u] [nedjelju] [u] LT";case 3:return"[u] [srijedu] [u] LT";case 6:return"[u] [subotu] [u] LT";case 1:case 2:case 4:case 5:return"[u] dddd [u] LT"}},lastDay:"[juče u] LT",lastWeek:function(){return["[prošle] [nedjelje] [u] LT","[prošlog] [ponedjeljka] [u] LT","[prošlog] [utorka] [u] LT","[prošle] [srijede] [u] LT","[prošlog] [četvrtka] [u] LT","[prošlog] [petka] [u] LT","[prošle] [subote] [u] LT"][this.day()]},sameElse:"L"},relativeTime:{future:"za %s",past:"prije %s",s:"nekoliko sekundi",ss:t.translate,m:t.translate,mm:t.translate,h:t.translate,hh:t.translate,d:"dan",dd:t.translate,M:"mjesec",MM:t.translate,y:"godinu",yy:t.translate},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:7}})}(n(381))},5493:function(e,t,n){!function(e){"use strict";e.defineLocale("mi",{months:"Kohi-tāte_Hui-tanguru_Poutū-te-rangi_Paenga-whāwhā_Haratua_Pipiri_Hōngoingoi_Here-turi-kōkā_Mahuru_Whiringa-ā-nuku_Whiringa-ā-rangi_Hakihea".split("_"),monthsShort:"Kohi_Hui_Pou_Pae_Hara_Pipi_Hōngoi_Here_Mahu_Whi-nu_Whi-ra_Haki".split("_"),monthsRegex:/(?:['a-z\u0101\u014D\u016B]+\-?){1,3}/i,monthsStrictRegex:/(?:['a-z\u0101\u014D\u016B]+\-?){1,3}/i,monthsShortRegex:/(?:['a-z\u0101\u014D\u016B]+\-?){1,3}/i,monthsShortStrictRegex:/(?:['a-z\u0101\u014D\u016B]+\-?){1,2}/i,weekdays:"Rātapu_Mane_Tūrei_Wenerei_Tāite_Paraire_Hātarei".split("_"),weekdaysShort:"Ta_Ma_Tū_We_Tāi_Pa_Hā".split("_"),weekdaysMin:"Ta_Ma_Tū_We_Tāi_Pa_Hā".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY [i] HH:mm",LLLL:"dddd, D MMMM YYYY [i] HH:mm"},calendar:{sameDay:"[i teie mahana, i] LT",nextDay:"[apopo i] LT",nextWeek:"dddd [i] LT",lastDay:"[inanahi i] LT",lastWeek:"dddd [whakamutunga i] LT",sameElse:"L"},relativeTime:{future:"i roto i %s",past:"%s i mua",s:"te hēkona ruarua",ss:"%d hēkona",m:"he meneti",mm:"%d meneti",h:"te haora",hh:"%d haora",d:"he ra",dd:"%d ra",M:"he marama",MM:"%d marama",y:"he tau",yy:"%d tau"},dayOfMonthOrdinalParse:/\d{1,2}º/,ordinal:"%dº",week:{dow:1,doy:4}})}(n(381))},5966:function(e,t,n){!function(e){"use strict";e.defineLocale("mk",{months:"јануари_февруари_март_април_мај_јуни_јули_август_септември_октомври_ноември_декември".split("_"),monthsShort:"јан_фев_мар_апр_мај_јун_јул_авг_сеп_окт_ное_дек".split("_"),weekdays:"недела_понеделник_вторник_среда_четврток_петок_сабота".split("_"),weekdaysShort:"нед_пон_вто_сре_чет_пет_саб".split("_"),weekdaysMin:"нe_пo_вт_ср_че_пе_сa".split("_"),longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"D.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY H:mm",LLLL:"dddd, D MMMM YYYY H:mm"},calendar:{sameDay:"[Денес во] LT",nextDay:"[Утре во] LT",nextWeek:"[Во] dddd [во] LT",lastDay:"[Вчера во] LT",lastWeek:function(){switch(this.day()){case 0:case 3:case 6:return"[Изминатата] dddd [во] LT";case 1:case 2:case 4:case 5:return"[Изминатиот] dddd [во] LT"}},sameElse:"L"},relativeTime:{future:"за %s",past:"пред %s",s:"неколку секунди",ss:"%d секунди",m:"една минута",mm:"%d минути",h:"еден час",hh:"%d часа",d:"еден ден",dd:"%d дена",M:"еден месец",MM:"%d месеци",y:"една година",yy:"%d години"},dayOfMonthOrdinalParse:/\d{1,2}-(ев|ен|ти|ви|ри|ми)/,ordinal:function(e){var t=e%10,n=e%100;return 0===e?e+"-ев":0===n?e+"-ен":n>10&&n<20?e+"-ти":1===t?e+"-ви":2===t?e+"-ри":7===t||8===t?e+"-ми":e+"-ти"},week:{dow:1,doy:7}})}(n(381))},7341:function(e,t,n){!function(e){"use strict";e.defineLocale("ml",{months:"ജനുവരി_ഫെബ്രുവരി_മാർച്ച്_ഏപ്രിൽ_മേയ്_ജൂൺ_ജൂലൈ_ഓഗസ്റ്റ്_സെപ്റ്റംബർ_ഒക്ടോബർ_നവംബർ_ഡിസംബർ".split("_"),monthsShort:"ജനു._ഫെബ്രു._മാർ._ഏപ്രി._മേയ്_ജൂൺ_ജൂലൈ._ഓഗ._സെപ്റ്റ._ഒക്ടോ._നവം._ഡിസം.".split("_"),monthsParseExact:!0,weekdays:"ഞായറാഴ്ച_തിങ്കളാഴ്ച_ചൊവ്വാഴ്ച_ബുധനാഴ്ച_വ്യാഴാഴ്ച_വെള്ളിയാഴ്ച_ശനിയാഴ്ച".split("_"),weekdaysShort:"ഞായർ_തിങ്കൾ_ചൊവ്വ_ബുധൻ_വ്യാഴം_വെള്ളി_ശനി".split("_"),weekdaysMin:"ഞാ_തി_ചൊ_ബു_വ്യാ_വെ_ശ".split("_"),longDateFormat:{LT:"A h:mm -നു",LTS:"A h:mm:ss -നു",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, A h:mm -നു",LLLL:"dddd, D MMMM YYYY, A h:mm -നു"},calendar:{sameDay:"[ഇന്ന്] LT",nextDay:"[നാളെ] LT",nextWeek:"dddd, LT",lastDay:"[ഇന്നലെ] LT",lastWeek:"[കഴിഞ്ഞ] dddd, LT",sameElse:"L"},relativeTime:{future:"%s കഴിഞ്ഞ്",past:"%s മുൻപ്",s:"അൽപ നിമിഷങ്ങൾ",ss:"%d സെക്കൻഡ്",m:"ഒരു മിനിറ്റ്",mm:"%d മിനിറ്റ്",h:"ഒരു മണിക്കൂർ",hh:"%d മണിക്കൂർ",d:"ഒരു ദിവസം",dd:"%d ദിവസം",M:"ഒരു മാസം",MM:"%d മാസം",y:"ഒരു വർഷം",yy:"%d വർഷം"},meridiemParse:/രാത്രി|രാവിലെ|ഉച്ച കഴിഞ്ഞ്|വൈകുന്നേരം|രാത്രി/i,meridiemHour:function(e,t){return 12===e&&(e=0),"രാത്രി"===t&&e>=4||"ഉച്ച കഴിഞ്ഞ്"===t||"വൈകുന്നേരം"===t?e+12:e},meridiem:function(e,t,n){return e<4?"രാത്രി":e<12?"രാവിലെ":e<17?"ഉച്ച കഴിഞ്ഞ്":e<20?"വൈകുന്നേരം":"രാത്രി"}})}(n(381))},5115:function(e,t,n){!function(e){"use strict";function t(e,t,n,o){switch(n){case"s":return t?"хэдхэн секунд":"хэдхэн секундын";case"ss":return e+(t?" секунд":" секундын");case"m":case"mm":return e+(t?" минут":" минутын");case"h":case"hh":return e+(t?" цаг":" цагийн");case"d":case"dd":return e+(t?" өдөр":" өдрийн");case"M":case"MM":return e+(t?" сар":" сарын");case"y":case"yy":return e+(t?" жил":" жилийн");default:return e}}e.defineLocale("mn",{months:"Нэгдүгээр сар_Хоёрдугаар сар_Гуравдугаар сар_Дөрөвдүгээр сар_Тавдугаар сар_Зургадугаар сар_Долдугаар сар_Наймдугаар сар_Есдүгээр сар_Аравдугаар сар_Арван нэгдүгээр сар_Арван хоёрдугаар сар".split("_"),monthsShort:"1 сар_2 сар_3 сар_4 сар_5 сар_6 сар_7 сар_8 сар_9 сар_10 сар_11 сар_12 сар".split("_"),monthsParseExact:!0,weekdays:"Ням_Даваа_Мягмар_Лхагва_Пүрэв_Баасан_Бямба".split("_"),weekdaysShort:"Ням_Дав_Мяг_Лха_Пүр_Баа_Бям".split("_"),weekdaysMin:"Ня_Да_Мя_Лх_Пү_Ба_Бя".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY-MM-DD",LL:"YYYY оны MMMMын D",LLL:"YYYY оны MMMMын D HH:mm",LLLL:"dddd, YYYY оны MMMMын D HH:mm"},meridiemParse:/ҮӨ|ҮХ/i,isPM:function(e){return"ҮХ"===e},meridiem:function(e,t,n){return e<12?"ҮӨ":"ҮХ"},calendar:{sameDay:"[Өнөөдөр] LT",nextDay:"[Маргааш] LT",nextWeek:"[Ирэх] dddd LT",lastDay:"[Өчигдөр] LT",lastWeek:"[Өнгөрсөн] dddd LT",sameElse:"L"},relativeTime:{future:"%s дараа",past:"%s өмнө",s:t,ss:t,m:t,mm:t,h:t,hh:t,d:t,dd:t,M:t,MM:t,y:t,yy:t},dayOfMonthOrdinalParse:/\d{1,2} өдөр/,ordinal:function(e,t){switch(t){case"d":case"D":case"DDD":return e+" өдөр";default:return e}}})}(n(381))},370:function(e,t,n){!function(e){"use strict";var t={1:"१",2:"२",3:"३",4:"४",5:"५",6:"६",7:"७",8:"८",9:"९",0:"०"},n={"१":"1","२":"2","३":"3","४":"4","५":"5","६":"6","७":"7","८":"8","९":"9","०":"0"};function o(e,t,n,o){var r="";if(t)switch(n){case"s":r="काही सेकंद";break;case"ss":r="%d सेकंद";break;case"m":r="एक मिनिट";break;case"mm":r="%d मिनिटे";break;case"h":r="एक तास";break;case"hh":r="%d तास";break;case"d":r="एक दिवस";break;case"dd":r="%d दिवस";break;case"M":r="एक महिना";break;case"MM":r="%d महिने";break;case"y":r="एक वर्ष";break;case"yy":r="%d वर्षे"}else switch(n){case"s":r="काही सेकंदां";break;case"ss":r="%d सेकंदां";break;case"m":r="एका मिनिटा";break;case"mm":r="%d मिनिटां";break;case"h":r="एका तासा";break;case"hh":r="%d तासां";break;case"d":r="एका दिवसा";break;case"dd":r="%d दिवसां";break;case"M":r="एका महिन्या";break;case"MM":r="%d महिन्यां";break;case"y":r="एका वर्षा";break;case"yy":r="%d वर्षां"}return r.replace(/%d/i,e)}e.defineLocale("mr",{months:"जानेवारी_फेब्रुवारी_मार्च_एप्रिल_मे_जून_जुलै_ऑगस्ट_सप्टेंबर_ऑक्टोबर_नोव्हेंबर_डिसेंबर".split("_"),monthsShort:"जाने._फेब्रु._मार्च._एप्रि._मे._जून._जुलै._ऑग._सप्टें._ऑक्टो._नोव्हें._डिसें.".split("_"),monthsParseExact:!0,weekdays:"रविवार_सोमवार_मंगळवार_बुधवार_गुरूवार_शुक्रवार_शनिवार".split("_"),weekdaysShort:"रवि_सोम_मंगळ_बुध_गुरू_शुक्र_शनि".split("_"),weekdaysMin:"र_सो_मं_बु_गु_शु_श".split("_"),longDateFormat:{LT:"A h:mm वाजता",LTS:"A h:mm:ss वाजता",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, A h:mm वाजता",LLLL:"dddd, D MMMM YYYY, A h:mm वाजता"},calendar:{sameDay:"[आज] LT",nextDay:"[उद्या] LT",nextWeek:"dddd, LT",lastDay:"[काल] LT",lastWeek:"[मागील] dddd, LT",sameElse:"L"},relativeTime:{future:"%sमध्ये",past:"%sपूर्वी",s:o,ss:o,m:o,mm:o,h:o,hh:o,d:o,dd:o,M:o,MM:o,y:o,yy:o},preparse:function(e){return e.replace(/[१२३४५६७८९०]/g,(function(e){return n[e]}))},postformat:function(e){return e.replace(/\d/g,(function(e){return t[e]}))},meridiemParse:/पहाटे|सकाळी|दुपारी|सायंकाळी|रात्री/,meridiemHour:function(e,t){return 12===e&&(e=0),"पहाटे"===t||"सकाळी"===t?e:"दुपारी"===t||"सायंकाळी"===t||"रात्री"===t?e>=12?e:e+12:void 0},meridiem:function(e,t,n){return e>=0&&e<6?"पहाटे":e<12?"सकाळी":e<17?"दुपारी":e<20?"सायंकाळी":"रात्री"},week:{dow:0,doy:6}})}(n(381))},1237:function(e,t,n){!function(e){"use strict";e.defineLocale("ms-my",{months:"Januari_Februari_Mac_April_Mei_Jun_Julai_Ogos_September_Oktober_November_Disember".split("_"),monthsShort:"Jan_Feb_Mac_Apr_Mei_Jun_Jul_Ogs_Sep_Okt_Nov_Dis".split("_"),weekdays:"Ahad_Isnin_Selasa_Rabu_Khamis_Jumaat_Sabtu".split("_"),weekdaysShort:"Ahd_Isn_Sel_Rab_Kha_Jum_Sab".split("_"),weekdaysMin:"Ah_Is_Sl_Rb_Km_Jm_Sb".split("_"),longDateFormat:{LT:"HH.mm",LTS:"HH.mm.ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY [pukul] HH.mm",LLLL:"dddd, D MMMM YYYY [pukul] HH.mm"},meridiemParse:/pagi|tengahari|petang|malam/,meridiemHour:function(e,t){return 12===e&&(e=0),"pagi"===t?e:"tengahari"===t?e>=11?e:e+12:"petang"===t||"malam"===t?e+12:void 0},meridiem:function(e,t,n){return e<11?"pagi":e<15?"tengahari":e<19?"petang":"malam"},calendar:{sameDay:"[Hari ini pukul] LT",nextDay:"[Esok pukul] LT",nextWeek:"dddd [pukul] LT",lastDay:"[Kelmarin pukul] LT",lastWeek:"dddd [lepas pukul] LT",sameElse:"L"},relativeTime:{future:"dalam %s",past:"%s yang lepas",s:"beberapa saat",ss:"%d saat",m:"seminit",mm:"%d minit",h:"sejam",hh:"%d jam",d:"sehari",dd:"%d hari",M:"sebulan",MM:"%d bulan",y:"setahun",yy:"%d tahun"},week:{dow:1,doy:7}})}(n(381))},9847:function(e,t,n){!function(e){"use strict";e.defineLocale("ms",{months:"Januari_Februari_Mac_April_Mei_Jun_Julai_Ogos_September_Oktober_November_Disember".split("_"),monthsShort:"Jan_Feb_Mac_Apr_Mei_Jun_Jul_Ogs_Sep_Okt_Nov_Dis".split("_"),weekdays:"Ahad_Isnin_Selasa_Rabu_Khamis_Jumaat_Sabtu".split("_"),weekdaysShort:"Ahd_Isn_Sel_Rab_Kha_Jum_Sab".split("_"),weekdaysMin:"Ah_Is_Sl_Rb_Km_Jm_Sb".split("_"),longDateFormat:{LT:"HH.mm",LTS:"HH.mm.ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY [pukul] HH.mm",LLLL:"dddd, D MMMM YYYY [pukul] HH.mm"},meridiemParse:/pagi|tengahari|petang|malam/,meridiemHour:function(e,t){return 12===e&&(e=0),"pagi"===t?e:"tengahari"===t?e>=11?e:e+12:"petang"===t||"malam"===t?e+12:void 0},meridiem:function(e,t,n){return e<11?"pagi":e<15?"tengahari":e<19?"petang":"malam"},calendar:{sameDay:"[Hari ini pukul] LT",nextDay:"[Esok pukul] LT",nextWeek:"dddd [pukul] LT",lastDay:"[Kelmarin pukul] LT",lastWeek:"dddd [lepas pukul] LT",sameElse:"L"},relativeTime:{future:"dalam %s",past:"%s yang lepas",s:"beberapa saat",ss:"%d saat",m:"seminit",mm:"%d minit",h:"sejam",hh:"%d jam",d:"sehari",dd:"%d hari",M:"sebulan",MM:"%d bulan",y:"setahun",yy:"%d tahun"},week:{dow:1,doy:7}})}(n(381))},2126:function(e,t,n){!function(e){"use strict";e.defineLocale("mt",{months:"Jannar_Frar_Marzu_April_Mejju_Ġunju_Lulju_Awwissu_Settembru_Ottubru_Novembru_Diċembru".split("_"),monthsShort:"Jan_Fra_Mar_Apr_Mej_Ġun_Lul_Aww_Set_Ott_Nov_Diċ".split("_"),weekdays:"Il-Ħadd_It-Tnejn_It-Tlieta_L-Erbgħa_Il-Ħamis_Il-Ġimgħa_Is-Sibt".split("_"),weekdaysShort:"Ħad_Tne_Tli_Erb_Ħam_Ġim_Sib".split("_"),weekdaysMin:"Ħa_Tn_Tl_Er_Ħa_Ġi_Si".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Illum fil-]LT",nextDay:"[Għada fil-]LT",nextWeek:"dddd [fil-]LT",lastDay:"[Il-bieraħ fil-]LT",lastWeek:"dddd [li għadda] [fil-]LT",sameElse:"L"},relativeTime:{future:"f’ %s",past:"%s ilu",s:"ftit sekondi",ss:"%d sekondi",m:"minuta",mm:"%d minuti",h:"siegħa",hh:"%d siegħat",d:"ġurnata",dd:"%d ġranet",M:"xahar",MM:"%d xhur",y:"sena",yy:"%d sni"},dayOfMonthOrdinalParse:/\d{1,2}º/,ordinal:"%dº",week:{dow:1,doy:4}})}(n(381))},6165:function(e,t,n){!function(e){"use strict";var t={1:"၁",2:"၂",3:"၃",4:"၄",5:"၅",6:"၆",7:"၇",8:"၈",9:"၉",0:"၀"},n={"၁":"1","၂":"2","၃":"3","၄":"4","၅":"5","၆":"6","၇":"7","၈":"8","၉":"9","၀":"0"};e.defineLocale("my",{months:"ဇန်နဝါရီ_ဖေဖော်ဝါရီ_မတ်_ဧပြီ_မေ_ဇွန်_ဇူလိုင်_သြဂုတ်_စက်တင်ဘာ_အောက်တိုဘာ_နိုဝင်ဘာ_ဒီဇင်ဘာ".split("_"),monthsShort:"ဇန်_ဖေ_မတ်_ပြီ_မေ_ဇွန်_လိုင်_သြ_စက်_အောက်_နို_ဒီ".split("_"),weekdays:"တနင်္ဂနွေ_တနင်္လာ_အင်္ဂါ_ဗုဒ္ဓဟူး_ကြာသပတေး_သောကြာ_စနေ".split("_"),weekdaysShort:"နွေ_လာ_ဂါ_ဟူး_ကြာ_သော_နေ".split("_"),weekdaysMin:"နွေ_လာ_ဂါ_ဟူး_ကြာ_သော_နေ".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[ယနေ.] LT [မှာ]",nextDay:"[မနက်ဖြန်] LT [မှာ]",nextWeek:"dddd LT [မှာ]",lastDay:"[မနေ.က] LT [မှာ]",lastWeek:"[ပြီးခဲ့သော] dddd LT [မှာ]",sameElse:"L"},relativeTime:{future:"လာမည့် %s မှာ",past:"လွန်ခဲ့သော %s က",s:"စက္ကန်.အနည်းငယ်",ss:"%d စက္ကန့်",m:"တစ်မိနစ်",mm:"%d မိနစ်",h:"တစ်နာရီ",hh:"%d နာရီ",d:"တစ်ရက်",dd:"%d ရက်",M:"တစ်လ",MM:"%d လ",y:"တစ်နှစ်",yy:"%d နှစ်"},preparse:function(e){return e.replace(/[၁၂၃၄၅၆၇၈၉၀]/g,(function(e){return n[e]}))},postformat:function(e){return e.replace(/\d/g,(function(e){return t[e]}))},week:{dow:1,doy:4}})}(n(381))},4924:function(e,t,n){!function(e){"use strict";e.defineLocale("nb",{months:"januar_februar_mars_april_mai_juni_juli_august_september_oktober_november_desember".split("_"),monthsShort:"jan._feb._mars_apr._mai_juni_juli_aug._sep._okt._nov._des.".split("_"),monthsParseExact:!0,weekdays:"søndag_mandag_tirsdag_onsdag_torsdag_fredag_lørdag".split("_"),weekdaysShort:"sø._ma._ti._on._to._fr._lø.".split("_"),weekdaysMin:"sø_ma_ti_on_to_fr_lø".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY [kl.] HH:mm",LLLL:"dddd D. MMMM YYYY [kl.] HH:mm"},calendar:{sameDay:"[i dag kl.] LT",nextDay:"[i morgen kl.] LT",nextWeek:"dddd [kl.] LT",lastDay:"[i går kl.] LT",lastWeek:"[forrige] dddd [kl.] LT",sameElse:"L"},relativeTime:{future:"om %s",past:"%s siden",s:"noen sekunder",ss:"%d sekunder",m:"ett minutt",mm:"%d minutter",h:"en time",hh:"%d timer",d:"en dag",dd:"%d dager",w:"en uke",ww:"%d uker",M:"en måned",MM:"%d måneder",y:"ett år",yy:"%d år"},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(n(381))},6744:function(e,t,n){!function(e){"use strict";var t={1:"१",2:"२",3:"३",4:"४",5:"५",6:"६",7:"७",8:"८",9:"९",0:"०"},n={"१":"1","२":"2","३":"3","४":"4","५":"5","६":"6","७":"7","८":"8","९":"9","०":"0"};e.defineLocale("ne",{months:"जनवरी_फेब्रुवरी_मार्च_अप्रिल_मई_जुन_जुलाई_अगष्ट_सेप्टेम्बर_अक्टोबर_नोभेम्बर_डिसेम्बर".split("_"),monthsShort:"जन._फेब्रु._मार्च_अप्रि._मई_जुन_जुलाई._अग._सेप्ट._अक्टो._नोभे._डिसे.".split("_"),monthsParseExact:!0,weekdays:"आइतबार_सोमबार_मङ्गलबार_बुधबार_बिहिबार_शुक्रबार_शनिबार".split("_"),weekdaysShort:"आइत._सोम._मङ्गल._बुध._बिहि._शुक्र._शनि.".split("_"),weekdaysMin:"आ._सो._मं._बु._बि._शु._श.".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"Aको h:mm बजे",LTS:"Aको h:mm:ss बजे",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, Aको h:mm बजे",LLLL:"dddd, D MMMM YYYY, Aको h:mm बजे"},preparse:function(e){return e.replace(/[१२३४५६७८९०]/g,(function(e){return n[e]}))},postformat:function(e){return e.replace(/\d/g,(function(e){return t[e]}))},meridiemParse:/राति|बिहान|दिउँसो|साँझ/,meridiemHour:function(e,t){return 12===e&&(e=0),"राति"===t?e<4?e:e+12:"बिहान"===t?e:"दिउँसो"===t?e>=10?e:e+12:"साँझ"===t?e+12:void 0},meridiem:function(e,t,n){return e<3?"राति":e<12?"बिहान":e<16?"दिउँसो":e<20?"साँझ":"राति"},calendar:{sameDay:"[आज] LT",nextDay:"[भोलि] LT",nextWeek:"[आउँदो] dddd[,] LT",lastDay:"[हिजो] LT",lastWeek:"[गएको] dddd[,] LT",sameElse:"L"},relativeTime:{future:"%sमा",past:"%s अगाडि",s:"केही क्षण",ss:"%d सेकेण्ड",m:"एक मिनेट",mm:"%d मिनेट",h:"एक घण्टा",hh:"%d घण्टा",d:"एक दिन",dd:"%d दिन",M:"एक महिना",MM:"%d महिना",y:"एक बर्ष",yy:"%d बर्ष"},week:{dow:0,doy:6}})}(n(381))},9814:function(e,t,n){!function(e){"use strict";var t="jan._feb._mrt._apr._mei_jun._jul._aug._sep._okt._nov._dec.".split("_"),n="jan_feb_mrt_apr_mei_jun_jul_aug_sep_okt_nov_dec".split("_"),o=[/^jan/i,/^feb/i,/^maart|mrt.?$/i,/^apr/i,/^mei$/i,/^jun[i.]?$/i,/^jul[i.]?$/i,/^aug/i,/^sep/i,/^okt/i,/^nov/i,/^dec/i],r=/^(januari|februari|maart|april|mei|ju[nl]i|augustus|september|oktober|november|december|jan\.?|feb\.?|mrt\.?|apr\.?|ju[nl]\.?|aug\.?|sep\.?|okt\.?|nov\.?|dec\.?)/i;e.defineLocale("nl-be",{months:"januari_februari_maart_april_mei_juni_juli_augustus_september_oktober_november_december".split("_"),monthsShort:function(e,o){return e?/-MMM-/.test(o)?n[e.month()]:t[e.month()]:t},monthsRegex:r,monthsShortRegex:r,monthsStrictRegex:/^(januari|februari|maart|april|mei|ju[nl]i|augustus|september|oktober|november|december)/i,monthsShortStrictRegex:/^(jan\.?|feb\.?|mrt\.?|apr\.?|mei|ju[nl]\.?|aug\.?|sep\.?|okt\.?|nov\.?|dec\.?)/i,monthsParse:o,longMonthsParse:o,shortMonthsParse:o,weekdays:"zondag_maandag_dinsdag_woensdag_donderdag_vrijdag_zaterdag".split("_"),weekdaysShort:"zo._ma._di._wo._do._vr._za.".split("_"),weekdaysMin:"zo_ma_di_wo_do_vr_za".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[vandaag om] LT",nextDay:"[morgen om] LT",nextWeek:"dddd [om] LT",lastDay:"[gisteren om] LT",lastWeek:"[afgelopen] dddd [om] LT",sameElse:"L"},relativeTime:{future:"over %s",past:"%s geleden",s:"een paar seconden",ss:"%d seconden",m:"één minuut",mm:"%d minuten",h:"één uur",hh:"%d uur",d:"één dag",dd:"%d dagen",M:"één maand",MM:"%d maanden",y:"één jaar",yy:"%d jaar"},dayOfMonthOrdinalParse:/\d{1,2}(ste|de)/,ordinal:function(e){return e+(1===e||8===e||e>=20?"ste":"de")},week:{dow:1,doy:4}})}(n(381))},3901:function(e,t,n){!function(e){"use strict";var t="jan._feb._mrt._apr._mei_jun._jul._aug._sep._okt._nov._dec.".split("_"),n="jan_feb_mrt_apr_mei_jun_jul_aug_sep_okt_nov_dec".split("_"),o=[/^jan/i,/^feb/i,/^maart|mrt.?$/i,/^apr/i,/^mei$/i,/^jun[i.]?$/i,/^jul[i.]?$/i,/^aug/i,/^sep/i,/^okt/i,/^nov/i,/^dec/i],r=/^(januari|februari|maart|april|mei|ju[nl]i|augustus|september|oktober|november|december|jan\.?|feb\.?|mrt\.?|apr\.?|ju[nl]\.?|aug\.?|sep\.?|okt\.?|nov\.?|dec\.?)/i;e.defineLocale("nl",{months:"januari_februari_maart_april_mei_juni_juli_augustus_september_oktober_november_december".split("_"),monthsShort:function(e,o){return e?/-MMM-/.test(o)?n[e.month()]:t[e.month()]:t},monthsRegex:r,monthsShortRegex:r,monthsStrictRegex:/^(januari|februari|maart|april|mei|ju[nl]i|augustus|september|oktober|november|december)/i,monthsShortStrictRegex:/^(jan\.?|feb\.?|mrt\.?|apr\.?|mei|ju[nl]\.?|aug\.?|sep\.?|okt\.?|nov\.?|dec\.?)/i,monthsParse:o,longMonthsParse:o,shortMonthsParse:o,weekdays:"zondag_maandag_dinsdag_woensdag_donderdag_vrijdag_zaterdag".split("_"),weekdaysShort:"zo._ma._di._wo._do._vr._za.".split("_"),weekdaysMin:"zo_ma_di_wo_do_vr_za".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD-MM-YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[vandaag om] LT",nextDay:"[morgen om] LT",nextWeek:"dddd [om] LT",lastDay:"[gisteren om] LT",lastWeek:"[afgelopen] dddd [om] LT",sameElse:"L"},relativeTime:{future:"over %s",past:"%s geleden",s:"een paar seconden",ss:"%d seconden",m:"één minuut",mm:"%d minuten",h:"één uur",hh:"%d uur",d:"één dag",dd:"%d dagen",w:"één week",ww:"%d weken",M:"één maand",MM:"%d maanden",y:"één jaar",yy:"%d jaar"},dayOfMonthOrdinalParse:/\d{1,2}(ste|de)/,ordinal:function(e){return e+(1===e||8===e||e>=20?"ste":"de")},week:{dow:1,doy:4}})}(n(381))},3877:function(e,t,n){!function(e){"use strict";e.defineLocale("nn",{months:"januar_februar_mars_april_mai_juni_juli_august_september_oktober_november_desember".split("_"),monthsShort:"jan._feb._mars_apr._mai_juni_juli_aug._sep._okt._nov._des.".split("_"),monthsParseExact:!0,weekdays:"sundag_måndag_tysdag_onsdag_torsdag_fredag_laurdag".split("_"),weekdaysShort:"su._må._ty._on._to._fr._lau.".split("_"),weekdaysMin:"su_må_ty_on_to_fr_la".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY [kl.] H:mm",LLLL:"dddd D. MMMM YYYY [kl.] HH:mm"},calendar:{sameDay:"[I dag klokka] LT",nextDay:"[I morgon klokka] LT",nextWeek:"dddd [klokka] LT",lastDay:"[I går klokka] LT",lastWeek:"[Føregåande] dddd [klokka] LT",sameElse:"L"},relativeTime:{future:"om %s",past:"%s sidan",s:"nokre sekund",ss:"%d sekund",m:"eit minutt",mm:"%d minutt",h:"ein time",hh:"%d timar",d:"ein dag",dd:"%d dagar",w:"ei veke",ww:"%d veker",M:"ein månad",MM:"%d månader",y:"eit år",yy:"%d år"},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(n(381))},2135:function(e,t,n){!function(e){"use strict";e.defineLocale("oc-lnc",{months:{standalone:"genièr_febrièr_març_abril_mai_junh_julhet_agost_setembre_octòbre_novembre_decembre".split("_"),format:"de genièr_de febrièr_de març_d'abril_de mai_de junh_de julhet_d'agost_de setembre_d'octòbre_de novembre_de decembre".split("_"),isFormat:/D[oD]?(\s)+MMMM/},monthsShort:"gen._febr._març_abr._mai_junh_julh._ago._set._oct._nov._dec.".split("_"),monthsParseExact:!0,weekdays:"dimenge_diluns_dimars_dimècres_dijòus_divendres_dissabte".split("_"),weekdaysShort:"dg._dl._dm._dc._dj._dv._ds.".split("_"),weekdaysMin:"dg_dl_dm_dc_dj_dv_ds".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM [de] YYYY",ll:"D MMM YYYY",LLL:"D MMMM [de] YYYY [a] H:mm",lll:"D MMM YYYY, H:mm",LLLL:"dddd D MMMM [de] YYYY [a] H:mm",llll:"ddd D MMM YYYY, H:mm"},calendar:{sameDay:"[uèi a] LT",nextDay:"[deman a] LT",nextWeek:"dddd [a] LT",lastDay:"[ièr a] LT",lastWeek:"dddd [passat a] LT",sameElse:"L"},relativeTime:{future:"d'aquí %s",past:"fa %s",s:"unas segondas",ss:"%d segondas",m:"una minuta",mm:"%d minutas",h:"una ora",hh:"%d oras",d:"un jorn",dd:"%d jorns",M:"un mes",MM:"%d meses",y:"un an",yy:"%d ans"},dayOfMonthOrdinalParse:/\d{1,2}(r|n|t|è|a)/,ordinal:function(e,t){var n=1===e?"r":2===e?"n":3===e?"r":4===e?"t":"è";return"w"!==t&&"W"!==t||(n="a"),e+n},week:{dow:1,doy:4}})}(n(381))},5858:function(e,t,n){!function(e){"use strict";var t={1:"੧",2:"੨",3:"੩",4:"੪",5:"੫",6:"੬",7:"੭",8:"੮",9:"੯",0:"੦"},n={"੧":"1","੨":"2","੩":"3","੪":"4","੫":"5","੬":"6","੭":"7","੮":"8","੯":"9","੦":"0"};e.defineLocale("pa-in",{months:"ਜਨਵਰੀ_ਫ਼ਰਵਰੀ_ਮਾਰਚ_ਅਪ੍ਰੈਲ_ਮਈ_ਜੂਨ_ਜੁਲਾਈ_ਅਗਸਤ_ਸਤੰਬਰ_ਅਕਤੂਬਰ_ਨਵੰਬਰ_ਦਸੰਬਰ".split("_"),monthsShort:"ਜਨਵਰੀ_ਫ਼ਰਵਰੀ_ਮਾਰਚ_ਅਪ੍ਰੈਲ_ਮਈ_ਜੂਨ_ਜੁਲਾਈ_ਅਗਸਤ_ਸਤੰਬਰ_ਅਕਤੂਬਰ_ਨਵੰਬਰ_ਦਸੰਬਰ".split("_"),weekdays:"ਐਤਵਾਰ_ਸੋਮਵਾਰ_ਮੰਗਲਵਾਰ_ਬੁਧਵਾਰ_ਵੀਰਵਾਰ_ਸ਼ੁੱਕਰਵਾਰ_ਸ਼ਨੀਚਰਵਾਰ".split("_"),weekdaysShort:"ਐਤ_ਸੋਮ_ਮੰਗਲ_ਬੁਧ_ਵੀਰ_ਸ਼ੁਕਰ_ਸ਼ਨੀ".split("_"),weekdaysMin:"ਐਤ_ਸੋਮ_ਮੰਗਲ_ਬੁਧ_ਵੀਰ_ਸ਼ੁਕਰ_ਸ਼ਨੀ".split("_"),longDateFormat:{LT:"A h:mm ਵਜੇ",LTS:"A h:mm:ss ਵਜੇ",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, A h:mm ਵਜੇ",LLLL:"dddd, D MMMM YYYY, A h:mm ਵਜੇ"},calendar:{sameDay:"[ਅਜ] LT",nextDay:"[ਕਲ] LT",nextWeek:"[ਅਗਲਾ] dddd, LT",lastDay:"[ਕਲ] LT",lastWeek:"[ਪਿਛਲੇ] dddd, LT",sameElse:"L"},relativeTime:{future:"%s ਵਿੱਚ",past:"%s ਪਿਛਲੇ",s:"ਕੁਝ ਸਕਿੰਟ",ss:"%d ਸਕਿੰਟ",m:"ਇਕ ਮਿੰਟ",mm:"%d ਮਿੰਟ",h:"ਇੱਕ ਘੰਟਾ",hh:"%d ਘੰਟੇ",d:"ਇੱਕ ਦਿਨ",dd:"%d ਦਿਨ",M:"ਇੱਕ ਮਹੀਨਾ",MM:"%d ਮਹੀਨੇ",y:"ਇੱਕ ਸਾਲ",yy:"%d ਸਾਲ"},preparse:function(e){return e.replace(/[੧੨੩੪੫੬੭੮੯੦]/g,(function(e){return n[e]}))},postformat:function(e){return e.replace(/\d/g,(function(e){return t[e]}))},meridiemParse:/ਰਾਤ|ਸਵੇਰ|ਦੁਪਹਿਰ|ਸ਼ਾਮ/,meridiemHour:function(e,t){return 12===e&&(e=0),"ਰਾਤ"===t?e<4?e:e+12:"ਸਵੇਰ"===t?e:"ਦੁਪਹਿਰ"===t?e>=10?e:e+12:"ਸ਼ਾਮ"===t?e+12:void 0},meridiem:function(e,t,n){return e<4?"ਰਾਤ":e<10?"ਸਵੇਰ":e<17?"ਦੁਪਹਿਰ":e<20?"ਸ਼ਾਮ":"ਰਾਤ"},week:{dow:0,doy:6}})}(n(381))},4495:function(e,t,n){!function(e){"use strict";var t="styczeń_luty_marzec_kwiecień_maj_czerwiec_lipiec_sierpień_wrzesień_październik_listopad_grudzień".split("_"),n="stycznia_lutego_marca_kwietnia_maja_czerwca_lipca_sierpnia_września_października_listopada_grudnia".split("_"),o=[/^sty/i,/^lut/i,/^mar/i,/^kwi/i,/^maj/i,/^cze/i,/^lip/i,/^sie/i,/^wrz/i,/^paź/i,/^lis/i,/^gru/i];function r(e){return e%10<5&&e%10>1&&~~(e/10)%10!=1}function a(e,t,n){var o=e+" ";switch(n){case"ss":return o+(r(e)?"sekundy":"sekund");case"m":return t?"minuta":"minutę";case"mm":return o+(r(e)?"minuty":"minut");case"h":return t?"godzina":"godzinę";case"hh":return o+(r(e)?"godziny":"godzin");case"ww":return o+(r(e)?"tygodnie":"tygodni");case"MM":return o+(r(e)?"miesiące":"miesięcy");case"yy":return o+(r(e)?"lata":"lat")}}e.defineLocale("pl",{months:function(e,o){return e?/D MMMM/.test(o)?n[e.month()]:t[e.month()]:t},monthsShort:"sty_lut_mar_kwi_maj_cze_lip_sie_wrz_paź_lis_gru".split("_"),monthsParse:o,longMonthsParse:o,shortMonthsParse:o,weekdays:"niedziela_poniedziałek_wtorek_środa_czwartek_piątek_sobota".split("_"),weekdaysShort:"ndz_pon_wt_śr_czw_pt_sob".split("_"),weekdaysMin:"Nd_Pn_Wt_Śr_Cz_Pt_So".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Dziś o] LT",nextDay:"[Jutro o] LT",nextWeek:function(){switch(this.day()){case 0:return"[W niedzielę o] LT";case 2:return"[We wtorek o] LT";case 3:return"[W środę o] LT";case 6:return"[W sobotę o] LT";default:return"[W] dddd [o] LT"}},lastDay:"[Wczoraj o] LT",lastWeek:function(){switch(this.day()){case 0:return"[W zeszłą niedzielę o] LT";case 3:return"[W zeszłą środę o] LT";case 6:return"[W zeszłą sobotę o] LT";default:return"[W zeszły] dddd [o] LT"}},sameElse:"L"},relativeTime:{future:"za %s",past:"%s temu",s:"kilka sekund",ss:a,m:a,mm:a,h:a,hh:a,d:"1 dzień",dd:"%d dni",w:"tydzień",ww:a,M:"miesiąc",MM:a,y:"rok",yy:a},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(n(381))},7971:function(e,t,n){!function(e){"use strict";e.defineLocale("pt-br",{months:"janeiro_fevereiro_março_abril_maio_junho_julho_agosto_setembro_outubro_novembro_dezembro".split("_"),monthsShort:"jan_fev_mar_abr_mai_jun_jul_ago_set_out_nov_dez".split("_"),weekdays:"domingo_segunda-feira_terça-feira_quarta-feira_quinta-feira_sexta-feira_sábado".split("_"),weekdaysShort:"dom_seg_ter_qua_qui_sex_sáb".split("_"),weekdaysMin:"do_2ª_3ª_4ª_5ª_6ª_sá".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D [de] MMMM [de] YYYY",LLL:"D [de] MMMM [de] YYYY [às] HH:mm",LLLL:"dddd, D [de] MMMM [de] YYYY [às] HH:mm"},calendar:{sameDay:"[Hoje às] LT",nextDay:"[Amanhã às] LT",nextWeek:"dddd [às] LT",lastDay:"[Ontem às] LT",lastWeek:function(){return 0===this.day()||6===this.day()?"[Último] dddd [às] LT":"[Última] dddd [às] LT"},sameElse:"L"},relativeTime:{future:"em %s",past:"há %s",s:"poucos segundos",ss:"%d segundos",m:"um minuto",mm:"%d minutos",h:"uma hora",hh:"%d horas",d:"um dia",dd:"%d dias",M:"um mês",MM:"%d meses",y:"um ano",yy:"%d anos"},dayOfMonthOrdinalParse:/\d{1,2}º/,ordinal:"%dº",invalidDate:"Data inválida"})}(n(381))},9520:function(e,t,n){!function(e){"use strict";e.defineLocale("pt",{months:"janeiro_fevereiro_março_abril_maio_junho_julho_agosto_setembro_outubro_novembro_dezembro".split("_"),monthsShort:"jan_fev_mar_abr_mai_jun_jul_ago_set_out_nov_dez".split("_"),weekdays:"Domingo_Segunda-feira_Terça-feira_Quarta-feira_Quinta-feira_Sexta-feira_Sábado".split("_"),weekdaysShort:"Dom_Seg_Ter_Qua_Qui_Sex_Sáb".split("_"),weekdaysMin:"Do_2ª_3ª_4ª_5ª_6ª_Sá".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D [de] MMMM [de] YYYY",LLL:"D [de] MMMM [de] YYYY HH:mm",LLLL:"dddd, D [de] MMMM [de] YYYY HH:mm"},calendar:{sameDay:"[Hoje às] LT",nextDay:"[Amanhã às] LT",nextWeek:"dddd [às] LT",lastDay:"[Ontem às] LT",lastWeek:function(){return 0===this.day()||6===this.day()?"[Último] dddd [às] LT":"[Última] dddd [às] LT"},sameElse:"L"},relativeTime:{future:"em %s",past:"há %s",s:"segundos",ss:"%d segundos",m:"um minuto",mm:"%d minutos",h:"uma hora",hh:"%d horas",d:"um dia",dd:"%d dias",w:"uma semana",ww:"%d semanas",M:"um mês",MM:"%d meses",y:"um ano",yy:"%d anos"},dayOfMonthOrdinalParse:/\d{1,2}º/,ordinal:"%dº",week:{dow:1,doy:4}})}(n(381))},6459:function(e,t,n){!function(e){"use strict";function t(e,t,n){var o=" ";return(e%100>=20||e>=100&&e%100==0)&&(o=" de "),e+o+{ss:"secunde",mm:"minute",hh:"ore",dd:"zile",ww:"săptămâni",MM:"luni",yy:"ani"}[n]}e.defineLocale("ro",{months:"ianuarie_februarie_martie_aprilie_mai_iunie_iulie_august_septembrie_octombrie_noiembrie_decembrie".split("_"),monthsShort:"ian._feb._mart._apr._mai_iun._iul._aug._sept._oct._nov._dec.".split("_"),monthsParseExact:!0,weekdays:"duminică_luni_marți_miercuri_joi_vineri_sâmbătă".split("_"),weekdaysShort:"Dum_Lun_Mar_Mie_Joi_Vin_Sâm".split("_"),weekdaysMin:"Du_Lu_Ma_Mi_Jo_Vi_Sâ".split("_"),longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY H:mm",LLLL:"dddd, D MMMM YYYY H:mm"},calendar:{sameDay:"[azi la] LT",nextDay:"[mâine la] LT",nextWeek:"dddd [la] LT",lastDay:"[ieri la] LT",lastWeek:"[fosta] dddd [la] LT",sameElse:"L"},relativeTime:{future:"peste %s",past:"%s în urmă",s:"câteva secunde",ss:t,m:"un minut",mm:t,h:"o oră",hh:t,d:"o zi",dd:t,w:"o săptămână",ww:t,M:"o lună",MM:t,y:"un an",yy:t},week:{dow:1,doy:7}})}(n(381))},1793:function(e,t,n){!function(e){"use strict";function t(e,t){var n=e.split("_");return t%10==1&&t%100!=11?n[0]:t%10>=2&&t%10<=4&&(t%100<10||t%100>=20)?n[1]:n[2]}function n(e,n,o){return"m"===o?n?"минута":"минуту":e+" "+t({ss:n?"секунда_секунды_секунд":"секунду_секунды_секунд",mm:n?"минута_минуты_минут":"минуту_минуты_минут",hh:"час_часа_часов",dd:"день_дня_дней",ww:"неделя_недели_недель",MM:"месяц_месяца_месяцев",yy:"год_года_лет"}[o],+e)}var o=[/^янв/i,/^фев/i,/^мар/i,/^апр/i,/^ма[йя]/i,/^июн/i,/^июл/i,/^авг/i,/^сен/i,/^окт/i,/^ноя/i,/^дек/i];e.defineLocale("ru",{months:{format:"января_февраля_марта_апреля_мая_июня_июля_августа_сентября_октября_ноября_декабря".split("_"),standalone:"январь_февраль_март_апрель_май_июнь_июль_август_сентябрь_октябрь_ноябрь_декабрь".split("_")},monthsShort:{format:"янв._февр._мар._апр._мая_июня_июля_авг._сент._окт._нояб._дек.".split("_"),standalone:"янв._февр._март_апр._май_июнь_июль_авг._сент._окт._нояб._дек.".split("_")},weekdays:{standalone:"воскресенье_понедельник_вторник_среда_четверг_пятница_суббота".split("_"),format:"воскресенье_понедельник_вторник_среду_четверг_пятницу_субботу".split("_"),isFormat:/\[ ?[Вв] ?(?:прошлую|следующую|эту)? ?] ?dddd/},weekdaysShort:"вс_пн_вт_ср_чт_пт_сб".split("_"),weekdaysMin:"вс_пн_вт_ср_чт_пт_сб".split("_"),monthsParse:o,longMonthsParse:o,shortMonthsParse:o,monthsRegex:/^(январ[ья]|янв\.?|феврал[ья]|февр?\.?|марта?|мар\.?|апрел[ья]|апр\.?|ма[йя]|июн[ья]|июн\.?|июл[ья]|июл\.?|августа?|авг\.?|сентябр[ья]|сент?\.?|октябр[ья]|окт\.?|ноябр[ья]|нояб?\.?|декабр[ья]|дек\.?)/i,monthsShortRegex:/^(январ[ья]|янв\.?|феврал[ья]|февр?\.?|марта?|мар\.?|апрел[ья]|апр\.?|ма[йя]|июн[ья]|июн\.?|июл[ья]|июл\.?|августа?|авг\.?|сентябр[ья]|сент?\.?|октябр[ья]|окт\.?|ноябр[ья]|нояб?\.?|декабр[ья]|дек\.?)/i,monthsStrictRegex:/^(январ[яь]|феврал[яь]|марта?|апрел[яь]|ма[яй]|июн[яь]|июл[яь]|августа?|сентябр[яь]|октябр[яь]|ноябр[яь]|декабр[яь])/i,monthsShortStrictRegex:/^(янв\.|февр?\.|мар[т.]|апр\.|ма[яй]|июн[ья.]|июл[ья.]|авг\.|сент?\.|окт\.|нояб?\.|дек\.)/i,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY г.",LLL:"D MMMM YYYY г., H:mm",LLLL:"dddd, D MMMM YYYY г., H:mm"},calendar:{sameDay:"[Сегодня, в] LT",nextDay:"[Завтра, в] LT",lastDay:"[Вчера, в] LT",nextWeek:function(e){if(e.week()===this.week())return 2===this.day()?"[Во] dddd, [в] LT":"[В] dddd, [в] LT";switch(this.day()){case 0:return"[В следующее] dddd, [в] LT";case 1:case 2:case 4:return"[В следующий] dddd, [в] LT";case 3:case 5:case 6:return"[В следующую] dddd, [в] LT"}},lastWeek:function(e){if(e.week()===this.week())return 2===this.day()?"[Во] dddd, [в] LT":"[В] dddd, [в] LT";switch(this.day()){case 0:return"[В прошлое] dddd, [в] LT";case 1:case 2:case 4:return"[В прошлый] dddd, [в] LT";case 3:case 5:case 6:return"[В прошлую] dddd, [в] LT"}},sameElse:"L"},relativeTime:{future:"через %s",past:"%s назад",s:"несколько секунд",ss:n,m:n,mm:n,h:"час",hh:n,d:"день",dd:n,w:"неделя",ww:n,M:"месяц",MM:n,y:"год",yy:n},meridiemParse:/ночи|утра|дня|вечера/i,isPM:function(e){return/^(дня|вечера)$/.test(e)},meridiem:function(e,t,n){return e<4?"ночи":e<12?"утра":e<17?"дня":"вечера"},dayOfMonthOrdinalParse:/\d{1,2}-(й|го|я)/,ordinal:function(e,t){switch(t){case"M":case"d":case"DDD":return e+"-й";case"D":return e+"-го";case"w":case"W":return e+"-я";default:return e}},week:{dow:1,doy:4}})}(n(381))},950:function(e,t,n){!function(e){"use strict";var t=["جنوري","فيبروري","مارچ","اپريل","مئي","جون","جولاءِ","آگسٽ","سيپٽمبر","آڪٽوبر","نومبر","ڊسمبر"],n=["آچر","سومر","اڱارو","اربع","خميس","جمع","ڇنڇر"];e.defineLocale("sd",{months:t,monthsShort:t,weekdays:n,weekdaysShort:n,weekdaysMin:n,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd، D MMMM YYYY HH:mm"},meridiemParse:/صبح|شام/,isPM:function(e){return"شام"===e},meridiem:function(e,t,n){return e<12?"صبح":"شام"},calendar:{sameDay:"[اڄ] LT",nextDay:"[سڀاڻي] LT",nextWeek:"dddd [اڳين هفتي تي] LT",lastDay:"[ڪالهه] LT",lastWeek:"[گزريل هفتي] dddd [تي] LT",sameElse:"L"},relativeTime:{future:"%s پوء",past:"%s اڳ",s:"چند سيڪنڊ",ss:"%d سيڪنڊ",m:"هڪ منٽ",mm:"%d منٽ",h:"هڪ ڪلاڪ",hh:"%d ڪلاڪ",d:"هڪ ڏينهن",dd:"%d ڏينهن",M:"هڪ مهينو",MM:"%d مهينا",y:"هڪ سال",yy:"%d سال"},preparse:function(e){return e.replace(/،/g,",")},postformat:function(e){return e.replace(/,/g,"،")},week:{dow:1,doy:4}})}(n(381))},490:function(e,t,n){!function(e){"use strict";e.defineLocale("se",{months:"ođđajagemánnu_guovvamánnu_njukčamánnu_cuoŋománnu_miessemánnu_geassemánnu_suoidnemánnu_borgemánnu_čakčamánnu_golggotmánnu_skábmamánnu_juovlamánnu".split("_"),monthsShort:"ođđj_guov_njuk_cuo_mies_geas_suoi_borg_čakč_golg_skáb_juov".split("_"),weekdays:"sotnabeaivi_vuossárga_maŋŋebárga_gaskavahkku_duorastat_bearjadat_lávvardat".split("_"),weekdaysShort:"sotn_vuos_maŋ_gask_duor_bear_láv".split("_"),weekdaysMin:"s_v_m_g_d_b_L".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"MMMM D. [b.] YYYY",LLL:"MMMM D. [b.] YYYY [ti.] HH:mm",LLLL:"dddd, MMMM D. [b.] YYYY [ti.] HH:mm"},calendar:{sameDay:"[otne ti] LT",nextDay:"[ihttin ti] LT",nextWeek:"dddd [ti] LT",lastDay:"[ikte ti] LT",lastWeek:"[ovddit] dddd [ti] LT",sameElse:"L"},relativeTime:{future:"%s geažes",past:"maŋit %s",s:"moadde sekunddat",ss:"%d sekunddat",m:"okta minuhta",mm:"%d minuhtat",h:"okta diimmu",hh:"%d diimmut",d:"okta beaivi",dd:"%d beaivvit",M:"okta mánnu",MM:"%d mánut",y:"okta jahki",yy:"%d jagit"},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(n(381))},124:function(e,t,n){!function(e){"use strict";e.defineLocale("si",{months:"ජනවාරි_පෙබරවාරි_මාර්තු_අප්‍රේල්_මැයි_ජූනි_ජූලි_අගෝස්තු_සැප්තැම්බර්_ඔක්තෝබර්_නොවැම්බර්_දෙසැම්බර්".split("_"),monthsShort:"ජන_පෙබ_මාර්_අප්_මැයි_ජූනි_ජූලි_අගෝ_සැප්_ඔක්_නොවැ_දෙසැ".split("_"),weekdays:"ඉරිදා_සඳුදා_අඟහරුවාදා_බදාදා_බ්‍රහස්පතින්දා_සිකුරාදා_සෙනසුරාදා".split("_"),weekdaysShort:"ඉරි_සඳු_අඟ_බදා_බ්‍රහ_සිකු_සෙන".split("_"),weekdaysMin:"ඉ_ස_අ_බ_බ්‍ර_සි_සෙ".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"a h:mm",LTS:"a h:mm:ss",L:"YYYY/MM/DD",LL:"YYYY MMMM D",LLL:"YYYY MMMM D, a h:mm",LLLL:"YYYY MMMM D [වැනි] dddd, a h:mm:ss"},calendar:{sameDay:"[අද] LT[ට]",nextDay:"[හෙට] LT[ට]",nextWeek:"dddd LT[ට]",lastDay:"[ඊයේ] LT[ට]",lastWeek:"[පසුගිය] dddd LT[ට]",sameElse:"L"},relativeTime:{future:"%sකින්",past:"%sකට පෙර",s:"තත්පර කිහිපය",ss:"තත්පර %d",m:"මිනිත්තුව",mm:"මිනිත්තු %d",h:"පැය",hh:"පැය %d",d:"දිනය",dd:"දින %d",M:"මාසය",MM:"මාස %d",y:"වසර",yy:"වසර %d"},dayOfMonthOrdinalParse:/\d{1,2} වැනි/,ordinal:function(e){return e+" වැනි"},meridiemParse:/පෙර වරු|පස් වරු|පෙ.ව|ප.ව./,isPM:function(e){return"ප.ව."===e||"පස් වරු"===e},meridiem:function(e,t,n){return e>11?n?"ප.ව.":"පස් වරු":n?"පෙ.ව.":"පෙර වරු"}})}(n(381))},4249:function(e,t,n){!function(e){"use strict";var t="január_február_marec_apríl_máj_jún_júl_august_september_október_november_december".split("_"),n="jan_feb_mar_apr_máj_jún_júl_aug_sep_okt_nov_dec".split("_");function o(e){return e>1&&e<5}function r(e,t,n,r){var a=e+" ";switch(n){case"s":return t||r?"pár sekúnd":"pár sekundami";case"ss":return t||r?a+(o(e)?"sekundy":"sekúnd"):a+"sekundami";case"m":return t?"minúta":r?"minútu":"minútou";case"mm":return t||r?a+(o(e)?"minúty":"minút"):a+"minútami";case"h":return t?"hodina":r?"hodinu":"hodinou";case"hh":return t||r?a+(o(e)?"hodiny":"hodín"):a+"hodinami";case"d":return t||r?"deň":"dňom";case"dd":return t||r?a+(o(e)?"dni":"dní"):a+"dňami";case"M":return t||r?"mesiac":"mesiacom";case"MM":return t||r?a+(o(e)?"mesiace":"mesiacov"):a+"mesiacmi";case"y":return t||r?"rok":"rokom";case"yy":return t||r?a+(o(e)?"roky":"rokov"):a+"rokmi"}}e.defineLocale("sk",{months:t,monthsShort:n,weekdays:"nedeľa_pondelok_utorok_streda_štvrtok_piatok_sobota".split("_"),weekdaysShort:"ne_po_ut_st_št_pi_so".split("_"),weekdaysMin:"ne_po_ut_st_št_pi_so".split("_"),longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY H:mm",LLLL:"dddd D. MMMM YYYY H:mm"},calendar:{sameDay:"[dnes o] LT",nextDay:"[zajtra o] LT",nextWeek:function(){switch(this.day()){case 0:return"[v nedeľu o] LT";case 1:case 2:return"[v] dddd [o] LT";case 3:return"[v stredu o] LT";case 4:return"[vo štvrtok o] LT";case 5:return"[v piatok o] LT";case 6:return"[v sobotu o] LT"}},lastDay:"[včera o] LT",lastWeek:function(){switch(this.day()){case 0:return"[minulú nedeľu o] LT";case 1:case 2:case 4:case 5:return"[minulý] dddd [o] LT";case 3:return"[minulú stredu o] LT";case 6:return"[minulú sobotu o] LT"}},sameElse:"L"},relativeTime:{future:"za %s",past:"pred %s",s:r,ss:r,m:r,mm:r,h:r,hh:r,d:r,dd:r,M:r,MM:r,y:r,yy:r},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(n(381))},4985:function(e,t,n){!function(e){"use strict";function t(e,t,n,o){var r=e+" ";switch(n){case"s":return t||o?"nekaj sekund":"nekaj sekundami";case"ss":return r+=1===e?t?"sekundo":"sekundi":2===e?t||o?"sekundi":"sekundah":e<5?t||o?"sekunde":"sekundah":"sekund";case"m":return t?"ena minuta":"eno minuto";case"mm":return r+=1===e?t?"minuta":"minuto":2===e?t||o?"minuti":"minutama":e<5?t||o?"minute":"minutami":t||o?"minut":"minutami";case"h":return t?"ena ura":"eno uro";case"hh":return r+=1===e?t?"ura":"uro":2===e?t||o?"uri":"urama":e<5?t||o?"ure":"urami":t||o?"ur":"urami";case"d":return t||o?"en dan":"enim dnem";case"dd":return r+=1===e?t||o?"dan":"dnem":2===e?t||o?"dni":"dnevoma":t||o?"dni":"dnevi";case"M":return t||o?"en mesec":"enim mesecem";case"MM":return r+=1===e?t||o?"mesec":"mesecem":2===e?t||o?"meseca":"mesecema":e<5?t||o?"mesece":"meseci":t||o?"mesecev":"meseci";case"y":return t||o?"eno leto":"enim letom";case"yy":return r+=1===e?t||o?"leto":"letom":2===e?t||o?"leti":"letoma":e<5?t||o?"leta":"leti":t||o?"let":"leti"}}e.defineLocale("sl",{months:"januar_februar_marec_april_maj_junij_julij_avgust_september_oktober_november_december".split("_"),monthsShort:"jan._feb._mar._apr._maj._jun._jul._avg._sep._okt._nov._dec.".split("_"),monthsParseExact:!0,weekdays:"nedelja_ponedeljek_torek_sreda_četrtek_petek_sobota".split("_"),weekdaysShort:"ned._pon._tor._sre._čet._pet._sob.".split("_"),weekdaysMin:"ne_po_to_sr_če_pe_so".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD. MM. YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY H:mm",LLLL:"dddd, D. MMMM YYYY H:mm"},calendar:{sameDay:"[danes ob] LT",nextDay:"[jutri ob] LT",nextWeek:function(){switch(this.day()){case 0:return"[v] [nedeljo] [ob] LT";case 3:return"[v] [sredo] [ob] LT";case 6:return"[v] [soboto] [ob] LT";case 1:case 2:case 4:case 5:return"[v] dddd [ob] LT"}},lastDay:"[včeraj ob] LT",lastWeek:function(){switch(this.day()){case 0:return"[prejšnjo] [nedeljo] [ob] LT";case 3:return"[prejšnjo] [sredo] [ob] LT";case 6:return"[prejšnjo] [soboto] [ob] LT";case 1:case 2:case 4:case 5:return"[prejšnji] dddd [ob] LT"}},sameElse:"L"},relativeTime:{future:"čez %s",past:"pred %s",s:t,ss:t,m:t,mm:t,h:t,hh:t,d:t,dd:t,M:t,MM:t,y:t,yy:t},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:7}})}(n(381))},1104:function(e,t,n){!function(e){"use strict";e.defineLocale("sq",{months:"Janar_Shkurt_Mars_Prill_Maj_Qershor_Korrik_Gusht_Shtator_Tetor_Nëntor_Dhjetor".split("_"),monthsShort:"Jan_Shk_Mar_Pri_Maj_Qer_Kor_Gus_Sht_Tet_Nën_Dhj".split("_"),weekdays:"E Diel_E Hënë_E Martë_E Mërkurë_E Enjte_E Premte_E Shtunë".split("_"),weekdaysShort:"Die_Hën_Mar_Mër_Enj_Pre_Sht".split("_"),weekdaysMin:"D_H_Ma_Më_E_P_Sh".split("_"),weekdaysParseExact:!0,meridiemParse:/PD|MD/,isPM:function(e){return"M"===e.charAt(0)},meridiem:function(e,t,n){return e<12?"PD":"MD"},longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Sot në] LT",nextDay:"[Nesër në] LT",nextWeek:"dddd [në] LT",lastDay:"[Dje në] LT",lastWeek:"dddd [e kaluar në] LT",sameElse:"L"},relativeTime:{future:"në %s",past:"%s më parë",s:"disa sekonda",ss:"%d sekonda",m:"një minutë",mm:"%d minuta",h:"një orë",hh:"%d orë",d:"një ditë",dd:"%d ditë",M:"një muaj",MM:"%d muaj",y:"një vit",yy:"%d vite"},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(n(381))},9915:function(e,t,n){!function(e){"use strict";var t={words:{ss:["секунда","секунде","секунди"],m:["један минут","једног минута"],mm:["минут","минута","минута"],h:["један сат","једног сата"],hh:["сат","сата","сати"],d:["један дан","једног дана"],dd:["дан","дана","дана"],M:["један месец","једног месеца"],MM:["месец","месеца","месеци"],y:["једну годину","једне године"],yy:["годину","године","година"]},correctGrammaticalCase:function(e,t){return e%10>=1&&e%10<=4&&(e%100<10||e%100>=20)?e%10==1?t[0]:t[1]:t[2]},translate:function(e,n,o,r){var a,i=t.words[o];return 1===o.length?"y"===o&&n?"једна година":r||n?i[0]:i[1]:(a=t.correctGrammaticalCase(e,i),"yy"===o&&n&&"годину"===a?e+" година":e+" "+a)}};e.defineLocale("sr-cyrl",{months:"јануар_фебруар_март_април_мај_јун_јул_август_септембар_октобар_новембар_децембар".split("_"),monthsShort:"јан._феб._мар._апр._мај_јун_јул_авг._сеп._окт._нов._дец.".split("_"),monthsParseExact:!0,weekdays:"недеља_понедељак_уторак_среда_четвртак_петак_субота".split("_"),weekdaysShort:"нед._пон._уто._сре._чет._пет._суб.".split("_"),weekdaysMin:"не_по_ут_ср_че_пе_су".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"D. M. YYYY.",LL:"D. MMMM YYYY.",LLL:"D. MMMM YYYY. H:mm",LLLL:"dddd, D. MMMM YYYY. H:mm"},calendar:{sameDay:"[данас у] LT",nextDay:"[сутра у] LT",nextWeek:function(){switch(this.day()){case 0:return"[у] [недељу] [у] LT";case 3:return"[у] [среду] [у] LT";case 6:return"[у] [суботу] [у] LT";case 1:case 2:case 4:case 5:return"[у] dddd [у] LT"}},lastDay:"[јуче у] LT",lastWeek:function(){return["[прошле] [недеље] [у] LT","[прошлог] [понедељка] [у] LT","[прошлог] [уторка] [у] LT","[прошле] [среде] [у] LT","[прошлог] [четвртка] [у] LT","[прошлог] [петка] [у] LT","[прошле] [суботе] [у] LT"][this.day()]},sameElse:"L"},relativeTime:{future:"за %s",past:"пре %s",s:"неколико секунди",ss:t.translate,m:t.translate,mm:t.translate,h:t.translate,hh:t.translate,d:t.translate,dd:t.translate,M:t.translate,MM:t.translate,y:t.translate,yy:t.translate},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:7}})}(n(381))},9131:function(e,t,n){!function(e){"use strict";var t={words:{ss:["sekunda","sekunde","sekundi"],m:["jedan minut","jednog minuta"],mm:["minut","minuta","minuta"],h:["jedan sat","jednog sata"],hh:["sat","sata","sati"],d:["jedan dan","jednog dana"],dd:["dan","dana","dana"],M:["jedan mesec","jednog meseca"],MM:["mesec","meseca","meseci"],y:["jednu godinu","jedne godine"],yy:["godinu","godine","godina"]},correctGrammaticalCase:function(e,t){return e%10>=1&&e%10<=4&&(e%100<10||e%100>=20)?e%10==1?t[0]:t[1]:t[2]},translate:function(e,n,o,r){var a,i=t.words[o];return 1===o.length?"y"===o&&n?"jedna godina":r||n?i[0]:i[1]:(a=t.correctGrammaticalCase(e,i),"yy"===o&&n&&"godinu"===a?e+" godina":e+" "+a)}};e.defineLocale("sr",{months:"januar_februar_mart_april_maj_jun_jul_avgust_septembar_oktobar_novembar_decembar".split("_"),monthsShort:"jan._feb._mar._apr._maj_jun_jul_avg._sep._okt._nov._dec.".split("_"),monthsParseExact:!0,weekdays:"nedelja_ponedeljak_utorak_sreda_četvrtak_petak_subota".split("_"),weekdaysShort:"ned._pon._uto._sre._čet._pet._sub.".split("_"),weekdaysMin:"ne_po_ut_sr_če_pe_su".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"D. M. YYYY.",LL:"D. MMMM YYYY.",LLL:"D. MMMM YYYY. H:mm",LLLL:"dddd, D. MMMM YYYY. H:mm"},calendar:{sameDay:"[danas u] LT",nextDay:"[sutra u] LT",nextWeek:function(){switch(this.day()){case 0:return"[u] [nedelju] [u] LT";case 3:return"[u] [sredu] [u] LT";case 6:return"[u] [subotu] [u] LT";case 1:case 2:case 4:case 5:return"[u] dddd [u] LT"}},lastDay:"[juče u] LT",lastWeek:function(){return["[prošle] [nedelje] [u] LT","[prošlog] [ponedeljka] [u] LT","[prošlog] [utorka] [u] LT","[prošle] [srede] [u] LT","[prošlog] [četvrtka] [u] LT","[prošlog] [petka] [u] LT","[prošle] [subote] [u] LT"][this.day()]},sameElse:"L"},relativeTime:{future:"za %s",past:"pre %s",s:"nekoliko sekundi",ss:t.translate,m:t.translate,mm:t.translate,h:t.translate,hh:t.translate,d:t.translate,dd:t.translate,M:t.translate,MM:t.translate,y:t.translate,yy:t.translate},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:7}})}(n(381))},5893:function(e,t,n){!function(e){"use strict";e.defineLocale("ss",{months:"Bhimbidvwane_Indlovana_Indlov'lenkhulu_Mabasa_Inkhwekhweti_Inhlaba_Kholwane_Ingci_Inyoni_Imphala_Lweti_Ingongoni".split("_"),monthsShort:"Bhi_Ina_Inu_Mab_Ink_Inh_Kho_Igc_Iny_Imp_Lwe_Igo".split("_"),weekdays:"Lisontfo_Umsombuluko_Lesibili_Lesitsatfu_Lesine_Lesihlanu_Umgcibelo".split("_"),weekdaysShort:"Lis_Umb_Lsb_Les_Lsi_Lsh_Umg".split("_"),weekdaysMin:"Li_Us_Lb_Lt_Ls_Lh_Ug".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"h:mm A",LTS:"h:mm:ss A",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY h:mm A",LLLL:"dddd, D MMMM YYYY h:mm A"},calendar:{sameDay:"[Namuhla nga] LT",nextDay:"[Kusasa nga] LT",nextWeek:"dddd [nga] LT",lastDay:"[Itolo nga] LT",lastWeek:"dddd [leliphelile] [nga] LT",sameElse:"L"},relativeTime:{future:"nga %s",past:"wenteka nga %s",s:"emizuzwana lomcane",ss:"%d mzuzwana",m:"umzuzu",mm:"%d emizuzu",h:"lihora",hh:"%d emahora",d:"lilanga",dd:"%d emalanga",M:"inyanga",MM:"%d tinyanga",y:"umnyaka",yy:"%d iminyaka"},meridiemParse:/ekuseni|emini|entsambama|ebusuku/,meridiem:function(e,t,n){return e<11?"ekuseni":e<15?"emini":e<19?"entsambama":"ebusuku"},meridiemHour:function(e,t){return 12===e&&(e=0),"ekuseni"===t?e:"emini"===t?e>=11?e:e+12:"entsambama"===t||"ebusuku"===t?0===e?0:e+12:void 0},dayOfMonthOrdinalParse:/\d{1,2}/,ordinal:"%d",week:{dow:1,doy:4}})}(n(381))},8760:function(e,t,n){!function(e){"use strict";e.defineLocale("sv",{months:"januari_februari_mars_april_maj_juni_juli_augusti_september_oktober_november_december".split("_"),monthsShort:"jan_feb_mar_apr_maj_jun_jul_aug_sep_okt_nov_dec".split("_"),weekdays:"söndag_måndag_tisdag_onsdag_torsdag_fredag_lördag".split("_"),weekdaysShort:"sön_mån_tis_ons_tor_fre_lör".split("_"),weekdaysMin:"sö_må_ti_on_to_fr_lö".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY-MM-DD",LL:"D MMMM YYYY",LLL:"D MMMM YYYY [kl.] HH:mm",LLLL:"dddd D MMMM YYYY [kl.] HH:mm",lll:"D MMM YYYY HH:mm",llll:"ddd D MMM YYYY HH:mm"},calendar:{sameDay:"[Idag] LT",nextDay:"[Imorgon] LT",lastDay:"[Igår] LT",nextWeek:"[På] dddd LT",lastWeek:"[I] dddd[s] LT",sameElse:"L"},relativeTime:{future:"om %s",past:"för %s sedan",s:"några sekunder",ss:"%d sekunder",m:"en minut",mm:"%d minuter",h:"en timme",hh:"%d timmar",d:"en dag",dd:"%d dagar",M:"en månad",MM:"%d månader",y:"ett år",yy:"%d år"},dayOfMonthOrdinalParse:/\d{1,2}(\:e|\:a)/,ordinal:function(e){var t=e%10;return e+(1==~~(e%100/10)?":e":1===t||2===t?":a":":e")},week:{dow:1,doy:4}})}(n(381))},1172:function(e,t,n){!function(e){"use strict";e.defineLocale("sw",{months:"Januari_Februari_Machi_Aprili_Mei_Juni_Julai_Agosti_Septemba_Oktoba_Novemba_Desemba".split("_"),monthsShort:"Jan_Feb_Mac_Apr_Mei_Jun_Jul_Ago_Sep_Okt_Nov_Des".split("_"),weekdays:"Jumapili_Jumatatu_Jumanne_Jumatano_Alhamisi_Ijumaa_Jumamosi".split("_"),weekdaysShort:"Jpl_Jtat_Jnne_Jtan_Alh_Ijm_Jmos".split("_"),weekdaysMin:"J2_J3_J4_J5_Al_Ij_J1".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"hh:mm A",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[leo saa] LT",nextDay:"[kesho saa] LT",nextWeek:"[wiki ijayo] dddd [saat] LT",lastDay:"[jana] LT",lastWeek:"[wiki iliyopita] dddd [saat] LT",sameElse:"L"},relativeTime:{future:"%s baadaye",past:"tokea %s",s:"hivi punde",ss:"sekunde %d",m:"dakika moja",mm:"dakika %d",h:"saa limoja",hh:"masaa %d",d:"siku moja",dd:"siku %d",M:"mwezi mmoja",MM:"miezi %d",y:"mwaka mmoja",yy:"miaka %d"},week:{dow:1,doy:7}})}(n(381))},1044:function(e,t,n){!function(e){"use strict";var t={1:"௧",2:"௨",3:"௩",4:"௪",5:"௫",6:"௬",7:"௭",8:"௮",9:"௯",0:"௦"},n={"௧":"1","௨":"2","௩":"3","௪":"4","௫":"5","௬":"6","௭":"7","௮":"8","௯":"9","௦":"0"};e.defineLocale("ta",{months:"ஜனவரி_பிப்ரவரி_மார்ச்_ஏப்ரல்_மே_ஜூன்_ஜூலை_ஆகஸ்ட்_செப்டெம்பர்_அக்டோபர்_நவம்பர்_டிசம்பர்".split("_"),monthsShort:"ஜனவரி_பிப்ரவரி_மார்ச்_ஏப்ரல்_மே_ஜூன்_ஜூலை_ஆகஸ்ட்_செப்டெம்பர்_அக்டோபர்_நவம்பர்_டிசம்பர்".split("_"),weekdays:"ஞாயிற்றுக்கிழமை_திங்கட்கிழமை_செவ்வாய்கிழமை_புதன்கிழமை_வியாழக்கிழமை_வெள்ளிக்கிழமை_சனிக்கிழமை".split("_"),weekdaysShort:"ஞாயிறு_திங்கள்_செவ்வாய்_புதன்_வியாழன்_வெள்ளி_சனி".split("_"),weekdaysMin:"ஞா_தி_செ_பு_வி_வெ_ச".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, HH:mm",LLLL:"dddd, D MMMM YYYY, HH:mm"},calendar:{sameDay:"[இன்று] LT",nextDay:"[நாளை] LT",nextWeek:"dddd, LT",lastDay:"[நேற்று] LT",lastWeek:"[கடந்த வாரம்] dddd, LT",sameElse:"L"},relativeTime:{future:"%s இல்",past:"%s முன்",s:"ஒரு சில விநாடிகள்",ss:"%d விநாடிகள்",m:"ஒரு நிமிடம்",mm:"%d நிமிடங்கள்",h:"ஒரு மணி நேரம்",hh:"%d மணி நேரம்",d:"ஒரு நாள்",dd:"%d நாட்கள்",M:"ஒரு மாதம்",MM:"%d மாதங்கள்",y:"ஒரு வருடம்",yy:"%d ஆண்டுகள்"},dayOfMonthOrdinalParse:/\d{1,2}வது/,ordinal:function(e){return e+"வது"},preparse:function(e){return e.replace(/[௧௨௩௪௫௬௭௮௯௦]/g,(function(e){return n[e]}))},postformat:function(e){return e.replace(/\d/g,(function(e){return t[e]}))},meridiemParse:/யாமம்|வைகறை|காலை|நண்பகல்|எற்பாடு|மாலை/,meridiem:function(e,t,n){return e<2?" யாமம்":e<6?" வைகறை":e<10?" காலை":e<14?" நண்பகல்":e<18?" எற்பாடு":e<22?" மாலை":" யாமம்"},meridiemHour:function(e,t){return 12===e&&(e=0),"யாமம்"===t?e<2?e:e+12:"வைகறை"===t||"காலை"===t||"நண்பகல்"===t&&e>=10?e:e+12},week:{dow:0,doy:6}})}(n(381))},3110:function(e,t,n){!function(e){"use strict";e.defineLocale("te",{months:"జనవరి_ఫిబ్రవరి_మార్చి_ఏప్రిల్_మే_జూన్_జులై_ఆగస్టు_సెప్టెంబర్_అక్టోబర్_నవంబర్_డిసెంబర్".split("_"),monthsShort:"జన._ఫిబ్ర._మార్చి_ఏప్రి._మే_జూన్_జులై_ఆగ._సెప్._అక్టో._నవ._డిసె.".split("_"),monthsParseExact:!0,weekdays:"ఆదివారం_సోమవారం_మంగళవారం_బుధవారం_గురువారం_శుక్రవారం_శనివారం".split("_"),weekdaysShort:"ఆది_సోమ_మంగళ_బుధ_గురు_శుక్ర_శని".split("_"),weekdaysMin:"ఆ_సో_మం_బు_గు_శు_శ".split("_"),longDateFormat:{LT:"A h:mm",LTS:"A h:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, A h:mm",LLLL:"dddd, D MMMM YYYY, A h:mm"},calendar:{sameDay:"[నేడు] LT",nextDay:"[రేపు] LT",nextWeek:"dddd, LT",lastDay:"[నిన్న] LT",lastWeek:"[గత] dddd, LT",sameElse:"L"},relativeTime:{future:"%s లో",past:"%s క్రితం",s:"కొన్ని క్షణాలు",ss:"%d సెకన్లు",m:"ఒక నిమిషం",mm:"%d నిమిషాలు",h:"ఒక గంట",hh:"%d గంటలు",d:"ఒక రోజు",dd:"%d రోజులు",M:"ఒక నెల",MM:"%d నెలలు",y:"ఒక సంవత్సరం",yy:"%d సంవత్సరాలు"},dayOfMonthOrdinalParse:/\d{1,2}వ/,ordinal:"%dవ",meridiemParse:/రాత్రి|ఉదయం|మధ్యాహ్నం|సాయంత్రం/,meridiemHour:function(e,t){return 12===e&&(e=0),"రాత్రి"===t?e<4?e:e+12:"ఉదయం"===t?e:"మధ్యాహ్నం"===t?e>=10?e:e+12:"సాయంత్రం"===t?e+12:void 0},meridiem:function(e,t,n){return e<4?"రాత్రి":e<10?"ఉదయం":e<17?"మధ్యాహ్నం":e<20?"సాయంత్రం":"రాత్రి"},week:{dow:0,doy:6}})}(n(381))},2095:function(e,t,n){!function(e){"use strict";e.defineLocale("tet",{months:"Janeiru_Fevereiru_Marsu_Abril_Maiu_Juñu_Jullu_Agustu_Setembru_Outubru_Novembru_Dezembru".split("_"),monthsShort:"Jan_Fev_Mar_Abr_Mai_Jun_Jul_Ago_Set_Out_Nov_Dez".split("_"),weekdays:"Domingu_Segunda_Tersa_Kuarta_Kinta_Sesta_Sabadu".split("_"),weekdaysShort:"Dom_Seg_Ters_Kua_Kint_Sest_Sab".split("_"),weekdaysMin:"Do_Seg_Te_Ku_Ki_Ses_Sa".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Ohin iha] LT",nextDay:"[Aban iha] LT",nextWeek:"dddd [iha] LT",lastDay:"[Horiseik iha] LT",lastWeek:"dddd [semana kotuk] [iha] LT",sameElse:"L"},relativeTime:{future:"iha %s",past:"%s liuba",s:"segundu balun",ss:"segundu %d",m:"minutu ida",mm:"minutu %d",h:"oras ida",hh:"oras %d",d:"loron ida",dd:"loron %d",M:"fulan ida",MM:"fulan %d",y:"tinan ida",yy:"tinan %d"},dayOfMonthOrdinalParse:/\d{1,2}(st|nd|rd|th)/,ordinal:function(e){var t=e%10;return e+(1==~~(e%100/10)?"th":1===t?"st":2===t?"nd":3===t?"rd":"th")},week:{dow:1,doy:4}})}(n(381))},7321:function(e,t,n){!function(e){"use strict";var t={0:"-ум",1:"-ум",2:"-юм",3:"-юм",4:"-ум",5:"-ум",6:"-ум",7:"-ум",8:"-ум",9:"-ум",10:"-ум",12:"-ум",13:"-ум",20:"-ум",30:"-юм",40:"-ум",50:"-ум",60:"-ум",70:"-ум",80:"-ум",90:"-ум",100:"-ум"};e.defineLocale("tg",{months:{format:"январи_феврали_марти_апрели_майи_июни_июли_августи_сентябри_октябри_ноябри_декабри".split("_"),standalone:"январ_феврал_март_апрел_май_июн_июл_август_сентябр_октябр_ноябр_декабр".split("_")},monthsShort:"янв_фев_мар_апр_май_июн_июл_авг_сен_окт_ноя_дек".split("_"),weekdays:"якшанбе_душанбе_сешанбе_чоршанбе_панҷшанбе_ҷумъа_шанбе".split("_"),weekdaysShort:"яшб_дшб_сшб_чшб_пшб_ҷум_шнб".split("_"),weekdaysMin:"яш_дш_сш_чш_пш_ҷм_шб".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Имрӯз соати] LT",nextDay:"[Фардо соати] LT",lastDay:"[Дирӯз соати] LT",nextWeek:"dddd[и] [ҳафтаи оянда соати] LT",lastWeek:"dddd[и] [ҳафтаи гузашта соати] LT",sameElse:"L"},relativeTime:{future:"баъди %s",past:"%s пеш",s:"якчанд сония",m:"як дақиқа",mm:"%d дақиқа",h:"як соат",hh:"%d соат",d:"як рӯз",dd:"%d рӯз",M:"як моҳ",MM:"%d моҳ",y:"як сол",yy:"%d сол"},meridiemParse:/шаб|субҳ|рӯз|бегоҳ/,meridiemHour:function(e,t){return 12===e&&(e=0),"шаб"===t?e<4?e:e+12:"субҳ"===t?e:"рӯз"===t?e>=11?e:e+12:"бегоҳ"===t?e+12:void 0},meridiem:function(e,t,n){return e<4?"шаб":e<11?"субҳ":e<16?"рӯз":e<19?"бегоҳ":"шаб"},dayOfMonthOrdinalParse:/\d{1,2}-(ум|юм)/,ordinal:function(e){var n=e%10,o=e>=100?100:null;return e+(t[e]||t[n]||t[o])},week:{dow:1,doy:7}})}(n(381))},9041:function(e,t,n){!function(e){"use strict";e.defineLocale("th",{months:"มกราคม_กุมภาพันธ์_มีนาคม_เมษายน_พฤษภาคม_มิถุนายน_กรกฎาคม_สิงหาคม_กันยายน_ตุลาคม_พฤศจิกายน_ธันวาคม".split("_"),monthsShort:"ม.ค._ก.พ._มี.ค._เม.ย._พ.ค._มิ.ย._ก.ค._ส.ค._ก.ย._ต.ค._พ.ย._ธ.ค.".split("_"),monthsParseExact:!0,weekdays:"อาทิตย์_จันทร์_อังคาร_พุธ_พฤหัสบดี_ศุกร์_เสาร์".split("_"),weekdaysShort:"อาทิตย์_จันทร์_อังคาร_พุธ_พฤหัส_ศุกร์_เสาร์".split("_"),weekdaysMin:"อา._จ._อ._พ._พฤ._ศ._ส.".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY เวลา H:mm",LLLL:"วันddddที่ D MMMM YYYY เวลา H:mm"},meridiemParse:/ก่อนเที่ยง|หลังเที่ยง/,isPM:function(e){return"หลังเที่ยง"===e},meridiem:function(e,t,n){return e<12?"ก่อนเที่ยง":"หลังเที่ยง"},calendar:{sameDay:"[วันนี้ เวลา] LT",nextDay:"[พรุ่งนี้ เวลา] LT",nextWeek:"dddd[หน้า เวลา] LT",lastDay:"[เมื่อวานนี้ เวลา] LT",lastWeek:"[วัน]dddd[ที่แล้ว เวลา] LT",sameElse:"L"},relativeTime:{future:"อีก %s",past:"%sที่แล้ว",s:"ไม่กี่วินาที",ss:"%d วินาที",m:"1 นาที",mm:"%d นาที",h:"1 ชั่วโมง",hh:"%d ชั่วโมง",d:"1 วัน",dd:"%d วัน",w:"1 สัปดาห์",ww:"%d สัปดาห์",M:"1 เดือน",MM:"%d เดือน",y:"1 ปี",yy:"%d ปี"}})}(n(381))},9005:function(e,t,n){!function(e){"use strict";var t={1:"'inji",5:"'inji",8:"'inji",70:"'inji",80:"'inji",2:"'nji",7:"'nji",20:"'nji",50:"'nji",3:"'ünji",4:"'ünji",100:"'ünji",6:"'njy",9:"'unjy",10:"'unjy",30:"'unjy",60:"'ynjy",90:"'ynjy"};e.defineLocale("tk",{months:"Ýanwar_Fewral_Mart_Aprel_Maý_Iýun_Iýul_Awgust_Sentýabr_Oktýabr_Noýabr_Dekabr".split("_"),monthsShort:"Ýan_Few_Mar_Apr_Maý_Iýn_Iýl_Awg_Sen_Okt_Noý_Dek".split("_"),weekdays:"Ýekşenbe_Duşenbe_Sişenbe_Çarşenbe_Penşenbe_Anna_Şenbe".split("_"),weekdaysShort:"Ýek_Duş_Siş_Çar_Pen_Ann_Şen".split("_"),weekdaysMin:"Ýk_Dş_Sş_Çr_Pn_An_Şn".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[bugün sagat] LT",nextDay:"[ertir sagat] LT",nextWeek:"[indiki] dddd [sagat] LT",lastDay:"[düýn] LT",lastWeek:"[geçen] dddd [sagat] LT",sameElse:"L"},relativeTime:{future:"%s soň",past:"%s öň",s:"birnäçe sekunt",m:"bir minut",mm:"%d minut",h:"bir sagat",hh:"%d sagat",d:"bir gün",dd:"%d gün",M:"bir aý",MM:"%d aý",y:"bir ýyl",yy:"%d ýyl"},ordinal:function(e,n){switch(n){case"d":case"D":case"Do":case"DD":return e;default:if(0===e)return e+"'unjy";var o=e%10,r=e%100-o,a=e>=100?100:null;return e+(t[o]||t[r]||t[a])}},week:{dow:1,doy:7}})}(n(381))},5768:function(e,t,n){!function(e){"use strict";e.defineLocale("tl-ph",{months:"Enero_Pebrero_Marso_Abril_Mayo_Hunyo_Hulyo_Agosto_Setyembre_Oktubre_Nobyembre_Disyembre".split("_"),monthsShort:"Ene_Peb_Mar_Abr_May_Hun_Hul_Ago_Set_Okt_Nob_Dis".split("_"),weekdays:"Linggo_Lunes_Martes_Miyerkules_Huwebes_Biyernes_Sabado".split("_"),weekdaysShort:"Lin_Lun_Mar_Miy_Huw_Biy_Sab".split("_"),weekdaysMin:"Li_Lu_Ma_Mi_Hu_Bi_Sab".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"MM/D/YYYY",LL:"MMMM D, YYYY",LLL:"MMMM D, YYYY HH:mm",LLLL:"dddd, MMMM DD, YYYY HH:mm"},calendar:{sameDay:"LT [ngayong araw]",nextDay:"[Bukas ng] LT",nextWeek:"LT [sa susunod na] dddd",lastDay:"LT [kahapon]",lastWeek:"LT [noong nakaraang] dddd",sameElse:"L"},relativeTime:{future:"sa loob ng %s",past:"%s ang nakalipas",s:"ilang segundo",ss:"%d segundo",m:"isang minuto",mm:"%d minuto",h:"isang oras",hh:"%d oras",d:"isang araw",dd:"%d araw",M:"isang buwan",MM:"%d buwan",y:"isang taon",yy:"%d taon"},dayOfMonthOrdinalParse:/\d{1,2}/,ordinal:function(e){return e},week:{dow:1,doy:4}})}(n(381))},9444:function(e,t,n){!function(e){"use strict";var t="pagh_wa’_cha’_wej_loS_vagh_jav_Soch_chorgh_Hut".split("_");function n(e){var t=e;return t=-1!==e.indexOf("jaj")?t.slice(0,-3)+"leS":-1!==e.indexOf("jar")?t.slice(0,-3)+"waQ":-1!==e.indexOf("DIS")?t.slice(0,-3)+"nem":t+" pIq"}function o(e){var t=e;return t=-1!==e.indexOf("jaj")?t.slice(0,-3)+"Hu’":-1!==e.indexOf("jar")?t.slice(0,-3)+"wen":-1!==e.indexOf("DIS")?t.slice(0,-3)+"ben":t+" ret"}function r(e,t,n,o){var r=a(e);switch(n){case"ss":return r+" lup";case"mm":return r+" tup";case"hh":return r+" rep";case"dd":return r+" jaj";case"MM":return r+" jar";case"yy":return r+" DIS"}}function a(e){var n=Math.floor(e%1e3/100),o=Math.floor(e%100/10),r=e%10,a="";return n>0&&(a+=t[n]+"vatlh"),o>0&&(a+=(""!==a?" ":"")+t[o]+"maH"),r>0&&(a+=(""!==a?" ":"")+t[r]),""===a?"pagh":a}e.defineLocale("tlh",{months:"tera’ jar wa’_tera’ jar cha’_tera’ jar wej_tera’ jar loS_tera’ jar vagh_tera’ jar jav_tera’ jar Soch_tera’ jar chorgh_tera’ jar Hut_tera’ jar wa’maH_tera’ jar wa’maH wa’_tera’ jar wa’maH cha’".split("_"),monthsShort:"jar wa’_jar cha’_jar wej_jar loS_jar vagh_jar jav_jar Soch_jar chorgh_jar Hut_jar wa’maH_jar wa’maH wa’_jar wa’maH cha’".split("_"),monthsParseExact:!0,weekdays:"lojmItjaj_DaSjaj_povjaj_ghItlhjaj_loghjaj_buqjaj_ghInjaj".split("_"),weekdaysShort:"lojmItjaj_DaSjaj_povjaj_ghItlhjaj_loghjaj_buqjaj_ghInjaj".split("_"),weekdaysMin:"lojmItjaj_DaSjaj_povjaj_ghItlhjaj_loghjaj_buqjaj_ghInjaj".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[DaHjaj] LT",nextDay:"[wa’leS] LT",nextWeek:"LLL",lastDay:"[wa’Hu’] LT",lastWeek:"LLL",sameElse:"L"},relativeTime:{future:n,past:o,s:"puS lup",ss:r,m:"wa’ tup",mm:r,h:"wa’ rep",hh:r,d:"wa’ jaj",dd:r,M:"wa’ jar",MM:r,y:"wa’ DIS",yy:r},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(n(381))},2397:function(e,t,n){!function(e){"use strict";var t={1:"'inci",5:"'inci",8:"'inci",70:"'inci",80:"'inci",2:"'nci",7:"'nci",20:"'nci",50:"'nci",3:"'üncü",4:"'üncü",100:"'üncü",6:"'ncı",9:"'uncu",10:"'uncu",30:"'uncu",60:"'ıncı",90:"'ıncı"};e.defineLocale("tr",{months:"Ocak_Şubat_Mart_Nisan_Mayıs_Haziran_Temmuz_Ağustos_Eylül_Ekim_Kasım_Aralık".split("_"),monthsShort:"Oca_Şub_Mar_Nis_May_Haz_Tem_Ağu_Eyl_Eki_Kas_Ara".split("_"),weekdays:"Pazar_Pazartesi_Salı_Çarşamba_Perşembe_Cuma_Cumartesi".split("_"),weekdaysShort:"Paz_Pzt_Sal_Çar_Per_Cum_Cmt".split("_"),weekdaysMin:"Pz_Pt_Sa_Ça_Pe_Cu_Ct".split("_"),meridiem:function(e,t,n){return e<12?n?"öö":"ÖÖ":n?"ös":"ÖS"},meridiemParse:/öö|ÖÖ|ös|ÖS/,isPM:function(e){return"ös"===e||"ÖS"===e},longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[bugün saat] LT",nextDay:"[yarın saat] LT",nextWeek:"[gelecek] dddd [saat] LT",lastDay:"[dün] LT",lastWeek:"[geçen] dddd [saat] LT",sameElse:"L"},relativeTime:{future:"%s sonra",past:"%s önce",s:"birkaç saniye",ss:"%d saniye",m:"bir dakika",mm:"%d dakika",h:"bir saat",hh:"%d saat",d:"bir gün",dd:"%d gün",w:"bir hafta",ww:"%d hafta",M:"bir ay",MM:"%d ay",y:"bir yıl",yy:"%d yıl"},ordinal:function(e,n){switch(n){case"d":case"D":case"Do":case"DD":return e;default:if(0===e)return e+"'ıncı";var o=e%10,r=e%100-o,a=e>=100?100:null;return e+(t[o]||t[r]||t[a])}},week:{dow:1,doy:7}})}(n(381))},8254:function(e,t,n){!function(e){"use strict";function t(e,t,n,o){var r={s:["viensas secunds","'iensas secunds"],ss:[e+" secunds",e+" secunds"],m:["'n míut","'iens míut"],mm:[e+" míuts",e+" míuts"],h:["'n þora","'iensa þora"],hh:[e+" þoras",e+" þoras"],d:["'n ziua","'iensa ziua"],dd:[e+" ziuas",e+" ziuas"],M:["'n mes","'iens mes"],MM:[e+" mesen",e+" mesen"],y:["'n ar","'iens ar"],yy:[e+" ars",e+" ars"]};return o||t?r[n][0]:r[n][1]}e.defineLocale("tzl",{months:"Januar_Fevraglh_Març_Avrïu_Mai_Gün_Julia_Guscht_Setemvar_Listopäts_Noemvar_Zecemvar".split("_"),monthsShort:"Jan_Fev_Mar_Avr_Mai_Gün_Jul_Gus_Set_Lis_Noe_Zec".split("_"),weekdays:"Súladi_Lúneçi_Maitzi_Márcuri_Xhúadi_Viénerçi_Sáturi".split("_"),weekdaysShort:"Súl_Lún_Mai_Már_Xhú_Vié_Sát".split("_"),weekdaysMin:"Sú_Lú_Ma_Má_Xh_Vi_Sá".split("_"),longDateFormat:{LT:"HH.mm",LTS:"HH.mm.ss",L:"DD.MM.YYYY",LL:"D. MMMM [dallas] YYYY",LLL:"D. MMMM [dallas] YYYY HH.mm",LLLL:"dddd, [li] D. MMMM [dallas] YYYY HH.mm"},meridiemParse:/d\'o|d\'a/i,isPM:function(e){return"d'o"===e.toLowerCase()},meridiem:function(e,t,n){return e>11?n?"d'o":"D'O":n?"d'a":"D'A"},calendar:{sameDay:"[oxhi à] LT",nextDay:"[demà à] LT",nextWeek:"dddd [à] LT",lastDay:"[ieiri à] LT",lastWeek:"[sür el] dddd [lasteu à] LT",sameElse:"L"},relativeTime:{future:"osprei %s",past:"ja%s",s:t,ss:t,m:t,mm:t,h:t,hh:t,d:t,dd:t,M:t,MM:t,y:t,yy:t},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(n(381))},699:function(e,t,n){!function(e){"use strict";e.defineLocale("tzm-latn",{months:"innayr_brˤayrˤ_marˤsˤ_ibrir_mayyw_ywnyw_ywlywz_ɣwšt_šwtanbir_ktˤwbrˤ_nwwanbir_dwjnbir".split("_"),monthsShort:"innayr_brˤayrˤ_marˤsˤ_ibrir_mayyw_ywnyw_ywlywz_ɣwšt_šwtanbir_ktˤwbrˤ_nwwanbir_dwjnbir".split("_"),weekdays:"asamas_aynas_asinas_akras_akwas_asimwas_asiḍyas".split("_"),weekdaysShort:"asamas_aynas_asinas_akras_akwas_asimwas_asiḍyas".split("_"),weekdaysMin:"asamas_aynas_asinas_akras_akwas_asimwas_asiḍyas".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[asdkh g] LT",nextDay:"[aska g] LT",nextWeek:"dddd [g] LT",lastDay:"[assant g] LT",lastWeek:"dddd [g] LT",sameElse:"L"},relativeTime:{future:"dadkh s yan %s",past:"yan %s",s:"imik",ss:"%d imik",m:"minuḍ",mm:"%d minuḍ",h:"saɛa",hh:"%d tassaɛin",d:"ass",dd:"%d ossan",M:"ayowr",MM:"%d iyyirn",y:"asgas",yy:"%d isgasn"},week:{dow:6,doy:12}})}(n(381))},1106:function(e,t,n){!function(e){"use strict";e.defineLocale("tzm",{months:"ⵉⵏⵏⴰⵢⵔ_ⴱⵕⴰⵢⵕ_ⵎⴰⵕⵚ_ⵉⴱⵔⵉⵔ_ⵎⴰⵢⵢⵓ_ⵢⵓⵏⵢⵓ_ⵢⵓⵍⵢⵓⵣ_ⵖⵓⵛⵜ_ⵛⵓⵜⴰⵏⴱⵉⵔ_ⴽⵟⵓⴱⵕ_ⵏⵓⵡⴰⵏⴱⵉⵔ_ⴷⵓⵊⵏⴱⵉⵔ".split("_"),monthsShort:"ⵉⵏⵏⴰⵢⵔ_ⴱⵕⴰⵢⵕ_ⵎⴰⵕⵚ_ⵉⴱⵔⵉⵔ_ⵎⴰⵢⵢⵓ_ⵢⵓⵏⵢⵓ_ⵢⵓⵍⵢⵓⵣ_ⵖⵓⵛⵜ_ⵛⵓⵜⴰⵏⴱⵉⵔ_ⴽⵟⵓⴱⵕ_ⵏⵓⵡⴰⵏⴱⵉⵔ_ⴷⵓⵊⵏⴱⵉⵔ".split("_"),weekdays:"ⴰⵙⴰⵎⴰⵙ_ⴰⵢⵏⴰⵙ_ⴰⵙⵉⵏⴰⵙ_ⴰⴽⵔⴰⵙ_ⴰⴽⵡⴰⵙ_ⴰⵙⵉⵎⵡⴰⵙ_ⴰⵙⵉⴹⵢⴰⵙ".split("_"),weekdaysShort:"ⴰⵙⴰⵎⴰⵙ_ⴰⵢⵏⴰⵙ_ⴰⵙⵉⵏⴰⵙ_ⴰⴽⵔⴰⵙ_ⴰⴽⵡⴰⵙ_ⴰⵙⵉⵎⵡⴰⵙ_ⴰⵙⵉⴹⵢⴰⵙ".split("_"),weekdaysMin:"ⴰⵙⴰⵎⴰⵙ_ⴰⵢⵏⴰⵙ_ⴰⵙⵉⵏⴰⵙ_ⴰⴽⵔⴰⵙ_ⴰⴽⵡⴰⵙ_ⴰⵙⵉⵎⵡⴰⵙ_ⴰⵙⵉⴹⵢⴰⵙ".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[ⴰⵙⴷⵅ ⴴ] LT",nextDay:"[ⴰⵙⴽⴰ ⴴ] LT",nextWeek:"dddd [ⴴ] LT",lastDay:"[ⴰⵚⴰⵏⵜ ⴴ] LT",lastWeek:"dddd [ⴴ] LT",sameElse:"L"},relativeTime:{future:"ⴷⴰⴷⵅ ⵙ ⵢⴰⵏ %s",past:"ⵢⴰⵏ %s",s:"ⵉⵎⵉⴽ",ss:"%d ⵉⵎⵉⴽ",m:"ⵎⵉⵏⵓⴺ",mm:"%d ⵎⵉⵏⵓⴺ",h:"ⵙⴰⵄⴰ",hh:"%d ⵜⴰⵙⵙⴰⵄⵉⵏ",d:"ⴰⵙⵙ",dd:"%d oⵙⵙⴰⵏ",M:"ⴰⵢoⵓⵔ",MM:"%d ⵉⵢⵢⵉⵔⵏ",y:"ⴰⵙⴳⴰⵙ",yy:"%d ⵉⵙⴳⴰⵙⵏ"},week:{dow:6,doy:12}})}(n(381))},9288:function(e,t,n){!function(e){"use strict";e.defineLocale("ug-cn",{months:"يانۋار_فېۋرال_مارت_ئاپرېل_ماي_ئىيۇن_ئىيۇل_ئاۋغۇست_سېنتەبىر_ئۆكتەبىر_نويابىر_دېكابىر".split("_"),monthsShort:"يانۋار_فېۋرال_مارت_ئاپرېل_ماي_ئىيۇن_ئىيۇل_ئاۋغۇست_سېنتەبىر_ئۆكتەبىر_نويابىر_دېكابىر".split("_"),weekdays:"يەكشەنبە_دۈشەنبە_سەيشەنبە_چارشەنبە_پەيشەنبە_جۈمە_شەنبە".split("_"),weekdaysShort:"يە_دۈ_سە_چا_پە_جۈ_شە".split("_"),weekdaysMin:"يە_دۈ_سە_چا_پە_جۈ_شە".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY-MM-DD",LL:"YYYY-يىلىM-ئاينىڭD-كۈنى",LLL:"YYYY-يىلىM-ئاينىڭD-كۈنى، HH:mm",LLLL:"dddd، YYYY-يىلىM-ئاينىڭD-كۈنى، HH:mm"},meridiemParse:/يېرىم كېچە|سەھەر|چۈشتىن بۇرۇن|چۈش|چۈشتىن كېيىن|كەچ/,meridiemHour:function(e,t){return 12===e&&(e=0),"يېرىم كېچە"===t||"سەھەر"===t||"چۈشتىن بۇرۇن"===t?e:"چۈشتىن كېيىن"===t||"كەچ"===t?e+12:e>=11?e:e+12},meridiem:function(e,t,n){var o=100*e+t;return o<600?"يېرىم كېچە":o<900?"سەھەر":o<1130?"چۈشتىن بۇرۇن":o<1230?"چۈش":o<1800?"چۈشتىن كېيىن":"كەچ"},calendar:{sameDay:"[بۈگۈن سائەت] LT",nextDay:"[ئەتە سائەت] LT",nextWeek:"[كېلەركى] dddd [سائەت] LT",lastDay:"[تۆنۈگۈن] LT",lastWeek:"[ئالدىنقى] dddd [سائەت] LT",sameElse:"L"},relativeTime:{future:"%s كېيىن",past:"%s بۇرۇن",s:"نەچچە سېكونت",ss:"%d سېكونت",m:"بىر مىنۇت",mm:"%d مىنۇت",h:"بىر سائەت",hh:"%d سائەت",d:"بىر كۈن",dd:"%d كۈن",M:"بىر ئاي",MM:"%d ئاي",y:"بىر يىل",yy:"%d يىل"},dayOfMonthOrdinalParse:/\d{1,2}(-كۈنى|-ئاي|-ھەپتە)/,ordinal:function(e,t){switch(t){case"d":case"D":case"DDD":return e+"-كۈنى";case"w":case"W":return e+"-ھەپتە";default:return e}},preparse:function(e){return e.replace(/،/g,",")},postformat:function(e){return e.replace(/,/g,"،")},week:{dow:1,doy:7}})}(n(381))},7691:function(e,t,n){!function(e){"use strict";function t(e,t){var n=e.split("_");return t%10==1&&t%100!=11?n[0]:t%10>=2&&t%10<=4&&(t%100<10||t%100>=20)?n[1]:n[2]}function n(e,n,o){return"m"===o?n?"хвилина":"хвилину":"h"===o?n?"година":"годину":e+" "+t({ss:n?"секунда_секунди_секунд":"секунду_секунди_секунд",mm:n?"хвилина_хвилини_хвилин":"хвилину_хвилини_хвилин",hh:n?"година_години_годин":"годину_години_годин",dd:"день_дні_днів",MM:"місяць_місяці_місяців",yy:"рік_роки_років"}[o],+e)}function o(e,t){var n={nominative:"неділя_понеділок_вівторок_середа_четвер_п’ятниця_субота".split("_"),accusative:"неділю_понеділок_вівторок_середу_четвер_п’ятницю_суботу".split("_"),genitive:"неділі_понеділка_вівторка_середи_четверга_п’ятниці_суботи".split("_")};return!0===e?n.nominative.slice(1,7).concat(n.nominative.slice(0,1)):e?n[/(\[[ВвУу]\]) ?dddd/.test(t)?"accusative":/\[?(?:минулої|наступної)? ?\] ?dddd/.test(t)?"genitive":"nominative"][e.day()]:n.nominative}function r(e){return function(){return e+"о"+(11===this.hours()?"б":"")+"] LT"}}e.defineLocale("uk",{months:{format:"січня_лютого_березня_квітня_травня_червня_липня_серпня_вересня_жовтня_листопада_грудня".split("_"),standalone:"січень_лютий_березень_квітень_травень_червень_липень_серпень_вересень_жовтень_листопад_грудень".split("_")},monthsShort:"січ_лют_бер_квіт_трав_черв_лип_серп_вер_жовт_лист_груд".split("_"),weekdays:o,weekdaysShort:"нд_пн_вт_ср_чт_пт_сб".split("_"),weekdaysMin:"нд_пн_вт_ср_чт_пт_сб".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY р.",LLL:"D MMMM YYYY р., HH:mm",LLLL:"dddd, D MMMM YYYY р., HH:mm"},calendar:{sameDay:r("[Сьогодні "),nextDay:r("[Завтра "),lastDay:r("[Вчора "),nextWeek:r("[У] dddd ["),lastWeek:function(){switch(this.day()){case 0:case 3:case 5:case 6:return r("[Минулої] dddd [").call(this);case 1:case 2:case 4:return r("[Минулого] dddd [").call(this)}},sameElse:"L"},relativeTime:{future:"за %s",past:"%s тому",s:"декілька секунд",ss:n,m:n,mm:n,h:"годину",hh:n,d:"день",dd:n,M:"місяць",MM:n,y:"рік",yy:n},meridiemParse:/ночі|ранку|дня|вечора/,isPM:function(e){return/^(дня|вечора)$/.test(e)},meridiem:function(e,t,n){return e<4?"ночі":e<12?"ранку":e<17?"дня":"вечора"},dayOfMonthOrdinalParse:/\d{1,2}-(й|го)/,ordinal:function(e,t){switch(t){case"M":case"d":case"DDD":case"w":case"W":return e+"-й";case"D":return e+"-го";default:return e}},week:{dow:1,doy:7}})}(n(381))},3795:function(e,t,n){!function(e){"use strict";var t=["جنوری","فروری","مارچ","اپریل","مئی","جون","جولائی","اگست","ستمبر","اکتوبر","نومبر","دسمبر"],n=["اتوار","پیر","منگل","بدھ","جمعرات","جمعہ","ہفتہ"];e.defineLocale("ur",{months:t,monthsShort:t,weekdays:n,weekdaysShort:n,weekdaysMin:n,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd، D MMMM YYYY HH:mm"},meridiemParse:/صبح|شام/,isPM:function(e){return"شام"===e},meridiem:function(e,t,n){return e<12?"صبح":"شام"},calendar:{sameDay:"[آج بوقت] LT",nextDay:"[کل بوقت] LT",nextWeek:"dddd [بوقت] LT",lastDay:"[گذشتہ روز بوقت] LT",lastWeek:"[گذشتہ] dddd [بوقت] LT",sameElse:"L"},relativeTime:{future:"%s بعد",past:"%s قبل",s:"چند سیکنڈ",ss:"%d سیکنڈ",m:"ایک منٹ",mm:"%d منٹ",h:"ایک گھنٹہ",hh:"%d گھنٹے",d:"ایک دن",dd:"%d دن",M:"ایک ماہ",MM:"%d ماہ",y:"ایک سال",yy:"%d سال"},preparse:function(e){return e.replace(/،/g,",")},postformat:function(e){return e.replace(/,/g,"،")},week:{dow:1,doy:4}})}(n(381))},588:function(e,t,n){!function(e){"use strict";e.defineLocale("uz-latn",{months:"Yanvar_Fevral_Mart_Aprel_May_Iyun_Iyul_Avgust_Sentabr_Oktabr_Noyabr_Dekabr".split("_"),monthsShort:"Yan_Fev_Mar_Apr_May_Iyun_Iyul_Avg_Sen_Okt_Noy_Dek".split("_"),weekdays:"Yakshanba_Dushanba_Seshanba_Chorshanba_Payshanba_Juma_Shanba".split("_"),weekdaysShort:"Yak_Dush_Sesh_Chor_Pay_Jum_Shan".split("_"),weekdaysMin:"Ya_Du_Se_Cho_Pa_Ju_Sha".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"D MMMM YYYY, dddd HH:mm"},calendar:{sameDay:"[Bugun soat] LT [da]",nextDay:"[Ertaga] LT [da]",nextWeek:"dddd [kuni soat] LT [da]",lastDay:"[Kecha soat] LT [da]",lastWeek:"[O'tgan] dddd [kuni soat] LT [da]",sameElse:"L"},relativeTime:{future:"Yaqin %s ichida",past:"Bir necha %s oldin",s:"soniya",ss:"%d soniya",m:"bir daqiqa",mm:"%d daqiqa",h:"bir soat",hh:"%d soat",d:"bir kun",dd:"%d kun",M:"bir oy",MM:"%d oy",y:"bir yil",yy:"%d yil"},week:{dow:1,doy:7}})}(n(381))},6791:function(e,t,n){!function(e){"use strict";e.defineLocale("uz",{months:"январ_феврал_март_апрел_май_июн_июл_август_сентябр_октябр_ноябр_декабр".split("_"),monthsShort:"янв_фев_мар_апр_май_июн_июл_авг_сен_окт_ноя_дек".split("_"),weekdays:"Якшанба_Душанба_Сешанба_Чоршанба_Пайшанба_Жума_Шанба".split("_"),weekdaysShort:"Якш_Душ_Сеш_Чор_Пай_Жум_Шан".split("_"),weekdaysMin:"Як_Ду_Се_Чо_Па_Жу_Ша".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"D MMMM YYYY, dddd HH:mm"},calendar:{sameDay:"[Бугун соат] LT [да]",nextDay:"[Эртага] LT [да]",nextWeek:"dddd [куни соат] LT [да]",lastDay:"[Кеча соат] LT [да]",lastWeek:"[Утган] dddd [куни соат] LT [да]",sameElse:"L"},relativeTime:{future:"Якин %s ичида",past:"Бир неча %s олдин",s:"фурсат",ss:"%d фурсат",m:"бир дакика",mm:"%d дакика",h:"бир соат",hh:"%d соат",d:"бир кун",dd:"%d кун",M:"бир ой",MM:"%d ой",y:"бир йил",yy:"%d йил"},week:{dow:1,doy:7}})}(n(381))},5666:function(e,t,n){!function(e){"use strict";e.defineLocale("vi",{months:"tháng 1_tháng 2_tháng 3_tháng 4_tháng 5_tháng 6_tháng 7_tháng 8_tháng 9_tháng 10_tháng 11_tháng 12".split("_"),monthsShort:"Thg 01_Thg 02_Thg 03_Thg 04_Thg 05_Thg 06_Thg 07_Thg 08_Thg 09_Thg 10_Thg 11_Thg 12".split("_"),monthsParseExact:!0,weekdays:"chủ nhật_thứ hai_thứ ba_thứ tư_thứ năm_thứ sáu_thứ bảy".split("_"),weekdaysShort:"CN_T2_T3_T4_T5_T6_T7".split("_"),weekdaysMin:"CN_T2_T3_T4_T5_T6_T7".split("_"),weekdaysParseExact:!0,meridiemParse:/sa|ch/i,isPM:function(e){return/^ch$/i.test(e)},meridiem:function(e,t,n){return e<12?n?"sa":"SA":n?"ch":"CH"},longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM [năm] YYYY",LLL:"D MMMM [năm] YYYY HH:mm",LLLL:"dddd, D MMMM [năm] YYYY HH:mm",l:"DD/M/YYYY",ll:"D MMM YYYY",lll:"D MMM YYYY HH:mm",llll:"ddd, D MMM YYYY HH:mm"},calendar:{sameDay:"[Hôm nay lúc] LT",nextDay:"[Ngày mai lúc] LT",nextWeek:"dddd [tuần tới lúc] LT",lastDay:"[Hôm qua lúc] LT",lastWeek:"dddd [tuần trước lúc] LT",sameElse:"L"},relativeTime:{future:"%s tới",past:"%s trước",s:"vài giây",ss:"%d giây",m:"một phút",mm:"%d phút",h:"một giờ",hh:"%d giờ",d:"một ngày",dd:"%d ngày",w:"một tuần",ww:"%d tuần",M:"một tháng",MM:"%d tháng",y:"một năm",yy:"%d năm"},dayOfMonthOrdinalParse:/\d{1,2}/,ordinal:function(e){return e},week:{dow:1,doy:4}})}(n(381))},4378:function(e,t,n){!function(e){"use strict";e.defineLocale("x-pseudo",{months:"J~áñúá~rý_F~ébrú~árý_~Márc~h_Áp~ríl_~Máý_~Júñé~_Júl~ý_Áú~gúst~_Sép~témb~ér_Ó~ctób~ér_Ñ~óvém~bér_~Décé~mbér".split("_"),monthsShort:"J~áñ_~Féb_~Már_~Ápr_~Máý_~Júñ_~Júl_~Áúg_~Sép_~Óct_~Ñóv_~Déc".split("_"),monthsParseExact:!0,weekdays:"S~úñdá~ý_Mó~ñdáý~_Túé~sdáý~_Wéd~ñésd~áý_T~húrs~dáý_~Fríd~áý_S~átúr~dáý".split("_"),weekdaysShort:"S~úñ_~Móñ_~Túé_~Wéd_~Thú_~Frí_~Sát".split("_"),weekdaysMin:"S~ú_Mó~_Tú_~Wé_T~h_Fr~_Sá".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[T~ódá~ý át] LT",nextDay:"[T~ómó~rró~w át] LT",nextWeek:"dddd [át] LT",lastDay:"[Ý~ést~érdá~ý át] LT",lastWeek:"[L~ást] dddd [át] LT",sameElse:"L"},relativeTime:{future:"í~ñ %s",past:"%s á~gó",s:"á ~féw ~sécó~ñds",ss:"%d s~écóñ~ds",m:"á ~míñ~úté",mm:"%d m~íñú~tés",h:"á~ñ hó~úr",hh:"%d h~óúrs",d:"á ~dáý",dd:"%d d~áýs",M:"á ~móñ~th",MM:"%d m~óñt~hs",y:"á ~ýéár",yy:"%d ý~éárs"},dayOfMonthOrdinalParse:/\d{1,2}(th|st|nd|rd)/,ordinal:function(e){var t=e%10;return e+(1==~~(e%100/10)?"th":1===t?"st":2===t?"nd":3===t?"rd":"th")},week:{dow:1,doy:4}})}(n(381))},5805:function(e,t,n){!function(e){"use strict";e.defineLocale("yo",{months:"Sẹ́rẹ́_Èrèlè_Ẹrẹ̀nà_Ìgbé_Èbibi_Òkùdu_Agẹmo_Ògún_Owewe_Ọ̀wàrà_Bélú_Ọ̀pẹ̀̀".split("_"),monthsShort:"Sẹ́r_Èrl_Ẹrn_Ìgb_Èbi_Òkù_Agẹ_Ògú_Owe_Ọ̀wà_Bél_Ọ̀pẹ̀̀".split("_"),weekdays:"Àìkú_Ajé_Ìsẹ́gun_Ọjọ́rú_Ọjọ́bọ_Ẹtì_Àbámẹ́ta".split("_"),weekdaysShort:"Àìk_Ajé_Ìsẹ́_Ọjr_Ọjb_Ẹtì_Àbá".split("_"),weekdaysMin:"Àì_Aj_Ìs_Ọr_Ọb_Ẹt_Àb".split("_"),longDateFormat:{LT:"h:mm A",LTS:"h:mm:ss A",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY h:mm A",LLLL:"dddd, D MMMM YYYY h:mm A"},calendar:{sameDay:"[Ònì ni] LT",nextDay:"[Ọ̀la ni] LT",nextWeek:"dddd [Ọsẹ̀ tón'bọ] [ni] LT",lastDay:"[Àna ni] LT",lastWeek:"dddd [Ọsẹ̀ tólọ́] [ni] LT",sameElse:"L"},relativeTime:{future:"ní %s",past:"%s kọjá",s:"ìsẹjú aayá die",ss:"aayá %d",m:"ìsẹjú kan",mm:"ìsẹjú %d",h:"wákati kan",hh:"wákati %d",d:"ọjọ́ kan",dd:"ọjọ́ %d",M:"osù kan",MM:"osù %d",y:"ọdún kan",yy:"ọdún %d"},dayOfMonthOrdinalParse:/ọjọ́\s\d{1,2}/,ordinal:"ọjọ́ %d",week:{dow:1,doy:4}})}(n(381))},3839:function(e,t,n){!function(e){"use strict";e.defineLocale("zh-cn",{months:"一月_二月_三月_四月_五月_六月_七月_八月_九月_十月_十一月_十二月".split("_"),monthsShort:"1月_2月_3月_4月_5月_6月_7月_8月_9月_10月_11月_12月".split("_"),weekdays:"星期日_星期一_星期二_星期三_星期四_星期五_星期六".split("_"),weekdaysShort:"周日_周一_周二_周三_周四_周五_周六".split("_"),weekdaysMin:"日_一_二_三_四_五_六".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY/MM/DD",LL:"YYYY年M月D日",LLL:"YYYY年M月D日Ah点mm分",LLLL:"YYYY年M月D日ddddAh点mm分",l:"YYYY/M/D",ll:"YYYY年M月D日",lll:"YYYY年M月D日 HH:mm",llll:"YYYY年M月D日dddd HH:mm"},meridiemParse:/凌晨|早上|上午|中午|下午|晚上/,meridiemHour:function(e,t){return 12===e&&(e=0),"凌晨"===t||"早上"===t||"上午"===t?e:"下午"===t||"晚上"===t?e+12:e>=11?e:e+12},meridiem:function(e,t,n){var o=100*e+t;return o<600?"凌晨":o<900?"早上":o<1130?"上午":o<1230?"中午":o<1800?"下午":"晚上"},calendar:{sameDay:"[今天]LT",nextDay:"[明天]LT",nextWeek:function(e){return e.week()!==this.week()?"[下]dddLT":"[本]dddLT"},lastDay:"[昨天]LT",lastWeek:function(e){return this.week()!==e.week()?"[上]dddLT":"[本]dddLT"},sameElse:"L"},dayOfMonthOrdinalParse:/\d{1,2}(日|月|周)/,ordinal:function(e,t){switch(t){case"d":case"D":case"DDD":return e+"日";case"M":return e+"月";case"w":case"W":return e+"周";default:return e}},relativeTime:{future:"%s后",past:"%s前",s:"几秒",ss:"%d 秒",m:"1 分钟",mm:"%d 分钟",h:"1 小时",hh:"%d 小时",d:"1 天",dd:"%d 天",w:"1 周",ww:"%d 周",M:"1 个月",MM:"%d 个月",y:"1 年",yy:"%d 年"},week:{dow:1,doy:4}})}(n(381))},5726:function(e,t,n){!function(e){"use strict";e.defineLocale("zh-hk",{months:"一月_二月_三月_四月_五月_六月_七月_八月_九月_十月_十一月_十二月".split("_"),monthsShort:"1月_2月_3月_4月_5月_6月_7月_8月_9月_10月_11月_12月".split("_"),weekdays:"星期日_星期一_星期二_星期三_星期四_星期五_星期六".split("_"),weekdaysShort:"週日_週一_週二_週三_週四_週五_週六".split("_"),weekdaysMin:"日_一_二_三_四_五_六".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY/MM/DD",LL:"YYYY年M月D日",LLL:"YYYY年M月D日 HH:mm",LLLL:"YYYY年M月D日dddd HH:mm",l:"YYYY/M/D",ll:"YYYY年M月D日",lll:"YYYY年M月D日 HH:mm",llll:"YYYY年M月D日dddd HH:mm"},meridiemParse:/凌晨|早上|上午|中午|下午|晚上/,meridiemHour:function(e,t){return 12===e&&(e=0),"凌晨"===t||"早上"===t||"上午"===t?e:"中午"===t?e>=11?e:e+12:"下午"===t||"晚上"===t?e+12:void 0},meridiem:function(e,t,n){var o=100*e+t;return o<600?"凌晨":o<900?"早上":o<1200?"上午":1200===o?"中午":o<1800?"下午":"晚上"},calendar:{sameDay:"[今天]LT",nextDay:"[明天]LT",nextWeek:"[下]ddddLT",lastDay:"[昨天]LT",lastWeek:"[上]ddddLT",sameElse:"L"},dayOfMonthOrdinalParse:/\d{1,2}(日|月|週)/,ordinal:function(e,t){switch(t){case"d":case"D":case"DDD":return e+"日";case"M":return e+"月";case"w":case"W":return e+"週";default:return e}},relativeTime:{future:"%s後",past:"%s前",s:"幾秒",ss:"%d 秒",m:"1 分鐘",mm:"%d 分鐘",h:"1 小時",hh:"%d 小時",d:"1 天",dd:"%d 天",M:"1 個月",MM:"%d 個月",y:"1 年",yy:"%d 年"}})}(n(381))},9807:function(e,t,n){!function(e){"use strict";e.defineLocale("zh-mo",{months:"一月_二月_三月_四月_五月_六月_七月_八月_九月_十月_十一月_十二月".split("_"),monthsShort:"1月_2月_3月_4月_5月_6月_7月_8月_9月_10月_11月_12月".split("_"),weekdays:"星期日_星期一_星期二_星期三_星期四_星期五_星期六".split("_"),weekdaysShort:"週日_週一_週二_週三_週四_週五_週六".split("_"),weekdaysMin:"日_一_二_三_四_五_六".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"YYYY年M月D日",LLL:"YYYY年M月D日 HH:mm",LLLL:"YYYY年M月D日dddd HH:mm",l:"D/M/YYYY",ll:"YYYY年M月D日",lll:"YYYY年M月D日 HH:mm",llll:"YYYY年M月D日dddd HH:mm"},meridiemParse:/凌晨|早上|上午|中午|下午|晚上/,meridiemHour:function(e,t){return 12===e&&(e=0),"凌晨"===t||"早上"===t||"上午"===t?e:"中午"===t?e>=11?e:e+12:"下午"===t||"晚上"===t?e+12:void 0},meridiem:function(e,t,n){var o=100*e+t;return o<600?"凌晨":o<900?"早上":o<1130?"上午":o<1230?"中午":o<1800?"下午":"晚上"},calendar:{sameDay:"[今天] LT",nextDay:"[明天] LT",nextWeek:"[下]dddd LT",lastDay:"[昨天] LT",lastWeek:"[上]dddd LT",sameElse:"L"},dayOfMonthOrdinalParse:/\d{1,2}(日|月|週)/,ordinal:function(e,t){switch(t){case"d":case"D":case"DDD":return e+"日";case"M":return e+"月";case"w":case"W":return e+"週";default:return e}},relativeTime:{future:"%s內",past:"%s前",s:"幾秒",ss:"%d 秒",m:"1 分鐘",mm:"%d 分鐘",h:"1 小時",hh:"%d 小時",d:"1 天",dd:"%d 天",M:"1 個月",MM:"%d 個月",y:"1 年",yy:"%d 年"}})}(n(381))},4152:function(e,t,n){!function(e){"use strict";e.defineLocale("zh-tw",{months:"一月_二月_三月_四月_五月_六月_七月_八月_九月_十月_十一月_十二月".split("_"),monthsShort:"1月_2月_3月_4月_5月_6月_7月_8月_9月_10月_11月_12月".split("_"),weekdays:"星期日_星期一_星期二_星期三_星期四_星期五_星期六".split("_"),weekdaysShort:"週日_週一_週二_週三_週四_週五_週六".split("_"),weekdaysMin:"日_一_二_三_四_五_六".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY/MM/DD",LL:"YYYY年M月D日",LLL:"YYYY年M月D日 HH:mm",LLLL:"YYYY年M月D日dddd HH:mm",l:"YYYY/M/D",ll:"YYYY年M月D日",lll:"YYYY年M月D日 HH:mm",llll:"YYYY年M月D日dddd HH:mm"},meridiemParse:/凌晨|早上|上午|中午|下午|晚上/,meridiemHour:function(e,t){return 12===e&&(e=0),"凌晨"===t||"早上"===t||"上午"===t?e:"中午"===t?e>=11?e:e+12:"下午"===t||"晚上"===t?e+12:void 0},meridiem:function(e,t,n){var o=100*e+t;return o<600?"凌晨":o<900?"早上":o<1130?"上午":o<1230?"中午":o<1800?"下午":"晚上"},calendar:{sameDay:"[今天] LT",nextDay:"[明天] LT",nextWeek:"[下]dddd LT",lastDay:"[昨天] LT",lastWeek:"[上]dddd LT",sameElse:"L"},dayOfMonthOrdinalParse:/\d{1,2}(日|月|週)/,ordinal:function(e,t){switch(t){case"d":case"D":case"DDD":return e+"日";case"M":return e+"月";case"w":case"W":return e+"週";default:return e}},relativeTime:{future:"%s後",past:"%s前",s:"幾秒",ss:"%d 秒",m:"1 分鐘",mm:"%d 分鐘",h:"1 小時",hh:"%d 小時",d:"1 天",dd:"%d 天",M:"1 個月",MM:"%d 個月",y:"1 年",yy:"%d 年"}})}(n(381))},6700:(e,t,n)=>{var o={"./af":2786,"./af.js":2786,"./ar":867,"./ar-dz":4130,"./ar-dz.js":4130,"./ar-kw":6135,"./ar-kw.js":6135,"./ar-ly":6440,"./ar-ly.js":6440,"./ar-ma":7702,"./ar-ma.js":7702,"./ar-sa":6040,"./ar-sa.js":6040,"./ar-tn":7100,"./ar-tn.js":7100,"./ar.js":867,"./az":1083,"./az.js":1083,"./be":9808,"./be.js":9808,"./bg":8338,"./bg.js":8338,"./bm":7438,"./bm.js":7438,"./bn":8905,"./bn-bd":6225,"./bn-bd.js":6225,"./bn.js":8905,"./bo":1560,"./bo.js":1560,"./br":1278,"./br.js":1278,"./bs":622,"./bs.js":622,"./ca":2468,"./ca.js":2468,"./cs":5822,"./cs.js":5822,"./cv":877,"./cv.js":877,"./cy":7373,"./cy.js":7373,"./da":4780,"./da.js":4780,"./de":9740,"./de-at":217,"./de-at.js":217,"./de-ch":894,"./de-ch.js":894,"./de.js":9740,"./dv":5300,"./dv.js":5300,"./el":837,"./el.js":837,"./en-au":8348,"./en-au.js":8348,"./en-ca":7925,"./en-ca.js":7925,"./en-gb":2243,"./en-gb.js":2243,"./en-ie":6436,"./en-ie.js":6436,"./en-il":7207,"./en-il.js":7207,"./en-in":4175,"./en-in.js":4175,"./en-nz":6319,"./en-nz.js":6319,"./en-sg":1662,"./en-sg.js":1662,"./eo":2915,"./eo.js":2915,"./es":5655,"./es-do":5251,"./es-do.js":5251,"./es-mx":6112,"./es-mx.js":6112,"./es-us":1146,"./es-us.js":1146,"./es.js":5655,"./et":5603,"./et.js":5603,"./eu":7763,"./eu.js":7763,"./fa":6959,"./fa.js":6959,"./fi":1897,"./fi.js":1897,"./fil":2549,"./fil.js":2549,"./fo":4694,"./fo.js":4694,"./fr":4470,"./fr-ca":3049,"./fr-ca.js":3049,"./fr-ch":2330,"./fr-ch.js":2330,"./fr.js":4470,"./fy":5044,"./fy.js":5044,"./ga":9295,"./ga.js":9295,"./gd":2101,"./gd.js":2101,"./gl":8794,"./gl.js":8794,"./gom-deva":7884,"./gom-deva.js":7884,"./gom-latn":3168,"./gom-latn.js":3168,"./gu":5349,"./gu.js":5349,"./he":4206,"./he.js":4206,"./hi":94,"./hi.js":94,"./hr":316,"./hr.js":316,"./hu":2138,"./hu.js":2138,"./hy-am":1423,"./hy-am.js":1423,"./id":9218,"./id.js":9218,"./is":135,"./is.js":135,"./it":626,"./it-ch":150,"./it-ch.js":150,"./it.js":626,"./ja":9183,"./ja.js":9183,"./jv":4286,"./jv.js":4286,"./ka":2105,"./ka.js":2105,"./kk":7772,"./kk.js":7772,"./km":8758,"./km.js":8758,"./kn":9282,"./kn.js":9282,"./ko":3730,"./ko.js":3730,"./ku":1408,"./ku.js":1408,"./ky":3291,"./ky.js":3291,"./lb":6841,"./lb.js":6841,"./lo":5466,"./lo.js":5466,"./lt":7010,"./lt.js":7010,"./lv":7595,"./lv.js":7595,"./me":9861,"./me.js":9861,"./mi":5493,"./mi.js":5493,"./mk":5966,"./mk.js":5966,"./ml":7341,"./ml.js":7341,"./mn":5115,"./mn.js":5115,"./mr":370,"./mr.js":370,"./ms":9847,"./ms-my":1237,"./ms-my.js":1237,"./ms.js":9847,"./mt":2126,"./mt.js":2126,"./my":6165,"./my.js":6165,"./nb":4924,"./nb.js":4924,"./ne":6744,"./ne.js":6744,"./nl":3901,"./nl-be":9814,"./nl-be.js":9814,"./nl.js":3901,"./nn":3877,"./nn.js":3877,"./oc-lnc":2135,"./oc-lnc.js":2135,"./pa-in":5858,"./pa-in.js":5858,"./pl":4495,"./pl.js":4495,"./pt":9520,"./pt-br":7971,"./pt-br.js":7971,"./pt.js":9520,"./ro":6459,"./ro.js":6459,"./ru":1793,"./ru.js":1793,"./sd":950,"./sd.js":950,"./se":490,"./se.js":490,"./si":124,"./si.js":124,"./sk":4249,"./sk.js":4249,"./sl":4985,"./sl.js":4985,"./sq":1104,"./sq.js":1104,"./sr":9131,"./sr-cyrl":9915,"./sr-cyrl.js":9915,"./sr.js":9131,"./ss":5893,"./ss.js":5893,"./sv":8760,"./sv.js":8760,"./sw":1172,"./sw.js":1172,"./ta":1044,"./ta.js":1044,"./te":3110,"./te.js":3110,"./tet":2095,"./tet.js":2095,"./tg":7321,"./tg.js":7321,"./th":9041,"./th.js":9041,"./tk":9005,"./tk.js":9005,"./tl-ph":5768,"./tl-ph.js":5768,"./tlh":9444,"./tlh.js":9444,"./tr":2397,"./tr.js":2397,"./tzl":8254,"./tzl.js":8254,"./tzm":1106,"./tzm-latn":699,"./tzm-latn.js":699,"./tzm.js":1106,"./ug-cn":9288,"./ug-cn.js":9288,"./uk":7691,"./uk.js":7691,"./ur":3795,"./ur.js":3795,"./uz":6791,"./uz-latn":588,"./uz-latn.js":588,"./uz.js":6791,"./vi":5666,"./vi.js":5666,"./x-pseudo":4378,"./x-pseudo.js":4378,"./yo":5805,"./yo.js":5805,"./zh-cn":3839,"./zh-cn.js":3839,"./zh-hk":5726,"./zh-hk.js":5726,"./zh-mo":9807,"./zh-mo.js":9807,"./zh-tw":4152,"./zh-tw.js":4152};function r(e){var t=a(e);return n(t)}function a(e){if(!n.o(o,e)){var t=new Error("Cannot find module '"+e+"'");throw t.code="MODULE_NOT_FOUND",t}return o[e]}r.keys=function(){return Object.keys(o)},r.resolve=a,e.exports=r,r.id=6700},381:function(e,t,n){(e=n.nmd(e)).exports=function(){"use strict";var t,o;function r(){return t.apply(null,arguments)}function a(e){t=e}function i(e){return e instanceof Array||"[object Array]"===Object.prototype.toString.call(e)}function l(e){return null!=e&&"[object Object]"===Object.prototype.toString.call(e)}function s(e,t){return Object.prototype.hasOwnProperty.call(e,t)}function c(e){if(Object.getOwnPropertyNames)return 0===Object.getOwnPropertyNames(e).length;var t;for(t in e)if(s(e,t))return!1;return!0}function u(e){return void 0===e}function p(e){return"number"==typeof e||"[object Number]"===Object.prototype.toString.call(e)}function d(e){return e instanceof Date||"[object Date]"===Object.prototype.toString.call(e)}function b(e,t){var n,o=[],r=e.length;for(n=0;n>>0;for(t=0;t0)for(n=0;n=0?n?"+":"":"-")+Math.pow(10,Math.max(0,r)).toString().substr(1)+o}var B=/(\[[^\[]*\])|(\\)?([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,D=/(\[[^\[]*\])|(\\)?(LTS|LT|LL?L?L?|l{1,4})/g,I={},P={};function H(e,t,n,o){var r=o;"string"==typeof o&&(r=function(){return this[o]()}),e&&(P[e]=r),t&&(P[t[0]]=function(){return T(r.apply(this,arguments),t[1],t[2])}),n&&(P[n]=function(){return this.localeData().ordinal(r.apply(this,arguments),e)})}function F(e){return e.match(/\[[\s\S]/)?e.replace(/^\[|\]$/g,""):e.replace(/\\/g,"")}function Y(e){var t,n,o=e.match(B);for(t=0,n=o.length;t=0&&D.test(e);)e=e.replace(D,o),D.lastIndex=0,n-=1;return e}var V={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 U(e){var t=this._longDateFormat[e],n=this._longDateFormat[e.toUpperCase()];return t||!n?t:(this._longDateFormat[e]=n.match(B).map((function(e){return"MMMM"===e||"MM"===e||"DD"===e||"dddd"===e?e.slice(1):e})).join(""),this._longDateFormat[e])}var $="Invalid date";function G(){return this._invalidDate}var K="%d",J=/\d{1,2}/;function Z(e){return this._ordinal.replace("%d",e)}var Q={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 ee(e,t,n,o){var r=this._relativeTime[n];return L(r)?r(e,t,n,o):r.replace(/%d/i,e)}function te(e,t){var n=this._relativeTime[e>0?"future":"past"];return L(n)?n(t):n.replace(/%s/i,t)}var ne={};function oe(e,t){var n=e.toLowerCase();ne[n]=ne[n+"s"]=ne[t]=e}function re(e){return"string"==typeof e?ne[e]||ne[e.toLowerCase()]:void 0}function ae(e){var t,n,o={};for(n in e)s(e,n)&&(t=re(n))&&(o[t]=e[n]);return o}var ie={};function le(e,t){ie[e]=t}function se(e){var t,n=[];for(t in e)s(e,t)&&n.push({unit:t,priority:ie[t]});return n.sort((function(e,t){return e.priority-t.priority})),n}function ce(e){return e%4==0&&e%100!=0||e%400==0}function ue(e){return e<0?Math.ceil(e)||0:Math.floor(e)}function pe(e){var t=+e,n=0;return 0!==t&&isFinite(t)&&(n=ue(t)),n}function de(e,t){return function(n){return null!=n?(me(this,e,n),r.updateOffset(this,t),this):be(this,e)}}function be(e,t){return e.isValid()?e._d["get"+(e._isUTC?"UTC":"")+t]():NaN}function me(e,t,n){e.isValid()&&!isNaN(n)&&("FullYear"===t&&ce(e.year())&&1===e.month()&&29===e.date()?(n=pe(n),e._d["set"+(e._isUTC?"UTC":"")+t](n,e.month(),et(n,e.month()))):e._d["set"+(e._isUTC?"UTC":"")+t](n))}function Me(e){return L(this[e=re(e)])?this[e]():this}function ze(e,t){if("object"==typeof e){var n,o=se(e=ae(e)),r=o.length;for(n=0;n68?1900:2e3)};var ft=de("FullYear",!0);function ht(){return ce(this.year())}function gt(e,t,n,o,r,a,i){var l;return e<100&&e>=0?(l=new Date(e+400,t,n,o,r,a,i),isFinite(l.getFullYear())&&l.setFullYear(e)):l=new Date(e,t,n,o,r,a,i),l}function Ot(e){var t,n;return e<100&&e>=0?((n=Array.prototype.slice.call(arguments))[0]=e+400,t=new Date(Date.UTC.apply(null,n)),isFinite(t.getUTCFullYear())&&t.setUTCFullYear(e)):t=new Date(Date.UTC.apply(null,arguments)),t}function vt(e,t,n){var o=7+t-n;return-(7+Ot(e,0,o).getUTCDay()-t)%7+o-1}function At(e,t,n,o,r){var a,i,l=1+7*(t-1)+(7+n-o)%7+vt(e,o,r);return l<=0?i=zt(a=e-1)+l:l>zt(e)?(a=e+1,i=l-zt(e)):(a=e,i=l),{year:a,dayOfYear:i}}function yt(e,t,n){var o,r,a=vt(e.year(),t,n),i=Math.floor((e.dayOfYear()-a-1)/7)+1;return i<1?o=i+_t(r=e.year()-1,t,n):i>_t(e.year(),t,n)?(o=i-_t(e.year(),t,n),r=e.year()+1):(r=e.year(),o=i),{week:o,year:r}}function _t(e,t,n){var o=vt(e,t,n),r=vt(e+1,t,n);return(zt(e)-o+r)/7}function qt(e){return yt(e,this._week.dow,this._week.doy).week}H("w",["ww",2],"wo","week"),H("W",["WW",2],"Wo","isoWeek"),oe("week","w"),oe("isoWeek","W"),le("week",5),le("isoWeek",5),Ne("w",ye),Ne("ww",ye,ge),Ne("W",ye),Ne("WW",ye,ge),He(["w","ww","W","WW"],(function(e,t,n,o){t[o.substr(0,1)]=pe(e)}));var kt={dow:0,doy:6};function wt(){return this._week.dow}function Et(){return this._week.doy}function Wt(e){var t=this.localeData().week(this);return null==e?t:this.add(7*(e-t),"d")}function Lt(e){var t=yt(this,1,4).week;return null==e?t:this.add(7*(e-t),"d")}function xt(e,t){return"string"!=typeof e?e:isNaN(e)?"number"==typeof(e=t.weekdaysParse(e))?e:null:parseInt(e,10)}function Ct(e,t){return"string"==typeof e?t.weekdaysParse(e)%7||7:isNaN(e)?null:e}function Rt(e,t){return e.slice(t,7).concat(e.slice(0,t))}H("d",0,"do","day"),H("dd",0,0,(function(e){return this.localeData().weekdaysMin(this,e)})),H("ddd",0,0,(function(e){return this.localeData().weekdaysShort(this,e)})),H("dddd",0,0,(function(e){return this.localeData().weekdays(this,e)})),H("e",0,0,"weekday"),H("E",0,0,"isoWeekday"),oe("day","d"),oe("weekday","e"),oe("isoWeekday","E"),le("day",11),le("weekday",11),le("isoWeekday",11),Ne("d",ye),Ne("e",ye),Ne("E",ye),Ne("dd",(function(e,t){return t.weekdaysMinRegex(e)})),Ne("ddd",(function(e,t){return t.weekdaysShortRegex(e)})),Ne("dddd",(function(e,t){return t.weekdaysRegex(e)})),He(["dd","ddd","dddd"],(function(e,t,n,o){var r=n._locale.weekdaysParse(e,o,n._strict);null!=r?t.d=r:f(n).invalidWeekday=e})),He(["d","e","E"],(function(e,t,n,o){t[o]=pe(e)}));var St="Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),Nt="Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),Tt="Su_Mo_Tu_We_Th_Fr_Sa".split("_"),Bt=Se,Dt=Se,It=Se;function Pt(e,t){var n=i(this._weekdays)?this._weekdays:this._weekdays[e&&!0!==e&&this._weekdays.isFormat.test(t)?"format":"standalone"];return!0===e?Rt(n,this._week.dow):e?n[e.day()]:n}function Ht(e){return!0===e?Rt(this._weekdaysShort,this._week.dow):e?this._weekdaysShort[e.day()]:this._weekdaysShort}function Ft(e){return!0===e?Rt(this._weekdaysMin,this._week.dow):e?this._weekdaysMin[e.day()]:this._weekdaysMin}function Yt(e,t,n){var o,r,a,i=e.toLocaleLowerCase();if(!this._weekdaysParse)for(this._weekdaysParse=[],this._shortWeekdaysParse=[],this._minWeekdaysParse=[],o=0;o<7;++o)a=M([2e3,1]).day(o),this._minWeekdaysParse[o]=this.weekdaysMin(a,"").toLocaleLowerCase(),this._shortWeekdaysParse[o]=this.weekdaysShort(a,"").toLocaleLowerCase(),this._weekdaysParse[o]=this.weekdays(a,"").toLocaleLowerCase();return n?"dddd"===t?-1!==(r=Ye.call(this._weekdaysParse,i))?r:null:"ddd"===t?-1!==(r=Ye.call(this._shortWeekdaysParse,i))?r:null:-1!==(r=Ye.call(this._minWeekdaysParse,i))?r:null:"dddd"===t?-1!==(r=Ye.call(this._weekdaysParse,i))||-1!==(r=Ye.call(this._shortWeekdaysParse,i))||-1!==(r=Ye.call(this._minWeekdaysParse,i))?r:null:"ddd"===t?-1!==(r=Ye.call(this._shortWeekdaysParse,i))||-1!==(r=Ye.call(this._weekdaysParse,i))||-1!==(r=Ye.call(this._minWeekdaysParse,i))?r:null:-1!==(r=Ye.call(this._minWeekdaysParse,i))||-1!==(r=Ye.call(this._weekdaysParse,i))||-1!==(r=Ye.call(this._shortWeekdaysParse,i))?r:null}function Xt(e,t,n){var o,r,a;if(this._weekdaysParseExact)return Yt.call(this,e,t,n);for(this._weekdaysParse||(this._weekdaysParse=[],this._minWeekdaysParse=[],this._shortWeekdaysParse=[],this._fullWeekdaysParse=[]),o=0;o<7;o++){if(r=M([2e3,1]).day(o),n&&!this._fullWeekdaysParse[o]&&(this._fullWeekdaysParse[o]=new RegExp("^"+this.weekdays(r,"").replace(".","\\.?")+"$","i"),this._shortWeekdaysParse[o]=new RegExp("^"+this.weekdaysShort(r,"").replace(".","\\.?")+"$","i"),this._minWeekdaysParse[o]=new RegExp("^"+this.weekdaysMin(r,"").replace(".","\\.?")+"$","i")),this._weekdaysParse[o]||(a="^"+this.weekdays(r,"")+"|^"+this.weekdaysShort(r,"")+"|^"+this.weekdaysMin(r,""),this._weekdaysParse[o]=new RegExp(a.replace(".",""),"i")),n&&"dddd"===t&&this._fullWeekdaysParse[o].test(e))return o;if(n&&"ddd"===t&&this._shortWeekdaysParse[o].test(e))return o;if(n&&"dd"===t&&this._minWeekdaysParse[o].test(e))return o;if(!n&&this._weekdaysParse[o].test(e))return o}}function jt(e){if(!this.isValid())return null!=e?this:NaN;var t=this._isUTC?this._d.getUTCDay():this._d.getDay();return null!=e?(e=xt(e,this.localeData()),this.add(e-t,"d")):t}function Vt(e){if(!this.isValid())return null!=e?this:NaN;var t=(this.day()+7-this.localeData()._week.dow)%7;return null==e?t:this.add(e-t,"d")}function Ut(e){if(!this.isValid())return null!=e?this:NaN;if(null!=e){var t=Ct(e,this.localeData());return this.day(this.day()%7?t:t-7)}return this.day()||7}function $t(e){return this._weekdaysParseExact?(s(this,"_weekdaysRegex")||Jt.call(this),e?this._weekdaysStrictRegex:this._weekdaysRegex):(s(this,"_weekdaysRegex")||(this._weekdaysRegex=Bt),this._weekdaysStrictRegex&&e?this._weekdaysStrictRegex:this._weekdaysRegex)}function Gt(e){return this._weekdaysParseExact?(s(this,"_weekdaysRegex")||Jt.call(this),e?this._weekdaysShortStrictRegex:this._weekdaysShortRegex):(s(this,"_weekdaysShortRegex")||(this._weekdaysShortRegex=Dt),this._weekdaysShortStrictRegex&&e?this._weekdaysShortStrictRegex:this._weekdaysShortRegex)}function Kt(e){return this._weekdaysParseExact?(s(this,"_weekdaysRegex")||Jt.call(this),e?this._weekdaysMinStrictRegex:this._weekdaysMinRegex):(s(this,"_weekdaysMinRegex")||(this._weekdaysMinRegex=It),this._weekdaysMinStrictRegex&&e?this._weekdaysMinStrictRegex:this._weekdaysMinRegex)}function Jt(){function e(e,t){return t.length-e.length}var t,n,o,r,a,i=[],l=[],s=[],c=[];for(t=0;t<7;t++)n=M([2e3,1]).day(t),o=De(this.weekdaysMin(n,"")),r=De(this.weekdaysShort(n,"")),a=De(this.weekdays(n,"")),i.push(o),l.push(r),s.push(a),c.push(o),c.push(r),c.push(a);i.sort(e),l.sort(e),s.sort(e),c.sort(e),this._weekdaysRegex=new RegExp("^("+c.join("|")+")","i"),this._weekdaysShortRegex=this._weekdaysRegex,this._weekdaysMinRegex=this._weekdaysRegex,this._weekdaysStrictRegex=new RegExp("^("+s.join("|")+")","i"),this._weekdaysShortStrictRegex=new RegExp("^("+l.join("|")+")","i"),this._weekdaysMinStrictRegex=new RegExp("^("+i.join("|")+")","i")}function Zt(){return this.hours()%12||12}function Qt(){return this.hours()||24}function en(e,t){H(e,0,0,(function(){return this.localeData().meridiem(this.hours(),this.minutes(),t)}))}function tn(e,t){return t._meridiemParse}function nn(e){return"p"===(e+"").toLowerCase().charAt(0)}H("H",["HH",2],0,"hour"),H("h",["hh",2],0,Zt),H("k",["kk",2],0,Qt),H("hmm",0,0,(function(){return""+Zt.apply(this)+T(this.minutes(),2)})),H("hmmss",0,0,(function(){return""+Zt.apply(this)+T(this.minutes(),2)+T(this.seconds(),2)})),H("Hmm",0,0,(function(){return""+this.hours()+T(this.minutes(),2)})),H("Hmmss",0,0,(function(){return""+this.hours()+T(this.minutes(),2)+T(this.seconds(),2)})),en("a",!0),en("A",!1),oe("hour","h"),le("hour",13),Ne("a",tn),Ne("A",tn),Ne("H",ye),Ne("h",ye),Ne("k",ye),Ne("HH",ye,ge),Ne("hh",ye,ge),Ne("kk",ye,ge),Ne("hmm",_e),Ne("hmmss",qe),Ne("Hmm",_e),Ne("Hmmss",qe),Pe(["H","HH"],Ue),Pe(["k","kk"],(function(e,t,n){var o=pe(e);t[Ue]=24===o?0:o})),Pe(["a","A"],(function(e,t,n){n._isPm=n._locale.isPM(e),n._meridiem=e})),Pe(["h","hh"],(function(e,t,n){t[Ue]=pe(e),f(n).bigHour=!0})),Pe("hmm",(function(e,t,n){var o=e.length-2;t[Ue]=pe(e.substr(0,o)),t[$e]=pe(e.substr(o)),f(n).bigHour=!0})),Pe("hmmss",(function(e,t,n){var o=e.length-4,r=e.length-2;t[Ue]=pe(e.substr(0,o)),t[$e]=pe(e.substr(o,2)),t[Ge]=pe(e.substr(r)),f(n).bigHour=!0})),Pe("Hmm",(function(e,t,n){var o=e.length-2;t[Ue]=pe(e.substr(0,o)),t[$e]=pe(e.substr(o))})),Pe("Hmmss",(function(e,t,n){var o=e.length-4,r=e.length-2;t[Ue]=pe(e.substr(0,o)),t[$e]=pe(e.substr(o,2)),t[Ge]=pe(e.substr(r))}));var on=/[ap]\.?m?\.?/i,rn=de("Hours",!0);function an(e,t,n){return e>11?n?"pm":"PM":n?"am":"AM"}var ln,sn={calendar:S,longDateFormat:V,invalidDate:$,ordinal:K,dayOfMonthOrdinalParse:J,relativeTime:Q,months:tt,monthsShort:nt,week:kt,weekdays:St,weekdaysMin:Tt,weekdaysShort:Nt,meridiemParse:on},cn={},un={};function pn(e,t){var n,o=Math.min(e.length,t.length);for(n=0;n0;){if(o=Mn(r.slice(0,t).join("-")))return o;if(n&&n.length>=t&&pn(r,n)>=t-1)break;t--}a++}return ln}function mn(e){return null!=e.match("^[^/\\\\]*$")}function Mn(t){var o=null;if(void 0===cn[t]&&e&&e.exports&&mn(t))try{o=ln._abbr,n(6700)("./"+t),zn(o)}catch(e){cn[t]=null}return cn[t]}function zn(e,t){var n;return e&&((n=u(t)?gn(e):fn(e,t))?ln=n:"undefined"!=typeof console&&console.warn&&console.warn("Locale "+e+" not found. Did you forget to load it?")),ln._abbr}function fn(e,t){if(null!==t){var n,o=sn;if(t.abbr=e,null!=cn[e])W("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."),o=cn[e]._config;else if(null!=t.parentLocale)if(null!=cn[t.parentLocale])o=cn[t.parentLocale]._config;else{if(null==(n=Mn(t.parentLocale)))return un[t.parentLocale]||(un[t.parentLocale]=[]),un[t.parentLocale].push({name:e,config:t}),null;o=n._config}return cn[e]=new R(C(o,t)),un[e]&&un[e].forEach((function(e){fn(e.name,e.config)})),zn(e),cn[e]}return delete cn[e],null}function hn(e,t){if(null!=t){var n,o,r=sn;null!=cn[e]&&null!=cn[e].parentLocale?cn[e].set(C(cn[e]._config,t)):(null!=(o=Mn(e))&&(r=o._config),t=C(r,t),null==o&&(t.abbr=e),(n=new R(t)).parentLocale=cn[e],cn[e]=n),zn(e)}else null!=cn[e]&&(null!=cn[e].parentLocale?(cn[e]=cn[e].parentLocale,e===zn()&&zn(e)):null!=cn[e]&&delete cn[e]);return cn[e]}function gn(e){var t;if(e&&e._locale&&e._locale._abbr&&(e=e._locale._abbr),!e)return ln;if(!i(e)){if(t=Mn(e))return t;e=[e]}return bn(e)}function On(){return w(cn)}function vn(e){var t,n=e._a;return n&&-2===f(e).overflow&&(t=n[je]<0||n[je]>11?je:n[Ve]<1||n[Ve]>et(n[Xe],n[je])?Ve:n[Ue]<0||n[Ue]>24||24===n[Ue]&&(0!==n[$e]||0!==n[Ge]||0!==n[Ke])?Ue:n[$e]<0||n[$e]>59?$e:n[Ge]<0||n[Ge]>59?Ge:n[Ke]<0||n[Ke]>999?Ke:-1,f(e)._overflowDayOfYear&&(tVe)&&(t=Ve),f(e)._overflowWeeks&&-1===t&&(t=Je),f(e)._overflowWeekday&&-1===t&&(t=Ze),f(e).overflow=t),e}var An=/^\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)?)?$/,yn=/^\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)?)?$/,_n=/Z|[+-]\d\d(?::?\d\d)?/,qn=[["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]],kn=[["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/]],wn=/^\/?Date\((-?\d+)/i,En=/^(?:(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}))$/,Wn={UT:0,GMT:0,EDT:-240,EST:-300,CDT:-300,CST:-360,MDT:-360,MST:-420,PDT:-420,PST:-480};function Ln(e){var t,n,o,r,a,i,l=e._i,s=An.exec(l)||yn.exec(l),c=qn.length,u=kn.length;if(s){for(f(e).iso=!0,t=0,n=c;tzt(a)||0===e._dayOfYear)&&(f(e)._overflowDayOfYear=!0),n=Ot(a,0,e._dayOfYear),e._a[je]=n.getUTCMonth(),e._a[Ve]=n.getUTCDate()),t=0;t<3&&null==e._a[t];++t)e._a[t]=i[t]=o[t];for(;t<7;t++)e._a[t]=i[t]=null==e._a[t]?2===t?1:0:e._a[t];24===e._a[Ue]&&0===e._a[$e]&&0===e._a[Ge]&&0===e._a[Ke]&&(e._nextDay=!0,e._a[Ue]=0),e._d=(e._useUTC?Ot:gt).apply(null,i),r=e._useUTC?e._d.getUTCDay():e._d.getDay(),null!=e._tzm&&e._d.setUTCMinutes(e._d.getUTCMinutes()-e._tzm),e._nextDay&&(e._a[Ue]=24),e._w&&void 0!==e._w.d&&e._w.d!==r&&(f(e).weekdayMismatch=!0)}}function Hn(e){var t,n,o,r,a,i,l,s,c;null!=(t=e._w).GG||null!=t.W||null!=t.E?(a=1,i=4,n=Dn(t.GG,e._a[Xe],yt(Kn(),1,4).year),o=Dn(t.W,1),((r=Dn(t.E,1))<1||r>7)&&(s=!0)):(a=e._locale._week.dow,i=e._locale._week.doy,c=yt(Kn(),a,i),n=Dn(t.gg,e._a[Xe],c.year),o=Dn(t.w,c.week),null!=t.d?((r=t.d)<0||r>6)&&(s=!0):null!=t.e?(r=t.e+a,(t.e<0||t.e>6)&&(s=!0)):r=a),o<1||o>_t(n,a,i)?f(e)._overflowWeeks=!0:null!=s?f(e)._overflowWeekday=!0:(l=At(n,o,r,a,i),e._a[Xe]=l.year,e._dayOfYear=l.dayOfYear)}function Fn(e){if(e._f!==r.ISO_8601)if(e._f!==r.RFC_2822){e._a=[],f(e).empty=!0;var t,n,o,a,i,l,s,c=""+e._i,u=c.length,p=0;for(s=(o=j(e._f,e._locale).match(B)||[]).length,t=0;t0&&f(e).unusedInput.push(i),c=c.slice(c.indexOf(n)+n.length),p+=n.length),P[a]?(n?f(e).empty=!1:f(e).unusedTokens.push(a),Fe(a,n,e)):e._strict&&!n&&f(e).unusedTokens.push(a);f(e).charsLeftOver=u-p,c.length>0&&f(e).unusedInput.push(c),e._a[Ue]<=12&&!0===f(e).bigHour&&e._a[Ue]>0&&(f(e).bigHour=void 0),f(e).parsedDateParts=e._a.slice(0),f(e).meridiem=e._meridiem,e._a[Ue]=Yn(e._locale,e._a[Ue],e._meridiem),null!==(l=f(e).era)&&(e._a[Xe]=e._locale.erasConvertYear(l,e._a[Xe])),Pn(e),vn(e)}else Tn(e);else Ln(e)}function Yn(e,t,n){var o;return null==n?t:null!=e.meridiemHour?e.meridiemHour(t,n):null!=e.isPM?((o=e.isPM(n))&&t<12&&(t+=12),o||12!==t||(t=0),t):t}function Xn(e){var t,n,o,r,a,i,l=!1,s=e._f.length;if(0===s)return f(e).invalidFormat=!0,void(e._d=new Date(NaN));for(r=0;rthis?this:e:g()}));function Qn(e,t){var n,o;if(1===t.length&&i(t[0])&&(t=t[0]),!t.length)return Kn();for(n=t[0],o=1;othis.clone().month(0).utcOffset()||this.utcOffset()>this.clone().month(5).utcOffset()}function _o(){if(!u(this._isDSTShifted))return this._isDSTShifted;var e,t={};return A(t,this),(t=Un(t))._a?(e=t._isUTC?M(t._a):Kn(t._a),this._isDSTShifted=this.isValid()&&uo(t._a,e.toArray())>0):this._isDSTShifted=!1,this._isDSTShifted}function qo(){return!!this.isValid()&&!this._isUTC}function ko(){return!!this.isValid()&&this._isUTC}function wo(){return!!this.isValid()&&this._isUTC&&0===this._offset}r.updateOffset=function(){};var Eo=/^(-|\+)?(?:(\d*)[. ])?(\d+):(\d+)(?::(\d+)(\.\d*)?)?$/,Wo=/^(-|\+)?P(?:([-+]?[0-9,.]*)Y)?(?:([-+]?[0-9,.]*)M)?(?:([-+]?[0-9,.]*)W)?(?:([-+]?[0-9,.]*)D)?(?:T(?:([-+]?[0-9,.]*)H)?(?:([-+]?[0-9,.]*)M)?(?:([-+]?[0-9,.]*)S)?)?$/;function Lo(e,t){var n,o,r,a=e,i=null;return so(e)?a={ms:e._milliseconds,d:e._days,M:e._months}:p(e)||!isNaN(+e)?(a={},t?a[t]=+e:a.milliseconds=+e):(i=Eo.exec(e))?(n="-"===i[1]?-1:1,a={y:0,d:pe(i[Ve])*n,h:pe(i[Ue])*n,m:pe(i[$e])*n,s:pe(i[Ge])*n,ms:pe(co(1e3*i[Ke]))*n}):(i=Wo.exec(e))?(n="-"===i[1]?-1:1,a={y:xo(i[2],n),M:xo(i[3],n),w:xo(i[4],n),d:xo(i[5],n),h:xo(i[6],n),m:xo(i[7],n),s:xo(i[8],n)}):null==a?a={}:"object"==typeof a&&("from"in a||"to"in a)&&(r=Ro(Kn(a.from),Kn(a.to)),(a={}).ms=r.milliseconds,a.M=r.months),o=new lo(a),so(e)&&s(e,"_locale")&&(o._locale=e._locale),so(e)&&s(e,"_isValid")&&(o._isValid=e._isValid),o}function xo(e,t){var n=e&&parseFloat(e.replace(",","."));return(isNaN(n)?0:n)*t}function Co(e,t){var n={};return n.months=t.month()-e.month()+12*(t.year()-e.year()),e.clone().add(n.months,"M").isAfter(t)&&--n.months,n.milliseconds=+t-+e.clone().add(n.months,"M"),n}function Ro(e,t){var n;return e.isValid()&&t.isValid()?(t=Mo(t,e),e.isBefore(t)?n=Co(e,t):((n=Co(t,e)).milliseconds=-n.milliseconds,n.months=-n.months),n):{milliseconds:0,months:0}}function So(e,t){return function(n,o){var r;return null===o||isNaN(+o)||(W(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=n,n=o,o=r),No(this,Lo(n,o),e),this}}function No(e,t,n,o){var a=t._milliseconds,i=co(t._days),l=co(t._months);e.isValid()&&(o=null==o||o,l&&ut(e,be(e,"Month")+l*n),i&&me(e,"Date",be(e,"Date")+i*n),a&&e._d.setTime(e._d.valueOf()+a*n),o&&r.updateOffset(e,i||l))}Lo.fn=lo.prototype,Lo.invalid=io;var To=So(1,"add"),Bo=So(-1,"subtract");function Do(e){return"string"==typeof e||e instanceof String}function Io(e){return _(e)||d(e)||Do(e)||p(e)||Ho(e)||Po(e)||null==e}function Po(e){var t,n,o=l(e)&&!c(e),r=!1,a=["years","year","y","months","month","M","days","day","d","dates","date","D","hours","hour","h","minutes","minute","m","seconds","second","s","milliseconds","millisecond","ms"],i=a.length;for(t=0;tn.valueOf():n.valueOf()9999?X(n,t?"YYYYYY-MM-DD[T]HH:mm:ss.SSS[Z]":"YYYYYY-MM-DD[T]HH:mm:ss.SSSZ"):L(Date.prototype.toISOString)?t?this.toDate().toISOString():new Date(this.valueOf()+60*this.utcOffset()*1e3).toISOString().replace("Z",X(n,"Z")):X(n,t?"YYYY-MM-DD[T]HH:mm:ss.SSS[Z]":"YYYY-MM-DD[T]HH:mm:ss.SSSZ")}function nr(){if(!this.isValid())return"moment.invalid(/* "+this._i+" */)";var e,t,n,o,r="moment",a="";return this.isLocal()||(r=0===this.utcOffset()?"moment.utc":"moment.parseZone",a="Z"),e="["+r+'("]',t=0<=this.year()&&this.year()<=9999?"YYYY":"YYYYYY",n="-MM-DD[T]HH:mm:ss.SSS",o=a+'[")]',this.format(e+t+n+o)}function or(e){e||(e=this.isUtc()?r.defaultFormatUtc:r.defaultFormat);var t=X(this,e);return this.localeData().postformat(t)}function rr(e,t){return this.isValid()&&(_(e)&&e.isValid()||Kn(e).isValid())?Lo({to:this,from:e}).locale(this.locale()).humanize(!t):this.localeData().invalidDate()}function ar(e){return this.from(Kn(),e)}function ir(e,t){return this.isValid()&&(_(e)&&e.isValid()||Kn(e).isValid())?Lo({from:this,to:e}).locale(this.locale()).humanize(!t):this.localeData().invalidDate()}function lr(e){return this.to(Kn(),e)}function sr(e){var t;return void 0===e?this._locale._abbr:(null!=(t=gn(e))&&(this._locale=t),this)}r.defaultFormat="YYYY-MM-DDTHH:mm:ssZ",r.defaultFormatUtc="YYYY-MM-DDTHH:mm:ss[Z]";var cr=k("moment().lang() is deprecated. Instead, use moment().localeData() to get the language configuration. Use moment().locale() to change languages.",(function(e){return void 0===e?this.localeData():this.locale(e)}));function ur(){return this._locale}var pr=1e3,dr=60*pr,br=60*dr,mr=3506328*br;function Mr(e,t){return(e%t+t)%t}function zr(e,t,n){return e<100&&e>=0?new Date(e+400,t,n)-mr:new Date(e,t,n).valueOf()}function fr(e,t,n){return e<100&&e>=0?Date.UTC(e+400,t,n)-mr:Date.UTC(e,t,n)}function hr(e){var t,n;if(void 0===(e=re(e))||"millisecond"===e||!this.isValid())return this;switch(n=this._isUTC?fr:zr,e){case"year":t=n(this.year(),0,1);break;case"quarter":t=n(this.year(),this.month()-this.month()%3,1);break;case"month":t=n(this.year(),this.month(),1);break;case"week":t=n(this.year(),this.month(),this.date()-this.weekday());break;case"isoWeek":t=n(this.year(),this.month(),this.date()-(this.isoWeekday()-1));break;case"day":case"date":t=n(this.year(),this.month(),this.date());break;case"hour":t=this._d.valueOf(),t-=Mr(t+(this._isUTC?0:this.utcOffset()*dr),br);break;case"minute":t=this._d.valueOf(),t-=Mr(t,dr);break;case"second":t=this._d.valueOf(),t-=Mr(t,pr)}return this._d.setTime(t),r.updateOffset(this,!0),this}function gr(e){var t,n;if(void 0===(e=re(e))||"millisecond"===e||!this.isValid())return this;switch(n=this._isUTC?fr:zr,e){case"year":t=n(this.year()+1,0,1)-1;break;case"quarter":t=n(this.year(),this.month()-this.month()%3+3,1)-1;break;case"month":t=n(this.year(),this.month()+1,1)-1;break;case"week":t=n(this.year(),this.month(),this.date()-this.weekday()+7)-1;break;case"isoWeek":t=n(this.year(),this.month(),this.date()-(this.isoWeekday()-1)+7)-1;break;case"day":case"date":t=n(this.year(),this.month(),this.date()+1)-1;break;case"hour":t=this._d.valueOf(),t+=br-Mr(t+(this._isUTC?0:this.utcOffset()*dr),br)-1;break;case"minute":t=this._d.valueOf(),t+=dr-Mr(t,dr)-1;break;case"second":t=this._d.valueOf(),t+=pr-Mr(t,pr)-1}return this._d.setTime(t),r.updateOffset(this,!0),this}function Or(){return this._d.valueOf()-6e4*(this._offset||0)}function vr(){return Math.floor(this.valueOf()/1e3)}function Ar(){return new Date(this.valueOf())}function yr(){var e=this;return[e.year(),e.month(),e.date(),e.hour(),e.minute(),e.second(),e.millisecond()]}function _r(){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 qr(){return this.isValid()?this.toISOString():null}function kr(){return h(this)}function wr(){return m({},f(this))}function Er(){return f(this).overflow}function Wr(){return{input:this._i,format:this._f,locale:this._locale,isUTC:this._isUTC,strict:this._strict}}function Lr(e,t){var n,o,a,i=this._eras||gn("en")._eras;for(n=0,o=i.length;n=0)return s[o]}function Cr(e,t){var n=e.since<=e.until?1:-1;return void 0===t?r(e.since).year():r(e.since).year()+(t-e.offset)*n}function Rr(){var e,t,n,o=this.localeData().eras();for(e=0,t=o.length;e(a=_t(e,o,r))&&(t=a),Qr.call(this,e,t,n,o,r))}function Qr(e,t,n,o,r){var a=At(e,t,n,o,r),i=Ot(a.year,0,a.dayOfYear);return this.year(i.getUTCFullYear()),this.month(i.getUTCMonth()),this.date(i.getUTCDate()),this}function ea(e){return null==e?Math.ceil((this.month()+1)/3):this.month(3*(e-1)+this.month()%3)}H("N",0,0,"eraAbbr"),H("NN",0,0,"eraAbbr"),H("NNN",0,0,"eraAbbr"),H("NNNN",0,0,"eraName"),H("NNNNN",0,0,"eraNarrow"),H("y",["y",1],"yo","eraYear"),H("y",["yy",2],0,"eraYear"),H("y",["yyy",3],0,"eraYear"),H("y",["yyyy",4],0,"eraYear"),Ne("N",Pr),Ne("NN",Pr),Ne("NNN",Pr),Ne("NNNN",Hr),Ne("NNNNN",Fr),Pe(["N","NN","NNN","NNNN","NNNNN"],(function(e,t,n,o){var r=n._locale.erasParse(e,o,n._strict);r?f(n).era=r:f(n).invalidEra=e})),Ne("y",We),Ne("yy",We),Ne("yyy",We),Ne("yyyy",We),Ne("yo",Yr),Pe(["y","yy","yyy","yyyy"],Xe),Pe(["yo"],(function(e,t,n,o){var r;n._locale._eraYearOrdinalRegex&&(r=e.match(n._locale._eraYearOrdinalRegex)),n._locale.eraYearOrdinalParse?t[Xe]=n._locale.eraYearOrdinalParse(e,r):t[Xe]=parseInt(e,10)})),H(0,["gg",2],0,(function(){return this.weekYear()%100})),H(0,["GG",2],0,(function(){return this.isoWeekYear()%100})),jr("gggg","weekYear"),jr("ggggg","weekYear"),jr("GGGG","isoWeekYear"),jr("GGGGG","isoWeekYear"),oe("weekYear","gg"),oe("isoWeekYear","GG"),le("weekYear",1),le("isoWeekYear",1),Ne("G",Le),Ne("g",Le),Ne("GG",ye,ge),Ne("gg",ye,ge),Ne("GGGG",we,ve),Ne("gggg",we,ve),Ne("GGGGG",Ee,Ae),Ne("ggggg",Ee,Ae),He(["gggg","ggggg","GGGG","GGGGG"],(function(e,t,n,o){t[o.substr(0,2)]=pe(e)})),He(["gg","GG"],(function(e,t,n,o){t[o]=r.parseTwoDigitYear(e)})),H("Q",0,"Qo","quarter"),oe("quarter","Q"),le("quarter",7),Ne("Q",he),Pe("Q",(function(e,t){t[je]=3*(pe(e)-1)})),H("D",["DD",2],"Do","date"),oe("date","D"),le("date",9),Ne("D",ye),Ne("DD",ye,ge),Ne("Do",(function(e,t){return e?t._dayOfMonthOrdinalParse||t._ordinalParse:t._dayOfMonthOrdinalParseLenient})),Pe(["D","DD"],Ve),Pe("Do",(function(e,t){t[Ve]=pe(e.match(ye)[0])}));var ta=de("Date",!0);function na(e){var t=Math.round((this.clone().startOf("day")-this.clone().startOf("year"))/864e5)+1;return null==e?t:this.add(e-t,"d")}H("DDD",["DDDD",3],"DDDo","dayOfYear"),oe("dayOfYear","DDD"),le("dayOfYear",4),Ne("DDD",ke),Ne("DDDD",Oe),Pe(["DDD","DDDD"],(function(e,t,n){n._dayOfYear=pe(e)})),H("m",["mm",2],0,"minute"),oe("minute","m"),le("minute",14),Ne("m",ye),Ne("mm",ye,ge),Pe(["m","mm"],$e);var oa=de("Minutes",!1);H("s",["ss",2],0,"second"),oe("second","s"),le("second",15),Ne("s",ye),Ne("ss",ye,ge),Pe(["s","ss"],Ge);var ra,aa,ia=de("Seconds",!1);for(H("S",0,0,(function(){return~~(this.millisecond()/100)})),H(0,["SS",2],0,(function(){return~~(this.millisecond()/10)})),H(0,["SSS",3],0,"millisecond"),H(0,["SSSS",4],0,(function(){return 10*this.millisecond()})),H(0,["SSSSS",5],0,(function(){return 100*this.millisecond()})),H(0,["SSSSSS",6],0,(function(){return 1e3*this.millisecond()})),H(0,["SSSSSSS",7],0,(function(){return 1e4*this.millisecond()})),H(0,["SSSSSSSS",8],0,(function(){return 1e5*this.millisecond()})),H(0,["SSSSSSSSS",9],0,(function(){return 1e6*this.millisecond()})),oe("millisecond","ms"),le("millisecond",16),Ne("S",ke,he),Ne("SS",ke,ge),Ne("SSS",ke,Oe),ra="SSSS";ra.length<=9;ra+="S")Ne(ra,We);function la(e,t){t[Ke]=pe(1e3*("0."+e))}for(ra="S";ra.length<=9;ra+="S")Pe(ra,la);function sa(){return this._isUTC?"UTC":""}function ca(){return this._isUTC?"Coordinated Universal Time":""}aa=de("Milliseconds",!1),H("z",0,0,"zoneAbbr"),H("zz",0,0,"zoneName");var ua=y.prototype;function pa(e){return Kn(1e3*e)}function da(){return Kn.apply(null,arguments).parseZone()}function ba(e){return e}ua.add=To,ua.calendar=Xo,ua.clone=jo,ua.diff=Zo,ua.endOf=gr,ua.format=or,ua.from=rr,ua.fromNow=ar,ua.to=ir,ua.toNow=lr,ua.get=Me,ua.invalidAt=Er,ua.isAfter=Vo,ua.isBefore=Uo,ua.isBetween=$o,ua.isSame=Go,ua.isSameOrAfter=Ko,ua.isSameOrBefore=Jo,ua.isValid=kr,ua.lang=cr,ua.locale=sr,ua.localeData=ur,ua.max=Zn,ua.min=Jn,ua.parsingFlags=wr,ua.set=ze,ua.startOf=hr,ua.subtract=Bo,ua.toArray=yr,ua.toObject=_r,ua.toDate=Ar,ua.toISOString=tr,ua.inspect=nr,"undefined"!=typeof Symbol&&null!=Symbol.for&&(ua[Symbol.for("nodejs.util.inspect.custom")]=function(){return"Moment<"+this.format()+">"}),ua.toJSON=qr,ua.toString=er,ua.unix=vr,ua.valueOf=Or,ua.creationData=Wr,ua.eraName=Rr,ua.eraNarrow=Sr,ua.eraAbbr=Nr,ua.eraYear=Tr,ua.year=ft,ua.isLeapYear=ht,ua.weekYear=Vr,ua.isoWeekYear=Ur,ua.quarter=ua.quarters=ea,ua.month=pt,ua.daysInMonth=dt,ua.week=ua.weeks=Wt,ua.isoWeek=ua.isoWeeks=Lt,ua.weeksInYear=Kr,ua.weeksInWeekYear=Jr,ua.isoWeeksInYear=$r,ua.isoWeeksInISOWeekYear=Gr,ua.date=ta,ua.day=ua.days=jt,ua.weekday=Vt,ua.isoWeekday=Ut,ua.dayOfYear=na,ua.hour=ua.hours=rn,ua.minute=ua.minutes=oa,ua.second=ua.seconds=ia,ua.millisecond=ua.milliseconds=aa,ua.utcOffset=fo,ua.utc=go,ua.local=Oo,ua.parseZone=vo,ua.hasAlignedHourOffset=Ao,ua.isDST=yo,ua.isLocal=qo,ua.isUtcOffset=ko,ua.isUtc=wo,ua.isUTC=wo,ua.zoneAbbr=sa,ua.zoneName=ca,ua.dates=k("dates accessor is deprecated. Use date instead.",ta),ua.months=k("months accessor is deprecated. Use month instead",pt),ua.years=k("years accessor is deprecated. Use year instead",ft),ua.zone=k("moment().zone is deprecated, use moment().utcOffset instead. http://momentjs.com/guides/#/warnings/zone/",ho),ua.isDSTShifted=k("isDSTShifted is deprecated. See http://momentjs.com/guides/#/warnings/dst-shifted/ for more information",_o);var ma=R.prototype;function Ma(e,t,n,o){var r=gn(),a=M().set(o,t);return r[n](a,e)}function za(e,t,n){if(p(e)&&(t=e,e=void 0),e=e||"",null!=t)return Ma(e,t,n,"month");var o,r=[];for(o=0;o<12;o++)r[o]=Ma(e,o,n,"month");return r}function fa(e,t,n,o){"boolean"==typeof e?(p(t)&&(n=t,t=void 0),t=t||""):(n=t=e,e=!1,p(t)&&(n=t,t=void 0),t=t||"");var r,a=gn(),i=e?a._week.dow:0,l=[];if(null!=n)return Ma(t,(n+i)%7,o,"day");for(r=0;r<7;r++)l[r]=Ma(t,(r+i)%7,o,"day");return l}function ha(e,t){return za(e,t,"months")}function ga(e,t){return za(e,t,"monthsShort")}function Oa(e,t,n){return fa(e,t,n,"weekdays")}function va(e,t,n){return fa(e,t,n,"weekdaysShort")}function Aa(e,t,n){return fa(e,t,n,"weekdaysMin")}ma.calendar=N,ma.longDateFormat=U,ma.invalidDate=G,ma.ordinal=Z,ma.preparse=ba,ma.postformat=ba,ma.relativeTime=ee,ma.pastFuture=te,ma.set=x,ma.eras=Lr,ma.erasParse=xr,ma.erasConvertYear=Cr,ma.erasAbbrRegex=Dr,ma.erasNameRegex=Br,ma.erasNarrowRegex=Ir,ma.months=it,ma.monthsShort=lt,ma.monthsParse=ct,ma.monthsRegex=mt,ma.monthsShortRegex=bt,ma.week=qt,ma.firstDayOfYear=Et,ma.firstDayOfWeek=wt,ma.weekdays=Pt,ma.weekdaysMin=Ft,ma.weekdaysShort=Ht,ma.weekdaysParse=Xt,ma.weekdaysRegex=$t,ma.weekdaysShortRegex=Gt,ma.weekdaysMinRegex=Kt,ma.isPM=nn,ma.meridiem=an,zn("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;return e+(1===pe(e%100/10)?"th":1===t?"st":2===t?"nd":3===t?"rd":"th")}}),r.lang=k("moment.lang is deprecated. Use moment.locale instead.",zn),r.langData=k("moment.langData is deprecated. Use moment.localeData instead.",gn);var ya=Math.abs;function _a(){var e=this._data;return this._milliseconds=ya(this._milliseconds),this._days=ya(this._days),this._months=ya(this._months),e.milliseconds=ya(e.milliseconds),e.seconds=ya(e.seconds),e.minutes=ya(e.minutes),e.hours=ya(e.hours),e.months=ya(e.months),e.years=ya(e.years),this}function qa(e,t,n,o){var r=Lo(t,n);return e._milliseconds+=o*r._milliseconds,e._days+=o*r._days,e._months+=o*r._months,e._bubble()}function ka(e,t){return qa(this,e,t,1)}function wa(e,t){return qa(this,e,t,-1)}function Ea(e){return e<0?Math.floor(e):Math.ceil(e)}function Wa(){var e,t,n,o,r,a=this._milliseconds,i=this._days,l=this._months,s=this._data;return a>=0&&i>=0&&l>=0||a<=0&&i<=0&&l<=0||(a+=864e5*Ea(xa(l)+i),i=0,l=0),s.milliseconds=a%1e3,e=ue(a/1e3),s.seconds=e%60,t=ue(e/60),s.minutes=t%60,n=ue(t/60),s.hours=n%24,i+=ue(n/24),l+=r=ue(La(i)),i-=Ea(xa(r)),o=ue(l/12),l%=12,s.days=i,s.months=l,s.years=o,this}function La(e){return 4800*e/146097}function xa(e){return 146097*e/4800}function Ca(e){if(!this.isValid())return NaN;var t,n,o=this._milliseconds;if("month"===(e=re(e))||"quarter"===e||"year"===e)switch(t=this._days+o/864e5,n=this._months+La(t),e){case"month":return n;case"quarter":return n/3;case"year":return n/12}else switch(t=this._days+Math.round(xa(this._months)),e){case"week":return t/7+o/6048e5;case"day":return t+o/864e5;case"hour":return 24*t+o/36e5;case"minute":return 1440*t+o/6e4;case"second":return 86400*t+o/1e3;case"millisecond":return Math.floor(864e5*t)+o;default:throw new Error("Unknown unit "+e)}}function Ra(){return this.isValid()?this._milliseconds+864e5*this._days+this._months%12*2592e6+31536e6*pe(this._months/12):NaN}function Sa(e){return function(){return this.as(e)}}var Na=Sa("ms"),Ta=Sa("s"),Ba=Sa("m"),Da=Sa("h"),Ia=Sa("d"),Pa=Sa("w"),Ha=Sa("M"),Fa=Sa("Q"),Ya=Sa("y");function Xa(){return Lo(this)}function ja(e){return e=re(e),this.isValid()?this[e+"s"]():NaN}function Va(e){return function(){return this.isValid()?this._data[e]:NaN}}var Ua=Va("milliseconds"),$a=Va("seconds"),Ga=Va("minutes"),Ka=Va("hours"),Ja=Va("days"),Za=Va("months"),Qa=Va("years");function ei(){return ue(this.days()/7)}var ti=Math.round,ni={ss:44,s:45,m:45,h:22,d:26,w:null,M:11};function oi(e,t,n,o,r){return r.relativeTime(t||1,!!n,e,o)}function ri(e,t,n,o){var r=Lo(e).abs(),a=ti(r.as("s")),i=ti(r.as("m")),l=ti(r.as("h")),s=ti(r.as("d")),c=ti(r.as("M")),u=ti(r.as("w")),p=ti(r.as("y")),d=a<=n.ss&&["s",a]||a0,d[4]=o,oi.apply(null,d)}function ai(e){return void 0===e?ti:"function"==typeof e&&(ti=e,!0)}function ii(e,t){return void 0!==ni[e]&&(void 0===t?ni[e]:(ni[e]=t,"s"===e&&(ni.ss=t-1),!0))}function li(e,t){if(!this.isValid())return this.localeData().invalidDate();var n,o,r=!1,a=ni;return"object"==typeof e&&(t=e,e=!1),"boolean"==typeof e&&(r=e),"object"==typeof t&&(a=Object.assign({},ni,t),null!=t.s&&null==t.ss&&(a.ss=t.s-1)),o=ri(this,!r,a,n=this.localeData()),r&&(o=n.pastFuture(+this,o)),n.postformat(o)}var si=Math.abs;function ci(e){return(e>0)-(e<0)||+e}function ui(){if(!this.isValid())return this.localeData().invalidDate();var e,t,n,o,r,a,i,l,s=si(this._milliseconds)/1e3,c=si(this._days),u=si(this._months),p=this.asSeconds();return p?(e=ue(s/60),t=ue(e/60),s%=60,e%=60,n=ue(u/12),u%=12,o=s?s.toFixed(3).replace(/\.?0+$/,""):"",r=p<0?"-":"",a=ci(this._months)!==ci(p)?"-":"",i=ci(this._days)!==ci(p)?"-":"",l=ci(this._milliseconds)!==ci(p)?"-":"",r+"P"+(n?a+n+"Y":"")+(u?a+u+"M":"")+(c?i+c+"D":"")+(t||e||s?"T":"")+(t?l+t+"H":"")+(e?l+e+"M":"")+(s?l+o+"S":"")):"P0D"}var pi=lo.prototype;return pi.isValid=ao,pi.abs=_a,pi.add=ka,pi.subtract=wa,pi.as=Ca,pi.asMilliseconds=Na,pi.asSeconds=Ta,pi.asMinutes=Ba,pi.asHours=Da,pi.asDays=Ia,pi.asWeeks=Pa,pi.asMonths=Ha,pi.asQuarters=Fa,pi.asYears=Ya,pi.valueOf=Ra,pi._bubble=Wa,pi.clone=Xa,pi.get=ja,pi.milliseconds=Ua,pi.seconds=$a,pi.minutes=Ga,pi.hours=Ka,pi.days=Ja,pi.weeks=ei,pi.months=Za,pi.years=Qa,pi.humanize=li,pi.toISOString=ui,pi.toString=ui,pi.toJSON=ui,pi.locale=sr,pi.localeData=ur,pi.toIsoString=k("toIsoString() is deprecated. Please use toISOString() instead (notice the capitals)",ui),pi.lang=cr,H("X",0,0,"unix"),H("x",0,0,"valueOf"),Ne("x",Le),Ne("X",Re),Pe("X",(function(e,t,n){n._d=new Date(1e3*parseFloat(e))})),Pe("x",(function(e,t,n){n._d=new Date(pe(e))})),r.version="2.29.4",a(Kn),r.fn=ua,r.min=eo,r.max=to,r.now=no,r.utc=M,r.unix=pa,r.months=ha,r.isDate=d,r.locale=zn,r.invalid=g,r.duration=Lo,r.isMoment=_,r.weekdays=Oa,r.parseZone=da,r.localeData=gn,r.isDuration=so,r.monthsShort=ga,r.weekdaysMin=Aa,r.defineLocale=fn,r.updateLocale=hn,r.locales=On,r.weekdaysShort=va,r.normalizeUnits=re,r.relativeTimeRounding=ai,r.relativeTimeThreshold=ii,r.calendarFormat=Yo,r.prototype=ua,r.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"},r}()},2441:(e,t,n)=>{var o;!function(r,a,i){if(r){for(var l,s={8:"backspace",9:"tab",13:"enter",16:"shift",17:"ctrl",18:"alt",20:"capslock",27:"esc",32:"space",33:"pageup",34:"pagedown",35:"end",36:"home",37:"left",38:"up",39:"right",40:"down",45:"ins",46:"del",91:"meta",93:"meta",224:"meta"},c={106:"*",107:"+",109:"-",110:".",111:"/",186:";",187:"=",188:",",189:"-",190:".",191:"/",192:"`",219:"[",220:"\\",221:"]",222:"'"},u={"~":"`","!":"1","@":"2","#":"3",$:"4","%":"5","^":"6","&":"7","*":"8","(":"9",")":"0",_:"-","+":"=",":":";",'"':"'","<":",",">":".","?":"/","|":"\\"},p={option:"alt",command:"meta",return:"enter",escape:"esc",plus:"+",mod:/Mac|iPod|iPhone|iPad/.test(navigator.platform)?"meta":"ctrl"},d=1;d<20;++d)s[111+d]="f"+d;for(d=0;d<=9;++d)s[d+96]=d.toString();g.prototype.bind=function(e,t,n){var o=this;return e=e instanceof Array?e:[e],o._bindMultiple.call(o,e,t,n),o},g.prototype.unbind=function(e,t){return this.bind.call(this,e,(function(){}),t)},g.prototype.trigger=function(e,t){var n=this;return n._directMap[e+":"+t]&&n._directMap[e+":"+t]({},e),n},g.prototype.reset=function(){var e=this;return e._callbacks={},e._directMap={},e},g.prototype.stopCallback=function(e,t){if((" "+t.className+" ").indexOf(" mousetrap ")>-1)return!1;if(h(t,this.target))return!1;if("composedPath"in e&&"function"==typeof e.composedPath){var n=e.composedPath()[0];n!==e.target&&(t=n)}return"INPUT"==t.tagName||"SELECT"==t.tagName||"TEXTAREA"==t.tagName||t.isContentEditable},g.prototype.handleKey=function(){var e=this;return e._handleKey.apply(e,arguments)},g.addKeycodes=function(e){for(var t in e)e.hasOwnProperty(t)&&(s[t]=e[t]);l=null},g.init=function(){var e=g(a);for(var t in e)"_"!==t.charAt(0)&&(g[t]=function(t){return function(){return e[t].apply(e,arguments)}}(t))},g.init(),r.Mousetrap=g,e.exports&&(e.exports=g),void 0===(o=function(){return g}.call(t,n,t,e))||(e.exports=o)}function b(e,t,n){e.addEventListener?e.addEventListener(t,n,!1):e.attachEvent("on"+t,n)}function m(e){if("keypress"==e.type){var t=String.fromCharCode(e.which);return e.shiftKey||(t=t.toLowerCase()),t}return s[e.which]?s[e.which]:c[e.which]?c[e.which]:String.fromCharCode(e.which).toLowerCase()}function M(e){return"shift"==e||"ctrl"==e||"alt"==e||"meta"==e}function z(e,t,n){return n||(n=function(){if(!l)for(var e in l={},s)e>95&&e<112||s.hasOwnProperty(e)&&(l[s[e]]=e);return l}()[e]?"keydown":"keypress"),"keypress"==n&&t.length&&(n="keydown"),n}function f(e,t){var n,o,r,a=[];for(n=function(e){return"+"===e?["+"]:(e=e.replace(/\+{2}/g,"+plus")).split("+")}(e),r=0;r1?d(e,l,n,o):(i=f(e,o),t._callbacks[i.key]=t._callbacks[i.key]||[],c(i.key,i.modifiers,{type:i.action},r,e,a),t._callbacks[i.key][r?"unshift":"push"]({callback:n,modifiers:i.modifiers,action:i.action,seq:r,level:a,combo:e}))}t._handleKey=function(e,t,n){var o,r=c(e,t,n),a={},p=0,d=!1;for(o=0;o{!function(e){if(e){var t={},n=e.prototype.stopCallback;e.prototype.stopCallback=function(e,o,r,a){return!!this.paused||!t[r]&&!t[a]&&n.call(this,e,o,r)},e.prototype.bindGlobal=function(e,n,o){if(this.bind(e,n,o),e instanceof Array)for(var r=0;r{var t=1e3,n=60*t,o=60*n,r=24*o,a=7*r,i=365.25*r;function l(e,t,n,o){var r=t>=1.5*n;return Math.round(e/n)+" "+o+(r?"s":"")}e.exports=function(e,s){s=s||{};var c=typeof e;if("string"===c&&e.length>0)return function(e){if((e=String(e)).length>100)return;var l=/^(-?(?:\d+)?\.?\d+) *(milliseconds?|msecs?|ms|seconds?|secs?|s|minutes?|mins?|m|hours?|hrs?|h|days?|d|weeks?|w|years?|yrs?|y)?$/i.exec(e);if(!l)return;var s=parseFloat(l[1]);switch((l[2]||"ms").toLowerCase()){case"years":case"year":case"yrs":case"yr":case"y":return s*i;case"weeks":case"week":case"w":return s*a;case"days":case"day":case"d":return s*r;case"hours":case"hour":case"hrs":case"hr":case"h":return s*o;case"minutes":case"minute":case"mins":case"min":case"m":return s*n;case"seconds":case"second":case"secs":case"sec":case"s":return s*t;case"milliseconds":case"millisecond":case"msecs":case"msec":case"ms":return s;default:return}}(e);if("number"===c&&isFinite(e))return s.long?function(e){var a=Math.abs(e);if(a>=r)return l(e,a,r,"day");if(a>=o)return l(e,a,o,"hour");if(a>=n)return l(e,a,n,"minute");if(a>=t)return l(e,a,t,"second");return e+" ms"}(e):function(e){var a=Math.abs(e);if(a>=r)return Math.round(e/r)+"d";if(a>=o)return Math.round(e/o)+"h";if(a>=n)return Math.round(e/n)+"m";if(a>=t)return Math.round(e/t)+"s";return e+"ms"}(e);throw new Error("val is not a non-empty string or a valid number. val="+JSON.stringify(e))}},2796:(e,t,n)=>{e.exports=n(643)},3264:e=>{"use strict";var t=!("undefined"==typeof window||!window.document||!window.document.createElement),n={canUseDOM:t,canUseWorkers:"undefined"!=typeof Worker,canUseEventListeners:t&&!(!window.addEventListener&&!window.attachEvent),canUseViewport:t&&!!window.screen,isInWorker:!t};e.exports=n},4518:e=>{var t,n,o,r,a,i,l,s,c,u,p,d,b,m,M,z=!1;function f(){if(!z){z=!0;var e=navigator.userAgent,f=/(?:MSIE.(\d+\.\d+))|(?:(?:Firefox|GranParadiso|Iceweasel).(\d+\.\d+))|(?:Opera(?:.+Version.|.)(\d+\.\d+))|(?:AppleWebKit.(\d+(?:\.\d+)?))|(?:Trident\/\d+\.\d+.*rv:(\d+\.\d+))/.exec(e),h=/(Mac OS X)|(Windows)|(Linux)/.exec(e);if(d=/\b(iPhone|iP[ao]d)/.exec(e),b=/\b(iP[ao]d)/.exec(e),u=/Android/i.exec(e),m=/FBAN\/\w+;/i.exec(e),M=/Mobile/i.exec(e),p=!!/Win64/.exec(e),f){(t=f[1]?parseFloat(f[1]):f[5]?parseFloat(f[5]):NaN)&&document&&document.documentMode&&(t=document.documentMode);var g=/(?:Trident\/(\d+.\d+))/.exec(e);i=g?parseFloat(g[1])+4:t,n=f[2]?parseFloat(f[2]):NaN,o=f[3]?parseFloat(f[3]):NaN,(r=f[4]?parseFloat(f[4]):NaN)?(f=/(?:Chrome\/(\d+\.\d+))/.exec(e),a=f&&f[1]?parseFloat(f[1]):NaN):a=NaN}else t=n=o=a=r=NaN;if(h){if(h[1]){var O=/(?:Mac OS X (\d+(?:[._]\d+)?))/.exec(e);l=!O||parseFloat(O[1].replace("_","."))}else l=!1;s=!!h[2],c=!!h[3]}else l=s=c=!1}}var h={ie:function(){return f()||t},ieCompatibilityMode:function(){return f()||i>t},ie64:function(){return h.ie()&&p},firefox:function(){return f()||n},opera:function(){return f()||o},webkit:function(){return f()||r},safari:function(){return h.webkit()},chrome:function(){return f()||a},windows:function(){return f()||s},osx:function(){return f()||l},linux:function(){return f()||c},iphone:function(){return f()||d},mobile:function(){return f()||d||b||u||M},nativeApp:function(){return f()||m},android:function(){return f()||u},ipad:function(){return f()||b}};e.exports=h},6534:(e,t,n)=>{"use strict";var o,r=n(3264);r.canUseDOM&&(o=document.implementation&&document.implementation.hasFeature&&!0!==document.implementation.hasFeature("","")),e.exports=function(e,t){if(!r.canUseDOM||t&&!("addEventListener"in document))return!1;var n="on"+e,a=n in document;if(!a){var i=document.createElement("div");i.setAttribute(n,"return;"),a="function"==typeof i[n]}return!a&&o&&"wheel"===e&&(a=document.implementation.hasFeature("Events.wheel","3.0")),a}},643:(e,t,n)=>{"use strict";var o=n(4518),r=n(6534);function a(e){var t=0,n=0,o=0,r=0;return"detail"in e&&(n=e.detail),"wheelDelta"in e&&(n=-e.wheelDelta/120),"wheelDeltaY"in e&&(n=-e.wheelDeltaY/120),"wheelDeltaX"in e&&(t=-e.wheelDeltaX/120),"axis"in e&&e.axis===e.HORIZONTAL_AXIS&&(t=n,n=0),o=10*t,r=10*n,"deltaY"in e&&(r=e.deltaY),"deltaX"in e&&(o=e.deltaX),(o||r)&&e.deltaMode&&(1==e.deltaMode?(o*=40,r*=40):(o*=800,r*=800)),o&&!t&&(t=o<1?-1:1),r&&!n&&(n=r<1?-1:1),{spinX:t,spinY:n,pixelX:o,pixelY:r}}a.getEventType=function(){return o.firefox()?"DOMMouseScroll":r("wheel")?"wheel":"mousewheel"},e.exports=a},2703:(e,t,n)=>{"use strict";var o=n(414);function r(){}function a(){}a.resetWarningCache=r,e.exports=function(){function e(e,t,n,r,a,i){if(i!==o){var l=new Error("Calling PropTypes validators directly is not supported by the `prop-types` package. Use PropTypes.checkPropTypes() to call them. Read more at http://fb.me/use-check-prop-types");throw l.name="Invariant Violation",l}}function t(){return e}e.isRequired=e;var n={array:e,bool:e,func:e,number:e,object:e,string:e,symbol:e,any:e,arrayOf:t,element:e,elementType:e,instanceOf:t,node:e,objectOf:t,oneOf:t,oneOfType:t,shape:t,exact:t,checkPropTypes:a,resetWarningCache:r};return n.PropTypes=n,n}},5697:(e,t,n)=>{e.exports=n(2703)()},414:e=>{"use strict";e.exports="SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED"},4857:function(e,t,n){"use strict";var o,r=this&&this.__extends||(o=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])},function(e,t){function n(){this.constructor=e}o(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}),a=this&&this.__assign||Object.assign||function(e){for(var t,n=1,o=arguments.length;n{"use strict";var o=n(4857);t.Z=o.TextareaAutosize},9921:(e,t)=>{"use strict";var n="function"==typeof Symbol&&Symbol.for,o=n?Symbol.for("react.element"):60103,r=n?Symbol.for("react.portal"):60106,a=n?Symbol.for("react.fragment"):60107,i=n?Symbol.for("react.strict_mode"):60108,l=n?Symbol.for("react.profiler"):60114,s=n?Symbol.for("react.provider"):60109,c=n?Symbol.for("react.context"):60110,u=n?Symbol.for("react.async_mode"):60111,p=n?Symbol.for("react.concurrent_mode"):60111,d=n?Symbol.for("react.forward_ref"):60112,b=n?Symbol.for("react.suspense"):60113,m=n?Symbol.for("react.suspense_list"):60120,M=n?Symbol.for("react.memo"):60115,z=n?Symbol.for("react.lazy"):60116,f=n?Symbol.for("react.block"):60121,h=n?Symbol.for("react.fundamental"):60117,g=n?Symbol.for("react.responder"):60118,O=n?Symbol.for("react.scope"):60119;function v(e){if("object"==typeof e&&null!==e){var t=e.$$typeof;switch(t){case o:switch(e=e.type){case u:case p:case a:case l:case i:case b:return e;default:switch(e=e&&e.$$typeof){case c:case d:case z:case M:case s:return e;default:return t}}case r:return t}}}function A(e){return v(e)===p}t.AsyncMode=u,t.ConcurrentMode=p,t.ContextConsumer=c,t.ContextProvider=s,t.Element=o,t.ForwardRef=d,t.Fragment=a,t.Lazy=z,t.Memo=M,t.Portal=r,t.Profiler=l,t.StrictMode=i,t.Suspense=b,t.isAsyncMode=function(e){return A(e)||v(e)===u},t.isConcurrentMode=A,t.isContextConsumer=function(e){return v(e)===c},t.isContextProvider=function(e){return v(e)===s},t.isElement=function(e){return"object"==typeof e&&null!==e&&e.$$typeof===o},t.isForwardRef=function(e){return v(e)===d},t.isFragment=function(e){return v(e)===a},t.isLazy=function(e){return v(e)===z},t.isMemo=function(e){return v(e)===M},t.isPortal=function(e){return v(e)===r},t.isProfiler=function(e){return v(e)===l},t.isStrictMode=function(e){return v(e)===i},t.isSuspense=function(e){return v(e)===b},t.isValidElementType=function(e){return"string"==typeof e||"function"==typeof e||e===a||e===p||e===l||e===i||e===b||e===m||"object"==typeof e&&null!==e&&(e.$$typeof===z||e.$$typeof===M||e.$$typeof===s||e.$$typeof===c||e.$$typeof===d||e.$$typeof===h||e.$$typeof===g||e.$$typeof===O||e.$$typeof===f)},t.typeOf=v},9864:(e,t,n)=>{"use strict";e.exports=n(9921)},2236:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.ActionCreators=t.ActionTypes=void 0;var n={UNDO:"@@redux-undo/UNDO",REDO:"@@redux-undo/REDO",JUMP_TO_FUTURE:"@@redux-undo/JUMP_TO_FUTURE",JUMP_TO_PAST:"@@redux-undo/JUMP_TO_PAST",JUMP:"@@redux-undo/JUMP",CLEAR_HISTORY:"@@redux-undo/CLEAR_HISTORY"};t.ActionTypes=n;var o={undo:function(){return{type:n.UNDO}},redo:function(){return{type:n.REDO}},jumpToFuture:function(e){return{type:n.JUMP_TO_FUTURE,index:e}},jumpToPast:function(e){return{type:n.JUMP_TO_PAST,index:e}},jump:function(e){return{type:n.JUMP,index:e}},clearHistory:function(){return{type:n.CLEAR_HISTORY}}};t.ActionCreators=o},8823:(e,t)=>{"use strict";function n(e){return function(e){if(Array.isArray(e)){for(var t=0,n=new Array(e.length);t{"use strict";function n(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:[];return Array.isArray(e)?e:"string"==typeof e?[e]:t}Object.defineProperty(t,"__esModule",{value:!0}),t.parseActions=n,t.isHistory=function(e){return void 0!==e.present&&void 0!==e.future&&void 0!==e.past&&Array.isArray(e.future)&&Array.isArray(e.past)},t.includeAction=function(e){var t=n(e);return function(e){return t.indexOf(e.type)>=0}},t.excludeAction=function(e){var t=n(e);return function(e){return t.indexOf(e.type)<0}},t.combineFilters=function(){for(var e=arguments.length,t=new Array(e),n=0;n=0?e.type:null}},t.newHistory=function(e,t,n){var o=arguments.length>3&&void 0!==arguments[3]?arguments[3]:null;return{past:e,present:t,future:n,group:o,_latestUnfiltered:t,index:e.length,limit:e.length+n.length+1}}},1090:(e,t,n)=>{"use strict";Object.defineProperty(t,"zF",{enumerable:!0,get:function(){return r.ActionCreators}}),Object.defineProperty(t,"ZP",{enumerable:!0,get:function(){return i.default}});var o,r=n(2236),a=n(1619),i=(o=n(2479))&&o.__esModule?o:{default:o}},2479:(e,t,n)=>{"use strict";function o(e){return o="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},o(e)}Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};r.set(t.debug);var n,o=c({limit:void 0,filter:function(){return!0},groupBy:function(){return null},undoType:a.ActionTypes.UNDO,redoType:a.ActionTypes.REDO,jumpToPastType:a.ActionTypes.JUMP_TO_PAST,jumpToFutureType:a.ActionTypes.JUMP_TO_FUTURE,jumpType:a.ActionTypes.JUMP,neverSkipReducer:!1,ignoreInitialState:!1,syncFilter:!1},t,{initTypes:(0,i.parseActions)(t.initTypes,["@@redux-undo/INIT"]),clearHistoryType:(0,i.parseActions)(t.clearHistoryType,[a.ActionTypes.CLEAR_HISTORY])}),l=o.neverSkipReducer?function(t,n){for(var o=arguments.length,r=new Array(o>2?o-2:0),a=2;a0&&void 0!==arguments[0]?arguments[0]:n,a=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};r.start(a,t);for(var s,c=t,u=arguments.length,p=new Array(u>2?u-2:0),h=2;h=e.future.length)return e;var n=e.past,o=e.future,r=e._latestUnfiltered,a=[].concat(p(n),[r],p(o.slice(0,t))),l=o[t],s=o.slice(t+1);return(0,i.newHistory)(a,l,s)}function M(e,t){if(t<0||t>=e.past.length)return e;var n=e.past,o=e.future,r=e._latestUnfiltered,a=n.slice(0,t),l=[].concat(p(n.slice(t+1)),[r],p(o)),s=n[t];return(0,i.newHistory)(a,s,l)}function z(e,t){return t>0?m(e,t-1):t<0?M(e,e.past.length+t):e}function f(e,t){return t.indexOf(e)>-1?e:!e}},6826:e=>{var t={À:"A",Á:"A",Â:"A",Ã:"A",Ä:"A",Å:"A",Ấ:"A",Ắ:"A",Ẳ:"A",Ẵ:"A",Ặ:"A",Æ:"AE",Ầ:"A",Ằ:"A",Ȃ:"A",Ç:"C",Ḉ:"C",È:"E",É:"E",Ê:"E",Ë:"E",Ế:"E",Ḗ:"E",Ề:"E",Ḕ:"E",Ḝ:"E",Ȇ:"E",Ì:"I",Í:"I",Î:"I",Ï:"I",Ḯ:"I",Ȋ:"I",Ð:"D",Ñ:"N",Ò:"O",Ó:"O",Ô:"O",Õ:"O",Ö:"O",Ø:"O",Ố:"O",Ṍ:"O",Ṓ:"O",Ȏ:"O",Ù:"U",Ú:"U",Û:"U",Ü:"U",Ý:"Y",à:"a",á:"a",â:"a",ã:"a",ä:"a",å:"a",ấ:"a",ắ:"a",ẳ:"a",ẵ:"a",ặ:"a",æ:"ae",ầ:"a",ằ:"a",ȃ:"a",ç:"c",ḉ:"c",è:"e",é:"e",ê:"e",ë:"e",ế:"e",ḗ:"e",ề:"e",ḕ:"e",ḝ:"e",ȇ:"e",ì:"i",í:"i",î:"i",ï:"i",ḯ:"i",ȋ:"i",ð:"d",ñ:"n",ò:"o",ó:"o",ô:"o",õ:"o",ö:"o",ø:"o",ố:"o",ṍ:"o",ṓ:"o",ȏ:"o",ù:"u",ú:"u",û:"u",ü:"u",ý:"y",ÿ:"y",Ā:"A",ā:"a",Ă:"A",ă:"a",Ą:"A",ą:"a",Ć:"C",ć:"c",Ĉ:"C",ĉ:"c",Ċ:"C",ċ:"c",Č:"C",č:"c",C̆:"C",c̆:"c",Ď:"D",ď:"d",Đ:"D",đ:"d",Ē:"E",ē:"e",Ĕ:"E",ĕ:"e",Ė:"E",ė:"e",Ę:"E",ę:"e",Ě:"E",ě:"e",Ĝ:"G",Ǵ:"G",ĝ:"g",ǵ:"g",Ğ:"G",ğ:"g",Ġ:"G",ġ:"g",Ģ:"G",ģ:"g",Ĥ:"H",ĥ:"h",Ħ:"H",ħ:"h",Ḫ:"H",ḫ:"h",Ĩ:"I",ĩ:"i",Ī:"I",ī:"i",Ĭ:"I",ĭ:"i",Į:"I",į:"i",İ:"I",ı:"i",IJ:"IJ",ij:"ij",Ĵ:"J",ĵ:"j",Ķ:"K",ķ:"k",Ḱ:"K",ḱ:"k",K̆:"K",k̆:"k",Ĺ:"L",ĺ:"l",Ļ:"L",ļ:"l",Ľ:"L",ľ:"l",Ŀ:"L",ŀ:"l",Ł:"l",ł:"l",Ḿ:"M",ḿ:"m",M̆:"M",m̆:"m",Ń:"N",ń:"n",Ņ:"N",ņ:"n",Ň:"N",ň:"n",ʼn:"n",N̆:"N",n̆:"n",Ō:"O",ō:"o",Ŏ:"O",ŏ:"o",Ő:"O",ő:"o",Œ:"OE",œ:"oe",P̆:"P",p̆:"p",Ŕ:"R",ŕ:"r",Ŗ:"R",ŗ:"r",Ř:"R",ř:"r",R̆:"R",r̆:"r",Ȓ:"R",ȓ:"r",Ś:"S",ś:"s",Ŝ:"S",ŝ:"s",Ş:"S",Ș:"S",ș:"s",ş:"s",Š:"S",š:"s",Ţ:"T",ţ:"t",ț:"t",Ț:"T",Ť:"T",ť:"t",Ŧ:"T",ŧ:"t",T̆:"T",t̆:"t",Ũ:"U",ũ:"u",Ū:"U",ū:"u",Ŭ:"U",ŭ:"u",Ů:"U",ů:"u",Ű:"U",ű:"u",Ų:"U",ų:"u",Ȗ:"U",ȗ:"u",V̆:"V",v̆:"v",Ŵ:"W",ŵ:"w",Ẃ:"W",ẃ:"w",X̆:"X",x̆:"x",Ŷ:"Y",ŷ:"y",Ÿ:"Y",Y̆:"Y",y̆:"y",Ź:"Z",ź:"z",Ż:"Z",ż:"z",Ž:"Z",ž:"z",ſ:"s",ƒ:"f",Ơ:"O",ơ:"o",Ư:"U",ư:"u",Ǎ:"A",ǎ:"a",Ǐ:"I",ǐ:"i",Ǒ:"O",ǒ:"o",Ǔ:"U",ǔ:"u",Ǖ:"U",ǖ:"u",Ǘ:"U",ǘ:"u",Ǚ:"U",ǚ:"u",Ǜ:"U",ǜ:"u",Ứ:"U",ứ:"u",Ṹ:"U",ṹ:"u",Ǻ:"A",ǻ:"a",Ǽ:"AE",ǽ:"ae",Ǿ:"O",ǿ:"o",Þ:"TH",þ:"th",Ṕ:"P",ṕ:"p",Ṥ:"S",ṥ:"s",X́:"X",x́:"x",Ѓ:"Г",ѓ:"г",Ќ:"К",ќ:"к",A̋:"A",a̋:"a",E̋:"E",e̋:"e",I̋:"I",i̋:"i",Ǹ:"N",ǹ:"n",Ồ:"O",ồ:"o",Ṑ:"O",ṑ:"o",Ừ:"U",ừ:"u",Ẁ:"W",ẁ:"w",Ỳ:"Y",ỳ:"y",Ȁ:"A",ȁ:"a",Ȅ:"E",ȅ:"e",Ȉ:"I",ȉ:"i",Ȍ:"O",ȍ:"o",Ȑ:"R",ȑ:"r",Ȕ:"U",ȕ:"u",B̌:"B",b̌:"b",Č̣:"C",č̣:"c",Ê̌:"E",ê̌:"e",F̌:"F",f̌:"f",Ǧ:"G",ǧ:"g",Ȟ:"H",ȟ:"h",J̌:"J",ǰ:"j",Ǩ:"K",ǩ:"k",M̌:"M",m̌:"m",P̌:"P",p̌:"p",Q̌:"Q",q̌:"q",Ř̩:"R",ř̩:"r",Ṧ:"S",ṧ:"s",V̌:"V",v̌:"v",W̌:"W",w̌:"w",X̌:"X",x̌:"x",Y̌:"Y",y̌:"y",A̧:"A",a̧:"a",B̧:"B",b̧:"b",Ḑ:"D",ḑ:"d",Ȩ:"E",ȩ:"e",Ɛ̧:"E",ɛ̧:"e",Ḩ:"H",ḩ:"h",I̧:"I",i̧:"i",Ɨ̧:"I",ɨ̧:"i",M̧:"M",m̧:"m",O̧:"O",o̧:"o",Q̧:"Q",q̧:"q",U̧:"U",u̧:"u",X̧:"X",x̧:"x",Z̧:"Z",z̧:"z"},n=Object.keys(t).join("|"),o=new RegExp(n,"g"),r=new RegExp(n,""),a=function(e){return e.replace(o,(function(e){return t[e]}))};e.exports=a,e.exports.has=function(e){return!!e.match(r)},e.exports.remove=a},6308:(e,t,n)=>{var o,r,a;r=[],void 0===(a="function"==typeof(o=function(){"use strict";var e,t,o,r,a="undefined"!=typeof window?window:null!=typeof n.g?n.g:this||{},i=a.cancelRequestAnimationFrame&&a.requestAnimationFrame||setTimeout,l=a.cancelRequestAnimationFrame||clearTimeout,s=[],c=0,u=!1,p=7,d=35,b=125,m=0,M=0,z=0,f={get didTimeout(){return!1},timeRemaining:function(){var e=p-(Date.now()-M);return e<0?0:e}},h=g((function(){p=22,b=66,d=0}));function g(e){var t,n,o=99,r=function(){var a=Date.now()-n;a9?o=setTimeout(y,t):(t=0,y()))}function q(){var n,r,a,i=p>9?9:1;if(M=Date.now(),u=!1,o=null,c>2||M-t-50i;r++)n=s.shift(),z++,n&&n(f);s.length?_():c=0}function k(e){return m++,s.push(e),_(),m}function w(e){var t=e-1-z;s[t]&&(s[t]=null)}if(a.requestIdleCallback&&a.cancelIdleCallback)try{a.requestIdleCallback((function(){}),{timeout:0})}catch(e){!function(e){var t,n;if(a.requestIdleCallback=function(t,n){return n&&"number"==typeof n.timeout?e(t,n.timeout):e(t)},a.IdleCallbackDeadline&&(t=IdleCallbackDeadline.prototype)){if(!(n=Object.getOwnPropertyDescriptor(t,"timeRemaining"))||!n.configurable||!n.get)return;Object.defineProperty(t,"timeRemaining",{value:function(){return n.get.call(this)},enumerable:!0,configurable:!0})}}(a.requestIdleCallback)}else a.requestIdleCallback=k,a.cancelIdleCallback=w,a.document&&document.addEventListener&&(a.addEventListener("scroll",v,!0),a.addEventListener("resize",v),document.addEventListener("focus",v,!0),document.addEventListener("mouseover",v,!0),["click","keypress","touchstart","mousedown"].forEach((function(e){document.addEventListener(e,v,{capture:!0,passive:!0})})),a.MutationObserver&&new MutationObserver(v).observe(document.documentElement,{childList:!0,subtree:!0,attributes:!0}));return{request:k,cancel:w}})?o.apply(t,r):o)||(e.exports=a)},3859:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.race=t.join=t.fork=t.promise=void 0;var o=i(n(7333)),r=n(3467),a=i(n(701));function i(e){return e&&e.__esModule?e:{default:e}}var l=t.promise=function(e,t,n,r,a){return!!o.default.promise(e)&&(e.then(t,a),!0)},s=new Map,c=t.fork=function(e,t,n){if(!o.default.fork(e))return!1;var i=Symbol("fork"),l=(0,a.default)();s.set(i,l),n(e.iterator.apply(null,e.args),(function(e){return l.dispatch(e)}),(function(e){return l.dispatch((0,r.error)(e))}));var c=l.subscribe((function(){c(),s.delete(i)}));return t(i),!0},u=t.join=function(e,t,n,r,a){if(!o.default.join(e))return!1;var i,l=s.get(e.task);return l?i=l.subscribe((function(e){i(),t(e)})):a("join error : task not found"),!0},p=t.race=function(e,t,n,r,a){if(!o.default.race(e))return!1;var i=!1,l=function(e,n,o){i||(i=!0,e[n]=o,t(e))},s=function(e){i||a(e)};return o.default.array(e.competitors)?function(){var t=e.competitors.map((function(){return!1}));e.competitors.forEach((function(e,o){n(e,(function(e){return l(t,o,e)}),s)}))}():function(){var t=Object.keys(e.competitors).reduce((function(e,t){return e[t]=!1,e}),{});Object.keys(e.competitors).forEach((function(o){n(e.competitors[o],(function(e){return l(t,o,e)}),s)}))}(),!0};t.default=[l,c,u,p,function(e,t){if(!o.default.subscribe(e))return!1;if(!o.default.channel(e.channel))throw new Error('the first argument of "subscribe" must be a valid channel');var n=e.channel.subscribe((function(e){n&&n(),t(e)}));return!0}]},8016:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.iterator=t.array=t.object=t.error=t.any=void 0;var o,r=n(7333),a=(o=r)&&o.__esModule?o:{default:o};var i=t.any=function(e,t,n,o){return o(e),!0},l=t.error=function(e,t,n,o,r){return!!a.default.error(e)&&(r(e.error),!0)},s=t.object=function(e,t,n,o,r){if(!a.default.all(e)||!a.default.obj(e.value))return!1;var i={},l=Object.keys(e.value),s=0,c=!1;return l.map((function(t){n(e.value[t],(function(e){return function(e,t){c||(i[e]=t,++s===l.length&&o(i))}(t,e)}),(function(e){return function(e,t){c||(c=!0,r(t))}(0,e)}))})),!0},c=t.array=function(e,t,n,o,r){if(!a.default.all(e)||!a.default.array(e.value))return!1;var i=[],l=0,s=!1;return e.value.map((function(t,a){n(t,(function(t){return function(t,n){s||(i[t]=n,++l===e.value.length&&o(i))}(a,t)}),(function(e){return function(e,t){s||(s=!0,r(t))}(0,e)}))})),!0},u=t.iterator=function(e,t,n,o,r){return!!a.default.iterator(e)&&(n(e,t,r),!0)};t.default=[l,u,c,s,i]},1850:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.cps=t.call=void 0;var o,r=n(7333),a=(o=r)&&o.__esModule?o:{default:o};var i=t.call=function(e,t,n,o,r){if(!a.default.call(e))return!1;try{t(e.func.apply(e.context,e.args))}catch(e){r(e)}return!0},l=t.cps=function(e,t,n,o,r){var i;return!!a.default.cps(e)&&((i=e.func).call.apply(i,[null].concat(function(e){if(Array.isArray(e)){for(var t=0,n=Array(e.length);t{"use strict";Object.defineProperty(t,"__esModule",{value:!0});var o=a(n(8016)),r=a(n(7333));function a(e){return e&&e.__esModule?e:{default:e}}function i(e){if(Array.isArray(e)){for(var t=0,n=Array(e.length);t{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.wrapControls=t.asyncControls=t.create=void 0;var o=n(3467);Object.keys(o).forEach((function(e){"default"!==e&&Object.defineProperty(t,e,{enumerable:!0,get:function(){return o[e]}})}));var r=l(n(8909)),a=l(n(3859)),i=l(n(1850));function l(e){return e&&e.__esModule?e:{default:e}}t.create=r.default,t.asyncControls=a.default,t.wrapControls=i.default},701:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});t.default=function(){var e=[];return{subscribe:function(t){return e.push(t),function(){e=e.filter((function(e){return e!==t}))}},dispatch:function(t){e.slice().forEach((function(e){return e(t)}))}}}},3467:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.createChannel=t.subscribe=t.cps=t.apply=t.call=t.invoke=t.delay=t.race=t.join=t.fork=t.error=t.all=void 0;var o,r=n(1309),a=(o=r)&&o.__esModule?o:{default:o};t.all=function(e){return{type:a.default.all,value:e}},t.error=function(e){return{type:a.default.error,error:e}},t.fork=function(e){for(var t=arguments.length,n=Array(t>1?t-1:0),o=1;o1?t-1:0),o=1;o2?n-2:0),r=2;r1?t-1:0),o=1;o{"use strict";Object.defineProperty(t,"__esModule",{value:!0});var o,r="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol?"symbol":typeof e},a=n(1309),i=(o=a)&&o.__esModule?o:{default:o};var l={obj:function(e){return"object"===(void 0===e?"undefined":r(e))&&!!e},all:function(e){return l.obj(e)&&e.type===i.default.all},error:function(e){return l.obj(e)&&e.type===i.default.error},array:Array.isArray,func:function(e){return"function"==typeof e},promise:function(e){return e&&l.func(e.then)},iterator:function(e){return e&&l.func(e.next)&&l.func(e.throw)},fork:function(e){return l.obj(e)&&e.type===i.default.fork},join:function(e){return l.obj(e)&&e.type===i.default.join},race:function(e){return l.obj(e)&&e.type===i.default.race},call:function(e){return l.obj(e)&&e.type===i.default.call},cps:function(e){return l.obj(e)&&e.type===i.default.cps},subscribe:function(e){return l.obj(e)&&e.type===i.default.subscribe},channel:function(e){return l.obj(e)&&l.func(e.subscribe)}};t.default=l},1309:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});var n={all:Symbol("all"),error:Symbol("error"),fork:Symbol("fork"),join:Symbol("join"),race:Symbol("race"),call:Symbol("call"),cps:Symbol("cps"),subscribe:Symbol("subscribe")};t.default=n},3787:function(e,t,n){var o;(function(){function r(e){"use strict";var t={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,description:"Tries to smartly fix indentation in es6 strings",type:"boolean"},disableForced4SpacesIndentedSublists:{defaultValue:!1,description:"Disables the requirement of indenting nested sublists by 4 spaces",type:"boolean"},simpleLineBreaks:{defaultValue:!1,description:"Parses simple line breaks as
(GFM Style)",type:"boolean"},requireSpaceBeforeHeadingText:{defaultValue:!1,description:"Makes adding a space between `#` and the header text mandatory (GFM Style)",type:"boolean"},ghMentions:{defaultValue:!1,description:"Enables github @mentions",type:"boolean"},ghMentionsLink:{defaultValue:"https://github.com/{u}",description:"Changes the link generated by @mentions. Only applies if ghMentions option is enabled.",type:"string"},encodeEmails:{defaultValue:!0,description:"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,description:"Open all links in new windows",type:"boolean"},backslashEscapesHTMLTags:{defaultValue:!1,description:"Support for HTML Tag escaping. ex:

foo
",type:"boolean"},emoji:{defaultValue:!1,description:"Enable emoji support. Ex: `this is a :smile: emoji`",type:"boolean"},underline:{defaultValue:!1,description:"Enable support for underline. Syntax is double or triple underscores: `__underline word__`. With this option enabled, underscores no longer parses into `` and ``",type:"boolean"},completeHTMLDocument:{defaultValue:!1,description:"Outputs a complete html document, including ``, `` and `` tags",type:"boolean"},metadata:{defaultValue:!1,description:"Enable support for document metadata (defined at the top of the document between `«««` and `»»»` or between `---` and `---`).",type:"boolean"},splitAdjacentBlockquotes:{defaultValue:!1,description:"Split adjacent blockquote blocks",type:"boolean"}};if(!1===e)return JSON.parse(JSON.stringify(t));var n={};for(var o in t)t.hasOwnProperty(o)&&(n[o]=t[o].defaultValue);return n}var a={},i={},l={},s=r(!0),c="vanilla",u={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:r(!0),allOn:function(){"use strict";var e=r(!0),t={};for(var n in e)e.hasOwnProperty(n)&&(t[n]=!0);return t}()};function p(e,t){"use strict";var n=t?"Error in "+t+" extension->":"Error in unnamed extension",o={valid:!0,error:""};a.helper.isArray(e)||(e=[e]);for(var r=0;r").replace(/&/g,"&")};var b=function(e,t,n,o){"use strict";var r,a,i,l,s,c=o||"",u=c.indexOf("g")>-1,p=new RegExp(t+"|"+n,"g"+c.replace(/g/g,"")),d=new RegExp(t,c.replace(/g/g,"")),b=[];do{for(r=0;i=p.exec(e);)if(d.test(i[0]))r++||(l=(a=p.lastIndex)-i[0].length);else if(r&&!--r){s=i.index+i[0].length;var m={left:{start:l,end:a},match:{start:a,end:i.index},right:{start:i.index,end:s},wholeMatch:{start:l,end:s}};if(b.push(m),!u)return b}}while(r&&(p.lastIndex=a));return b};a.helper.matchRecursiveRegExp=function(e,t,n,o){"use strict";for(var r=b(e,t,n,o),a=[],i=0;i0){var u=[];0!==l[0].wholeMatch.start&&u.push(e.slice(0,l[0].wholeMatch.start));for(var p=0;p=0?o+(n||0):o},a.helper.splitAtIndex=function(e,t){"use strict";if(!a.helper.isString(e))throw"InvalidArgumentError: first parameter of showdown.helper.regexIndexOf function must be a string";return[e.substring(0,t),e.substring(t)]},a.helper.encodeEmailAddress=function(e){"use strict";var t=[function(e){return"&#"+e.charCodeAt(0)+";"},function(e){return"&#x"+e.charCodeAt(0).toString(16)+";"},function(e){return e}];return e=e.replace(/./g,(function(e){if("@"===e)e=t[Math.floor(2*Math.random())](e);else{var n=Math.random();e=n>.9?t[2](e):n>.45?t[1](e):t[0](e)}return e}))},a.helper.padEnd=function(e,t,n){"use strict";return t>>=0,n=String(n||" "),e.length>t?String(e):((t-=e.length)>n.length&&(n+=n.repeat(t/n.length)),String(e)+n.slice(0,t))},"undefined"==typeof console&&(console={warn:function(e){"use strict";alert(e)},log:function(e){"use strict";alert(e)},error:function(e){"use strict";throw e}}),a.helper.regexes={asteriskDashAndColon:/([*_:~])/g},a.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"},a.Converter=function(e){"use strict";var t={},n=[],o=[],r={},i=c,d={parsed:{},raw:"",format:""};function b(e,t){if(t=t||null,a.helper.isString(e)){if(t=e=a.helper.stdExtName(e),a.extensions[e])return console.warn("DEPRECATION WARNING: "+e+" is an old extension that uses a deprecated loading method.Please inform the developer that the extension should be updated!"),void function(e,t){"function"==typeof e&&(e=e(new a.Converter));a.helper.isArray(e)||(e=[e]);var r=p(e,t);if(!r.valid)throw Error(r.error);for(var i=0;i[ \t]+¨NBSP;<"),!t){if(!window||!window.document)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");t=window.document}var n=t.createElement("div");n.innerHTML=e;var o={preList:function(e){for(var t=e.querySelectorAll("pre"),n=[],o=0;o'}else n.push(t[o].innerHTML),t[o].innerHTML="",t[o].setAttribute("prenum",o.toString());return n}(n)};!function e(t){for(var n=0;n? ?(['"].*['"])?\)$/m)>-1)i="";else if(!i){if(r||(r=o.toLowerCase().replace(/ ?\n/g," ")),i="#"+r,a.helper.isUndefined(n.gUrls[r]))return e;i=n.gUrls[r],a.helper.isUndefined(n.gTitles[r])||(c=n.gTitles[r])}var u='"};return e=(e=(e=(e=(e=n.converter._dispatch("anchors.before",e,t,n)).replace(/\[((?:\[[^\]]*]|[^\[\]])*)] ?(?:\n *)?\[(.*?)]()()()()/g,o)).replace(/\[((?:\[[^\]]*]|[^\[\]])*)]()[ \t]*\([ \t]?<([^>]*)>(?:[ \t]*((["'])([^"]*?)\5))?[ \t]?\)/g,o)).replace(/\[((?:\[[^\]]*]|[^\[\]])*)]()[ \t]*\([ \t]??(?:[ \t]*((["'])([^"]*?)\5))?[ \t]?\)/g,o)).replace(/\[([^\[\]]+)]()()()()()/g,o),t.ghMentions&&(e=e.replace(/(^|\s)(\\)?(@([a-z\d]+(?:[a-z\d.-]+?[a-z\d]+)*))/gim,(function(e,n,o,r,i){if("\\"===o)return n+r;if(!a.helper.isString(t.ghMentionsLink))throw new Error("ghMentionsLink option must be a string");var l=t.ghMentionsLink.replace(/\{u}/g,i),s="";return t.openLinksInNewWindow&&(s=' rel="noopener noreferrer" target="¨E95Eblank"'),n+'"+r+""}))),e=n.converter._dispatch("anchors.after",e,t,n)}));var m=/([*~_]+|\b)(((https?|ftp|dict):\/\/|www\.)[^'">\s]+?\.[^'">\s]+?)()(\1)?(?=\s|$)(?!["<>])/gi,M=/([*~_]+|\b)(((https?|ftp|dict):\/\/|www\.)[^'">\s]+\.[^'">\s]+?)([.!?,()\[\]])?(\1)?(?=\s|$)(?!["<>])/gi,z=/()<(((https?|ftp|dict):\/\/|www\.)[^'">\s]+)()>()/gi,f=/(^|\s)(?:mailto:)?([A-Za-z0-9!#$%&'*+-/=?^_`{|}~.]+@[-a-z0-9]+(\.[-a-z0-9]+)*\.[a-z]+)(?=$|\s)/gim,h=/<()(?:mailto:)?([-.\w]+@[-a-z0-9]+(\.[-a-z0-9]+)*\.[a-z]+)>/gi,g=function(e){"use strict";return function(t,n,o,r,i,l,s){var c=o=o.replace(a.helper.regexes.asteriskDashAndColon,a.helper.escapeCharactersCallback),u="",p="",d=n||"",b=s||"";return/^www\./i.test(o)&&(o=o.replace(/^www\./i,"http://www.")),e.excludeTrailingPunctuationFromURLs&&l&&(u=l),e.openLinksInNewWindow&&(p=' rel="noopener noreferrer" target="¨E95Eblank"'),d+'"+c+""+u+b}},O=function(e,t){"use strict";return function(n,o,r){var i="mailto:";return o=o||"",r=a.subParser("unescapeSpecialChars")(r,e,t),e.encodeEmails?(i=a.helper.encodeEmailAddress(i+r),r=a.helper.encodeEmailAddress(r)):i+=r,o+''+r+""}};a.subParser("autoLinks",(function(e,t,n){"use strict";return e=(e=(e=n.converter._dispatch("autoLinks.before",e,t,n)).replace(z,g(t))).replace(h,O(t,n)),e=n.converter._dispatch("autoLinks.after",e,t,n)})),a.subParser("simplifiedAutoLinks",(function(e,t,n){"use strict";return t.simplifiedAutoLink?(e=n.converter._dispatch("simplifiedAutoLinks.before",e,t,n),e=(e=t.excludeTrailingPunctuationFromURLs?e.replace(M,g(t)):e.replace(m,g(t))).replace(f,O(t,n)),e=n.converter._dispatch("simplifiedAutoLinks.after",e,t,n)):e})),a.subParser("blockGamut",(function(e,t,n){"use strict";return e=n.converter._dispatch("blockGamut.before",e,t,n),e=a.subParser("blockQuotes")(e,t,n),e=a.subParser("headers")(e,t,n),e=a.subParser("horizontalRule")(e,t,n),e=a.subParser("lists")(e,t,n),e=a.subParser("codeBlocks")(e,t,n),e=a.subParser("tables")(e,t,n),e=a.subParser("hashHTMLBlocks")(e,t,n),e=a.subParser("paragraphs")(e,t,n),e=n.converter._dispatch("blockGamut.after",e,t,n)})),a.subParser("blockQuotes",(function(e,t,n){"use strict";e=n.converter._dispatch("blockQuotes.before",e,t,n),e+="\n\n";var o=/(^ {0,3}>[ \t]?.+\n(.+\n)*\n*)+/gm;return t.splitAdjacentBlockquotes&&(o=/^ {0,3}>[\s\S]*?(?:\n\n)/gm),e=e.replace(o,(function(e){return e=(e=(e=e.replace(/^[ \t]*>[ \t]?/gm,"")).replace(/¨0/g,"")).replace(/^[ \t]+$/gm,""),e=a.subParser("githubCodeBlocks")(e,t,n),e=(e=(e=a.subParser("blockGamut")(e,t,n)).replace(/(^|\n)/g,"$1 ")).replace(/(\s*
[^\r]+?<\/pre>)/gm,(function(e,t){var n=t;return n=(n=n.replace(/^  /gm,"¨0")).replace(/¨0/g,"")})),a.subParser("hashBlock")("
\n"+e+"\n
",t,n)})),e=n.converter._dispatch("blockQuotes.after",e,t,n)})),a.subParser("codeBlocks",(function(e,t,n){"use strict";e=n.converter._dispatch("codeBlocks.before",e,t,n);return e=(e=(e+="¨0").replace(/(?:\n\n|^)((?:(?:[ ]{4}|\t).*\n+)+)(\n*[ ]{0,3}[^ \t\n]|(?=¨0))/g,(function(e,o,r){var i=o,l=r,s="\n";return i=a.subParser("outdent")(i,t,n),i=a.subParser("encodeCode")(i,t,n),i=(i=(i=a.subParser("detab")(i,t,n)).replace(/^\n+/g,"")).replace(/\n+$/g,""),t.omitExtraWLInCodeBlocks&&(s=""),i="
"+i+s+"
",a.subParser("hashBlock")(i,t,n)+l}))).replace(/¨0/,""),e=n.converter._dispatch("codeBlocks.after",e,t,n)})),a.subParser("codeSpans",(function(e,t,n){"use strict";return void 0===(e=n.converter._dispatch("codeSpans.before",e,t,n))&&(e=""),e=e.replace(/(^|[^\\])(`+)([^\r]*?[^`])\2(?!`)/gm,(function(e,o,r,i){var l=i;return l=(l=l.replace(/^([ \t]*)/g,"")).replace(/[ \t]*$/g,""),l=o+""+(l=a.subParser("encodeCode")(l,t,n))+"",l=a.subParser("hashHTMLSpans")(l,t,n)})),e=n.converter._dispatch("codeSpans.after",e,t,n)})),a.subParser("completeHTMLDocument",(function(e,t,n){"use strict";if(!t.completeHTMLDocument)return e;e=n.converter._dispatch("completeHTMLDocument.before",e,t,n);var o="html",r="\n",a="",i='\n',l="",s="";for(var c in void 0!==n.metadata.parsed.doctype&&(r="\n","html"!==(o=n.metadata.parsed.doctype.toString().toLowerCase())&&"html5"!==o||(i='')),n.metadata.parsed)if(n.metadata.parsed.hasOwnProperty(c))switch(c.toLowerCase()){case"doctype":break;case"title":a=""+n.metadata.parsed.title+"\n";break;case"charset":i="html"===o||"html5"===o?'\n':'\n';break;case"language":case"lang":l=' lang="'+n.metadata.parsed[c]+'"',s+='\n';break;default:s+='\n'}return e=r+"\n\n"+a+i+s+"\n\n"+e.trim()+"\n\n",e=n.converter._dispatch("completeHTMLDocument.after",e,t,n)})),a.subParser("detab",(function(e,t,n){"use strict";return e=(e=(e=(e=(e=(e=n.converter._dispatch("detab.before",e,t,n)).replace(/\t(?=\t)/g," ")).replace(/\t/g,"¨A¨B")).replace(/¨B(.+?)¨A/g,(function(e,t){for(var n=t,o=4-n.length%4,r=0;r/g,">"),e=n.converter._dispatch("encodeAmpsAndAngles.after",e,t,n)})),a.subParser("encodeBackslashEscapes",(function(e,t,n){"use strict";return e=(e=(e=n.converter._dispatch("encodeBackslashEscapes.before",e,t,n)).replace(/\\(\\)/g,a.helper.escapeCharactersCallback)).replace(/\\([`*_{}\[\]()>#+.!~=|-])/g,a.helper.escapeCharactersCallback),e=n.converter._dispatch("encodeBackslashEscapes.after",e,t,n)})),a.subParser("encodeCode",(function(e,t,n){"use strict";return e=(e=n.converter._dispatch("encodeCode.before",e,t,n)).replace(/&/g,"&").replace(//g,">").replace(/([*_{}\[\]\\=~-])/g,a.helper.escapeCharactersCallback),e=n.converter._dispatch("encodeCode.after",e,t,n)})),a.subParser("escapeSpecialCharsWithinTagAttributes",(function(e,t,n){"use strict";return e=(e=(e=n.converter._dispatch("escapeSpecialCharsWithinTagAttributes.before",e,t,n)).replace(/<\/?[a-z\d_:-]+(?:[\s]+[\s\S]+?)?>/gi,(function(e){return e.replace(/(.)<\/?code>(?=.)/g,"$1`").replace(/([\\`*_~=|])/g,a.helper.escapeCharactersCallback)}))).replace(/-]|-[^>])(?:[^-]|-[^-])*)--)>/gi,(function(e){return e.replace(/([\\`*_~=|])/g,a.helper.escapeCharactersCallback)})),e=n.converter._dispatch("escapeSpecialCharsWithinTagAttributes.after",e,t,n)})),a.subParser("githubCodeBlocks",(function(e,t,n){"use strict";return t.ghCodeBlocks?(e=n.converter._dispatch("githubCodeBlocks.before",e,t,n),e=(e=(e+="¨0").replace(/(?:^|\n)(?: {0,3})(```+|~~~+)(?: *)([^\s`~]*)\n([\s\S]*?)\n(?: {0,3})\1/g,(function(e,o,r,i){var l=t.omitExtraWLInCodeBlocks?"":"\n";return i=a.subParser("encodeCode")(i,t,n),i="
"+(i=(i=(i=a.subParser("detab")(i,t,n)).replace(/^\n+/g,"")).replace(/\n+$/g,""))+l+"
",i=a.subParser("hashBlock")(i,t,n),"\n\n¨G"+(n.ghCodeBlocks.push({text:e,codeblock:i})-1)+"G\n\n"}))).replace(/¨0/,""),n.converter._dispatch("githubCodeBlocks.after",e,t,n)):e})),a.subParser("hashBlock",(function(e,t,n){"use strict";return e=(e=n.converter._dispatch("hashBlock.before",e,t,n)).replace(/(^\n+|\n+$)/g,""),e="\n\n¨K"+(n.gHtmlBlocks.push(e)-1)+"K\n\n",e=n.converter._dispatch("hashBlock.after",e,t,n)})),a.subParser("hashCodeTags",(function(e,t,n){"use strict";e=n.converter._dispatch("hashCodeTags.before",e,t,n);return e=a.helper.replaceRecursiveRegExp(e,(function(e,o,r,i){var l=r+a.subParser("encodeCode")(o,t,n)+i;return"¨C"+(n.gHtmlSpans.push(l)-1)+"C"}),"]*>","","gim"),e=n.converter._dispatch("hashCodeTags.after",e,t,n)})),a.subParser("hashElement",(function(e,t,n){"use strict";return function(e,t){var o=t;return o=(o=(o=o.replace(/\n\n/g,"\n")).replace(/^\n/,"")).replace(/\n+$/g,""),o="\n\n¨K"+(n.gHtmlBlocks.push(o)-1)+"K\n\n"}})),a.subParser("hashHTMLBlocks",(function(e,t,n){"use strict";e=n.converter._dispatch("hashHTMLBlocks.before",e,t,n);var o=["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"],r=function(e,t,o,r){var a=e;return-1!==o.search(/\bmarkdown\b/)&&(a=o+n.converter.makeHtml(t)+r),"\n\n¨K"+(n.gHtmlBlocks.push(a)-1)+"K\n\n"};t.backslashEscapesHTMLTags&&(e=e.replace(/\\<(\/?[^>]+?)>/g,(function(e,t){return"<"+t+">"})));for(var i=0;i]*>)","im"),c="<"+o[i]+"\\b[^>]*>",u="";-1!==(l=a.helper.regexIndexOf(e,s));){var p=a.helper.splitAtIndex(e,l),d=a.helper.replaceRecursiveRegExp(p[1],r,c,u,"im");if(d===p[1])break;e=p[0].concat(d)}return e=e.replace(/(\n {0,3}(<(hr)\b([^<>])*?\/?>)[ \t]*(?=\n{2,}))/g,a.subParser("hashElement")(e,t,n)),e=(e=a.helper.replaceRecursiveRegExp(e,(function(e){return"\n\n¨K"+(n.gHtmlBlocks.push(e)-1)+"K\n\n"}),"^ {0,3}\x3c!--","--\x3e","gm")).replace(/(?:\n\n)( {0,3}(?:<([?%])[^\r]*?\2>)[ \t]*(?=\n{2,}))/g,a.subParser("hashElement")(e,t,n)),e=n.converter._dispatch("hashHTMLBlocks.after",e,t,n)})),a.subParser("hashHTMLSpans",(function(e,t,n){"use strict";function o(e){return"¨C"+(n.gHtmlSpans.push(e)-1)+"C"}return e=(e=(e=(e=(e=n.converter._dispatch("hashHTMLSpans.before",e,t,n)).replace(/<[^>]+?\/>/gi,(function(e){return o(e)}))).replace(/<([^>]+?)>[\s\S]*?<\/\1>/g,(function(e){return o(e)}))).replace(/<([^>]+?)\s[^>]+?>[\s\S]*?<\/\1>/g,(function(e){return o(e)}))).replace(/<[^>]+?>/gi,(function(e){return o(e)})),e=n.converter._dispatch("hashHTMLSpans.after",e,t,n)})),a.subParser("unhashHTMLSpans",(function(e,t,n){"use strict";e=n.converter._dispatch("unhashHTMLSpans.before",e,t,n);for(var o=0;o]*>\\s*]*>","^ {0,3}\\s*
","gim"),e=n.converter._dispatch("hashPreCodeTags.after",e,t,n)})),a.subParser("headers",(function(e,t,n){"use strict";e=n.converter._dispatch("headers.before",e,t,n);var o=isNaN(parseInt(t.headerLevelStart))?1:parseInt(t.headerLevelStart),r=t.smoothLivePreview?/^(.+)[ \t]*\n={2,}[ \t]*\n+/gm:/^(.+)[ \t]*\n=+[ \t]*\n+/gm,i=t.smoothLivePreview?/^(.+)[ \t]*\n-{2,}[ \t]*\n+/gm:/^(.+)[ \t]*\n-+[ \t]*\n+/gm;e=(e=e.replace(r,(function(e,r){var i=a.subParser("spanGamut")(r,t,n),l=t.noHeaderId?"":' id="'+s(r)+'"',c=""+i+"";return a.subParser("hashBlock")(c,t,n)}))).replace(i,(function(e,r){var i=a.subParser("spanGamut")(r,t,n),l=t.noHeaderId?"":' id="'+s(r)+'"',c=o+1,u=""+i+"";return a.subParser("hashBlock")(u,t,n)}));var l=t.requireSpaceBeforeHeadingText?/^(#{1,6})[ \t]+(.+?)[ \t]*#*\n+/gm:/^(#{1,6})[ \t]*(.+?)[ \t]*#*\n+/gm;function s(e){var o,r;if(t.customizedHeaderId){var i=e.match(/\{([^{]+?)}\s*$/);i&&i[1]&&(e=i[1])}return o=e,r=a.helper.isString(t.prefixHeaderId)?t.prefixHeaderId:!0===t.prefixHeaderId?"section-":"",t.rawPrefixHeaderId||(o=r+o),o=t.ghCompatibleHeaderId?o.replace(/ /g,"-").replace(/&/g,"").replace(/¨T/g,"").replace(/¨D/g,"").replace(/[&+$,\/:;=?@"#{}|^¨~\[\]`\\*)(%.!'<>]/g,"").toLowerCase():t.rawHeaderId?o.replace(/ /g,"-").replace(/&/g,"&").replace(/¨T/g,"¨").replace(/¨D/g,"$").replace(/["']/g,"-").toLowerCase():o.replace(/[^\w]/g,"").toLowerCase(),t.rawPrefixHeaderId&&(o=r+o),n.hashLinkCounts[o]?o=o+"-"+n.hashLinkCounts[o]++:n.hashLinkCounts[o]=1,o}return e=e.replace(l,(function(e,r,i){var l=i;t.customizedHeaderId&&(l=i.replace(/\s?\{([^{]+?)}\s*$/,""));var c=a.subParser("spanGamut")(l,t,n),u=t.noHeaderId?"":' id="'+s(i)+'"',p=o-1+r.length,d=""+c+"";return a.subParser("hashBlock")(d,t,n)})),e=n.converter._dispatch("headers.after",e,t,n)})),a.subParser("horizontalRule",(function(e,t,n){"use strict";e=n.converter._dispatch("horizontalRule.before",e,t,n);var o=a.subParser("hashBlock")("
",t,n);return e=(e=(e=e.replace(/^ {0,2}( ?-){3,}[ \t]*$/gm,o)).replace(/^ {0,2}( ?\*){3,}[ \t]*$/gm,o)).replace(/^ {0,2}( ?_){3,}[ \t]*$/gm,o),e=n.converter._dispatch("horizontalRule.after",e,t,n)})),a.subParser("images",(function(e,t,n){"use strict";function o(e,t,o,r,i,l,s,c){var u=n.gUrls,p=n.gTitles,d=n.gDimensions;if(o=o.toLowerCase(),c||(c=""),e.search(/\(? ?(['"].*['"])?\)$/m)>-1)r="";else if(""===r||null===r){if(""!==o&&null!==o||(o=t.toLowerCase().replace(/ ?\n/g," ")),r="#"+o,a.helper.isUndefined(u[o]))return e;r=u[o],a.helper.isUndefined(p[o])||(c=p[o]),a.helper.isUndefined(d[o])||(i=d[o].width,l=d[o].height)}t=t.replace(/"/g,""").replace(a.helper.regexes.asteriskDashAndColon,a.helper.escapeCharactersCallback);var b=''+t+'"}return e=(e=(e=(e=(e=(e=n.converter._dispatch("images.before",e,t,n)).replace(/!\[([^\]]*?)] ?(?:\n *)?\[([\s\S]*?)]()()()()()/g,o)).replace(/!\[([^\]]*?)][ \t]*()\([ \t]??(?: =([*\d]+[A-Za-z%]{0,4})x([*\d]+[A-Za-z%]{0,4}))?[ \t]*(?:(["'])([^"]*?)\6)?[ \t]?\)/g,(function(e,t,n,r,a,i,l,s){return o(e,t,n,r=r.replace(/\s/g,""),a,i,l,s)}))).replace(/!\[([^\]]*?)][ \t]*()\([ \t]?<([^>]*)>(?: =([*\d]+[A-Za-z%]{0,4})x([*\d]+[A-Za-z%]{0,4}))?[ \t]*(?:(?:(["'])([^"]*?)\6))?[ \t]?\)/g,o)).replace(/!\[([^\]]*?)][ \t]*()\([ \t]??(?: =([*\d]+[A-Za-z%]{0,4})x([*\d]+[A-Za-z%]{0,4}))?[ \t]*(?:(["'])([^"]*?)\6)?[ \t]?\)/g,o)).replace(/!\[([^\[\]]+)]()()()()()/g,o),e=n.converter._dispatch("images.after",e,t,n)})),a.subParser("italicsAndBold",(function(e,t,n){"use strict";function o(e,t,n){return t+e+n}return e=n.converter._dispatch("italicsAndBold.before",e,t,n),e=t.literalMidWordUnderscores?(e=(e=e.replace(/\b___(\S[\s\S]*?)___\b/g,(function(e,t){return o(t,"","")}))).replace(/\b__(\S[\s\S]*?)__\b/g,(function(e,t){return o(t,"","")}))).replace(/\b_(\S[\s\S]*?)_\b/g,(function(e,t){return o(t,"","")})):(e=(e=e.replace(/___(\S[\s\S]*?)___/g,(function(e,t){return/\S$/.test(t)?o(t,"",""):e}))).replace(/__(\S[\s\S]*?)__/g,(function(e,t){return/\S$/.test(t)?o(t,"",""):e}))).replace(/_([^\s_][\s\S]*?)_/g,(function(e,t){return/\S$/.test(t)?o(t,"",""):e})),e=t.literalMidWordAsterisks?(e=(e=e.replace(/([^*]|^)\B\*\*\*(\S[\s\S]*?)\*\*\*\B(?!\*)/g,(function(e,t,n){return o(n,t+"","")}))).replace(/([^*]|^)\B\*\*(\S[\s\S]*?)\*\*\B(?!\*)/g,(function(e,t,n){return o(n,t+"","")}))).replace(/([^*]|^)\B\*(\S[\s\S]*?)\*\B(?!\*)/g,(function(e,t,n){return o(n,t+"","")})):(e=(e=e.replace(/\*\*\*(\S[\s\S]*?)\*\*\*/g,(function(e,t){return/\S$/.test(t)?o(t,"",""):e}))).replace(/\*\*(\S[\s\S]*?)\*\*/g,(function(e,t){return/\S$/.test(t)?o(t,"",""):e}))).replace(/\*([^\s*][\s\S]*?)\*/g,(function(e,t){return/\S$/.test(t)?o(t,"",""):e})),e=n.converter._dispatch("italicsAndBold.after",e,t,n)})),a.subParser("lists",(function(e,t,n){"use strict";function o(e,o){n.gListLevel++,e=e.replace(/\n{2,}$/,"\n");var r=/(\n)?(^ {0,3})([*+-]|\d+[.])[ \t]+((\[(x|X| )?])?[ \t]*[^\r]+?(\n{1,2}))(?=\n*(¨0| {0,3}([*+-]|\d+[.])[ \t]+))/gm,i=/\n[ \t]*\n(?!¨0)/.test(e+="¨0");return t.disableForced4SpacesIndentedSublists&&(r=/(\n)?(^ {0,3})([*+-]|\d+[.])[ \t]+((\[(x|X| )?])?[ \t]*[^\r]+?(\n{1,2}))(?=\n*(¨0|\2([*+-]|\d+[.])[ \t]+))/gm),e=(e=e.replace(r,(function(e,o,r,l,s,c,u){u=u&&""!==u.trim();var p=a.subParser("outdent")(s,t,n),d="";return c&&t.tasklists&&(d=' class="task-list-item" style="list-style-type: none;"',p=p.replace(/^[ \t]*\[(x|X| )?]/m,(function(){var e='-1?(p=a.subParser("githubCodeBlocks")(p,t,n),p=a.subParser("blockGamut")(p,t,n)):(p=(p=a.subParser("lists")(p,t,n)).replace(/\n$/,""),p=(p=a.subParser("hashHTMLBlocks")(p,t,n)).replace(/\n\n+/g,"\n\n"),p=i?a.subParser("paragraphs")(p,t,n):a.subParser("spanGamut")(p,t,n)),p=""+(p=p.replace("¨A",""))+"\n"}))).replace(/¨0/g,""),n.gListLevel--,o&&(e=e.replace(/\s+$/,"")),e}function r(e,t){if("ol"===t){var n=e.match(/^ *(\d+)\./);if(n&&"1"!==n[1])return' start="'+n[1]+'"'}return""}function i(e,n,a){var i=t.disableForced4SpacesIndentedSublists?/^ ?\d+\.[ \t]/gm:/^ {0,3}\d+\.[ \t]/gm,l=t.disableForced4SpacesIndentedSublists?/^ ?[*+-][ \t]/gm:/^ {0,3}[*+-][ \t]/gm,s="ul"===n?i:l,c="";if(-1!==e.search(s))!function t(u){var p=u.search(s),d=r(e,n);-1!==p?(c+="\n\n<"+n+d+">\n"+o(u.slice(0,p),!!a)+"\n",s="ul"===(n="ul"===n?"ol":"ul")?i:l,t(u.slice(p))):c+="\n\n<"+n+d+">\n"+o(u,!!a)+"\n"}(e);else{var u=r(e,n);c="\n\n<"+n+u+">\n"+o(e,!!a)+"\n"}return c}return e=n.converter._dispatch("lists.before",e,t,n),e+="¨0",e=(e=n.gListLevel?e.replace(/^(( {0,3}([*+-]|\d+[.])[ \t]+)[^\r]+?(¨0|\n{2,}(?=\S)(?![ \t]*(?:[*+-]|\d+[.])[ \t]+)))/gm,(function(e,t,n){return i(t,n.search(/[*+-]/g)>-1?"ul":"ol",!0)})):e.replace(/(\n\n|^\n?)(( {0,3}([*+-]|\d+[.])[ \t]+)[^\r]+?(¨0|\n{2,}(?=\S)(?![ \t]*(?:[*+-]|\d+[.])[ \t]+)))/gm,(function(e,t,n,o){return i(n,o.search(/[*+-]/g)>-1?"ul":"ol",!1)}))).replace(/¨0/,""),e=n.converter._dispatch("lists.after",e,t,n)})),a.subParser("metadata",(function(e,t,n){"use strict";if(!t.metadata)return e;function o(e){n.metadata.raw=e,(e=(e=e.replace(/&/g,"&").replace(/"/g,""")).replace(/\n {4}/g," ")).replace(/^([\S ]+): +([\s\S]+?)$/gm,(function(e,t,o){return n.metadata.parsed[t]=o,""}))}return e=(e=(e=(e=n.converter._dispatch("metadata.before",e,t,n)).replace(/^\s*«««+(\S*?)\n([\s\S]+?)\n»»»+\n/,(function(e,t,n){return o(n),"¨M"}))).replace(/^\s*---+(\S*?)\n([\s\S]+?)\n---+\n/,(function(e,t,r){return t&&(n.metadata.format=t),o(r),"¨M"}))).replace(/¨M/g,""),e=n.converter._dispatch("metadata.after",e,t,n)})),a.subParser("outdent",(function(e,t,n){"use strict";return e=(e=(e=n.converter._dispatch("outdent.before",e,t,n)).replace(/^(\t|[ ]{1,4})/gm,"¨0")).replace(/¨0/g,""),e=n.converter._dispatch("outdent.after",e,t,n)})),a.subParser("paragraphs",(function(e,t,n){"use strict";for(var o=(e=(e=(e=n.converter._dispatch("paragraphs.before",e,t,n)).replace(/^\n+/g,"")).replace(/\n+$/g,"")).split(/\n{2,}/g),r=[],i=o.length,l=0;l=0?r.push(s):s.search(/\S/)>=0&&(s=(s=a.subParser("spanGamut")(s,t,n)).replace(/^([ \t]*)/g,"

"),s+="

",r.push(s))}for(i=r.length,l=0;l]*>\s*]*>/.test(u)&&(p=!0)}r[l]=u}return e=(e=(e=r.join("\n")).replace(/^\n+/g,"")).replace(/\n+$/g,""),n.converter._dispatch("paragraphs.after",e,t,n)})),a.subParser("runExtension",(function(e,t,n,o){"use strict";if(e.filter)t=e.filter(t,o.converter,n);else if(e.regex){var r=e.regex;r instanceof RegExp||(r=new RegExp(r,"g")),t=t.replace(r,e.replace)}return t})),a.subParser("spanGamut",(function(e,t,n){"use strict";return e=n.converter._dispatch("spanGamut.before",e,t,n),e=a.subParser("codeSpans")(e,t,n),e=a.subParser("escapeSpecialCharsWithinTagAttributes")(e,t,n),e=a.subParser("encodeBackslashEscapes")(e,t,n),e=a.subParser("images")(e,t,n),e=a.subParser("anchors")(e,t,n),e=a.subParser("autoLinks")(e,t,n),e=a.subParser("simplifiedAutoLinks")(e,t,n),e=a.subParser("emoji")(e,t,n),e=a.subParser("underline")(e,t,n),e=a.subParser("italicsAndBold")(e,t,n),e=a.subParser("strikethrough")(e,t,n),e=a.subParser("ellipsis")(e,t,n),e=a.subParser("hashHTMLSpans")(e,t,n),e=a.subParser("encodeAmpsAndAngles")(e,t,n),t.simpleLineBreaks?/\n\n¨K/.test(e)||(e=e.replace(/\n+/g,"
\n")):e=e.replace(/ +\n/g,"
\n"),e=n.converter._dispatch("spanGamut.after",e,t,n)})),a.subParser("strikethrough",(function(e,t,n){"use strict";return t.strikethrough&&(e=(e=n.converter._dispatch("strikethrough.before",e,t,n)).replace(/(?:~){2}([\s\S]+?)(?:~){2}/g,(function(e,o){return function(e){return t.simplifiedAutoLink&&(e=a.subParser("simplifiedAutoLinks")(e,t,n)),""+e+""}(o)})),e=n.converter._dispatch("strikethrough.after",e,t,n)),e})),a.subParser("stripLinkDefinitions",(function(e,t,n){"use strict";var o=function(e,o,r,i,l,s,c){return o=o.toLowerCase(),r.match(/^data:.+?\/.+?;base64,/)?n.gUrls[o]=r.replace(/\s/g,""):n.gUrls[o]=a.subParser("encodeAmpsAndAngles")(r,t,n),s?s+c:(c&&(n.gTitles[o]=c.replace(/"|'/g,""")),t.parseImgDimensions&&i&&l&&(n.gDimensions[o]={width:i,height:l}),"")};return e=(e=(e=(e+="¨0").replace(/^ {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,o)).replace(/^ {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,o)).replace(/¨0/,"")})),a.subParser("tables",(function(e,t,n){"use strict";if(!t.tables)return e;function o(e,o){return""+a.subParser("spanGamut")(e,t,n)+"\n"}function r(e){var r,i=e.split("\n");for(r=0;r"+(s=a.subParser("spanGamut")(s,t,n))+"\n"));for(r=0;r\n\n\n",r=0;r\n";for(var a=0;a\n"}return n+"\n\n"}(m,z)}return e=(e=(e=(e=n.converter._dispatch("tables.before",e,t,n)).replace(/\\(\|)/g,a.helper.escapeCharactersCallback)).replace(/^ {0,3}\|?.+\|.+\n {0,3}\|?[ \t]*:?[ \t]*(?:[-=]){2,}[ \t]*:?[ \t]*\|[ \t]*:?[ \t]*(?:[-=]){2,}[\s\S]+?(?:\n\n|¨0)/gm,r)).replace(/^ {0,3}\|.+\|[ \t]*\n {0,3}\|[ \t]*:?[ \t]*(?:[-=]){2,}[ \t]*:?[ \t]*\|[ \t]*\n( {0,3}\|.+\|[ \t]*\n)*(?:\n|¨0)/gm,r),e=n.converter._dispatch("tables.after",e,t,n)})),a.subParser("underline",(function(e,t,n){"use strict";return t.underline?(e=n.converter._dispatch("underline.before",e,t,n),e=(e=t.literalMidWordUnderscores?(e=e.replace(/\b___(\S[\s\S]*?)___\b/g,(function(e,t){return""+t+""}))).replace(/\b__(\S[\s\S]*?)__\b/g,(function(e,t){return""+t+""})):(e=e.replace(/___(\S[\s\S]*?)___/g,(function(e,t){return/\S$/.test(t)?""+t+"":e}))).replace(/__(\S[\s\S]*?)__/g,(function(e,t){return/\S$/.test(t)?""+t+"":e}))).replace(/(_)/g,a.helper.escapeCharactersCallback),e=n.converter._dispatch("underline.after",e,t,n)):e})),a.subParser("unescapeSpecialChars",(function(e,t,n){"use strict";return e=(e=n.converter._dispatch("unescapeSpecialChars.before",e,t,n)).replace(/¨E(\d+)E/g,(function(e,t){var n=parseInt(t);return String.fromCharCode(n)})),e=n.converter._dispatch("unescapeSpecialChars.after",e,t,n)})),a.subParser("makeMarkdown.blockquote",(function(e,t){"use strict";var n="";if(e.hasChildNodes())for(var o=e.childNodes,r=o.length,i=0;i ")})),a.subParser("makeMarkdown.codeBlock",(function(e,t){"use strict";var n=e.getAttribute("language"),o=e.getAttribute("precodenum");return"```"+n+"\n"+t.preList[o]+"\n```"})),a.subParser("makeMarkdown.codeSpan",(function(e){"use strict";return"`"+e.innerHTML+"`"})),a.subParser("makeMarkdown.emphasis",(function(e,t){"use strict";var n="";if(e.hasChildNodes()){n+="*";for(var o=e.childNodes,r=o.length,i=0;i",e.hasAttribute("width")&&e.hasAttribute("height")&&(t+=" ="+e.getAttribute("width")+"x"+e.getAttribute("height")),e.hasAttribute("title")&&(t+=' "'+e.getAttribute("title")+'"'),t+=")"),t})),a.subParser("makeMarkdown.links",(function(e,t){"use strict";var n="";if(e.hasChildNodes()&&e.hasAttribute("href")){var o=e.childNodes,r=o.length;n="[";for(var i=0;i",e.hasAttribute("title")&&(n+=' "'+e.getAttribute("title")+'"'),n+=")"}return n})),a.subParser("makeMarkdown.list",(function(e,t,n){"use strict";var o="";if(!e.hasChildNodes())return"";for(var r=e.childNodes,i=r.length,l=e.getAttribute("start")||1,s=0;s"+t.preList[n]+""})),a.subParser("makeMarkdown.strikethrough",(function(e,t){"use strict";var n="";if(e.hasChildNodes()){n+="~~";for(var o=e.childNodes,r=o.length,i=0;itr>th"),s=e.querySelectorAll("tbody>tr");for(n=0;nm&&(m=M)}for(n=0;n/g,"\\$1>")).replace(/^#/gm,"\\#")).replace(/^(\s*)([-=]{3,})(\s*)$/,"$1\\$2$3")).replace(/^( {0,3}\d+)\./gm,"$1\\.")).replace(/^( {0,3})([+-])/gm,"$1\\$2")).replace(/]([\s]*)\(/g,"\\]$1\\(")).replace(/^ {0,3}\[([\S \t]*?)]:/gm,"\\[$1]:")}));void 0===(o=function(){"use strict";return a}.call(t,n,t,e))||(e.exports=o)}).call(this)},8975:(e,t,n)=>{var o;!function(){"use strict";var r={not_string:/[^s]/,not_bool:/[^t]/,not_type:/[^T]/,not_primitive:/[^v]/,number:/[diefg]/,numeric_arg:/[bcdiefguxX]/,json:/[j]/,not_json:/[^j]/,text:/^[^\x25]+/,modulo:/^\x25{2}/,placeholder:/^\x25(?:([1-9]\d*)\$|\(([^)]+)\))?(\+)?(0|'[^$])?(-)?(\d+)?(?:\.(\d+))?([b-gijostTuvxX])/,key:/^([a-z_][a-z_\d]*)/i,key_access:/^\.([a-z_][a-z_\d]*)/i,index_access:/^\[(\d+)\]/,sign:/^[+-]/};function a(e){return l(c(e),arguments)}function i(e,t){return a.apply(null,[e].concat(t||[]))}function l(e,t){var n,o,i,l,s,c,u,p,d,b=1,m=e.length,M="";for(o=0;o=0),l.type){case"b":n=parseInt(n,10).toString(2);break;case"c":n=String.fromCharCode(parseInt(n,10));break;case"d":case"i":n=parseInt(n,10);break;case"j":n=JSON.stringify(n,null,l.width?parseInt(l.width):0);break;case"e":n=l.precision?parseFloat(n).toExponential(l.precision):parseFloat(n).toExponential();break;case"f":n=l.precision?parseFloat(n).toFixed(l.precision):parseFloat(n);break;case"g":n=l.precision?String(Number(n.toPrecision(l.precision))):parseFloat(n);break;case"o":n=(parseInt(n,10)>>>0).toString(8);break;case"s":n=String(n),n=l.precision?n.substring(0,l.precision):n;break;case"t":n=String(!!n),n=l.precision?n.substring(0,l.precision):n;break;case"T":n=Object.prototype.toString.call(n).slice(8,-1).toLowerCase(),n=l.precision?n.substring(0,l.precision):n;break;case"u":n=parseInt(n,10)>>>0;break;case"v":n=n.valueOf(),n=l.precision?n.substring(0,l.precision):n;break;case"x":n=(parseInt(n,10)>>>0).toString(16);break;case"X":n=(parseInt(n,10)>>>0).toString(16).toUpperCase()}r.json.test(l.type)?M+=n:(!r.number.test(l.type)||p&&!l.sign?d="":(d=p?"+":"-",n=n.toString().replace(r.sign,"")),c=l.pad_char?"0"===l.pad_char?"0":l.pad_char.charAt(1):" ",u=l.width-(d+n).length,s=l.width&&u>0?c.repeat(u):"",M+=l.align?d+n+s:"0"===c?d+s+n:s+d+n)}return M}var s=Object.create(null);function c(e){if(s[e])return s[e];for(var t,n=e,o=[],a=0;n;){if(null!==(t=r.text.exec(n)))o.push(t[0]);else if(null!==(t=r.modulo.exec(n)))o.push("%");else{if(null===(t=r.placeholder.exec(n)))throw new SyntaxError("[sprintf] unexpected placeholder");if(t[2]){a|=1;var i=[],l=t[2],c=[];if(null===(c=r.key.exec(l)))throw new SyntaxError("[sprintf] failed to parse named argument key");for(i.push(c[1]);""!==(l=l.substring(c[0].length));)if(null!==(c=r.key_access.exec(l)))i.push(c[1]);else{if(null===(c=r.index_access.exec(l)))throw new SyntaxError("[sprintf] failed to parse named argument key");i.push(c[1])}t[2]=i}else a|=2;if(3===a)throw new Error("[sprintf] mixing positional and named placeholders is not (yet) supported");o.push({placeholder:t[0],param_no:t[1],keys:t[2],sign:t[3],pad_char:t[4],align:t[5],width:t[6],precision:t[7],type:t[8]})}n=n.substring(t[0].length)}return s[e]=o}t.sprintf=a,t.vsprintf=i,"undefined"!=typeof window&&(window.sprintf=a,window.vsprintf=i,void 0===(o=function(){return{sprintf:a,vsprintf:i}}.call(t,n,t,e))||(e.exports=o))}()},3692:e=>{var t=e.exports=function(e){return new n(e)};function n(e){this.value=e}function o(e,t,n){var o=[],i=[],u=!0;return function e(p){var d=n?r(p):p,b={},m=!0,M={node:d,node_:p,path:[].concat(o),parent:i[i.length-1],parents:i,key:o.slice(-1)[0],isRoot:0===o.length,level:o.length,circular:null,update:function(e,t){M.isRoot||(M.parent.node[M.key]=e),M.node=e,t&&(m=!1)},delete:function(e){delete M.parent.node[M.key],e&&(m=!1)},remove:function(e){l(M.parent.node)?M.parent.node.splice(M.key,1):delete M.parent.node[M.key],e&&(m=!1)},keys:null,before:function(e){b.before=e},after:function(e){b.after=e},pre:function(e){b.pre=e},post:function(e){b.post=e},stop:function(){u=!1},block:function(){m=!1}};if(!u)return M;function z(){if("object"==typeof M.node&&null!==M.node){M.keys&&M.node_===M.node||(M.keys=a(M.node)),M.isLeaf=0==M.keys.length;for(var e=0;e{e.exports=function(e){var t,n=Object.keys(e);return t=function(){var e,t,o;for(e="return {",t=0;t{"use strict";var o=n(7363);var r="function"==typeof Object.is?Object.is:function(e,t){return e===t&&(0!==e||1/e==1/t)||e!=e&&t!=t},a=o.useState,i=o.useEffect,l=o.useLayoutEffect,s=o.useDebugValue;function c(e){var t=e.getSnapshot;e=e.value;try{var n=t();return!r(e,n)}catch(e){return!0}}var u="undefined"==typeof window||void 0===window.document||void 0===window.document.createElement?function(e,t){return t()}:function(e,t){var n=t(),o=a({inst:{value:n,getSnapshot:t}}),r=o[0].inst,u=o[1];return l((function(){r.value=n,r.getSnapshot=t,c(r)&&u({inst:r})}),[e,n,t]),i((function(){return c(r)&&u({inst:r}),e((function(){c(r)&&u({inst:r})}))}),[e]),s(n),n};t.useSyncExternalStore=void 0!==o.useSyncExternalStore?o.useSyncExternalStore:u},1688:(e,t,n)=>{"use strict";e.exports=n(3250)},7363:e=>{"use strict";e.exports=React},1128:e=>{"use strict";e.exports=JSON.parse('{"version":"2023c","zones":["Africa/Abidjan|LMT GMT|g.8 0|01|-2ldXH.Q|48e5","Africa/Nairobi|LMT +0230 EAT +0245|-2r.g -2u -30 -2J|012132|-2ua2r.g N6nV.g 3Fbu h1cu dzbJ|47e5","Africa/Algiers|LMT PMT WET WEST CET CEST|-c.c -9.l 0 -10 -10 -20|01232323232323232454542423234542324|-3bQ0c.c MDA2.P cNb9.l HA0 19A0 1iM0 11c0 1oo0 Wo0 1rc0 QM0 1EM0 UM0 DA0 Imo0 rd0 De0 9Xz0 1fb0 1ap0 16K0 2yo0 mEp0 hwL0 jxA0 11A0 dDd0 17b0 11B0 1cN0 2Dy0 1cN0 1fB0 1cL0|26e5","Africa/Lagos|LMT GMT +0030 WAT|-d.z 0 -u -10|01023|-2B40d.z 7iod.z dnXK.p dLzH.z|17e6","Africa/Bissau|LMT -01 GMT|12.k 10 0|012|-2ldX0 2xoo0|39e4","Africa/Maputo|LMT CAT|-2a.k -20|01|-2GJea.k|26e5","Africa/Cairo|LMT EET EEST|-25.9 -20 -30|01212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-2MBC5.9 1AQM5.9 vb0 1ip0 11z0 1iN0 1nz0 12p0 1pz0 10N0 1pz0 16p0 1jz0 s3d0 Vz0 1oN0 11b0 1oO0 10N0 1pz0 10N0 1pb0 10N0 1pb0 10N0 1pb0 10N0 1pz0 10N0 1pb0 10N0 1pb0 11d0 1oL0 11d0 1pb0 11d0 1oL0 11d0 1oL0 11d0 1oL0 11d0 1pb0 11d0 1oL0 11d0 1oL0 11d0 1oL0 11d0 1pb0 11d0 1oL0 11d0 1oL0 11d0 1oL0 11d0 1pb0 11d0 1oL0 11d0 1WL0 rd0 1Rz0 wp0 1pb0 11d0 1oL0 11d0 1oL0 11d0 1oL0 11d0 1pb0 11d0 1qL0 Xd0 1oL0 11d0 1oL0 11d0 1pb0 11d0 1oL0 11d0 1oL0 11d0 1ny0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 11z0 1o10 11z0 1o10 WL0 1qN0 Rb0 1wp0 On0 1zd0 Lz0 1EN0 Fb0 c10 8n0 8Nd0 gL0 e10 mn0 kSp0 1cL0 1cN0 1fz0 1a10 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1a10 1fz0|15e6","Africa/Casablanca|LMT +00 +01|u.k 0 -10|01212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212|-2gMnt.E 130Lt.E rb0 Dd0 dVb0 b6p0 TX0 EoB0 LL0 gnd0 rz0 43d0 AL0 1Nd0 XX0 1Cp0 pz0 dEp0 4mn0 SyN0 AL0 1Nd0 wn0 1FB0 Db0 1zd0 Lz0 1Nf0 wM0 co0 go0 1o00 s00 dA0 vc0 11A0 A00 e00 y00 11A0 uM0 e00 Dc0 11A0 s00 e00 IM0 WM0 mo0 gM0 LA0 WM0 jA0 e00 28M0 e00 2600 gM0 2600 e00 2600 gM0 2600 e00 28M0 e00 2600 gM0 2600 e00 28M0 e00 2600 gM0 2600 e00 2600 gM0 2600 e00 28M0 e00 2600 gM0 2600 e00 2600 gM0 2600 gM0 2600 e00 2600 gM0 2600 e00 28M0 e00 2600 gM0 2600 e00 2600 gM0 2600 gM0 2600 e00 2600 gM0 2600 e00 28M0 e00 2600 gM0 2600 e00 2600 gM0 2600 gM0 2600 e00 2600 gM0 2600 e00 28M0 e00 2600 gM0 2600 e00 2600 gM0 2600 gM0 2600 e00 2600 gM0 2600 e00 28M0 e00 2600 gM0 2600 e00 2600 gM0 2600 gM0 2600 e00 2600 gM0 2600 e00 28M0 e00 2600 gM0 2600 e00 2600 gM0 2600 gM0 2600 e00 2600 gM0 2600 e00 28M0 e00 2600 gM0 2600 e00 2600 gM0 2600 e00 28M0 e00 2600 gM0 2600 e00 28M0 e00 2600 gM0|32e5","Africa/Ceuta|LMT WET WEST CET CEST|l.g 0 -10 -10 -20|0121212121212121212121343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343|-2M0M0 GdX0 11z0 drd0 18p0 3HX0 17d0 1fz0 1a10 1io0 1a00 1y7o0 LL0 gnd0 rz0 43d0 AL0 1Nd0 XX0 1Cp0 pz0 dEp0 4VB0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00|85e3","Africa/El_Aaiun|LMT -01 +00 +01|Q.M 10 0 -10|012323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323|-1rDz7.c 1GVA7.c 6L0 AL0 1Nd0 XX0 1Cp0 pz0 1cBB0 AL0 1Nd0 wn0 1FB0 Db0 1zd0 Lz0 1Nf0 wM0 co0 go0 1o00 s00 dA0 vc0 11A0 A00 e00 y00 11A0 uM0 e00 Dc0 11A0 s00 e00 IM0 WM0 mo0 gM0 LA0 WM0 jA0 e00 28M0 e00 2600 gM0 2600 e00 2600 gM0 2600 e00 28M0 e00 2600 gM0 2600 e00 28M0 e00 2600 gM0 2600 e00 2600 gM0 2600 e00 28M0 e00 2600 gM0 2600 e00 2600 gM0 2600 gM0 2600 e00 2600 gM0 2600 e00 28M0 e00 2600 gM0 2600 e00 2600 gM0 2600 gM0 2600 e00 2600 gM0 2600 e00 28M0 e00 2600 gM0 2600 e00 2600 gM0 2600 gM0 2600 e00 2600 gM0 2600 e00 28M0 e00 2600 gM0 2600 e00 2600 gM0 2600 gM0 2600 e00 2600 gM0 2600 e00 28M0 e00 2600 gM0 2600 e00 2600 gM0 2600 gM0 2600 e00 2600 gM0 2600 e00 28M0 e00 2600 gM0 2600 e00 2600 gM0 2600 gM0 2600 e00 2600 gM0 2600 e00 28M0 e00 2600 gM0 2600 e00 2600 gM0 2600 e00 28M0 e00 2600 gM0 2600 e00 28M0 e00 2600 gM0|20e4","Africa/Johannesburg|LMT SAST SAST SAST|-1Q -1u -20 -30|0123232|-39EpQ qTcm 1Ajdu 1cL0 1cN0 1cL0|84e5","Africa/Juba|LMT CAT CAST EAT|-26.s -20 -30 -30|012121212121212121212121212121212131|-1yW26.s 1zK06.s 16L0 1iN0 17b0 1jd0 17b0 1ip0 17z0 1i10 17X0 1hB0 18n0 1hd0 19b0 1gp0 19z0 1iN0 17b0 1ip0 17z0 1i10 18n0 1hd0 18L0 1gN0 19b0 1gp0 19z0 1iN0 17z0 1i10 17X0 yGd0 PeX0|","Africa/Khartoum|LMT CAT CAST EAT|-2a.8 -20 -30 -30|012121212121212121212121212121212131|-1yW2a.8 1zK0a.8 16L0 1iN0 17b0 1jd0 17b0 1ip0 17z0 1i10 17X0 1hB0 18n0 1hd0 19b0 1gp0 19z0 1iN0 17b0 1ip0 17z0 1i10 18n0 1hd0 18L0 1gN0 19b0 1gp0 19z0 1iN0 17z0 1i10 17X0 yGd0 HjL0|51e5","Africa/Monrovia|LMT MMT MMT GMT|H.8 H.8 I.u 0|0123|-3ygng.Q 1usM0 28G01.m|11e5","Africa/Ndjamena|LMT WAT WAST|-10.c -10 -20|0121|-2le10.c 2J3c0.c Wn0|13e5","Africa/Sao_Tome|LMT LMT GMT WAT|-q.U A.J 0 -10|01232|-3tooq.U 18aoq.U 4i6N0 2q00|","Africa/Tripoli|LMT CET CEST EET|-Q.I -10 -20 -20|012121213121212121212121213123123|-21JcQ.I 1hnBQ.I vx0 4iP0 xx0 4eN0 Bb0 7ip0 U0n0 A10 1db0 1cN0 1db0 1dd0 1db0 1eN0 1bb0 1e10 1cL0 1c10 1db0 1dd0 1db0 1cN0 1db0 1q10 fAn0 1ep0 1db0 AKq0 TA0 1o00|11e5","Africa/Tunis|LMT PMT CET CEST|-E.I -9.l -10 -20|01232323232323232323232323232323232|-3zO0E.I 1cBAv.n 18pa9.l 1qM0 DA0 3Tc0 11B0 1ze0 WM0 7z0 3d0 14L0 1cN0 1f90 1ar0 16J0 1gXB0 WM0 1rA0 11c0 nwo0 Ko0 1cM0 1cM0 1rA0 10M0 zuM0 10N0 1aN0 1qM0 WM0 1qM0 11A0 1o00|20e5","Africa/Windhoek|LMT +0130 SAST SAST CAT WAT|-18.o -1u -20 -30 -20 -10|012324545454545454545454545454545454545454545454545454|-39Ep8.o qTbC.o 1Ajdu 1cL0 1SqL0 9Io0 16P0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0|32e4","America/Adak|LMT LMT NST NWT NPT BST BDT AHST HST HDT|-cd.m bK.C b0 a0 a0 b0 a0 a0 a0 90|01234256565656565656565656565656565678989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898|-48Pzs.L 1jVzf.p 1EX1d.m 8wW0 iB0 Qlb0 52O0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 cm0 10q0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|326","America/Anchorage|LMT LMT AST AWT APT AHST AHDT YST AKST AKDT|-e0.o 9X.A a0 90 90 a0 90 90 90 80|01234256565656565656565656565656565678989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898|-48Pzs.L 1jVxs.n 1EX20.o 8wX0 iA0 Qlb0 52O0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 cm0 10q0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|30e4","America/Puerto_Rico|LMT AST AWT APT|4o.p 40 30 30|01231|-2Qi7z.z 1IUbz.z 7XT0 iu0|24e5","America/Araguaina|LMT -03 -02|3c.M 30 20|0121212121212121212121212121212121212121212121212121|-2glwL.c HdKL.c 1cc0 1e10 1bX0 Ezd0 So0 1vA0 Mn0 1BB0 ML0 1BB0 zX0 qe10 xb0 2ep0 nz0 1C10 zX0 1C10 LX0 1C10 Mn0 H210 Rb0 1tB0 IL0 1Fd0 FX0 1EN0 FX0 1HB0 Lz0 dMN0 Lz0 1zd0 Rb0 1wN0 Wn0 1tB0 Rb0 1tB0 WL0 1tB0 Rb0 1zd0 On0 1HB0 FX0 ny10 Lz0|14e4","America/Argentina/Buenos_Aires|LMT CMT -04 -03 -02|3R.M 4g.M 40 30 20|012323232323232323232323232323232323232323234343434343434343|-331U6.c 125cn pKnH.c Mn0 1iN0 Tb0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 MN0 2jz0 MN0 4lX0 u10 5Lb0 1pB0 Fnz0 u10 uL0 1vd0 SL0 1vd0 SL0 1vd0 17z0 1cN0 1fz0 1cN0 1cL0 1cN0 asn0 Db0 zvd0 Bz0 1tB0 TX0 1wp0 Rb0 1wp0 Rb0 1wp0 TX0 A4p0 uL0 1qN0 WL0|","America/Argentina/Catamarca|LMT CMT -04 -03 -02|4n.8 4g.M 40 30 20|012323232323232323232323232323232323232323234343434243432343|-331TA.Q 125bR.E pKnH.c Mn0 1iN0 Tb0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 MN0 2jz0 MN0 4lX0 u10 5Lb0 1pB0 Fnz0 u10 uL0 1vd0 SL0 1vd0 SL0 1vd0 17z0 1cN0 1fz0 1cN0 1cL0 1cN0 asn0 Db0 zvd0 Bz0 1tB0 TX0 1wp0 Rb0 1wq0 Ra0 1wp0 TX0 rlB0 7B0 8zb0 uL0|","America/Argentina/Cordoba|LMT CMT -04 -03 -02|4g.M 4g.M 40 30 20|012323232323232323232323232323232323232323234343434243434343|-331TH.c 125c0 pKnH.c Mn0 1iN0 Tb0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 MN0 2jz0 MN0 4lX0 u10 5Lb0 1pB0 Fnz0 u10 uL0 1vd0 SL0 1vd0 SL0 1vd0 17z0 1cN0 1fz0 1cN0 1cL0 1cN0 asn0 Db0 zvd0 Bz0 1tB0 TX0 1wp0 Rb0 1wq0 Ra0 1wp0 TX0 A4p0 uL0 1qN0 WL0|","America/Argentina/Jujuy|LMT CMT -04 -03 -02|4l.c 4g.M 40 30 20|0123232323232323232323232323232323232323232343434232434343|-331TC.M 125bT.A pKnH.c Mn0 1iN0 Tb0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 MN0 2jz0 MN0 4lX0 u10 5Lb0 1pB0 Fnz0 u10 uL0 1vd0 SL0 1vd0 SL0 1vd0 17z0 1cN0 1fz0 1cN0 1cL0 1cN0 asn0 Db0 zvd0 Bz0 1tB0 TX0 1ze0 TX0 1ld0 WK0 1wp0 TX0 A4p0 uL0|","America/Argentina/La_Rioja|LMT CMT -04 -03 -02|4r.o 4g.M 40 30 20|0123232323232323232323232323232323232323232343434342343432343|-331Tw.A 125bN.o pKnH.c Mn0 1iN0 Tb0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 MN0 2jz0 MN0 4lX0 u10 5Lb0 1pB0 Fnz0 u10 uL0 1vd0 SL0 1vd0 SL0 1vd0 17z0 1cN0 1fz0 1cN0 1cL0 1cN0 asn0 Db0 zvd0 Bz0 1tB0 TX0 1wp0 Qn0 qO0 16n0 Rb0 1wp0 TX0 rlB0 7B0 8zb0 uL0|","America/Argentina/Mendoza|LMT CMT -04 -03 -02|4z.g 4g.M 40 30 20|012323232323232323232323232323232323232323234343423232432343|-331To.I 125bF.w pKnH.c Mn0 1iN0 Tb0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 MN0 2jz0 MN0 4lX0 u10 5Lb0 1pB0 Fnz0 u10 uL0 1vd0 SL0 1vd0 SL0 1vd0 17z0 1cN0 1fz0 1cN0 1cL0 1cN0 asn0 Db0 zvd0 Bz0 1tB0 TX0 1u20 SL0 1vd0 Tb0 1wp0 TW0 ri10 Op0 7TX0 uL0|","America/Argentina/Rio_Gallegos|LMT CMT -04 -03 -02|4A.Q 4g.M 40 30 20|012323232323232323232323232323232323232323234343434343432343|-331Tn.8 125bD.U pKnH.c Mn0 1iN0 Tb0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 MN0 2jz0 MN0 4lX0 u10 5Lb0 1pB0 Fnz0 u10 uL0 1vd0 SL0 1vd0 SL0 1vd0 17z0 1cN0 1fz0 1cN0 1cL0 1cN0 asn0 Db0 zvd0 Bz0 1tB0 TX0 1wp0 Rb0 1wp0 Rb0 1wp0 TX0 rlB0 7B0 8zb0 uL0|","America/Argentina/Salta|LMT CMT -04 -03 -02|4l.E 4g.M 40 30 20|0123232323232323232323232323232323232323232343434342434343|-331TC.k 125bT.8 pKnH.c Mn0 1iN0 Tb0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 MN0 2jz0 MN0 4lX0 u10 5Lb0 1pB0 Fnz0 u10 uL0 1vd0 SL0 1vd0 SL0 1vd0 17z0 1cN0 1fz0 1cN0 1cL0 1cN0 asn0 Db0 zvd0 Bz0 1tB0 TX0 1wp0 Rb0 1wq0 Ra0 1wp0 TX0 A4p0 uL0|","America/Argentina/San_Juan|LMT CMT -04 -03 -02|4y.4 4g.M 40 30 20|0123232323232323232323232323232323232323232343434342343432343|-331Tp.U 125bG.I pKnH.c Mn0 1iN0 Tb0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 MN0 2jz0 MN0 4lX0 u10 5Lb0 1pB0 Fnz0 u10 uL0 1vd0 SL0 1vd0 SL0 1vd0 17z0 1cN0 1fz0 1cN0 1cL0 1cN0 asn0 Db0 zvd0 Bz0 1tB0 TX0 1wp0 Qn0 qO0 16n0 Rb0 1wp0 TX0 rld0 m10 8lb0 uL0|","America/Argentina/San_Luis|LMT CMT -04 -03 -02|4p.o 4g.M 40 30 20|0123232323232323232323232323232323232323232343434232323432323|-331Ty.A 125bP.o pKnH.c Mn0 1iN0 Tb0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 MN0 2jz0 MN0 4lX0 u10 5Lb0 1pB0 Fnz0 u10 uL0 1vd0 SL0 1vd0 SL0 1vd0 17z0 1cN0 1fz0 1cN0 1cL0 1cN0 asn0 Db0 zvd0 Bz0 1tB0 XX0 1q20 SL0 AN0 vDb0 m10 8lb0 8L0 jd0 1qN0 WL0 1qN0|","America/Argentina/Tucuman|LMT CMT -04 -03 -02|4k.Q 4g.M 40 30 20|01232323232323232323232323232323232323232323434343424343234343|-331TD.8 125bT.U pKnH.c Mn0 1iN0 Tb0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 MN0 2jz0 MN0 4lX0 u10 5Lb0 1pB0 Fnz0 u10 uL0 1vd0 SL0 1vd0 SL0 1vd0 17z0 1cN0 1fz0 1cN0 1cL0 1cN0 asn0 Db0 zvd0 Bz0 1tB0 TX0 1wp0 Rb0 1wq0 Ra0 1wp0 TX0 rlB0 4N0 8BX0 uL0 1qN0 WL0|","America/Argentina/Ushuaia|LMT CMT -04 -03 -02|4x.c 4g.M 40 30 20|012323232323232323232323232323232323232323234343434343432343|-331Tq.M 125bH.A pKnH.c Mn0 1iN0 Tb0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 1C10 LX0 1C10 LX0 1C10 LX0 1C10 Mn0 MN0 2jz0 MN0 4lX0 u10 5Lb0 1pB0 Fnz0 u10 uL0 1vd0 SL0 1vd0 SL0 1vd0 17z0 1cN0 1fz0 1cN0 1cL0 1cN0 asn0 Db0 zvd0 Bz0 1tB0 TX0 1wp0 Rb0 1wp0 Rb0 1wp0 TX0 rkN0 8p0 8zb0 uL0|","America/Asuncion|LMT AMT -04 -03|3O.E 3O.E 40 30|0123232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323|-3eLw9.k 1FGo0 1DKM9.k 3CL0 3Dd0 10L0 1pB0 10n0 1pB0 10n0 1pB0 1cL0 1dd0 1db0 1dd0 1cL0 1dd0 1cL0 1dd0 1cL0 1dd0 1db0 1dd0 1cL0 1dd0 1cL0 1dd0 1cL0 1dd0 1db0 1dd0 1cL0 1lB0 14n0 1dd0 1cL0 1fd0 WL0 1rd0 1aL0 1dB0 Xz0 1qp0 Xb0 1qN0 10L0 1rB0 TX0 1tB0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1qN0 1cL0 WN0 1qL0 11B0 1nX0 1ip0 WL0 1qN0 WL0 1qN0 WL0 1tB0 TX0 1tB0 TX0 1tB0 19X0 1a10 1fz0 1a10 1fz0 1cN0 17b0 1ip0 17b0 1ip0 17b0 1ip0 19X0 1fB0 19X0 1fB0 19X0 1ip0 17b0 1ip0 17b0 1ip0 19X0 1fB0 19X0 1fB0 19X0 1fB0 19X0 1ip0 17b0 1ip0 17b0 1ip0 19X0 1fB0 19X0 1fB0 19X0 1ip0 17b0 1ip0 17b0 1ip0 19X0 1fB0 19X0 1fB0 19X0 1fB0 19X0 1ip0 17b0 1ip0 17b0 1ip0 19X0 1fB0 19X0 1fB0 19X0 1ip0 17b0 1ip0 17b0 1ip0 17b0 1ip0 19X0 1fB0 19X0 1fB0 19X0 1ip0 17b0 1ip0 17b0 1ip0 19X0 1fB0 19X0 1fB0 19X0 1fB0 19X0 1ip0 17b0 1ip0 17b0 1ip0 19X0 1fB0 19X0 1fB0 19X0 1ip0 17b0 1ip0 17b0 1ip0 19X0 1fB0 19X0 1fB0 19X0 1fB0 19X0 1ip0 17b0 1ip0 17b0 1ip0 19X0 1fB0 19X0 1fB0 19X0 1ip0 17b0 1ip0 17b0 1ip0 17b0 1ip0 19X0 1fB0 19X0 1fB0 19X0 1ip0 17b0 1ip0 17b0 1ip0 19X0 1fB0 19X0 1fB0 19X0 1fB0 19X0 1ip0 17b0 1ip0 17b0 1ip0 19X0 1fB0 19X0 1fB0 19X0 1ip0 17b0 1ip0 17b0 1ip0 19X0 1fB0 19X0 1fB0 19X0 1fB0 19X0 1ip0 17b0 1ip0 17b0 1ip0 19X0 1fB0 19X0 1fB0 19X0 1ip0 17b0 1ip0 17b0 1ip0 17b0 1ip0 19X0 1fB0 19X0 1fB0 19X0 1fB0 19X0 1ip0 17b0 1ip0 17b0 1ip0 19X0 1fB0 19X0 1fB0 19X0 1ip0 17b0 1ip0 17b0 1ip0 17b0 1ip0 19X0 1fB0 19X0 1fB0 19X0 1ip0 17b0 1ip0 17b0 1ip0 19X0 1fB0 19X0 1fB0 19X0 1fB0 19X0 1ip0 17b0 1ip0 17b0 1ip0 19X0 1fB0 19X0 1fB0 19X0 1ip0 17b0 1ip0 17b0 1ip0 19X0 1fB0 19X0 1fB0 19X0 1fB0 19X0 1ip0 17b0 1ip0 17b0 1ip0 19X0 1fB0 19X0 1fB0 19X0 1ip0 17b0 1ip0 17b0 1ip0 17b0 1ip0 19X0 1fB0 19X0 1fB0 19X0 1ip0 17b0 1ip0 17b0 1ip0 19X0 1fB0 19X0 1fB0 19X0 1fB0 19X0 1ip0 17b0 1ip0 17b0 1ip0 19X0 1fB0 19X0 1fB0 19X0 1ip0 17b0 1ip0 17b0 1ip0 19X0 1fB0 19X0 1fB0 19X0 1fB0 19X0 1ip0 17b0 1ip0 17b0 1ip0 19X0 1fB0 19X0 1fB0 19X0 1ip0 17b0 1ip0 17b0 1ip0 17b0 1ip0 19X0 1fB0 19X0 1fB0 19X0 1ip0 17b0 1ip0 17b0 1ip0 19X0 1fB0 19X0 1fB0 19X0 1fB0 19X0 1ip0 17b0 1ip0 17b0 1ip0 19X0 1fB0 19X0 1fB0 19X0 1ip0 17b0 1ip0 17b0 1ip0 19X0 1fB0 19X0 1fB0 19X0 1fB0 19X0 1ip0 17b0 1ip0 17b0 1ip0 19X0 1fB0 19X0 1fB0 19X0 1ip0 17b0 1ip0 17b0 1ip0 17b0 1ip0 19X0 1fB0 19X0 1fB0 19X0 1ip0 17b0 1ip0 17b0 1ip0 17b0 1ip0 19X0 1fB0 19X0 1fB0 19X0 1ip0 17b0 1ip0 17b0 1ip0 17b0 1ip0 19X0 1fB0 19X0 1fB0 19X0 1ip0 17b0 1ip0 17b0 1ip0 19X0 1fB0 19X0 1fB0 19X0 1fB0 19X0 1ip0 17b0 1ip0 17b0 1ip0 19X0 1fB0 19X0 1fB0 19X0 1ip0 17b0 1ip0 17b0 1ip0 19X0 1fB0 19X0 1fB0 19X0 1fB0 19X0 1ip0 17b0 1ip0 17b0 1ip0 19X0 1fB0 19X0 1fB0 19X0 1ip0 17b0 1ip0 17b0 1ip0 17b0 1ip0 19X0 1fB0 19X0 1fB0 19X0 1ip0 17b0 1ip0 17b0 1ip0 19X0 1fB0 19X0 1fB0 19X0 1fB0 19X0 1ip0 17b0 1ip0 17b0 1ip0 19X0 1fB0 19X0 1fB0 19X0 1ip0 17b0 1ip0 17b0 1ip0 19X0 1fB0 19X0 1fB0 19X0 1fB0 19X0 1ip0 17b0 1ip0 17b0 1ip0 19X0 1fB0 19X0 1fB0 19X0 1ip0 17b0 1ip0 17b0 1ip0 17b0 1ip0 19X0 1fB0 19X0 1fB0 19X0 1ip0 17b0 1ip0 17b0 1ip0 19X0 1fB0 19X0 1fB0 19X0 1fB0 19X0 1ip0 17b0 1ip0 17b0 1ip0 19X0 1fB0 19X0 1fB0 19X0 1ip0 17b0 1ip0 17b0 1ip0 19X0 1fB0 19X0 1fB0 19X0 1fB0 19X0 1ip0 17b0 1ip0 17b0 1ip0 19X0 1fB0 19X0 1fB0 19X0 1ip0 17b0 1ip0 17b0 1ip0 17b0 1ip0 19X0 1fB0 19X0 1fB0 19X0 1ip0 17b0 1ip0 17b0 1ip0 19X0 1fB0 19X0 1fB0 19X0 1fB0 19X0 1ip0 17b0 1ip0 17b0 1ip0 17b0 1ip0 19X0 1fB0 19X0 1fB0 19X0 1ip0 17b0 1ip0 17b0 1ip0 19X0 1fB0 19X0 1fB0 19X0 1fB0 19X0 1ip0 17b0 1ip0 17b0 1ip0 19X0 1fB0 19X0 1fB0 19X0 1ip0 17b0 1ip0 17b0 1ip0 19X0 1fB0 19X0 1fB0 19X0 1fB0 19X0 1ip0 17b0 1ip0 17b0 1ip0 19X0 1fB0 19X0 1fB0 19X0 1ip0 17b0 1ip0 17b0 1ip0 17b0 1ip0 19X0 1fB0 19X0 1fB0 19X0 1ip0 17b0 1ip0 17b0 1ip0 19X0 1fB0 19X0 1fB0 19X0 1fB0 19X0 1ip0 17b0 1ip0 17b0 1ip0 19X0 1fB0 19X0 1fB0 19X0 1ip0 17b0 1ip0 17b0 1ip0 19X0 1fB0 19X0 1fB0 19X0 1fB0 19X0 1ip0 17b0 1ip0 17b0 1ip0 19X0 1fB0 19X0 1fB0 19X0 1ip0 17b0 1ip0 17b0 1ip0 17b0 1ip0 19X0 1fB0 19X0 1fB0 19X0 1ip0 17b0 1ip0 17b0 1ip0 19X0 1fB0 19X0 1fB0 19X0 1fB0 19X0 1ip0 17b0 1ip0 17b0 1ip0 19X0 1fB0 19X0 1fB0 19X0 1ip0 17b0 1ip0 17b0 1ip0 19X0 1fB0 19X0 1fB0 19X0 1fB0 19X0 1ip0 17b0 1ip0 17b0 1ip0 19X0 1fB0 19X0 1fB0 19X0 1ip0 17b0 1ip0 17b0 1ip0 17b0 1ip0 19X0 1fB0 19X0 1fB0 19X0 1ip0 17b0 1ip0 17b0 1ip0 19X0 1fB0 19X0 1fB0 19X0 1fB0 19X0 1ip0 17b0 1ip0 17b0 1ip0 19X0 1fB0 19X0 1fB0 19X0 1ip0 17b0 1ip0 17b0 1ip0 19X0 1fB0 19X0 1fB0 19X0 1fB0 19X0 1ip0 17b0 1ip0 17b0 1ip0 19X0 1fB0 19X0 1fB0 19X0 1ip0 17b0 1ip0 17b0 1ip0 17b0 1ip0 19X0 1fB0 19X0 1fB0 19X0 1ip0 17b0 1ip0 17b0 1ip0 19X0 1fB0 19X0 1fB0 19X0 1fB0 19X0 1ip0 17b0 1ip0 17b0 1ip0 19X0 1fB0 19X0 1fB0 19X0 1ip0 17b0 1ip0 17b0 1ip0 19X0 1fB0 19X0 1fB0 19X0 1fB0 19X0 1ip0 17b0 1ip0 17b0 1ip0 19X0 1fB0 19X0 1fB0 19X0 1ip0 17b0 1ip0 17b0 1ip0 17b0 1ip0 19X0 1fB0 19X0 1fB0 19X0 1ip0 17b0 1ip0 17b0 1ip0 19X0 1fB0 19X0 1fB0 19X0 1fB0 19X0 1ip0 17b0 1ip0 17b0 1ip0 19X0 1fB0 19X0 1fB0 19X0 1ip0 17b0 1ip0 17b0 1ip0 19X0 1fB0 19X0 1fB0 19X0 1fB0 19X0 1ip0 17b0 1ip0 17b0 1ip0 19X0 1fB0 19X0 1fB0 19X0 1ip0 17b0 1ip0 17b0 1ip0 17b0 1ip0 19X0 1fB0 19X0 1fB0 19X0 1ip0 17b0 1ip0 17b0 1ip0 19X0 1fB0 19X0 1fB0 19X0 1fB0 19X0 1ip0 17b0 1ip0 17b0 1ip0 19X0 1fB0 19X0 1fB0 19X0 1ip0 17b0 1ip0 17b0 1ip0 19X0 1fB0 19X0 1fB0 19X0 1fB0 19X0 1ip0 17b0 1ip0 17b0 1ip0 19X0 1fB0 19X0 1fB0 19X0 1ip0 17b0 1ip0 17b0 1ip0 17b0 1ip0|28e5","America/Panama|LMT CMT EST|5i.8 5j.A 50|012|-3eLuF.Q Iy01.s|15e5","America/Bahia_Banderas|LMT MST CST MDT PST CDT|71 70 60 60 80 50|0121312141313131313131313131313131313152525252525252525252525252|-1UQF0 deL0 8lc0 17c0 10M0 1dd0 otX0 gmN0 P2N0 13Vd0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 1fB0 WL0 1fB0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nW0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0|84e3","America/Bahia|LMT -03 -02|2y.4 30 20|01212121212121212121212121212121212121212121212121212121212121|-2glxp.U HdLp.U 1cc0 1e10 1bX0 Ezd0 So0 1vA0 Mn0 1BB0 ML0 1BB0 zX0 qe10 xb0 2ep0 nz0 1C10 zX0 1C10 LX0 1C10 Mn0 H210 Rb0 1tB0 IL0 1Fd0 FX0 1EN0 FX0 1HB0 Lz0 1EN0 Lz0 1C10 IL0 1HB0 Db0 1HB0 On0 1zd0 On0 1zd0 Lz0 1zd0 Rb0 1wN0 Wn0 1tB0 Rb0 1tB0 WL0 1tB0 Rb0 1zd0 On0 1HB0 FX0 l5B0 Rb0|27e5","America/Barbados|LMT AST ADT -0330|3W.t 40 30 3u|0121213121212121|-2m4k1.v 1eAN1.v RB0 1Bz0 Op0 1rb0 11d0 1jJc0 IL0 1ip0 17b0 1ip0 17b0 1ld0 13b0|28e4","America/Belem|LMT -03 -02|3d.U 30 20|012121212121212121212121212121|-2glwK.4 HdKK.4 1cc0 1e10 1bX0 Ezd0 So0 1vA0 Mn0 1BB0 ML0 1BB0 zX0 qe10 xb0 2ep0 nz0 1C10 zX0 1C10 LX0 1C10 Mn0 H210 Rb0 1tB0 IL0 1Fd0 FX0|20e5","America/Belize|LMT CST -0530 CWT CPT CDT|5Q.M 60 5u 50 50 50|012121212121212121212121212121212121212121212121213412121212121212121212121212121212121212121215151|-2kBu7.c fPA7.c Onu 1zcu Rbu 1wou Rbu 1wou Rbu 1zcu Onu 1zcu Onu 1zcu Rbu 1wou Rbu 1wou Rbu 1wou Rbu 1zcu Onu 1zcu Onu 1zcu Rbu 1wou Rbu 1wou Rbu 1zcu Onu 1zcu Onu 1zcu Onu 1zcu Rbu 1wou Rbu 1wou Rbu 1zcu Onu 1zcu Onu 1zcu Rbu Rcu 7Bt0 Ni0 4nd0 Rbu 1wou Rbu 1wou Rbu 1zcu Onu 1zcu Onu 1zcu Rbu 1wou Rbu 1wou Rbu 1wou Rbu 1zcu Onu 1zcu Onu 1zcu Rbu 1wou Rbu 1wou Rbu 1zcu Onu 1zcu Onu 1zcu Onu 1zcu Rbu 1wou Rbu 1wou Rbu 1zcu Onu e9Au qn0 lxB0 mn0|57e3","America/Boa_Vista|LMT -04 -03|42.E 40 30|0121212121212121212121212121212121|-2glvV.k HdKV.k 1cc0 1e10 1bX0 Ezd0 So0 1vA0 Mn0 1BB0 ML0 1BB0 zX0 qe10 xb0 2ep0 nz0 1C10 zX0 1C10 LX0 1C10 Mn0 H210 Rb0 1tB0 IL0 1Fd0 FX0 smp0 WL0 1tB0 2L0|62e2","America/Bogota|LMT BMT -05 -04|4U.g 4U.g 50 40|01232|-3sTv3.I 1eIo0 38yo3.I 1PX0|90e5","America/Boise|LMT PST PDT MST MWT MPT MDT|7I.N 80 70 70 60 60 60|01212134536363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363636363|-3tFE0 1nEe0 1nX0 11B0 1nX0 8C10 JCL0 8x20 ix0 QwN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 Dd0 1Kn0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|21e4","America/Cambridge_Bay|-00 MST MWT MPT MDT CST CDT EST|0 70 60 60 60 60 50 50|012314141414141414141414141414141414141414141414141414141414567541414141414141414141414141414141414141414141414141414141414141414141414141414141414141414141414141414141414141414141414141414141414141414141414141414141414141414141414141414141414141414141414141414141414141414141414141414141414141414141414141414141414141414141414141414141414141414141414141414141414141414141414141414141414141414141414141414141414141414141414141414141414141414141414141414141414141414141414141414141414141414141414141414141414141414141414141414141414141414141414141414141414141414141414141414141414141414141414141414141414141414141414141414141414141414141414141414141414141414141414141414141414141414141414141414141414141414141414141414141414141414141414141414141414141414141414141414141414141414141414141414141414141414141414141414141414141414141414141414141414141414141414141414141414141414141414141414141414141414141414141414141414141414141414141414141414141414141414141414141414141414141414141414141414141414141414141414141414141414141414141414141414141414141414141414141414141|-21Jc0 RO90 8x20 ix0 14HB0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11A0 1nX0 2K0 WQ0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|15e2","America/Campo_Grande|LMT -04 -03|3C.s 40 30|01212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-2glwl.w HdLl.w 1cc0 1e10 1bX0 Ezd0 So0 1vA0 Mn0 1BB0 ML0 1BB0 zX0 qe10 xb0 2ep0 nz0 1C10 zX0 1C10 LX0 1C10 Mn0 H210 Rb0 1tB0 IL0 1Fd0 FX0 1EN0 FX0 1HB0 Lz0 1EN0 Lz0 1C10 IL0 1HB0 Db0 1HB0 On0 1zd0 On0 1zd0 Lz0 1zd0 Rb0 1wN0 Wn0 1tB0 Rb0 1tB0 WL0 1tB0 Rb0 1zd0 On0 1HB0 FX0 1C10 Lz0 1Ip0 HX0 1zd0 On0 1HB0 IL0 1wp0 On0 1C10 Lz0 1C10 On0 1zd0 On0 1zd0 Rb0 1zd0 Lz0 1C10 Lz0 1C10 On0 1zd0 On0 1zd0 On0 1zd0 On0 1HB0 FX0|77e4","America/Cancun|LMT CST EST EDT CDT|5L.4 60 50 40 50|0123232341414141414141414141414141414141412|-1UQG0 2q2o0 yLB0 1lb0 14p0 1lb0 14p0 Lz0 xB0 14p0 1nX0 11B0 1nX0 1fB0 WL0 1fB0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 Dd0|63e4","America/Caracas|LMT CMT -0430 -04|4r.I 4r.E 4u 40|012323|-3eLvw.g ROnX.U 28KM2.k 1IwOu kqo0|29e5","America/Cayenne|LMT -04 -03|3t.k 40 30|012|-2mrwu.E 2gWou.E|58e3","America/Chicago|LMT CST CDT EST CWT CPT|5O.A 60 50 50 50 50|012121212121212121212121212121212121213121212121214512121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-3tFG0 1nEe0 1nX0 11B0 1nX0 1wp0 TX0 WN0 1qL0 1cN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 11z0 1o10 11z0 11B0 1Hz0 14p0 11z0 1o10 11z0 1qN0 WL0 1qN0 11z0 1o10 11z0 RB0 8x30 iw0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|92e5","America/Chihuahua|LMT MST CST MDT CDT|74.k 70 60 60 50|0121312424231313131313131313131313131313131313131313131313132|-1UQF0 deL0 8lc0 17c0 10M0 1dd0 2zQN0 1lb0 14p0 1lb0 14q0 1lb0 14p0 1nX0 11B0 1nX0 1fB0 WL0 1fB0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0|81e4","America/Ciudad_Juarez|LMT MST CST MDT CDT|75.U 70 60 60 50|0121312424231313131313131313131313131313131313131313131313132131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131313131|-1UQF0 deL0 8lc0 17c0 10M0 1dd0 2zQN0 1lb0 14p0 1lb0 14q0 1lb0 14p0 1nX0 11B0 1nX0 1fB0 WL0 1fB0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 U10 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1wn0 cm0 EP0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0|","America/Costa_Rica|LMT SJMT CST CDT|5A.d 5A.d 60 50|01232323232|-3eLun.L 1fyo0 2lu0n.L Db0 1Kp0 Db0 pRB0 15b0 1kp0 mL0|12e5","America/Phoenix|LMT MST MDT MWT|7s.i 70 60 60|012121313121|-3tFF0 1nEe0 1nX0 11B0 1nX0 SgN0 4Al1 Ap0 1db0 SWqX 1cL0|42e5","America/Cuiaba|LMT -04 -03|3I.k 40 30|012121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-2glwf.E HdLf.E 1cc0 1e10 1bX0 Ezd0 So0 1vA0 Mn0 1BB0 ML0 1BB0 zX0 qe10 xb0 2ep0 nz0 1C10 zX0 1C10 LX0 1C10 Mn0 H210 Rb0 1tB0 IL0 1Fd0 FX0 1EN0 FX0 1HB0 Lz0 1EN0 Lz0 1C10 IL0 1HB0 Db0 1HB0 On0 1zd0 On0 1zd0 Lz0 1zd0 Rb0 1wN0 Wn0 1tB0 Rb0 1tB0 WL0 1tB0 Rb0 1zd0 On0 1HB0 FX0 4a10 HX0 1zd0 On0 1HB0 IL0 1wp0 On0 1C10 Lz0 1C10 On0 1zd0 On0 1zd0 Rb0 1zd0 Lz0 1C10 Lz0 1C10 On0 1zd0 On0 1zd0 On0 1zd0 On0 1HB0 FX0|54e4","America/Danmarkshavn|LMT -03 -02 GMT|1e.E 30 20 0|01212121212121212121212121212121213|-2a5WJ.k 2z5fJ.k 19U0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 DC0|8","America/Dawson_Creek|LMT PST PDT PWT PPT MST|80.U 80 70 70 70 70|01213412121212121212121212121212121212121212121212121212125|-3tofX.4 1nspX.4 1in0 UGp0 8x10 iy0 3NB0 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 ML0|12e3","America/Dawson|LMT YST YDT YWT YPT YDDT PST PDT MST|9h.E 90 80 80 80 70 80 70 70|0121213415167676767676767676767676767676767676767676767676767676767676767676767676767676767678|-2MSeG.k GWpG.k 1in0 1o10 13V0 Ser0 8x00 iz0 LCL0 1fA0 jrA0 fNd0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1z90|13e2","America/Denver|LMT MST MDT MWT MPT|6X.U 70 60 60 60|012121212134121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-3tFF0 1nEe0 1nX0 11B0 1nX0 11B0 1qL0 WN0 mn0 Ord0 8x20 ix0 LCN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|26e5","America/Detroit|LMT CST EST EWT EPT EDT|5w.b 60 50 40 40 40|0123425252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252|-2Cgir.N peqr.N 156L0 8x40 iv0 6fd0 11z0 JxX1 SMX 1cN0 1cL0 aW10 1cL0 s10 1Vz0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|37e5","America/Edmonton|LMT MST MDT MWT MPT|7x.Q 70 60 60 60|0121212121212134121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-2yd4q.8 shdq.8 1in0 17d0 hz0 2dB0 1fz0 1a10 11z0 1qN0 WL0 1qN0 11z0 IGN0 8x20 ix0 3NB0 11z0 XQp0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|10e5","America/Eirunepe|LMT -05 -04|4D.s 50 40|0121212121212121212121212121212121|-2glvk.w HdLk.w 1cc0 1e10 1bX0 Ezd0 So0 1vA0 Mn0 1BB0 ML0 1BB0 zX0 qe10 xb0 2ep0 nz0 1C10 zX0 1C10 LX0 1C10 Mn0 H210 Rb0 1tB0 IL0 1Fd0 FX0 dPB0 On0 yTd0 d5X0|31e3","America/El_Salvador|LMT CST CDT|5U.M 60 50|012121|-1XiG3.c 2Fvc3.c WL0 1qN0 WL0|11e5","America/Tijuana|LMT MST PST PDT PWT PPT|7M.4 70 80 70 70 70|012123245232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232|-1UQF0 4Q00 8mM0 8lc0 SN0 1cL0 pHB0 83r0 zI0 5O10 1Rz0 cOO0 11A0 1o00 11A0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1o00 11A0 BUp0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 U10 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|20e5","America/Fort_Nelson|LMT PST PDT PWT PPT MST|8a.L 80 70 70 70 70|012134121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121215|-3tofN.d 1nspN.d 1in0 UGp0 8x10 iy0 3NB0 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0|39e2","America/Fort_Wayne|LMT CST CDT CWT CPT EST EDT|5I.C 60 50 50 50 50 40|0121212134121212121212121212151565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565|-3tFG0 1nEe0 1nX0 11B0 1nX0 QI10 Db0 RB0 8x30 iw0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 5Tz0 1o10 qLb0 1cL0 1cN0 1cL0 1qhd0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|","America/Fortaleza|LMT -03 -02|2y 30 20|0121212121212121212121212121212121212121|-2glxq HdLq 1cc0 1e10 1bX0 Ezd0 So0 1vA0 Mn0 1BB0 ML0 1BB0 zX0 qe10 xb0 2ep0 nz0 1C10 zX0 1C10 LX0 1C10 Mn0 H210 Rb0 1tB0 IL0 1Fd0 FX0 1EN0 FX0 1HB0 Lz0 nsp0 WL0 1tB0 5z0 2mN0 On0|34e5","America/Glace_Bay|LMT AST ADT AWT APT|3X.M 40 30 30 30|012134121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-2IsI0.c CwO0.c 1in0 UGp0 8x50 iu0 iq10 11z0 Jg10 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|19e3","America/Godthab|LMT -03 -02 -01|3q.U 30 20 10|012121212121212121212121212121212121212121212121212121212121212121212121212121212121212123232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232|-2a5Ux.4 2z5dx.4 19U0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 2so0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00|17e3","America/Goose_Bay|LMT NST NDT NST NDT NWT NPT AST ADT ADDT|41.E 3u.Q 2u.Q 3u 2u 2u 2u 40 30 20|0121343434343434356343434343434343434343434343434343434343437878787878787878787878787878787878787878787879787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787|-3tojW.k 1nspt.c 1in0 DXb0 2HbX.8 WL0 1qN0 WL0 1qN0 WL0 1tB0 TX0 1tB0 WL0 1qN0 WL0 1qN0 7UHu itu 1tB0 WL0 1qN0 WL0 1qN0 WL0 1qN0 WL0 1tB0 WL0 1ld0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 S10 g0u 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14n1 1lb0 14p0 1nW0 11C0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zcX Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|76e2","America/Grand_Turk|LMT KMT EST EDT AST|4I.w 57.a 50 40 40|01232323232323232323232323232323232323232323232323232323232323232323232323243232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232|-3eLvf.s RK0m.C 2HHBQ.O 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 7jA0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|37e2","America/Guatemala|LMT CST CDT|62.4 60 50|0121212121|-24KhV.U 2efXV.U An0 mtd0 Nz0 ifB0 17b0 zDB0 11z0|13e5","America/Guayaquil|LMT QMT -05 -04|5j.k 5e 50 40|01232|-3eLuE.E 1DNzS.E 2uILK rz0|27e5","America/Guyana|LMT -04 -0345 -03|3Q.D 40 3J 30|01231|-2mf87.l 8Hc7.l 2r7bJ Ey0f|80e4","America/Halifax|LMT AST ADT AWT APT|4e.o 40 30 30 30|0121212121212121212121212121212121212121212121212134121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-2IsHJ.A xzzJ.A 1db0 3I30 1in0 3HX0 IL0 1E10 ML0 1yN0 Pb0 1Bd0 Mn0 1Bd0 Rz0 1w10 Xb0 1w10 LX0 1w10 Xb0 1w10 Lz0 1C10 Jz0 1E10 OL0 1yN0 Un0 1qp0 Xb0 1qp0 11X0 1w10 Lz0 1HB0 LX0 1C10 FX0 1w10 Xb0 1qp0 Xb0 1BB0 LX0 1td0 Xb0 1qp0 Xb0 Rf0 8x50 iu0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 3Qp0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 3Qp0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 6i10 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|39e4","America/Havana|LMT HMT CST CDT|5t.s 5t.A 50 40|0123232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232|-3eLuu.w 1qx00.8 72zu.o ML0 sld0 An0 1Nd0 Db0 1Nd0 An0 6Ep0 An0 1Nd0 An0 JDd0 Mn0 1Ap0 On0 1fd0 11X0 1qN0 WL0 1wp0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 14n0 1ld0 14L0 1kN0 15b0 1kp0 1cL0 1cN0 1fz0 1a10 1fz0 1fB0 11z0 14p0 1nX0 11B0 1nX0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 14n0 1ld0 14n0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 1a10 1in0 1a10 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1cM0 1cM0 1fA0 17c0 1o00 11A0 1qM0 11A0 1o00 11A0 1o00 14o0 1lc0 14o0 1lc0 11A0 6i00 Rc0 1wo0 U00 1tA0 Rc0 1wo0 U00 1wo0 U00 1zc0 U00 1qM0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0|21e5","America/Hermosillo|LMT MST CST MDT PST|7n.Q 70 60 60 80|0121312141313131|-1UQF0 deL0 8lc0 17c0 10M0 1dd0 otX0 gmN0 P2N0 13Vd0 1lb0 14p0 1lb0 14p0 1lb0|64e4","America/Indiana/Knox|LMT CST CDT CWT CPT EST|5K.u 60 50 50 50 50|01212134121212121212121212121212121212151212121212121212121212121212121212121212121212121252121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-3tFG0 1nEe0 1nX0 11B0 1nX0 SgN0 8x30 iw0 3NB0 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 1fz0 1cN0 1cL0 1cN0 11z0 1o10 11z0 1o10 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 3Cn0 8wp0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 z8o0 1o00 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|","America/Indiana/Marengo|LMT CST CDT CWT CPT EST EDT|5J.n 60 50 50 50 50 40|01212134121212121212121215656565656525656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565|-3tFG0 1nEe0 1nX0 11B0 1nX0 SgN0 8x30 iw0 dyN0 11z0 6fd0 11z0 1o10 11z0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 jrz0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1VA0 LA0 1BX0 1e6p0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|","America/Indiana/Petersburg|LMT CST CDT CWT CPT EST EDT|5N.7 60 50 50 50 50 40|01212134121212121212121212121512121212121212121212125212565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565|-3tFG0 1nEe0 1nX0 11B0 1nX0 SgN0 8x30 iw0 njX0 WN0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 3Fb0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 19co0 1o00 Rd0 1zb0 Oo0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|","America/Indiana/Tell_City|LMT CST CDT CWT CPT EST EDT|5L.3 60 50 50 50 50 40|012121341212121212121212121512165652121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-3tFG0 1nEe0 1nX0 11B0 1nX0 SgN0 8x30 iw0 njX0 WN0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 8wn0 1cN0 1cL0 1cN0 1cK0 1cN0 1cL0 1qhd0 1o00 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|","America/Indiana/Vevay|LMT CST CDT CWT CPT EST EDT|5E.g 60 50 50 50 50 40|0121213415656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565|-3tFG0 1nEe0 1nX0 11B0 1nX0 SgN0 8x30 iw0 kPB0 Awn0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1lnd0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|","America/Indiana/Vincennes|LMT CST CDT CWT CPT EST EDT|5O.7 60 50 50 50 50 40|01212134121212121212121212121212156565212565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565|-3tFG0 1nEe0 1nX0 11B0 1nX0 SgN0 8x30 iw0 1o10 11z0 g0p0 11z0 1o10 11z0 1qL0 WN0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 1fz0 1cN0 WL0 1qN0 1cL0 1cN0 1cL0 1cN0 caL0 1cL0 1cN0 1cL0 1qhd0 1o00 Rd0 1zb0 Oo0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|","America/Indiana/Winamac|LMT CST CDT CWT CPT EST EDT|5K.p 60 50 50 50 50 40|012121341212121212121212121212121212121565652165656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565|-3tFG0 1nEe0 1nX0 11B0 1nX0 SgN0 8x30 iw0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 1fz0 1cN0 1cL0 1cN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 jrz0 1cL0 1cN0 1cL0 1qhd0 1o00 Rd0 1za0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|","America/Inuvik|-00 PST PDT MDT MST|0 80 70 60 70|01212121212121213434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434|-FnA0 L3K0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cK0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|35e2","America/Iqaluit|-00 EWT EPT EST EDT CST CDT|0 40 40 50 40 60 50|0123434343434343434343434343434343434343434343434343434343456343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343|-16K00 7nX0 iv0 14HB0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11C0 1nX0 11A0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|67e2","America/Jamaica|LMT KMT EST EDT|57.a 57.a 50 40|01232323232323232323232|-3eLuQ.O RK00 2uM1Q.O 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0|94e4","America/Juneau|LMT LMT PST PWT PPT PDT YDT YST AKST AKDT|-f2.j 8V.F 80 70 70 70 80 90 90 80|0123425252525252525252525252625252578989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898|-48Pzs.L 1jVwq.s 1EX12.j 8x10 iy0 Vo10 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cM0 1cM0 1cL0 1cN0 1fz0 1a10 1fz0 co0 10q0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|33e3","America/Kentucky/Louisville|LMT CST CDT CWT CPT EST EDT|5H.2 60 50 50 50 50 40|01212121213412121212121212121212121212565656565656525656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565|-3tFG0 1nEe0 1nX0 11B0 1nX0 3Fd0 Nb0 LPd0 11z0 RB0 8x30 iw0 1nX1 e0X 9vd0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 xz0 gso0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1VA0 LA0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|","America/Kentucky/Monticello|LMT CST CDT CWT CPT EST EDT|5D.o 60 50 50 50 50 40|01212134121212121212121212121212121212121212121212121212121212121212121212565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565|-3tFG0 1nEe0 1nX0 11B0 1nX0 SgN0 8x30 iw0 SWp0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11A0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|","America/La_Paz|LMT CMT BST -04|4w.A 4w.A 3w.A 40|0123|-3eLvr.o 1FIo0 13b0|19e5","America/Lima|LMT LMT -05 -04|58.c 58.A 50 40|01232323232323232|-3eLuP.M JcM0.o 1bDzP.o zX0 1aN0 1cL0 1cN0 1cL0 1PrB0 zX0 1O10 zX0 6Gp0 zX0 98p0 zX0|11e6","America/Los_Angeles|LMT PST PDT PWT PPT|7Q.W 80 70 70 70|0121213412121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-3tFE0 1nEe0 1nX0 11B0 1nX0 SgN0 8x10 iy0 5Wp1 1VaX 3dA0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1a00 1fA0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|15e6","America/Maceio|LMT -03 -02|2m.Q 30 20|012121212121212121212121212121212121212121|-2glxB.8 HdLB.8 1cc0 1e10 1bX0 Ezd0 So0 1vA0 Mn0 1BB0 ML0 1BB0 zX0 qe10 xb0 2ep0 nz0 1C10 zX0 1C10 LX0 1C10 Mn0 H210 Rb0 1tB0 IL0 1Fd0 FX0 1EN0 FX0 1HB0 Lz0 dMN0 Lz0 8Q10 WL0 1tB0 5z0 2mN0 On0|93e4","America/Managua|LMT MMT CST EST CDT|5J.8 5J.c 60 50 50|01232424232324242|-3eLue.Q 1Mhc0.4 1yAMe.M 4mn0 9Up0 Dz0 1K10 Dz0 s3F0 1KH0 DB0 9In0 k8p0 19X0 1o30 11y0|22e5","America/Manaus|LMT -04 -03|40.4 40 30|01212121212121212121212121212121|-2glvX.U HdKX.U 1cc0 1e10 1bX0 Ezd0 So0 1vA0 Mn0 1BB0 ML0 1BB0 zX0 qe10 xb0 2ep0 nz0 1C10 zX0 1C10 LX0 1C10 Mn0 H210 Rb0 1tB0 IL0 1Fd0 FX0 dPB0 On0|19e5","America/Martinique|LMT FFMT AST ADT|44.k 44.k 40 30|01232|-3eLvT.E PTA0 2LPbT.E 19X0|39e4","America/Matamoros|LMT CST CDT|6u 60 50|0121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-1UQG0 2FjC0 1nX0 i6p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 1fB0 WL0 1fB0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 U10 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|45e4","America/Mazatlan|LMT MST CST MDT PST|75.E 70 60 60 80|0121312141313131313131313131313131313131313131313131313131313131|-1UQF0 deL0 8lc0 17c0 10M0 1dd0 otX0 gmN0 P2N0 13Vd0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 1fB0 WL0 1fB0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0|44e4","America/Menominee|LMT CST CDT CWT CPT EST|5O.r 60 50 50 50 50|012121341212152121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-3pdG9.x 1jce9.x 1nX0 11B0 1nX0 SgN0 8x30 iw0 1o10 11z0 LCN0 1fz0 6410 9Jb0 1cM0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|85e2","America/Merida|LMT CST EST CDT|5W.s 60 50 50|0121313131313131313131313131313131313131313131313131313131|-1UQG0 2q2o0 2hz0 wu30 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 1fB0 WL0 1fB0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0|11e5","America/Metlakatla|LMT LMT PST PWT PPT PDT AKST AKDT|-fd.G 8K.i 80 70 70 70 90 80|0123425252525252525252525252525252526767672676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676|-48Pzs.L 1jVwf.5 1EX1d.G 8x10 iy0 Vo10 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1hU10 Rd0 1zb0 Op0 1zb0 Op0 1zb0 uM0 jB0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|14e2","America/Mexico_City|LMT MST CST MDT CDT CWT|6A.A 70 60 60 50 50|012131242425242424242424242424242424242424242424242424242424242424242|-1UQF0 deL0 8lc0 17c0 10M0 1dd0 gEn0 TX0 3xd0 Jb0 6zB0 SL0 e5d0 17b0 1Pff0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 1fB0 WL0 1fB0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0|20e6","America/Miquelon|LMT AST -03 -02|3I.E 40 30 20|012323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232|-2mKkf.k 2LTAf.k gQ10 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|61e2","America/Moncton|LMT EST AST ADT AWT APT|4j.8 50 40 30 30 30|0123232323232323232323245232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232|-3txvE.Q J4ME.Q CwN0 1in0 zAo0 An0 1Nd0 An0 1Nd0 An0 1Nd0 An0 1Nd0 An0 1Nd0 An0 1K10 Lz0 1zB0 NX0 1u10 Wn0 S20 8x50 iu0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 11z0 1o10 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 3Cp0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14n1 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 ReX 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|64e3","America/Monterrey|LMT CST CDT|6F.g 60 50|0121212121212121212121212121212121212121212121212121212121|-1UQG0 2FjC0 1nX0 i6p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 1fB0 WL0 1fB0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0|41e5","America/Montevideo|LMT MMT -04 -03 -0330 -0230 -02 -0130|3I.P 3I.P 40 30 3u 2u 20 1u|012343434343434343434343435353636353636375363636363636363636363636363636363636363636363|-2tRUf.9 sVc0 8jcf.9 1db0 1dcu 1cLu 1dcu 1cLu ircu 11zu 1o0u 11zu 1o0u 11zu 1o0u 11zu 1qMu WLu 1qMu WLu 1fAu 1cLu 1o0u 11zu NAu 3jXu zXu Dq0u 19Xu pcu jz0 cm10 19X0 6tB0 1fbu 3o0u jX0 4vB0 xz0 3Cp0 mmu 1a10 IMu Db0 4c10 uL0 1Nd0 An0 1SN0 uL0 mp0 28L0 iPB0 un0 1SN0 xz0 1zd0 Lz0 1zd0 Rb0 1zd0 On0 1wp0 Rb0 s8p0 1fB0 1ip0 11z0 1ld0 14n0 1o10 11z0 1o10 11z0 1o10 14n0 1ld0 14n0 1ld0 14n0 1o10 11z0 1o10 11z0 1o10 11z0|17e5","America/Toronto|LMT EST EDT EWT EPT|5h.w 50 40 40 40|012121212121212121212121212121212121212121212123412121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-32B6G.s UFdG.s 1in0 11Wu 1nzu 1fD0 WJ0 1wr0 Nb0 1Ap0 On0 1zd0 On0 1wp0 TX0 1tB0 TX0 1tB0 TX0 1tB0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 4kM0 8x40 iv0 1o10 11z0 1nX0 11z0 1o10 11z0 1o10 1qL0 11D0 1nX0 11B0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 11z0 1o10 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|65e5","America/New_York|LMT EST EDT EWT EPT|4U.2 50 40 40 40|012121212121212121212121212121212121212121212121213412121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-3tFH0 1nEe0 1nX0 11B0 1nX0 11B0 1qL0 1a10 11z0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 11z0 1o10 11z0 RB0 8x40 iv0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|21e6","America/Nome|LMT LMT NST NWT NPT BST BDT YST AKST AKDT|-cW.m b1.C b0 a0 a0 b0 a0 90 90 80|01234256565656565656565656565656565678989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898989898|-48Pzs.L 1jVyu.p 1EX1W.m 8wW0 iB0 Qlb0 52O0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 cl0 10q0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|38e2","America/Noronha|LMT -02 -01|29.E 20 10|0121212121212121212121212121212121212121|-2glxO.k HdKO.k 1cc0 1e10 1bX0 Ezd0 So0 1vA0 Mn0 1BB0 ML0 1BB0 zX0 qe10 xb0 2ep0 nz0 1C10 zX0 1C10 LX0 1C10 Mn0 H210 Rb0 1tB0 IL0 1Fd0 FX0 1EN0 FX0 1HB0 Lz0 nsp0 WL0 1tB0 2L0 2pB0 On0|30e2","America/North_Dakota/Beulah|LMT MST MDT MWT MPT CST CDT|6L.7 70 60 60 60 60 50|012121341212121212121212121212121212121212121212121212121212121212121212121212121212121212121212565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565|-3tFF0 1nEe0 1nX0 11B0 1nX0 SgN0 8x20 ix0 QwN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Oo0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0|","America/North_Dakota/Center|LMT MST MDT MWT MPT CST CDT|6J.c 70 60 60 60 60 50|0121213412121212121212121212121212121212121212121212121212125656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565|-3tFF0 1nEe0 1nX0 11B0 1nX0 SgN0 8x20 ix0 QwN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14o0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|","America/North_Dakota/New_Salem|LMT MST MDT MWT MPT CST CDT|6J.D 70 60 60 60 60 50|0121213412121212121212121212121212121212121212121212121212121212121212121212121212565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565|-3tFF0 1nEe0 1nX0 11B0 1nX0 SgN0 8x20 ix0 QwN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14o0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|","America/Ojinaga|LMT MST CST MDT CDT|6V.E 70 60 60 50|0121312424231313131313131313131313131313131313131313131313132424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242|-1UQF0 deL0 8lc0 17c0 10M0 1dd0 2zQN0 1lb0 14p0 1lb0 14q0 1lb0 14p0 1nX0 11B0 1nX0 1fB0 WL0 1fB0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 U10 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1wn0 Rc0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|23e3","America/Paramaribo|LMT PMT PMT -0330 -03|3E.E 3E.Q 3E.A 3u 30|01234|-2nDUj.k Wqo0.c qanX.I 1yVXN.o|24e4","America/Port-au-Prince|LMT PPMT EST EDT|4N.k 4N 50 40|012323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232|-3eLva.E 15RLX.E 2FnMb 19X0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14q0 1o00 11A0 1o00 11A0 1o00 14o0 1lc0 14o0 1lc0 14o0 1o00 11A0 1o00 11A0 1o00 14o0 1lc0 14o0 1lc0 i6n0 1nX0 11B0 1nX0 d430 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 3iN0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|23e5","America/Rio_Branco|LMT -05 -04|4v.c 50 40|01212121212121212121212121212121|-2glvs.M HdLs.M 1cc0 1e10 1bX0 Ezd0 So0 1vA0 Mn0 1BB0 ML0 1BB0 zX0 qe10 xb0 2ep0 nz0 1C10 zX0 1C10 LX0 1C10 Mn0 H210 Rb0 1tB0 IL0 1Fd0 FX0 NBd0 d5X0|31e4","America/Porto_Velho|LMT -04 -03|4f.A 40 30|012121212121212121212121212121|-2glvI.o HdKI.o 1cc0 1e10 1bX0 Ezd0 So0 1vA0 Mn0 1BB0 ML0 1BB0 zX0 qe10 xb0 2ep0 nz0 1C10 zX0 1C10 LX0 1C10 Mn0 H210 Rb0 1tB0 IL0 1Fd0 FX0|37e4","America/Punta_Arenas|LMT SMT -05 -04 -03|4H.E 4G.J 50 40 30|01213132323232323232343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434|-3eLvg.k MJbX.5 fJAh.f 5knG.J 1Vzh.f jRAG.J 1pbh.f 11d0 1oL0 11d0 1oL0 11d0 1oL0 11d0 1pb0 11d0 nHX0 op0 blz0 ko0 Qeo0 WL0 1zd0 On0 1ip0 11z0 1o10 11z0 1qN0 WL0 1ld0 14n0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 WL0 1qN0 1cL0 1cN0 11z0 1o10 11z0 1qN0 WL0 1fB0 19X0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 17b0 1ip0 11z0 1ip0 1fz0 1fB0 11z0 1qN0 WL0 1qN0 WL0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 17b0 1ip0 11z0 1o10 19X0 1fB0 1nX0 G10 1EL0 Op0 1zb0 Rd0 1wn0 Rd0 46n0 Ap0|","America/Winnipeg|LMT CST CDT CWT CPT|6s.A 60 50 50 50|0121212134121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-3kLtv.o 1a3bv.o WL0 3ND0 1in0 Jap0 Rb0 aCN0 8x30 iw0 1tB0 11z0 1ip0 11z0 1o10 11z0 1o10 11z0 1rd0 10L0 1op0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 1cL0 1cN0 11z0 6i10 WL0 6i10 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1a00 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1a00 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 14o0 1lc0 14o0 1o00 11A0 1o00 11A0 1o00 14o0 1lc0 14o0 1lc0 14o0 1o00 11A0 1o00 11A0 1o00 14o0 1lc0 14o0 1lc0 14o0 1lc0 14o0 1o00 11A0 1o00 11A0 1o00 14o0 1lc0 14o0 1lc0 14o0 1o00 11A0 1o00 11A0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|66e4","America/Rankin_Inlet|-00 CST CDT EST|0 60 50 50|01212121212121212121212121212121212121212121212121212121212321212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-vDc0 Bjk0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|26e2","America/Recife|LMT -03 -02|2j.A 30 20|0121212121212121212121212121212121212121|-2glxE.o HdLE.o 1cc0 1e10 1bX0 Ezd0 So0 1vA0 Mn0 1BB0 ML0 1BB0 zX0 qe10 xb0 2ep0 nz0 1C10 zX0 1C10 LX0 1C10 Mn0 H210 Rb0 1tB0 IL0 1Fd0 FX0 1EN0 FX0 1HB0 Lz0 nsp0 WL0 1tB0 2L0 2pB0 On0|33e5","America/Regina|LMT MST MDT MWT MPT CST|6W.A 70 60 60 60 60|012121212121212121212121341212121212121212121212121215|-2AD51.o uHe1.o 1in0 s2L0 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 11z0 66N0 1cL0 1cN0 19X0 1fB0 1cL0 1fB0 1cL0 1cN0 1cL0 M30 8x20 ix0 1ip0 1cL0 1ip0 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 11z0 1o10 11z0 3NB0 1cL0 1cN0|19e4","America/Resolute|-00 CST CDT EST|0 60 50 50|01212121212121212121212121212121212121212121212121212121212321212121212321212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-SnA0 103I0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|229","America/Santarem|LMT -04 -03|3C.M 40 30|0121212121212121212121212121212|-2glwl.c HdLl.c 1cc0 1e10 1bX0 Ezd0 So0 1vA0 Mn0 1BB0 ML0 1BB0 zX0 qe10 xb0 2ep0 nz0 1C10 zX0 1C10 LX0 1C10 Mn0 H210 Rb0 1tB0 IL0 1Fd0 FX0 NBd0|21e4","America/Santiago|LMT SMT -05 -04 -03|4G.J 4G.J 50 40 30|0121313232323232323432343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434|-3eLvh.f MJc0 fJAh.f 5knG.J 1Vzh.f jRAG.J 1pbh.f 11d0 1oL0 11d0 1oL0 11d0 1oL0 11d0 1pb0 11d0 nHX0 op0 9Bz0 hX0 1q10 ko0 Qeo0 WL0 1zd0 On0 1ip0 11z0 1o10 11z0 1qN0 WL0 1ld0 14n0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 WL0 1qN0 1cL0 1cN0 11z0 1o10 11z0 1qN0 WL0 1fB0 19X0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 17b0 1ip0 11z0 1ip0 1fz0 1fB0 11z0 1qN0 WL0 1qN0 WL0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 17b0 1ip0 11z0 1o10 19X0 1fB0 1nX0 G10 1EL0 Op0 1zb0 Rd0 1wn0 Rd0 46n0 Ap0 1Nb0 Ap0 1Nb0 Ap0 1zb0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 11B0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0|62e5","America/Santo_Domingo|LMT SDMT EST EDT -0430 AST|4D.A 4E 50 40 4u 40|012324242424242525|-3eLvk.o 1Jic0.o 1lJMk Mn0 6sp0 Lbu 1Cou yLu 1RAu wLu 1QMu xzu 1Q0u xXu 1PAu 13jB0 e00|29e5","America/Sao_Paulo|LMT -03 -02|36.s 30 20|01212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-2glwR.w HdKR.w 1cc0 1e10 1bX0 Ezd0 So0 1vA0 Mn0 1BB0 ML0 1BB0 zX0 pTd0 PX0 2ep0 nz0 1C10 zX0 1C10 LX0 1C10 Mn0 H210 Rb0 1tB0 IL0 1Fd0 FX0 1EN0 FX0 1HB0 Lz0 1EN0 Lz0 1C10 IL0 1HB0 Db0 1HB0 On0 1zd0 On0 1zd0 Lz0 1zd0 Rb0 1wN0 Wn0 1tB0 Rb0 1tB0 WL0 1tB0 Rb0 1zd0 On0 1HB0 FX0 1C10 Lz0 1Ip0 HX0 1zd0 On0 1HB0 IL0 1wp0 On0 1C10 Lz0 1C10 On0 1zd0 On0 1zd0 Rb0 1zd0 Lz0 1C10 Lz0 1C10 On0 1zd0 On0 1zd0 On0 1zd0 On0 1HB0 FX0|20e6","America/Scoresbysund|LMT -02 -01 +00|1r.Q 20 10 0|0121323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232|-2a5Ww.8 2z5ew.8 1a00 1cK0 1cL0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00|452","America/Sitka|LMT LMT PST PWT PPT PDT YST AKST AKDT|-eW.L 91.d 80 70 70 70 90 90 80|0123425252525252525252525252525252567878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787878787|-48Pzs.L 1jVwu 1EX0W.L 8x10 iy0 Vo10 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 co0 10q0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|90e2","America/St_Johns|LMT NST NDT NST NDT NWT NPT NDDT|3u.Q 3u.Q 2u.Q 3u 2u 2u 2u 1u|012121212121212121212121212121212121213434343434343435634343434343434343434343434343434343434343434343434343434343434343434343434343434343437343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343|-3tokt.8 1l020 14L0 1nB0 1in0 1gm0 Dz0 1JB0 1cL0 1cN0 1cL0 1fB0 19X0 1fB0 19X0 1fB0 19X0 1fB0 19X0 1fB0 1cL0 1cN0 1cL0 1fB0 19X0 1fB0 19X0 1fB0 19X0 1fB0 19X0 1fB0 1cL0 1fB0 19X0 1fB0 19X0 10O0 eKX.8 19X0 1iq0 WL0 1qN0 WL0 1qN0 WL0 1tB0 TX0 1tB0 WL0 1qN0 WL0 1qN0 7UHu itu 1tB0 WL0 1qN0 WL0 1qN0 WL0 1qN0 WL0 1tB0 WL0 1ld0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14n1 1lb0 14p0 1nW0 11C0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zcX Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|11e4","America/Swift_Current|LMT MST MDT MWT MPT CST|7b.k 70 60 60 60 60|012134121212121212121215|-2AD4M.E uHdM.E 1in0 UGp0 8x20 ix0 1o10 17b0 1ip0 11z0 1o10 11z0 1o10 11z0 isN0 1cL0 3Cp0 1cL0 1cN0 11z0 1qN0 WL0 pMp0|16e3","America/Tegucigalpa|LMT CST CDT|5M.Q 60 50|01212121|-1WGGb.8 2ETcb.8 WL0 1qN0 WL0 GRd0 AL0|11e5","America/Thule|LMT AST ADT|4z.8 40 30|012121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-2a5To.Q 31NBo.Q 1cL0 1cN0 1cL0 1fB0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|656","America/Vancouver|LMT PST PDT PWT PPT|8c.s 80 70 70 70|01213412121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-3tofL.w 1nspL.w 1in0 UGp0 8x10 iy0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|23e5","America/Whitehorse|LMT YST YDT YWT YPT YDDT PST PDT MST|90.c 90 80 80 80 70 80 70 70|0121213415167676767676767676767676767676767676767676767676767676767676767676767676767676767678|-2MSeX.M GWpX.M 1in0 1o10 13V0 Ser0 8x00 iz0 LCL0 1fA0 LA0 ytd0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1z90|23e3","America/Yakutat|LMT LMT YST YWT YPT YDT AKST AKDT|-eF.5 9i.T 90 80 80 80 90 80|0123425252525252525252525252525252526767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676767676|-48Pzs.L 1jVwL.G 1EX1F.5 8x00 iz0 Vo10 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 cn0 10q0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|642","Antarctica/Casey|-00 +08 +11|0 -80 -b0|0121212121212|-2q00 1DjS0 T90 40P0 KL0 blz0 3m10 1o30 14k0 1kr0 12l0 1o01|10","Antarctica/Davis|-00 +07 +05|0 -70 -50|01012121|-vyo0 iXt0 alj0 1D7v0 VB0 3Wn0 KN0|70","Pacific/Port_Moresby|LMT PMMT +10|-9M.E -9M.w -a0|012|-3D8VM.E AvA0.8|25e4","Antarctica/Macquarie|-00 AEST AEDT|0 -a0 -b0|0121012121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212|-2OPc0 Fb40 1a00 4SK0 1ayy0 Lvs0 1cM0 1o00 Rc0 1wo0 Rc0 1wo0 U00 1wo0 LA0 1C00 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 11A0 1qM0 WM0 1qM0 Oo0 1zc0 Oo0 1zc0 Oo0 1wo0 WM0 1tA0 WM0 1tA0 U00 1tA0 U00 1tA0 11A0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 11A0 1o00 1io0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1cM0 1a00 1io0 1cM0 1cM0 1cM0 1cM0 3Co0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0|1","Antarctica/Mawson|-00 +06 +05|0 -60 -50|012|-CEo0 2fyk0|60","Pacific/Auckland|LMT NZMT NZST NZST NZDT|-bD.4 -bu -cu -c0 -d0|012131313131313131313131313134343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434|-46jLD.4 2nEO9.4 Lz0 1tB0 11zu 1o0u 11zu 1o0u 11zu 1o0u 14nu 1lcu 14nu 1lcu 1lbu 11Au 1nXu 11Au 1nXu 11Au 1nXu 11Au 1nXu 11Au 1qLu WMu 1qLu 11Au 1n1bu IM0 1C00 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1qM0 14o0 1lc0 14o0 1lc0 14o0 1lc0 17c0 1io0 17c0 1io0 17c0 1io0 17c0 1lc0 14o0 1lc0 14o0 1lc0 17c0 1io0 17c0 1io0 17c0 1lc0 14o0 1lc0 14o0 1lc0 17c0 1io0 17c0 1io0 17c0 1io0 17c0 1io0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1io0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1io0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1io0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1io0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1io0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1io0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1io0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1io0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1io0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1io0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1io0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1io0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1io0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1io0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1io0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1io0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00|14e5","Antarctica/Palmer|-00 -03 -04 -02|0 30 40 20|0121212121213121212121212121212121212121212121212121212121212121212121212121212121|-cao0 nD0 1vd0 SL0 1vd0 17z0 1cN0 1fz0 1cN0 1cL0 1cN0 asn0 Db0 jsN0 14N0 11z0 1o10 11z0 1qN0 WL0 1qN0 WL0 1qN0 1cL0 1cN0 11z0 1o10 11z0 1qN0 WL0 1fB0 19X0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 17b0 1ip0 11z0 1ip0 1fz0 1fB0 11z0 1qN0 WL0 1qN0 WL0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 17b0 1ip0 11z0 1o10 19X0 1fB0 1nX0 G10 1EL0 Op0 1zb0 Rd0 1wn0 Rd0 46n0 Ap0|40","Antarctica/Rothera|-00 -03|0 30|01|gOo0|130","Asia/Riyadh|LMT +03|-36.Q -30|01|-TvD6.Q|57e5","Antarctica/Troll|-00 +00 +02|0 0 -20|01212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|1puo0 hd0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00|40","Asia/Urumqi|LMT +06|-5O.k -60|01|-1GgtO.k|32e5","Europe/Berlin|LMT CET CEST CEMT|-R.s -10 -20 -30|012121212121212321212321212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-36RcR.s UbWR.s 11d0 1iO0 11A0 1o00 11A0 Qrc0 6i00 WM0 1fA0 1cM0 1cM0 1cM0 kL0 Nc0 m10 WM0 1ao0 1cp0 dX0 jz0 Dd0 1io0 17c0 1fA0 1a00 1ehA0 1a00 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00|41e5","Asia/Almaty|LMT +05 +06 +07|-57.M -50 -60 -70|012323232323232323232321232323232323232323232323232|-1Pc57.M eUo7.M 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0|15e5","Asia/Amman|LMT EET EEST +03|-2n.I -20 -30 -30|0121212121212121212121212121212121212121212121212121212121212121212121212121212121212123|-1yW2n.I 1HiMn.I KL0 1oN0 11b0 1oN0 11b0 1pd0 1dz0 1cp0 11b0 1op0 11b0 fO10 1db0 1e10 1cL0 1cN0 1cL0 1cN0 1fz0 1pd0 10n0 1ld0 14n0 1hB0 15b0 1ip0 19X0 1cN0 1cL0 1cN0 17b0 1ld0 14o0 1lc0 17c0 1io0 17c0 1io0 17c0 1So0 y00 1fc0 1dc0 1co0 1dc0 1cM0 1cM0 1cM0 1o00 11A0 1lc0 17c0 1cM0 1cM0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 4bX0 Dd0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 LA0 1C00|25e5","Asia/Anadyr|LMT +12 +13 +14 +11|-bN.U -c0 -d0 -e0 -b0|01232121212121212121214121212121212121212121212121212121212141|-1PcbN.U eUnN.U 23CL0 1db0 2q10 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 2sp0 WM0|13e3","Asia/Aqtau|LMT +04 +05 +06|-3l.4 -40 -50 -60|012323232323232323232123232312121212121212121212|-1Pc3l.4 eUnl.4 24PX0 2pX0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cN0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0|15e4","Asia/Aqtobe|LMT +04 +05 +06|-3M.E -40 -50 -60|0123232323232323232321232323232323232323232323232|-1Pc3M.E eUnM.E 23CL0 3Db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0|27e4","Asia/Ashgabat|LMT +04 +05 +06|-3R.w -40 -50 -60|0123232323232323232323212|-1Pc3R.w eUnR.w 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 IM0|41e4","Asia/Atyrau|LMT +03 +05 +06 +04|-3r.I -30 -50 -60 -40|01232323232323232323242323232323232324242424242|-1Pc3r.I eUor.I 24PW0 2pX0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 2sp0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0|","Asia/Baghdad|LMT BMT +03 +04|-2V.E -2V.A -30 -40|0123232323232323232323232323232323232323232323232323232|-3eLCV.E 18ao0.4 2ACnV.A 11b0 1cp0 1dz0 1dd0 1db0 1cN0 1cp0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1de0 1dc0 1dc0 1dc0 1cM0 1dc0 1cM0 1dc0 1cM0 1dc0 1dc0 1dc0 1cM0 1dc0 1cM0 1dc0 1cM0 1dc0 1dc0 1dc0 1cM0 1dc0 1cM0 1dc0 1cM0 1dc0 1dc0 1dc0 1cM0 1dc0 1cM0 1dc0 1cM0 1dc0|66e5","Asia/Qatar|LMT +04 +03|-3q.8 -40 -30|012|-21Jfq.8 27BXq.8|96e4","Asia/Baku|LMT +03 +04 +05|-3j.o -30 -40 -50|01232323232323232323232123232323232323232323232323232323232323232|-1Pc3j.o 1jUoj.o WCL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 1cM0 9Je0 1o00 11z0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00|27e5","Asia/Bangkok|LMT BMT +07|-6G.4 -6G.4 -70|012|-3D8SG.4 1C000|15e6","Asia/Barnaul|LMT +06 +07 +08|-5z -60 -70 -80|0123232323232323232323212323232321212121212121212121212121212121212|-21S5z pCnz 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 p90 LE0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 8Hz0 3rd0|","Asia/Beirut|LMT EET EEST|-2m -20 -30|0121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-3D8Om 1BWom 1on0 1410 1db0 19B0 1in0 1ip0 WL0 1lQp0 11b0 1oN0 11b0 1oN0 11b0 1pd0 11b0 1oN0 11b0 q6N0 En0 1oN0 11b0 1oN0 11b0 1oN0 11b0 1pd0 11b0 1oN0 11b0 1op0 11b0 dA10 17b0 1iN0 17b0 1iN0 17b0 1iN0 17b0 1vB0 SL0 1mp0 13z0 1iN0 17b0 1iN0 17b0 1jd0 12n0 1a10 1cL0 1cN0 1cL0 1cN0 1cL0 1fB0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0|22e5","Asia/Bishkek|LMT +05 +06 +07|-4W.o -50 -60 -70|012323232323232323232321212121212121212121212121212|-1Pc4W.o eUnW.o 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2e00 1tX0 17b0 1ip0 17b0 1ip0 17b0 1ip0 17b0 1ip0 19X0 1cPu 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0|87e4","Asia/Brunei|LMT +0730 +08 +0820 +09|-7l.k -7u -80 -8k -90|0123232323232323242|-1KITl.k gDbP.k 6ynu AnE 1O0k AnE 1NAk AnE 1NAk AnE 1NAk AnE 1O0k AnE 1NAk AnE pAk 8Fz0|42e4","Asia/Kolkata|LMT HMT MMT IST +0630|-5R.s -5R.k -5l.a -5u -6u|01234343|-4Fg5R.s BKo0.8 1rDcw.a 1r2LP.a 1un0 HB0 7zX0|15e6","Asia/Chita|LMT +08 +09 +10|-7x.Q -80 -90 -a0|012323232323232323232321232323232323232323232323232323232323232312|-21Q7x.Q pAnx.Q 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 8Hz0 3re0|33e4","Asia/Choibalsan|LMT +07 +08 +10 +09|-7C -70 -80 -a0 -90|0123434343434343434343434343434343434343434343424242|-2APHC 2UkoC cKn0 1da0 1dd0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1fB0 1cL0 1cN0 1cL0 1cN0 1cL0 6hD0 11z0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 3Db0 h1f0 1cJ0 1cP0 1cJ0|38e3","Asia/Shanghai|LMT CST CDT|-85.H -80 -90|012121212121212121212121212121|-2M0U5.H Iuo5.H 18n0 OjB0 Rz0 11d0 1wL0 A10 8HX0 1G10 Tz0 1ip0 1jX0 1cN0 11b0 1oN0 aL0 1tU30 Rb0 1o10 11z0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0|23e6","Asia/Colombo|LMT MMT +0530 +06 +0630|-5j.o -5j.w -5u -60 -6u|012342432|-3D8Rj.o 13inX.Q 1rFbN.w 1zzu 7Apu 23dz0 11zu n3cu|22e5","Asia/Dhaka|LMT HMT +0630 +0530 +06 +07|-61.E -5R.k -6u -5u -60 -70|01232454|-3eLG1.E 26008.k 1unn.k HB0 m6n0 2kxbu 1i00|16e6","Asia/Damascus|LMT EET EEST +03|-2p.c -20 -30 -30|01212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212123|-21Jep.c Hep.c 17b0 1ip0 17b0 1ip0 17b0 1ip0 19X0 1xRB0 11X0 1oN0 10L0 1pB0 11b0 1oN0 10L0 1mp0 13X0 1oN0 11b0 1pd0 11b0 1oN0 11b0 1oN0 11b0 1oN0 11b0 1pd0 11b0 1oN0 11b0 1oN0 11b0 1oN0 11b0 1pd0 11b0 1oN0 Nb0 1AN0 Nb0 bcp0 19X0 1gp0 19X0 3ld0 1xX0 Vd0 1Bz0 Sp0 1vX0 10p0 1dz0 1cN0 1cL0 1db0 1db0 1g10 1an0 1ap0 1db0 1fd0 1db0 1cN0 1db0 1dd0 1db0 1cp0 1dz0 1c10 1dX0 1cN0 1db0 1dd0 1db0 1cN0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1db0 1cN0 1db0 1cN0 19z0 1fB0 1qL0 11B0 1on0 Wp0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0|26e5","Asia/Dili|LMT +08 +09|-8m.k -80 -90|01212|-2le8m.k 1dnXm.k 1nfA0 Xld0|19e4","Asia/Dubai|LMT +04|-3F.c -40|01|-21JfF.c|39e5","Asia/Dushanbe|LMT +05 +06 +07|-4z.c -50 -60 -70|012323232323232323232321|-1Pc4z.c eUnz.c 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2hB0|76e4","Asia/Famagusta|LMT EET EEST +03|-2f.M -20 -30 -30|0121212121212121212121212121212121212121212121212121212121212121212121212121212121212312121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-1Vc2f.M 2a3cf.M 1cL0 1qp0 Xz0 19B0 19X0 1fB0 1db0 1cp0 1cL0 1fB0 19X0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1fB0 1cL0 1cN0 1cL0 1cN0 1o30 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 15U0 2Ks0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00|","Asia/Gaza|LMT EET EEST IST IDT|-2h.Q -20 -30 -20 -30|01212121212121212121212121212121212343434343434343434343434343434312121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-2MBCh.Q 1Azeh.Q MM0 iM0 4JA0 10o0 1pA0 10M0 1pA0 16o0 1jA0 16o0 1jA0 pBa0 Vz0 1oN0 11b0 1oO0 10N0 1pz0 10N0 1pb0 10N0 1pb0 10N0 1pb0 10N0 1pz0 10N0 1pb0 10N0 1pb0 11d0 1oL0 dW0 hfB0 Db0 1fB0 Rb0 bXB0 gM0 8Q00 IM0 1wo0 TX0 1HB0 IL0 1s10 10n0 1o10 WL0 1zd0 On0 1ld0 11z0 1o10 14n0 1o10 14n0 1nd0 12n0 1nd0 Xz0 1q10 12n0 M10 C00 17c0 1io0 17c0 1io0 17c0 1o00 1cL0 1fB0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 17c0 1io0 18N0 1bz0 19z0 1gp0 1610 1iL0 11z0 1o10 14o0 1lA1 SKX 1xd1 MKX 1AN0 1a00 1fA0 1cL0 1cN0 1nX0 1210 1nA0 1210 1qL0 WN0 1qL0 WN0 1qL0 11c0 1on0 11B0 1o00 11A0 1qo0 XA0 1qp0 1cN0 1cL0 17d0 1in0 14p0 1lb0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1lb0 14p0 1in0 17d0 1cL0 1cN0 19X0 e10 2L0 WN0 14n0 gN0 5z0 11B0 WL0 e10 bb0 11B0 TX0 e10 dX0 11B0 On0 gN0 gL0 11B0 Lz0 e10 pb0 WN0 IL0 e10 rX0 WN0 Db0 gN0 uL0 11B0 xz0 e10 An0 11B0 rX0 gN0 Db0 11B0 pb0 e10 Lz0 WN0 mn0 e10 On0 WN0 gL0 gN0 Rb0 11B0 bb0 e10 WL0 11B0 5z0 gN0 11z0 11B0 2L0 gN0 14n0 1fB0 1cL0 1a10 1fz0 14p0 1lb0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1nX0 14p0 1in0 17d0 1fz0 1a10 19X0 1fB0 17b0 e10 28L0 e10 25X0 gN0 25X0 e10 gL0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0|18e5","Asia/Hebron|LMT EET EEST IST IDT|-2k.n -20 -30 -20 -30|0121212121212121212121212121212121234343434343434343434343434343431212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-2MBCk.n 1Azek.n MM0 iM0 4JA0 10o0 1pA0 10M0 1pA0 16o0 1jA0 16o0 1jA0 pBa0 Vz0 1oN0 11b0 1oO0 10N0 1pz0 10N0 1pb0 10N0 1pb0 10N0 1pb0 10N0 1pz0 10N0 1pb0 10N0 1pb0 11d0 1oL0 dW0 hfB0 Db0 1fB0 Rb0 bXB0 gM0 8Q00 IM0 1wo0 TX0 1HB0 IL0 1s10 10n0 1o10 WL0 1zd0 On0 1ld0 11z0 1o10 14n0 1o10 14n0 1nd0 12n0 1nd0 Xz0 1q10 12n0 M10 C00 17c0 1io0 17c0 1io0 17c0 1o00 1cL0 1fB0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 17c0 1io0 18N0 1bz0 19z0 1gp0 1610 1iL0 12L0 1mN0 14o0 1lc0 Tb0 1xd1 MKX bB0 cn0 1cN0 1a00 1fA0 1cL0 1cN0 1nX0 1210 1nA0 1210 1qL0 WN0 1qL0 WN0 1qL0 11c0 1on0 11B0 1o00 11A0 1qo0 XA0 1qp0 1cN0 1cL0 17d0 1in0 14p0 1lb0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1lb0 14p0 1in0 17d0 1cL0 1cN0 19X0 e10 2L0 WN0 14n0 gN0 5z0 11B0 WL0 e10 bb0 11B0 TX0 e10 dX0 11B0 On0 gN0 gL0 11B0 Lz0 e10 pb0 WN0 IL0 e10 rX0 WN0 Db0 gN0 uL0 11B0 xz0 e10 An0 11B0 rX0 gN0 Db0 11B0 pb0 e10 Lz0 WN0 mn0 e10 On0 WN0 gL0 gN0 Rb0 11B0 bb0 e10 WL0 11B0 5z0 gN0 11z0 11B0 2L0 gN0 14n0 1fB0 1cL0 1a10 1fz0 14p0 1lb0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1nX0 14p0 1in0 17d0 1fz0 1a10 19X0 1fB0 17b0 e10 28L0 e10 25X0 gN0 25X0 e10 gL0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0|25e4","Asia/Ho_Chi_Minh|LMT PLMT +07 +08 +09|-76.u -76.u -70 -80 -90|0123423232|-2yC76.u bK00 1h7b6.u 5lz0 18o0 3Oq0 k5b0 aW00 BAM0|90e5","Asia/Hong_Kong|LMT HKT HKST HKWT JST|-7A.G -80 -90 -8u -90|0123412121212121212121212121212121212121212121212121212121212121212121|-2CFH0 1taO0 Hc0 xUu 9tBu 11z0 1tDu Rc0 1wo0 11A0 1cM0 11A0 1o00 11A0 1o00 11A0 1o00 14o0 1o00 11A0 1nX0 U10 1tz0 U10 1wn0 Rd0 1wn0 U10 1tz0 U10 1tz0 U10 1tz0 U10 1wn0 Rd0 1wn0 Rd0 1wn0 U10 1tz0 U10 1tz0 17d0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 s10 1Vz0 1cN0 1cL0 1cN0 1cL0 6fd0 14n0|73e5","Asia/Hovd|LMT +06 +07 +08|-66.A -60 -70 -80|012323232323232323232323232323232323232323232323232|-2APG6.A 2Uko6.A cKn0 1db0 1dd0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1fB0 1cL0 1cN0 1cL0 1cN0 1cL0 6hD0 11z0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 kEp0 1cJ0 1cP0 1cJ0|81e3","Asia/Irkutsk|LMT IMT +07 +08 +09|-6V.5 -6V.5 -70 -80 -90|012343434343434343434343234343434343434343434343434343434343434343|-3D8SV.5 1Bxc0 pjXV.5 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 8Hz0|60e4","Europe/Istanbul|LMT IMT EET EEST +03 +04|-1T.Q -1U.U -20 -30 -30 -40|01232323232323232323232323232323232323232323232345423232323232323232323232323232323232323232323232323232323232323234|-3D8NT.Q 1ePXW.U dzzU.U 11b0 8tB0 1on0 1410 1db0 19B0 1in0 3Rd0 Un0 1oN0 11b0 zSN0 CL0 mp0 1Vz0 1gN0 8yn0 1yp0 ML0 1kp0 17b0 1ip0 17b0 1fB0 19X0 1ip0 19X0 1ip0 17b0 qdB0 38L0 1jd0 Tz0 l6O0 11A0 WN0 1qL0 TB0 1tX0 U10 1tz0 11B0 1in0 17d0 z90 cne0 pb0 2Cp0 1800 14o0 1dc0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1a00 1fA0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WO0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 Xc0 1qo0 WM0 1qM0 11A0 1o00 1200 1nA0 11A0 1tA0 U00 15w0|13e6","Asia/Jakarta|LMT BMT +0720 +0730 +09 +08 WIB|-77.c -77.c -7k -7u -90 -80 -70|012343536|-49jH7.c 2hiLL.c luM0 mPzO 8vWu 6kpu 4PXu xhcu|31e6","Asia/Jayapura|LMT +09 +0930 WIT|-9m.M -90 -9u -90|0123|-1uu9m.M sMMm.M L4nu|26e4","Asia/Jerusalem|LMT JMT IST IDT IDDT|-2k.S -2k.E -20 -30 -40|012323232323232432323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232|-3D8Ok.S 1wvA0.e SyOk.E MM0 iM0 4JA0 10o0 1pA0 10M0 1pA0 16o0 1jA0 16o0 1jA0 3LA0 Eo0 oo0 1co0 1dA0 16o0 10M0 1jc0 1tA0 14o0 1cM0 1a00 11A0 1Nc0 Ao0 1Nc0 Ao0 1Ko0 LA0 1o00 WM0 EQK0 Db0 1fB0 Rb0 bXB0 gM0 8Q00 IM0 1wo0 TX0 1HB0 IL0 1s10 10n0 1o10 WL0 1zd0 On0 1ld0 11z0 1o10 14n0 1o10 14n0 1nd0 12n0 1nd0 Xz0 1q10 12n0 1hB0 1dX0 1ep0 1aL0 1eN0 17X0 1nf0 11z0 1tB0 19W0 1e10 17b0 1ep0 1gL0 18N0 1fz0 1eN0 17b0 1gq0 1gn0 19d0 1dz0 1c10 17X0 1hB0 1gn0 19d0 1dz0 1c10 17X0 1kp0 1dz0 1c10 1aL0 1eN0 1oL0 10N0 1oL0 10N0 1oL0 10N0 1rz0 W10 1rz0 W10 1rz0 10N0 1oL0 10N0 1oL0 10N0 1rz0 W10 1rz0 W10 1rz0 10N0 1oL0 10N0 1oL0 10N0 1oL0 10N0 1rz0 W10 1rz0 W10 1rz0 10N0 1oL0 10N0 1oL0 10N0 1rz0 W10 1rz0 W10 1rz0 W10 1rz0 10N0 1oL0 10N0 1oL0 10N0 1rz0 W10 1rz0 W10 1rz0 10N0 1oL0 10N0 1oL0 10N0 1oL0 10N0 1rz0 W10 1rz0 W10 1rz0 10N0 1oL0 10N0 1oL0 10N0 1rz0 W10 1rz0 W10 1rz0 10N0 1oL0 10N0 1oL0 10N0 1oL0 10N0 1rz0 W10 1rz0 W10 1rz0 10N0 1oL0 10N0 1oL0 10N0 1rz0 W10 1rz0 W10 1rz0 W10 1rz0 10N0 1oL0 10N0 1oL0 10N0 1rz0 W10 1rz0 W10 1rz0 10N0 1oL0 10N0 1oL0 10N0 1oL0 10N0 1rz0 W10 1rz0 W10 1rz0 10N0 1oL0 10N0 1oL0 10N0 1rz0 W10 1rz0 W10 1rz0 10N0 1oL0 10N0 1oL0 10N0 1oL0 10N0 1rz0 W10 1rz0 W10 1rz0 10N0 1oL0 10N0 1oL0 10N0 1rz0 W10 1rz0 W10 1rz0 W10 1rz0 10N0 1oL0 10N0 1oL0 10N0 1rz0 W10 1rz0 W10 1rz0 10N0 1oL0 10N0 1oL0 10N0 1oL0 10N0 1rz0 W10 1rz0 W10 1rz0 W10 1rz0 10N0 1oL0 10N0 1oL0 10N0 1rz0 W10 1rz0 W10 1rz0 10N0 1oL0 10N0 1oL0 10N0 1oL0 10N0 1rz0 W10 1rz0 W10 1rz0 10N0 1oL0 10N0 1oL0 10N0 1rz0 W10 1rz0 W10 1rz0 10N0 1oL0 10N0 1oL0 10N0 1oL0 10N0 1rz0 W10 1rz0 W10 1rz0 10N0 1oL0 10N0 1oL0 10N0 1rz0 W10 1rz0 W10 1rz0 W10 1rz0 10N0 1oL0 10N0 1oL0 10N0 1rz0 W10 1rz0 W10 1rz0 10N0 1oL0 10N0 1oL0 10N0 1oL0 10N0 1rz0 W10 1rz0 W10 1rz0 10N0 1oL0 10N0 1oL0 10N0 1rz0 W10 1rz0 W10 1rz0 10N0 1oL0 10N0 1oL0 10N0 1oL0 10N0 1rz0 W10 1rz0 W10 1rz0 10N0 1oL0 10N0 1oL0 10N0 1rz0 W10 1rz0 W10 1rz0 W10 1rz0 10N0 1oL0 10N0 1oL0 10N0 1rz0 W10 1rz0 W10 1rz0 10N0 1oL0 10N0 1oL0 10N0 1oL0 10N0 1rz0 W10 1rz0 W10 1rz0 10N0 1oL0 10N0 1oL0 10N0 1rz0 W10 1rz0 W10 1rz0 10N0 1oL0 10N0 1oL0 10N0 1oL0 10N0 1rz0 W10 1rz0 W10 1rz0 10N0 1oL0 10N0 1oL0 10N0 1rz0 W10 1rz0 W10 1rz0 W10 1rz0 10N0 1oL0 10N0 1oL0 10N0 1rz0 W10 1rz0 W10 1rz0 10N0 1oL0 10N0 1oL0 10N0 1oL0 10N0 1rz0 W10 1rz0 W10 1rz0 10N0 1oL0 10N0 1oL0 10N0 1oL0 10N0 1rz0 W10 1rz0 W10 1rz0 10N0 1oL0 10N0 1oL0 10N0 1oL0 10N0 1rz0 W10 1rz0 W10 1rz0 10N0 1oL0 10N0 1oL0 10N0 1rz0 W10 1rz0 W10 1rz0 10N0 1oL0 10N0 1oL0 10N0 1oL0 10N0 1rz0 W10 1rz0 W10 1rz0 10N0 1oL0 10N0 1oL0 10N0 1rz0 W10 1rz0 W10 1rz0 W10 1rz0 10N0 1oL0 10N0 1oL0 10N0 1rz0 W10 1rz0 W10 1rz0 10N0 1oL0 10N0 1oL0 10N0 1oL0 10N0 1rz0 W10 1rz0 W10 1rz0 10N0 1oL0 10N0 1oL0 10N0 1rz0 W10 1rz0 W10 1rz0 10N0 1oL0 10N0 1oL0 10N0 1oL0 10N0 1rz0 W10 1rz0 W10 1rz0 10N0 1oL0 10N0 1oL0 10N0 1rz0 W10 1rz0 W10 1rz0 W10 1rz0 10N0 1oL0 10N0 1oL0 10N0 1rz0 W10 1rz0 W10 1rz0 10N0 1oL0 10N0 1oL0 10N0 1oL0 10N0 1rz0 W10 1rz0 W10 1rz0 10N0 1oL0 10N0 1oL0 10N0 1rz0 W10 1rz0 W10 1rz0 10N0 1oL0 10N0 1oL0 10N0 1oL0 10N0 1rz0 W10 1rz0 W10 1rz0 10N0 1oL0 10N0 1oL0 10N0 1rz0 W10 1rz0 W10 1rz0 W10 1rz0 10N0 1oL0 10N0 1oL0 10N0 1rz0 W10 1rz0 W10 1rz0 10N0 1oL0 10N0 1oL0 10N0 1oL0 10N0 1rz0 W10 1rz0 W10 1rz0 10N0 1oL0 10N0 1oL0 10N0 1rz0 W10 1rz0 W10 1rz0 W10 1rz0 10N0 1oL0 10N0 1oL0 10N0 1oL0 10N0 1rz0 W10 1rz0 W10 1rz0 10N0 1oL0 10N0 1oL0 10N0 1rz0 W10 1rz0 W10 1rz0 10N0 1oL0 10N0 1oL0 10N0 1oL0 10N0 1rz0 W10 1rz0 W10 1rz0 10N0 1oL0 10N0 1oL0 10N0 1rz0 W10 1rz0 W10 1rz0 W10 1rz0 10N0 1oL0 10N0 1oL0 10N0 1rz0 W10 1rz0 W10 1rz0 10N0 1oL0 10N0 1oL0 10N0 1oL0 10N0 1rz0 W10 1rz0 W10 1rz0 10N0 1oL0 10N0 1oL0 10N0 1rz0 W10 1rz0 W10 1rz0 10N0 1oL0 10N0 1oL0 10N0 1oL0 10N0 1rz0 W10 1rz0 W10 1rz0 10N0 1oL0 10N0 1oL0 10N0 1rz0 W10 1rz0 W10 1rz0 W10 1rz0 10N0 1oL0 10N0 1oL0 10N0 1rz0 W10 1rz0 W10 1rz0 10N0 1oL0 10N0 1oL0 10N0 1oL0 10N0 1rz0 W10 1rz0 W10 1rz0 10N0 1oL0 10N0 1oL0 10N0 1rz0 W10 1rz0 W10 1rz0 10N0 1oL0 10N0 1oL0 10N0 1oL0 10N0 1rz0 W10 1rz0 W10 1rz0 10N0 1oL0 10N0 1oL0 10N0 1rz0 W10 1rz0 W10 1rz0 W10 1rz0 10N0 1oL0 10N0 1oL0 10N0 1rz0 W10 1rz0 W10 1rz0 10N0 1oL0 10N0 1oL0 10N0 1oL0 10N0 1rz0 W10 1rz0 W10 1rz0 10N0 1oL0 10N0 1oL0 10N0 1rz0 W10 1rz0 W10 1rz0 10N0 1oL0 10N0 1oL0 10N0 1oL0 10N0 1rz0 W10 1rz0 W10 1rz0 10N0 1oL0 10N0 1oL0 10N0 1rz0 W10 1rz0 W10 1rz0 W10 1rz0 10N0 1oL0 10N0 1oL0 10N0 1rz0 W10 1rz0 W10 1rz0 10N0 1oL0 10N0 1oL0 10N0 1oL0 10N0 1rz0 W10 1rz0 W10 1rz0 10N0 1oL0 10N0 1oL0 10N0 1rz0 W10 1rz0 W10 1rz0 10N0 1oL0 10N0 1oL0 10N0 1oL0 10N0 1rz0 W10 1rz0 W10 1rz0 10N0 1oL0 10N0 1oL0 10N0 1rz0 W10 1rz0 W10 1rz0 W10 1rz0 10N0 1oL0 10N0 1oL0 10N0 1rz0 W10 1rz0 W10 1rz0 10N0 1oL0 10N0 1oL0 10N0 1oL0 10N0 1rz0 W10 1rz0 W10 1rz0 10N0 1oL0 10N0 1oL0 10N0 1rz0 W10 1rz0 W10 1rz0 10N0 1oL0 10N0 1oL0 10N0 1oL0 10N0 1rz0 W10 1rz0 W10 1rz0 10N0 1oL0 10N0 1oL0 10N0 1rz0 W10 1rz0 W10 1rz0 W10 1rz0 10N0 1oL0 10N0 1oL0 10N0 1rz0 W10 1rz0 W10 1rz0 10N0 1oL0 10N0 1oL0 10N0 1oL0 10N0 1rz0 W10 1rz0 W10 1rz0 10N0 1oL0 10N0 1oL0 10N0 1rz0 W10 1rz0 W10 1rz0 10N0 1oL0 10N0 1oL0 10N0 1oL0 10N0 1rz0 W10 1rz0 W10 1rz0 10N0 1oL0 10N0 1oL0 10N0 1rz0 W10 1rz0 W10 1rz0 W10 1rz0 10N0 1oL0 10N0 1oL0 10N0 1rz0 W10 1rz0 W10 1rz0 10N0 1oL0 10N0 1oL0 10N0 1oL0|81e4","Asia/Kabul|LMT +04 +0430|-4A.M -40 -4u|012|-3eLEA.M 2dTcA.M|46e5","Asia/Kamchatka|LMT +11 +12 +13|-ay.A -b0 -c0 -d0|012323232323232323232321232323232323232323232323232323232323212|-1SLKy.A ivXy.A 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 2sp0 WM0|18e4","Asia/Karachi|LMT +0530 +0630 +05 PKT PKST|-4s.c -5u -6u -50 -50 -60|012134545454|-2xoss.c 1qOKW.c 7zX0 eup0 LqMu 1fy00 1cL0 dK10 11b0 1610 1jX0|24e6","Asia/Kathmandu|LMT +0530 +0545|-5F.g -5u -5J|012|-21JhF.g 2EGMb.g|12e5","Asia/Khandyga|LMT +08 +09 +10 +11|-92.d -80 -90 -a0 -b0|0123232323232323232323212323232323232323232323232343434343434343432|-21Q92.d pAp2.d 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 qK0 yN0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 17V0 7zD0|66e2","Asia/Krasnoyarsk|LMT +06 +07 +08|-6b.q -60 -70 -80|01232323232323232323232123232323232323232323232323232323232323232|-21Hib.q prAb.q 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 8Hz0|10e5","Asia/Kuala_Lumpur|LMT SMT +07 +0720 +0730 +09 +08|-6T.p -6T.p -70 -7k -7u -90 -80|01234546|-2M0ST.p aIM0 17anT.p l5XE 17bO 8Fyu 1so10|71e5","Asia/Macau|LMT CST +09 +10 CDT|-7y.a -80 -90 -a0 -90|012323214141414141414141414141414141414141414141414141414141414141414141|-2CFHy.a 1uqKy.a PX0 1kn0 15B0 11b0 4Qq0 1oM0 11c0 1ko0 1u00 11A0 1cM0 11c0 1o00 11A0 1o00 11A0 1oo0 1400 1o00 11A0 1o00 U00 1tA0 U00 1wo0 Rc0 1wru U10 1tz0 U10 1tz0 U10 1tz0 U10 1wn0 Rd0 1wn0 Rd0 1wn0 U10 1tz0 U10 1tz0 17d0 1cK0 1cO0 1cK0 1cO0 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 s10 1Vz0 1cN0 1cL0 1cN0 1cL0 6fd0 14n0|57e4","Asia/Magadan|LMT +10 +11 +12|-a3.c -a0 -b0 -c0|012323232323232323232321232323232323232323232323232323232323232312|-1Pca3.c eUo3.c 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 8Hz0 3Cq0|95e3","Asia/Makassar|LMT MMT +08 +09 WITA|-7V.A -7V.A -80 -90 -80|01234|-21JjV.A vfc0 myLV.A 8ML0|15e5","Asia/Manila|LMT LMT PST PDT JST|fU -84 -80 -90 -90|01232423232|-54m84 2clc0 1vfc4 AL0 cK10 65X0 mXB0 vX0 VK10 1db0|24e6","Asia/Nicosia|LMT EET EEST|-2d.s -20 -30|01212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-1Vc2d.s 2a3cd.s 1cL0 1qp0 Xz0 19B0 19X0 1fB0 1db0 1cp0 1cL0 1fB0 19X0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1fB0 1cL0 1cN0 1cL0 1cN0 1o30 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00|32e4","Asia/Novokuznetsk|LMT +06 +07 +08|-5M.M -60 -70 -80|012323232323232323232321232323232323232323232323232323232323212|-1PctM.M eULM.M 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 2sp0 WM0|55e4","Asia/Novosibirsk|LMT +06 +07 +08|-5v.E -60 -70 -80|0123232323232323232323212323212121212121212121212121212121212121212|-21Qnv.E pAFv.E 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 IM0 rX0 1cM0 1cM0 ml0 Os0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 8Hz0 4eN0|15e5","Asia/Omsk|LMT +05 +06 +07|-4R.u -50 -60 -70|01232323232323232323232123232323232323232323232323232323232323232|-224sR.u pMLR.u 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 8Hz0|12e5","Asia/Oral|LMT +03 +05 +06 +04|-3p.o -30 -50 -60 -40|01232323232323232424242424242424242424242424242|-1Pc3p.o eUop.o 23CK0 3Db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 2pB0 1cM0 1fA0 1cM0 1cM0 IM0 1EM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0|27e4","Asia/Pontianak|LMT PMT +0730 +09 +08 WITA WIB|-7h.k -7h.k -7u -90 -80 -80 -70|012324256|-2ua7h.k XE00 munL.k 8Rau 6kpu 4PXu xhcu Wqnu|23e4","Asia/Pyongyang|LMT KST JST KST|-8n -8u -90 -90|012313|-2um8n 97XR 1lTzu 2Onc0 6BA0|29e5","Asia/Qostanay|LMT +04 +05 +06|-4e.s -40 -50 -60|012323232323232323232123232323232323232323232323|-1Pc4e.s eUoe.s 23CL0 3Db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0|","Asia/Qyzylorda|LMT +04 +05 +06|-4l.Q -40 -50 -60|01232323232323232323232323232323232323232323232|-1Pc4l.Q eUol.Q 23CL0 3Db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 3ao0 1EM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 zQl0|73e4","Asia/Rangoon|LMT RMT +0630 +09|-6o.L -6o.L -6u -90|01232|-3D8So.L 1BnA0 SmnS.L 7j9u|48e5","Asia/Sakhalin|LMT +09 +11 +12 +10|-9u.M -90 -b0 -c0 -a0|01232323232323232323232423232323232424242424242424242424242424242|-2AGVu.M 1BoMu.M 1qFa0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 2pB0 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 8Hz0 3rd0|58e4","Asia/Samarkand|LMT +04 +05 +06|-4r.R -40 -50 -60|01232323232323232323232|-1Pc4r.R eUor.R 23CL0 3Db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0|36e4","Asia/Seoul|LMT KST JST KST KDT KDT|-8r.Q -8u -90 -90 -a0 -9u|012343434343151515151515134343|-2um8r.Q 97XV.Q 1m1zu 6CM0 Fz0 1kN0 14n0 1kN0 14L0 1zd0 On0 69B0 2I0u OL0 1FB0 Rb0 1qN0 TX0 1tB0 TX0 1tB0 TX0 1tB0 TX0 2ap0 12FBu 11A0 1o00 11A0|23e6","Asia/Srednekolymsk|LMT +10 +11 +12|-ae.Q -a0 -b0 -c0|01232323232323232323232123232323232323232323232323232323232323232|-1Pcae.Q eUoe.Q 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 8Hz0|35e2","Asia/Taipei|LMT CST JST CDT|-86 -80 -90 -90|012131313131313131313131313131313131313131|-30bk6 1FDc6 joM0 1yo0 Tz0 1ip0 1jX0 1cN0 11b0 1oN0 11b0 1oN0 11b0 1oN0 11b0 10N0 1BX0 10p0 1pz0 10p0 1pz0 10p0 1db0 1dd0 1db0 1cN0 1db0 1cN0 1db0 1cN0 1db0 1BB0 ML0 1Bd0 ML0 uq10 1db0 1cN0 1db0 97B0 AL0|74e5","Asia/Tashkent|LMT +05 +06 +07|-4B.b -50 -60 -70|012323232323232323232321|-1Pc4B.b eUnB.b 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0|23e5","Asia/Tbilisi|LMT TBMT +03 +04 +05|-2X.b -2X.b -30 -40 -50|01234343434343434343434323232343434343434343434323|-3D8OX.b 1LUM0 1jUnX.b WCL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 1cK0 1cL0 1cN0 1cL0 1cN0 2pz0 1cL0 1fB0 3Nz0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 An0 Os0 WM0|11e5","Asia/Tehran|LMT TMT +0330 +0430 +04 +05|-3p.I -3p.I -3u -4u -40 -50|012345423232323232323232323232323232323232323232323232323232323232323232|-2btDp.I Llc0 1FHaT.I 1pc0 120u Rc0 XA0 Wou JX0 1dB0 1en0 pNB0 UL0 1cN0 1dz0 1cp0 1dz0 1cp0 1dz0 1cp0 1dz0 1cp0 1dz0 1cN0 1dz0 1cp0 1dz0 1cp0 1dz0 1cp0 1dz0 1cN0 1dz0 1cp0 1dz0 1cp0 1dz0 1cp0 1dz0 1cN0 1dz0 64p0 1dz0 1cN0 1dz0 1cp0 1dz0 1cp0 1dz0 1cp0 1dz0 1cN0 1dz0 1cp0 1dz0 1cp0 1dz0 1cp0 1dz0 1cN0 1dz0 1cp0 1dz0 1cp0 1dz0 1cp0 1dz0 1cN0 1dz0 1cp0 1dz0|14e6","Asia/Thimphu|LMT +0530 +06|-5W.A -5u -60|012|-Su5W.A 1BGMs.A|79e3","Asia/Tokyo|LMT JST JDT|-9i.X -90 -a0|0121212121|-3jE90 2qSo0 Rc0 1lc0 14o0 1zc0 Oo0 1zc0 Oo0|38e6","Asia/Tomsk|LMT +06 +07 +08|-5D.P -60 -70 -80|0123232323232323232323212323232323232323232323212121212121212121212|-21NhD.P pxzD.P 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 co0 1bB0 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 8Hz0 3Qp0|10e5","Asia/Ulaanbaatar|LMT +07 +08 +09|-77.w -70 -80 -90|012323232323232323232323232323232323232323232323232|-2APH7.w 2Uko7.w cKn0 1db0 1dd0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1fB0 1cL0 1cN0 1cL0 1cN0 1cL0 6hD0 11z0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 kEp0 1cJ0 1cP0 1cJ0|12e5","Asia/Ust-Nera|LMT +08 +09 +12 +11 +10|-9w.S -80 -90 -c0 -b0 -a0|012343434343434343434345434343434343434343434343434343434343434345|-21Q9w.S pApw.S 23CL0 1d90 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 17V0 7zD0|65e2","Asia/Vladivostok|LMT +09 +10 +11|-8L.v -90 -a0 -b0|01232323232323232323232123232323232323232323232323232323232323232|-1SJIL.v itXL.v 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 8Hz0|60e4","Asia/Yakutsk|LMT +08 +09 +10|-8C.W -80 -90 -a0|01232323232323232323232123232323232323232323232323232323232323232|-21Q8C.W pAoC.W 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 8Hz0|28e4","Asia/Yekaterinburg|LMT PMT +04 +05 +06|-42.x -3J.5 -40 -50 -60|012343434343434343434343234343434343434343434343434343434343434343|-2ag42.x 7mQh.s qBvJ.5 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 8Hz0|14e5","Asia/Yerevan|LMT +03 +04 +05|-2W -30 -40 -50|0123232323232323232323212121212323232323232323232323232323232|-1Pc2W 1jUnW WCL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 2pB0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 4RX0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0|13e5","Atlantic/Azores|LMT HMT -02 -01 +00 WET|1G.E 1S.w 20 10 0 0|01232323232323232323232323232323232323232323234323432343234323232323232323232323232323232323232323232343434343434343434343434343434345434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343|-3tomh.k 18aoh.k aPX0 Sp0 LX0 1vc0 Tc0 1uM0 SM0 1vc0 Tc0 1vc0 SM0 1vc0 6600 1co0 3E00 17c0 1fA0 1a00 1io0 1a00 1io0 17c0 3I00 17c0 1cM0 1cM0 3Fc0 1cM0 1a00 1fA0 1io0 17c0 1cM0 1cM0 1a00 1fA0 1io0 1qM0 Dc0 1tA0 1cM0 1dc0 1400 gL0 IM0 s10 U00 dX0 Rc0 pd0 Rc0 gL0 Oo0 pd0 Rc0 gL0 Oo0 pd0 14o0 1cM0 1cP0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 qIl0 1cM0 1fA0 1cM0 1cM0 1cN0 1cL0 1cN0 1cM0 1cM0 1cM0 1cM0 1cN0 1cL0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cL0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00|25e4","Atlantic/Bermuda|LMT BMT BST AST ADT|4j.i 4j.i 3j.i 40 30|0121213434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343|-3eLvE.G 16mo0 1bb0 1i10 11X0 ru30 thbE.G 1PX0 11B0 1tz0 Rd0 1zb0 Op0 1zb0 3I10 Lz0 1EN0 FX0 1HB0 FX0 1Kp0 Db0 1Kp0 Db0 1Kp0 FX0 93d0 11z0 GAp0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|65e3","Atlantic/Canary|LMT -01 WET WEST|11.A 10 0 -10|01232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232|-1UtaW.o XPAW.o 1lAK0 1a10 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00|54e4","Atlantic/Cape_Verde|LMT -02 -01|1y.4 20 10|01212|-2ldW0 1eEo0 7zX0 1djf0|50e4","Atlantic/Faroe|LMT WET WEST|r.4 0 -10|01212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-2uSnw.U 2Wgow.U 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00|49e3","Atlantic/Madeira|LMT FMT -01 +00 +01 WET WEST|17.A 17.A 10 0 -10 0 -10|01232323232323232323232323232323232323232323234323432343234323232323232323232323232323232323232323232565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565656565|-3tomQ.o 18anQ.o aPX0 Sp0 LX0 1vc0 Tc0 1uM0 SM0 1vc0 Tc0 1vc0 SM0 1vc0 6600 1co0 3E00 17c0 1fA0 1a00 1io0 1a00 1io0 17c0 3I00 17c0 1cM0 1cM0 3Fc0 1cM0 1a00 1fA0 1io0 17c0 1cM0 1cM0 1a00 1fA0 1io0 1qM0 Dc0 1tA0 1cM0 1dc0 1400 gL0 IM0 s10 U00 dX0 Rc0 pd0 Rc0 gL0 Oo0 pd0 Rc0 gL0 Oo0 pd0 14o0 1cM0 1cP0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 qIl0 1cM0 1fA0 1cM0 1cM0 1cN0 1cL0 1cN0 1cM0 1cM0 1cM0 1cM0 1cN0 1cL0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00|27e4","Atlantic/South_Georgia|LMT -02|2q.8 20|01|-3eLxx.Q|30","Atlantic/Stanley|LMT SMT -04 -03 -02|3P.o 3P.o 40 30 20|0123232323232323434323232323232323232323232323232323232323232323232323|-3eLw8.A S200 12bA8.A 19X0 1fB0 19X0 1ip0 19X0 1fB0 19X0 1fB0 19X0 1fB0 Cn0 1Cc10 WL0 1qL0 U10 1tz0 2mN0 WN0 1qL0 WN0 1qL0 WN0 1qL0 WN0 1tz0 U10 1tz0 WN0 1qL0 WN0 1qL0 WN0 1qL0 WN0 1qL0 WN0 1tz0 WN0 1qL0 WN0 1qL0 WN0 1qL0 WN0 1qL0 WN0 1qN0 U10 1wn0 Rd0 1wn0 U10 1tz0 U10 1tz0 U10 1tz0 U10 1tz0 U10 1wn0 U10 1tz0 U10 1tz0 U10|21e2","Australia/Sydney|LMT AEST AEDT|-a4.Q -a0 -b0|01212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212|-32oW4.Q RlC4.Q xc0 10jc0 yM0 1cM0 1cM0 1fA0 1a00 17c00 LA0 1C00 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 14o0 1o00 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 U00 1qM0 WM0 1tA0 WM0 1tA0 U00 1tA0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 11A0 1o00 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 11A0 1o00 WM0 1qM0 14o0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0|40e5","Australia/Adelaide|LMT ACST ACST ACDT|-9e.k -90 -9u -au|012323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323|-32oVe.k ak0e.k H1Bu xc0 10jc0 yM0 1cM0 1cM0 1fA0 1a00 17c00 LA0 1C00 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 U00 1qM0 WM0 1tA0 WM0 1tA0 U00 1tA0 U00 1tA0 Oo0 1zc0 WM0 1qM0 Rc0 1zc0 U00 1tA0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 11A0 1o00 WM0 1qM0 14o0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0|11e5","Australia/Brisbane|LMT AEST AEDT|-ac.8 -a0 -b0|012121212121212121|-32Bmc.8 Ry2c.8 xc0 10jc0 yM0 1cM0 1cM0 1fA0 1a00 17c00 LA0 H1A0 Oo0 1zc0 Oo0 1zc0 Oo0|20e5","Australia/Broken_Hill|LMT AEST ACST ACST ACDT|-9p.M -a0 -90 -9u -au|0123434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434|-32oVp.M 3Lzp.M 6wp0 H1Bu xc0 10jc0 yM0 1cM0 1cM0 1fA0 1a00 17c00 LA0 1C00 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 14o0 1o00 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 U00 1qM0 WM0 1tA0 WM0 1tA0 U00 1tA0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 11A0 1o00 WM0 1qM0 14o0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0|18e3","Australia/Hobart|LMT AEST AEDT|-9N.g -a0 -b0|01212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212|-3109N.g Pk1N.g 1a00 1qM0 Oo0 1zc0 Oo0 TAo0 yM0 1cM0 1cM0 1fA0 1a00 VfA0 1cM0 1o00 Rc0 1wo0 Rc0 1wo0 U00 1wo0 LA0 1C00 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 11A0 1qM0 WM0 1qM0 Oo0 1zc0 Oo0 1zc0 Oo0 1wo0 WM0 1tA0 WM0 1tA0 U00 1tA0 U00 1tA0 11A0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 11A0 1o00 1io0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1cM0 1a00 1io0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0|21e4","Australia/Darwin|LMT ACST ACST ACDT|-8H.k -90 -9u -au|01232323232|-32oUH.k ajXH.k H1Bu xc0 10jc0 yM0 1cM0 1cM0 1fA0 1a00|12e4","Australia/Eucla|LMT +0845 +0945|-8z.s -8J -9J|01212121212121212121|-30nIz.s PkpO.s xc0 10jc0 yM0 1cM0 1cM0 1gSo0 Oo0 l5A0 Oo0 iJA0 G00 zU00 IM0 1qM0 11A0 1o00 11A0|368","Australia/Lord_Howe|LMT AEST +1030 +1130 +11|-aA.k -a0 -au -bu -b0|01232323232424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424242424|-32oWA.k 3tzAA.k 1zdu Rb0 1zd0 On0 1zd0 On0 1zd0 On0 1zd0 TXu 1qMu WLu 1tAu WLu 1tAu TXu 1tAu Onu 1zcu Onu 1zcu Onu 1zcu Rbu 1zcu Onu 1zcu Onu 1zcu 11zu 1o0u 11zu 1o0u 11zu 1o0u 11zu 1qMu WLu 11Au 1nXu 1qMu 11zu 1o0u 11zu 1o0u 11zu 1qMu WLu 1qMu 11zu 1o0u WLu 1qMu 14nu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1fAu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1fAu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1fzu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1fAu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1fAu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1fAu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1fAu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1fzu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1fAu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1fAu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1fAu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1fAu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1fzu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1fAu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1fAu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1fAu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1fAu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1fAu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1fAu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1fzu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1fAu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1fAu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1fAu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1fAu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1fzu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1fAu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1fAu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1fAu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1fAu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1fzu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1fAu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1fAu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1fAu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1fAu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1fAu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1fAu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1fzu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1fAu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1fAu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1fAu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1fAu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1fzu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1fAu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1fAu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1fAu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1fAu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1fzu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1fAu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1fAu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1fAu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1fAu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1fAu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1fAu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1fzu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1fAu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1fAu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1fAu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1fAu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1fzu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1fAu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1fAu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1fAu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1fAu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1fzu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1fAu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1fAu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1fAu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1fAu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1fzu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1fAu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1fAu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1fAu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1fAu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1fzu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1fAu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1fAu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1fAu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1fAu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1fzu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1fAu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1fAu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1fAu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1fAu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1fzu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1fAu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1fAu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1fAu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu|347","Australia/Lindeman|LMT AEST AEDT|-9T.U -a0 -b0|0121212121212121212121|-32BlT.U Ry1T.U xc0 10jc0 yM0 1cM0 1cM0 1fA0 1a00 17c00 LA0 H1A0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0|10","Australia/Melbourne|LMT AEST AEDT|-9D.Q -a0 -b0|01212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212|-32oVD.Q RlBD.Q xc0 10jc0 yM0 1cM0 1cM0 1fA0 1a00 17c00 LA0 1C00 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 U00 1qM0 WM0 1qM0 11A0 1tA0 U00 1tA0 U00 1tA0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 11A0 1o00 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 11A0 1o00 WM0 1qM0 14o0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0|39e5","Australia/Perth|LMT AWST AWDT|-7H.o -80 -90|01212121212121212121|-30nHH.o PkpH.o xc0 10jc0 yM0 1cM0 1cM0 1gSo0 Oo0 l5A0 Oo0 iJA0 G00 zU00 IM0 1qM0 11A0 1o00 11A0|18e5","CET|CET CEST|-10 -20|01010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-2aFe0 11d0 1iO0 11A0 1o00 11A0 Qrc0 6i00 WM0 1fA0 1cM0 1cM0 1cM0 16M0 1gMM0 1a00 1fA0 1cM0 1cM0 1cM0 1fA0 1a00 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00|","Pacific/Easter|LMT EMT -07 -06 -05|7h.s 7h.s 70 60 50|0123232323232323232323232323234343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434|-3eLsG.w 1HRc0 1s4IG.w WL0 1zd0 On0 1ip0 11z0 1o10 11z0 1qN0 WL0 1ld0 14n0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 WL0 1qN0 11z0 1o10 2pA0 11z0 1o10 11z0 1qN0 WL0 1qN0 WL0 1qN0 1cL0 1cN0 11z0 1o10 11z0 1qN0 WL0 1fB0 19X0 1qN0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 17b0 1ip0 11z0 1ip0 1fz0 1fB0 11z0 1qN0 WL0 1qN0 WL0 1qN0 WL0 1qN0 11z0 1o10 11z0 1o10 11z0 1qN0 WL0 1qN0 17b0 1ip0 11z0 1o10 19X0 1fB0 1nX0 G10 1EL0 Op0 1zb0 Rd0 1wn0 Rd0 46n0 Ap0 1Nb0 Ap0 1Nb0 Ap0 1zb0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 11B0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0|30e2","CST6CDT|CST CDT CWT CPT|60 50 50 50|010102301010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-261s0 1nX0 11B0 1nX0 SgN0 8x30 iw0 QwN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|","EET|EET EEST|-20 -30|010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|hDB0 1a00 1fA0 1cM0 1cM0 1cM0 1fA0 1a00 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00|","Europe/Dublin|LMT DMT IST GMT BST IST|p.l p.l -y.D 0 -10 -10|012343434343435353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353535353|-3BHby.D 1ra20 Rc0 1fzy.D 14M0 1fc0 1g00 1co0 1dc0 1co0 1oo0 1400 1dc0 19A0 1io0 1io0 WM0 1o00 14o0 1o00 17c0 1io0 17c0 1fA0 1a00 1lc0 17c0 1io0 17c0 1fA0 1a00 1io0 17c0 1io0 17c0 1fA0 1cM0 1io0 17c0 1fA0 1a00 1io0 17c0 1io0 17c0 1fA0 1a00 1io0 1qM0 Dc0 g600 14o0 1wo0 17c0 1io0 11A0 1o00 17c0 1fA0 1a00 1fA0 1cM0 1fA0 1a00 17c0 1fA0 1a00 1io0 17c0 1lc0 17c0 1fA0 1a00 1io0 17c0 1io0 17c0 1fA0 1a00 1a00 1qM0 WM0 1qM0 11A0 1o00 WM0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1tA0 IM0 90o0 U00 1tA0 U00 1tA0 U00 1tA0 U00 1tA0 WM0 1qM0 WM0 1qM0 WM0 1tA0 U00 1tA0 U00 1tA0 11z0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1o00 14o0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00|12e5","EST|EST|50|0||","EST5EDT|EST EDT EWT EPT|50 40 40 40|010102301010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-261t0 1nX0 11B0 1nX0 SgN0 8x40 iv0 QwN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|","Etc/GMT-0|GMT|0|0||","Etc/GMT-1|+01|-10|0||","Etc/GMT-10|+10|-a0|0||","Etc/GMT-11|+11|-b0|0||","Etc/GMT-12|+12|-c0|0||","Etc/GMT-13|+13|-d0|0||","Etc/GMT-14|+14|-e0|0||","Etc/GMT-2|+02|-20|0||","Etc/GMT-3|+03|-30|0||","Etc/GMT-4|+04|-40|0||","Etc/GMT-5|+05|-50|0||","Etc/GMT-6|+06|-60|0||","Etc/GMT-7|+07|-70|0||","Etc/GMT-8|+08|-80|0||","Etc/GMT-9|+09|-90|0||","Etc/GMT+1|-01|10|0||","Etc/GMT+10|-10|a0|0||","Etc/GMT+11|-11|b0|0||","Etc/GMT+12|-12|c0|0||","Etc/GMT+2|-02|20|0||","Etc/GMT+3|-03|30|0||","Etc/GMT+4|-04|40|0||","Etc/GMT+5|-05|50|0||","Etc/GMT+6|-06|60|0||","Etc/GMT+7|-07|70|0||","Etc/GMT+8|-08|80|0||","Etc/GMT+9|-09|90|0||","Etc/UTC|UTC|0|0||","Europe/Brussels|LMT BMT WET CET CEST WEST|-h.u -h.u 0 -10 -20 -10|012343434325252525252525252525252525252525252525252525434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343|-3D8Mh.u u1Ah.u SO00 3zX0 11c0 1iO0 11A0 1o00 11A0 my0 Ic0 1qM0 Rc0 1EM0 UM0 1u00 10o0 1io0 1io0 17c0 1a00 1fA0 1cM0 1cM0 1io0 17c0 1fA0 1a00 1io0 1a30 1io0 17c0 1fA0 1a00 1io0 17c0 1cM0 1cM0 1a00 1io0 1cM0 1cM0 1a00 1fA0 1io0 17c0 1cM0 1cM0 1a00 1fA0 1io0 1qM0 Dc0 y00 5Wn0 WM0 1fA0 1cM0 16M0 1iM0 16M0 1C00 Uo0 1eeo0 1a00 1fA0 1cM0 1cM0 1cM0 1fA0 1a00 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00|21e5","Europe/Andorra|LMT WET CET CEST|-6.4 0 -10 -20|0123232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232|-2M0M6.4 1Pnc6.4 1xIN0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00|79e3","Europe/Astrakhan|LMT +03 +04 +05|-3c.c -30 -40 -50|012323232323232323212121212121212121212121212121212121212121212|-1Pcrc.c eUMc.c 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 2pB0 1cM0 1fA0 1cM0 3Co0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 8Hz0 3rd0|10e5","Europe/Athens|LMT AMT EET EEST CEST CET|-1y.Q -1y.Q -20 -30 -20 -10|0123234545232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232|-30SNy.Q OMM1 CNbx.Q mn0 kU10 9b0 3Es0 Xa0 1fb0 1dd0 k3X0 Nz0 SCp0 1vc0 SO0 1cM0 1a00 1ao0 1fc0 1a10 1fG0 1cg0 1dX0 1bX0 1cQ0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00|35e5","Europe/London|LMT GMT BST BDST|1.f 0 -10 -20|01212121212121212121212121212121212121212121212121232323232321212321212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-4VgnW.J 2KHdW.J Rc0 1fA0 14M0 1fc0 1g00 1co0 1dc0 1co0 1oo0 1400 1dc0 19A0 1io0 1io0 WM0 1o00 14o0 1o00 17c0 1io0 17c0 1fA0 1a00 1lc0 17c0 1io0 17c0 1fA0 1a00 1io0 17c0 1io0 17c0 1fA0 1cM0 1io0 17c0 1fA0 1a00 1io0 17c0 1io0 17c0 1fA0 1a00 1io0 1qM0 Dc0 2Rz0 Dc0 1zc0 Oo0 1zc0 Rc0 1wo0 17c0 1iM0 FA0 xB0 1fA0 1a00 14o0 bb0 LA0 xB0 Rc0 1wo0 11A0 1o00 17c0 1fA0 1a00 1fA0 1cM0 1fA0 1a00 17c0 1fA0 1a00 1io0 17c0 1lc0 17c0 1fA0 1a00 1io0 17c0 1io0 17c0 1fA0 1a00 1a00 1qM0 WM0 1qM0 11A0 1o00 WM0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1tA0 IM0 90o0 U00 1tA0 U00 1tA0 U00 1tA0 U00 1tA0 WM0 1qM0 WM0 1qM0 WM0 1tA0 U00 1tA0 U00 1tA0 11z0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1o00 14o0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00|10e6","Europe/Belgrade|LMT CET CEST|-1m -10 -20|012121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-3topm 2juLm 3IP0 WM0 1fA0 1cM0 1cM0 1rc0 Qo0 1vmo0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00|12e5","Europe/Prague|LMT PMT CET CEST GMT|-V.I -V.I -10 -20 0|0123232323232323232423232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232|-4QbAV.I 1FDc0 XPaV.I 11d0 1iO0 11A0 1o00 11A0 Qrc0 6i00 WM0 1fA0 1cM0 1cM0 1cM0 1cM0 1qM0 11c0 mp0 xA0 mn0 17c0 1io0 17c0 1fc0 1ao0 1bNc0 1cM0 1fA0 1a00 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00|13e5","Europe/Bucharest|LMT BMT EET EEST|-1I.o -1I.o -20 -30|01232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232|-3awpI.o 1AU00 20LI.o RA0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1Axc0 On0 1fA0 1a10 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cK0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cL0 1cN0 1cL0 1fB0 1nX0 11E0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00|19e5","Europe/Budapest|LMT CET CEST|-1g.k -10 -20|01212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-3cK1g.k 124Lg.k 11d0 1iO0 11A0 1o00 11A0 1oo0 11c0 1lc0 17c0 O1V0 3Nf0 WM0 1fA0 1cM0 1cM0 1oJ0 1dd0 1020 1fX0 1cp0 1cM0 1cM0 1cM0 1fA0 1a00 bhy0 Rb0 1wr0 Rc0 1C00 LA0 1C00 LA0 SNW0 1a00 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cO0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00|17e5","Europe/Zurich|LMT BMT CET CEST|-y.8 -t.K -10 -20|0123232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232|-4HyMy.8 1Dw04.m 1SfAt.K 11A0 1o00 11A0 1xG10 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00|38e4","Europe/Chisinau|LMT CMT BMT EET EEST CEST CET MSK MSD|-1T.k -1T -1I.o -20 -30 -20 -10 -30 -40|0123434343434343434345656578787878787878787878434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343434343|-3D8NT.k 1wNA0.k wGMa.A 20LI.o RA0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 27A0 2en0 39g0 WM0 1fA0 1cM0 V90 1t7z0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 gL0 WO0 1cM0 1cM0 1cK0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1fB0 1nX0 11D0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00|67e4","Europe/Gibraltar|LMT GMT BST BDST CET CEST|l.o 0 -10 -20 -10 -20|0121212121212121212121212121212121212121212121212123232323232121232121212121212121212145454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454|-3BHbC.A 1ra1C.A Rc0 1fA0 14M0 1fc0 1g00 1co0 1dc0 1co0 1oo0 1400 1dc0 19A0 1io0 1io0 WM0 1o00 14o0 1o00 17c0 1io0 17c0 1fA0 1a00 1lc0 17c0 1io0 17c0 1fA0 1a00 1io0 17c0 1io0 17c0 1fA0 1cM0 1io0 17c0 1fA0 1a00 1io0 17c0 1io0 17c0 1fA0 1a00 1io0 1qM0 Dc0 2Rz0 Dc0 1zc0 Oo0 1zc0 Rc0 1wo0 17c0 1iM0 FA0 xB0 1fA0 1a00 14o0 bb0 LA0 xB0 Rc0 1wo0 11A0 1o00 17c0 1fA0 1a00 1fA0 1cM0 1fA0 1a00 17c0 1fA0 1a00 1io0 17c0 1lc0 17c0 1fA0 10Jz0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00|30e3","Europe/Helsinki|LMT HMT EET EEST|-1D.N -1D.N -20 -30|01232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232|-3H0ND.N 1Iu00 OULD.N 1dA0 1xGq0 1cM0 1cM0 1cM0 1cN0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00|12e5","Europe/Kaliningrad|LMT CET CEST EET EEST MSK MSD +03|-1m -10 -20 -20 -30 -30 -40 -30|012121212121212343565656565656565654343434343434343434343434343434343434343434373|-36Rdm UbXm 11d0 1iO0 11A0 1o00 11A0 Qrc0 6i00 WM0 1fA0 1cM0 1cM0 1cM0 390 7A0 1en0 12N0 1pbb0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cN0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 8Hz0|44e4","Europe/Kiev|LMT KMT EET MSK CEST CET MSD EEST|-22.4 -22.4 -20 -30 -20 -10 -40 -30|01234545363636363636363636367272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272727272|-3D8O2.4 1LUM0 eUo2.4 rnz0 2Hg0 WM0 1fA0 da0 1v4m0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 Db0 3220 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o10 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00|34e5","Europe/Kirov|LMT +03 +04 +05 MSD MSK MSK|-3i.M -30 -40 -50 -40 -30 -40|0123232323232323232454524545454545454545454545454545454545454565|-22WM0 qH90 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cN0 1cM0 1fA0 1cM0 2pz0 1cN0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 8Hz0|48e4","Europe/Lisbon|LMT WET WEST WEMT CET CEST|A.J 0 -10 -20 -10 -20|01212121212121212121212121212121212121212121232123212321232121212121212121212121212121212121212121214121212121212121212121212121212124545454212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-2le00 aPX0 Sp0 LX0 1vc0 Tc0 1uM0 SM0 1vc0 Tc0 1vc0 SM0 1vc0 6600 1co0 3E00 17c0 1fA0 1a00 1io0 1a00 1io0 17c0 3I00 17c0 1cM0 1cM0 3Fc0 1cM0 1a00 1fA0 1io0 17c0 1cM0 1cM0 1a00 1fA0 1io0 1qM0 Dc0 1tA0 1cM0 1dc0 1400 gL0 IM0 s10 U00 dX0 Rc0 pd0 Rc0 gL0 Oo0 pd0 Rc0 gL0 Oo0 pd0 14o0 1cM0 1cP0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 pvy0 1cM0 1cM0 1fA0 1cM0 1cM0 1cN0 1cL0 1cN0 1cM0 1cM0 1cM0 1cM0 1cN0 1cL0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00|27e5","Europe/Madrid|LMT WET WEST WEMT CET CEST|e.I 0 -10 -20 -10 -20|0121212121212121212321454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454|-2M0M0 G5z0 19B0 1cL0 1dd0 b1z0 18p0 3HX0 17d0 1fz0 1a10 1io0 1a00 1in0 17d0 iIn0 Hd0 1cL0 bb0 1200 2s20 14n0 5aL0 Mp0 1vz0 17d0 1in0 17d0 1in0 17d0 1in0 17d0 6hX0 11B0 XHX0 1a10 1fz0 1a10 19X0 1cN0 1fz0 1a10 1fC0 1cM0 1cM0 1cM0 1fA0 1a00 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00|62e5","Europe/Malta|LMT CET CEST|-W.4 -10 -20|01212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-35rcW.4 SXzW.4 Lz0 1cN0 1db0 1410 1on0 Wp0 1qL0 17d0 1cL0 M3B0 5M20 WM0 1fA0 1co0 17c0 1iM0 16m0 1de0 1lc0 14m0 1lc0 WO0 1qM0 GTW0 On0 1C10 LA0 1C00 LA0 1EM0 LA0 1C00 LA0 1zc0 Oo0 1C00 Oo0 1co0 1cM0 1lA0 Xc0 1qq0 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1o10 11z0 1iN0 19z0 1fB0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00|42e4","Europe/Minsk|LMT MMT EET MSK CEST CET MSD EEST +03|-1O.g -1O -20 -30 -20 -10 -40 -30 -30|012345454363636363636363636372727272727272727272727272727272727272728|-3D8NO.g 1LUM0.g eUnO qNX0 3gQ0 WM0 1fA0 1cM0 Al0 1tsn0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 3Fc0 1cN0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0|19e5","Europe/Paris|LMT PMT WET WEST CEST CET WEMT|-9.l -9.l 0 -10 -20 -10 -20|01232323232323232323232323232323232323232323232323234545463654545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545|-3bQ09.l MDA0 cNb9.l HA0 19A0 1iM0 11c0 1oo0 Wo0 1rc0 QM0 1EM0 UM0 1u00 10o0 1io0 1wo0 Rc0 1a00 1fA0 1cM0 1cM0 1io0 17c0 1fA0 1a00 1io0 1a00 1io0 17c0 1fA0 1a00 1io0 17c0 1cM0 1cM0 1a00 1io0 1cM0 1cM0 1a00 1fA0 1io0 17c0 1cM0 1cM0 1a00 1fA0 1io0 1qM0 Df0 Ik0 5M30 WM0 1fA0 1cM0 Vx0 hB0 1aq0 16M0 1ekn0 1cL0 1fC0 1a00 1fA0 1cM0 1cM0 1cM0 1fA0 1a00 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00|11e6","Europe/Moscow|LMT MMT MMT MST MDST MSD MSK +05 EET EEST MSK|-2u.h -2u.h -2v.j -3v.j -4v.j -40 -30 -50 -20 -30 -40|01232434565756865656565656565656565698656565656565656565656565656565656565656a6|-3D8Ou.h 1sQM0 2pyW.W 1bA0 11X0 GN0 1Hb0 c4v.j ik0 3DA0 dz0 15A0 c10 2q10 iM10 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cN0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 8Hz0|16e6","Europe/Riga|LMT RMT LST EET MSK CEST CET MSD EEST|-1A.y -1A.y -2A.y -20 -30 -20 -10 -40 -30|0121213456565647474747474747474838383838383838383838383838383838383838383838383838383838383838383838383838383838383838383838383838383838383838383838383838383838383838383838383838383838383838383838383838383838383838383838383838383838383838383838383838383838383838383838383838383838383838383838383838383838383838383838383838383838383838383838383838383838383838383838383838383838383838383838383838383838383838383838383838383838383838383838383838383838383838383838383838383838383838383838383838383838383838383838383838383838383838383838383838383838383838383838383838383838383838383838383838383838383838383838383838383838383838383838383838383838383838383838383838383838383838383838383838383838383838383838383838383838383838383838383838383838383838383838383838383838383838383838383838383838383838383838383838383838383838383838383838383838383838383838383838383838383838383838383838383838383838383838383838383838383838383838383838383838383838383838383838383838383838383838383838383838383838383838383838383838383838383838383838383838383838383838383838383838383|-3D8NA.y 1xde0 11A0 1iM0 ko0 gWm0 yDXA.y 2bX0 3fE0 WM0 1fA0 1cM0 1cM0 4m0 1sLy0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cN0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cN0 1o00 11A0 1o00 11A0 1qM0 3oo0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00|64e4","Europe/Rome|LMT RMT CET CEST|-N.U -N.U -10 -20|012323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232|-4aU0N.U 15snN.U T000 Lz0 1cN0 1db0 1410 1on0 Wp0 1qL0 17d0 1cL0 M3B0 5M20 WM0 1fA0 1cM0 16M0 1iM0 16m0 1de0 1lc0 14m0 1lc0 WO0 1qM0 GTW0 On0 1C10 LA0 1C00 LA0 1EM0 LA0 1C00 LA0 1zc0 Oo0 1C00 Oo0 1C00 LA0 1zc0 Oo0 1C00 LA0 1C00 LA0 1zc0 Oo0 1C00 Oo0 1zc0 Oo0 1fC0 1a00 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00|39e5","Europe/Samara|LMT +03 +04 +05|-3k.k -30 -40 -50|0123232323232323232121232323232323232323232323232323232323212|-22WM0 qH90 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 2pB0 1cM0 1fA0 2y10 14m0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 2sp0 WM0|12e5","Europe/Saratov|LMT +03 +04 +05|-34.i -30 -40 -50|012323232323232321212121212121212121212121212121212121212121212|-22WM0 qH90 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 2pB0 1cM0 1cM0 1cM0 1fA0 1cM0 3Co0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 8Hz0 5810|","Europe/Simferopol|LMT SMT EET MSK CEST CET MSD EEST MSK|-2g.o -2g -20 -30 -20 -10 -40 -30 -40|0123454543636363636363636363272727636363727272727272727272727272727272727283|-3D8Og.o 1LUM0.o eUog rEn0 2qs0 WM0 1fA0 1cM0 3V0 1u0L0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1Q00 4eN0 1cM0 1cM0 1cM0 1cM0 dV0 WO0 1cM0 1cM0 1fy0 1o30 11B0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11z0 1nW0|33e4","Europe/Sofia|LMT IMT EET CET CEST EEST|-1x.g -1U.U -20 -10 -20 -30|0123434325252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252525252|-3D8Nx.g AiLA.k 1UFeU.U WM0 1fA0 1cM0 1cM0 1cN0 1mKH0 1dd0 1fb0 1ap0 1fb0 1a20 1fy0 1a30 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cK0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1fB0 1nX0 11E0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00|12e5","Europe/Tallinn|LMT TMT CET CEST EET MSK MSD EEST|-1D -1D -10 -20 -20 -30 -40 -30|0123214532323565656565656565657474747474747474747474747474747474747474747474747474747474747474747474747474747474747474747474747474747474747474747474747474747474747474747474747474747474747474747474747474747474747474747474747474747474747474747474747474747474747474747474747474747474747474747474747474747474747474747474747474747474747474747474747474747474747474747474747474747474747474747474747474747474747474747474747474747474747474747474747474747474747474747474747474747474747474747474747474747474747474747474747474747474747474747474747474747474747474747474747474747474747474747474747474747474747474747474747474747474747474747474747474747474747474747474747474747474747474747474747474747474747474747474747474747474747474747474747474747474747474747474747474747474747474747474747474747474747474747474747474747474747474747474747474747474747474747474747474747474747474747474747474747474747474747474747474747474747474747474747474747474747474747474747474747474747474747474747474747474747474747474747474747474747474747474747474747474747474747474747474747474|-3D8ND 1wI00 teD 11A0 1Ta0 4rXl KSLD 2FX0 2Jg0 WM0 1fA0 1cM0 18J0 1sTX0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cN0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o10 11A0 1qM0 5QM0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00|41e4","Europe/Tirane|LMT CET CEST|-1j.k -10 -20|01212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-2glBj.k 14pcj.k 5LC0 WM0 4M0 1fCK0 10n0 1op0 11z0 1pd0 11z0 1qN0 WL0 1qp0 Xb0 1qp0 Xb0 1qp0 11z0 1lB0 11z0 1qN0 11z0 1iN0 16n0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00|42e4","Europe/Ulyanovsk|LMT +03 +04 +05 +02|-3d.A -30 -40 -50 -20|01232323232323232321214121212121212121212121212121212121212121212|-22WM0 qH90 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 2pB0 1cM0 1fA0 2pB0 IM0 rX0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 8Hz0 3rd0|13e5","Europe/Vienna|LMT CET CEST|-15.l -10 -20|01212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121212121|-36Rd5.l UbX5.l 11d0 1iO0 11A0 1o00 11A0 3KM0 14o0 LA00 6i00 WM0 1fA0 1cM0 1cM0 1cM0 400 2qM0 1ao0 1co0 1cM0 1io0 17c0 1gHa0 19X0 1cP0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00|18e5","Europe/Vilnius|LMT WMT KMT CET EET MSK CEST MSD EEST|-1F.g -1o -1z.A -10 -20 -30 -20 -40 -30|0123435636365757575757575757584848484848484848463648484848484848484848484848484848484848484848484848484848484848484848484848484848484848484848484848484848484848484848484848484848484848484848484848484848484848484848484848484848484848484848484848484848484848484848484848484848484848484848484848484848484848484848484848484848484848484848484848484848484848484848484848484848484848484848484848484848484848484848484848484848484848484848484848484848484848484848484848484848484848484848484848484848484848484848484848484848484848484848484848484848484848484848484848484848484848484848484848484848484848484848484848484848484848484848484848484848484848484848484848484848484848484848484848484848484848484848484848484848484848484848484848484848484848484848484848484848484848484848484848484848484848484848484848484848484848484848484848484848484848484848484848484848484848484848484848484848484848484848484848484848484848484848484848484848484848484848484848484848484848484848484848484848484848484848484848484848484848484848484848484848484848484848484848484848484|-3D8NF.g 1u5Ah.g 6ILM.o 1Ooz.A zz0 Mfd0 29W0 3is0 WM0 1fA0 1cM0 LV0 1tgL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cN0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11B0 1o00 11A0 1qM0 8io0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00|54e4","Europe/Volgograd|LMT +03 +04 +05 MSD MSK MSK|-2V.E -30 -40 -50 -40 -30 -40|012323232323232324545452454545454545454545454545454545454545456525|-21IqV.E psLV.E 23CL0 1db0 1cN0 1db0 1cN0 1db0 1dd0 1cO0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cN0 1cM0 1cM0 1cM0 1fA0 1cM0 2pz0 1cN0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 8Hz0 9Jd0 5gn0|10e5","Europe/Warsaw|LMT WMT CET CEST EET EEST|-1o -1o -10 -20 -20 -30|0123232345423232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232|-3D8No 1qDA0 1LXo 11d0 1iO0 11A0 1o00 11A0 1on0 11A0 6zy0 HWP0 5IM0 WM0 1fA0 1cM0 1dz0 1mL0 1en0 15B0 1aq0 1nA0 11A0 1io0 17c0 1fA0 1a00 iDX0 LA0 1cM0 1cM0 1C00 Oo0 1cM0 1cM0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1C00 LA0 uso0 1a00 1fA0 1cM0 1cM0 1cM0 1fA0 1a00 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cN0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00|17e5","HST|HST|a0|0||","Indian/Chagos|LMT +05 +06|-4N.E -50 -60|012|-2xosN.E 3AGLN.E|30e2","Indian/Maldives|LMT MMT +05|-4S -4S -50|012|-3D8QS 3eLA0|35e4","Indian/Mauritius|LMT +04 +05|-3O -40 -50|012121|-2xorO 34unO 14L0 12kr0 11z0|15e4","Pacific/Kwajalein|LMT +11 +10 +09 -12 +12|-b9.k -b0 -a0 -90 c0 -c0|0123145|-2M0X9.k 1rDA9.k akp0 6Up0 12ry0 Wan0|14e3","MET|MET MEST|-10 -20|01010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-2aFe0 11d0 1iO0 11A0 1o00 11A0 Qrc0 6i00 WM0 1fA0 1cM0 1cM0 1cM0 16M0 1gMM0 1a00 1fA0 1cM0 1cM0 1cM0 1fA0 1a00 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00|","MST|MST|70|0||","MST7MDT|MST MDT MWT MPT|70 60 60 60|010102301010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-261r0 1nX0 11B0 1nX0 SgN0 8x20 ix0 QwN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|","Pacific/Chatham|LMT +1215 +1245 +1345|-cd.M -cf -cJ -dJ|0123232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323|-46jMd.M 37RbW.M 1adef IM0 1C00 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1qM0 14o0 1lc0 14o0 1lc0 14o0 1lc0 17c0 1io0 17c0 1io0 17c0 1io0 17c0 1lc0 14o0 1lc0 14o0 1lc0 17c0 1io0 17c0 1io0 17c0 1lc0 14o0 1lc0 14o0 1lc0 17c0 1io0 17c0 1io0 17c0 1io0 17c0 1io0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1io0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1io0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1io0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1io0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1io0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1io0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1io0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1io0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1io0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1io0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1io0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1io0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1io0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1io0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1io0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1io0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00|600","Pacific/Apia|LMT LMT -1130 -11 -10 +14 +13|-cx.4 bq.U bu b0 a0 -e0 -d0|012343456565656565656565656|-38Fox.4 J1A0 1yW03.4 2rRbu 1ff0 1a00 CI0 AQ0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0|37e3","Pacific/Bougainville|LMT PMMT +10 +09 +11|-am.g -9M.w -a0 -90 -b0|012324|-3D8Wm.g AvAx.I 1TCLM.w 7CN0 2MQp0|18e4","Pacific/Efate|LMT +11 +12|-bd.g -b0 -c0|012121212121212121212121|-2l9nd.g 2uNXd.g Dc0 n610 1cL0 1cN0 1cL0 1fB0 19X0 1fB0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1fB0 Lz0 1Nd0 An0|66e3","Pacific/Enderbury|-00 -12 -11 +13|0 c0 b0 -d0|0123|-1iIo0 1GsA0 B7X0|1","Pacific/Fakaofo|LMT -11 +13|bo.U b0 -d0|012|-2M0Az.4 4ufXz.4|483","Pacific/Fiji|LMT +12 +13|-bT.I -c0 -d0|012121212121212121212121212121|-2bUzT.I 3m8NT.I LA0 1EM0 IM0 nJc0 LA0 1o00 Rc0 1wo0 Ao0 1Nc0 Ao0 1Q00 xz0 1SN0 uM0 1SM0 uM0 1VA0 s00 1VA0 s00 1VA0 s00 20o0 pc0 2hc0 bc0|88e4","Pacific/Tarawa|LMT +12|-bw.4 -c0|01|-2M0Xw.4|29e3","Pacific/Galapagos|LMT -05 -06|5W.o 50 60|01212|-1yVS1.A 2dTz1.A gNd0 rz0|25e3","Pacific/Gambier|LMT -09|8X.M 90|01|-2jof0.c|125","Pacific/Guadalcanal|LMT +11|-aD.M -b0|01|-2joyD.M|11e4","Pacific/Guam|LMT LMT GST +09 GDT ChST|el -9D -a0 -90 -b0 -a0|0123242424242424242425|-54m9D 2glc0 1DFbD 6pB0 AhB0 3QL0 g2p0 3p91 WOX rX0 1zd0 Rb0 1wp0 Rb0 5xd0 rX0 5sN0 zb1 1C0X On0 ULb0|17e4","Pacific/Honolulu|LMT HST HDT HWT HPT HST|av.q au 9u 9u 9u a0|01213415|-3061s.y 1uMdW.y 8x0 lef0 8wWu iAu 46p0|37e4","Pacific/Kiritimati|LMT -1040 -10 +14|at.k aE a0 -e0|0123|-2M0Bu.E 3bIMa.E B7Xk|51e2","Pacific/Kosrae|LMT LMT +11 +09 +10 +12|d8.4 -aP.U -b0 -90 -a0 -c0|0123243252|-54maP.U 2glc0 xsnP.U axC0 HBy0 akp0 axd0 WOK0 1bdz0|66e2","Pacific/Marquesas|LMT -0930|9i 9u|01|-2joeG|86e2","Pacific/Pago_Pago|LMT LMT SST|-cB.c bm.M b0|012|-38FoB.c J1A0|37e2","Pacific/Nauru|LMT +1130 +09 +12|-b7.E -bu -90 -c0|01213|-1Xdn7.E QCnB.E 7mqu 1lnbu|10e3","Pacific/Niue|LMT -1120 -11|bj.E bk b0|012|-FScE.k suo0.k|12e2","Pacific/Norfolk|LMT +1112 +1130 +1230 +11 +12|-bb.Q -bc -bu -cu -b0 -c0|0123245454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545454545|-2M0Xb.Q 21ILX.Q W01G Oo0 1COo0 9Jcu 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0|25e4","Pacific/Noumea|LMT +11 +12|-b5.M -b0 -c0|01212121|-2l9n5.M 2EqM5.M xX0 1PB0 yn0 HeP0 Ao0|98e3","Pacific/Palau|LMT LMT +09|f2.4 -8V.U -90|012|-54m8V.U 2glc0|21e3","Pacific/Pitcairn|LMT -0830 -08|8E.k 8u 80|012|-2M0Dj.E 3UVXN.E|56","Pacific/Rarotonga|LMT LMT -1030 -0930 -10|-dk.U aD.4 au 9u a0|01234343434343434343434343434|-2Otpk.U 28zc0 13tbO.U IL0 1zcu Onu 1zcu Onu 1zcu Rbu 1zcu Onu 1zcu Onu 1zcu Onu 1zcu Onu 1zcu Onu 1zcu Rbu 1zcu Onu 1zcu Onu 1zcu Onu|13e3","Pacific/Tahiti|LMT -10|9W.g a0|01|-2joe1.I|18e4","Pacific/Tongatapu|LMT +1220 +13 +14|-cj.c -ck -d0 -e0|01232323232|-XbMj.c BgLX.c 1yndk 15A0 1wo0 xz0 1Q10 xz0 zWN0 s00|75e3","PST8PDT|PST PDT PWT PPT|80 70 70 70|010102301010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|-261q0 1nX0 11B0 1nX0 SgN0 8x10 iy0 QwN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1cN0 1cL0 1cN0 1cL0 s10 1Vz0 LB0 1BX0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 1cN0 1fz0 1a10 1fz0 1cN0 1cL0 1cN0 1cL0 1cN0 1cL0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0|","WET|WET WEST|0 -10|010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010|hDB0 1a00 1fA0 1cM0 1cM0 1cM0 1fA0 1a00 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00|"],"links":["Africa/Abidjan|Africa/Accra","Africa/Abidjan|Africa/Bamako","Africa/Abidjan|Africa/Banjul","Africa/Abidjan|Africa/Conakry","Africa/Abidjan|Africa/Dakar","Africa/Abidjan|Africa/Freetown","Africa/Abidjan|Africa/Lome","Africa/Abidjan|Africa/Nouakchott","Africa/Abidjan|Africa/Ouagadougou","Africa/Abidjan|Africa/Timbuktu","Africa/Abidjan|Atlantic/Reykjavik","Africa/Abidjan|Atlantic/St_Helena","Africa/Abidjan|Iceland","Africa/Cairo|Egypt","Africa/Johannesburg|Africa/Maseru","Africa/Johannesburg|Africa/Mbabane","Africa/Lagos|Africa/Bangui","Africa/Lagos|Africa/Brazzaville","Africa/Lagos|Africa/Douala","Africa/Lagos|Africa/Kinshasa","Africa/Lagos|Africa/Libreville","Africa/Lagos|Africa/Luanda","Africa/Lagos|Africa/Malabo","Africa/Lagos|Africa/Niamey","Africa/Lagos|Africa/Porto-Novo","Africa/Maputo|Africa/Blantyre","Africa/Maputo|Africa/Bujumbura","Africa/Maputo|Africa/Gaborone","Africa/Maputo|Africa/Harare","Africa/Maputo|Africa/Kigali","Africa/Maputo|Africa/Lubumbashi","Africa/Maputo|Africa/Lusaka","Africa/Nairobi|Africa/Addis_Ababa","Africa/Nairobi|Africa/Asmara","Africa/Nairobi|Africa/Asmera","Africa/Nairobi|Africa/Dar_es_Salaam","Africa/Nairobi|Africa/Djibouti","Africa/Nairobi|Africa/Kampala","Africa/Nairobi|Africa/Mogadishu","Africa/Nairobi|Indian/Antananarivo","Africa/Nairobi|Indian/Comoro","Africa/Nairobi|Indian/Mayotte","Africa/Tripoli|Libya","America/Adak|America/Atka","America/Adak|US/Aleutian","America/Anchorage|US/Alaska","America/Argentina/Buenos_Aires|America/Buenos_Aires","America/Argentina/Catamarca|America/Argentina/ComodRivadavia","America/Argentina/Catamarca|America/Catamarca","America/Argentina/Cordoba|America/Cordoba","America/Argentina/Cordoba|America/Rosario","America/Argentina/Jujuy|America/Jujuy","America/Argentina/Mendoza|America/Mendoza","America/Chicago|US/Central","America/Denver|America/Shiprock","America/Denver|Navajo","America/Denver|US/Mountain","America/Detroit|US/Michigan","America/Edmonton|America/Yellowknife","America/Edmonton|Canada/Mountain","America/Fort_Wayne|America/Indiana/Indianapolis","America/Fort_Wayne|America/Indianapolis","America/Fort_Wayne|US/East-Indiana","America/Godthab|America/Nuuk","America/Halifax|Canada/Atlantic","America/Havana|Cuba","America/Indiana/Knox|America/Knox_IN","America/Indiana/Knox|US/Indiana-Starke","America/Iqaluit|America/Pangnirtung","America/Jamaica|Jamaica","America/Kentucky/Louisville|America/Louisville","America/Los_Angeles|US/Pacific","America/Manaus|Brazil/West","America/Mazatlan|Mexico/BajaSur","America/Mexico_City|Mexico/General","America/New_York|US/Eastern","America/Noronha|Brazil/DeNoronha","America/Panama|America/Atikokan","America/Panama|America/Cayman","America/Panama|America/Coral_Harbour","America/Phoenix|America/Creston","America/Phoenix|US/Arizona","America/Puerto_Rico|America/Anguilla","America/Puerto_Rico|America/Antigua","America/Puerto_Rico|America/Aruba","America/Puerto_Rico|America/Blanc-Sablon","America/Puerto_Rico|America/Curacao","America/Puerto_Rico|America/Dominica","America/Puerto_Rico|America/Grenada","America/Puerto_Rico|America/Guadeloupe","America/Puerto_Rico|America/Kralendijk","America/Puerto_Rico|America/Lower_Princes","America/Puerto_Rico|America/Marigot","America/Puerto_Rico|America/Montserrat","America/Puerto_Rico|America/Port_of_Spain","America/Puerto_Rico|America/St_Barthelemy","America/Puerto_Rico|America/St_Kitts","America/Puerto_Rico|America/St_Lucia","America/Puerto_Rico|America/St_Thomas","America/Puerto_Rico|America/St_Vincent","America/Puerto_Rico|America/Tortola","America/Puerto_Rico|America/Virgin","America/Regina|Canada/Saskatchewan","America/Rio_Branco|America/Porto_Acre","America/Rio_Branco|Brazil/Acre","America/Santiago|Chile/Continental","America/Sao_Paulo|Brazil/East","America/St_Johns|Canada/Newfoundland","America/Tijuana|America/Ensenada","America/Tijuana|America/Santa_Isabel","America/Tijuana|Mexico/BajaNorte","America/Toronto|America/Montreal","America/Toronto|America/Nassau","America/Toronto|America/Nipigon","America/Toronto|America/Thunder_Bay","America/Toronto|Canada/Eastern","America/Vancouver|Canada/Pacific","America/Whitehorse|Canada/Yukon","America/Winnipeg|America/Rainy_River","America/Winnipeg|Canada/Central","Asia/Ashgabat|Asia/Ashkhabad","Asia/Bangkok|Asia/Phnom_Penh","Asia/Bangkok|Asia/Vientiane","Asia/Bangkok|Indian/Christmas","Asia/Brunei|Asia/Kuching","Asia/Dhaka|Asia/Dacca","Asia/Dubai|Asia/Muscat","Asia/Dubai|Indian/Mahe","Asia/Dubai|Indian/Reunion","Asia/Ho_Chi_Minh|Asia/Saigon","Asia/Hong_Kong|Hongkong","Asia/Jerusalem|Asia/Tel_Aviv","Asia/Jerusalem|Israel","Asia/Kathmandu|Asia/Katmandu","Asia/Kolkata|Asia/Calcutta","Asia/Kuala_Lumpur|Asia/Singapore","Asia/Kuala_Lumpur|Singapore","Asia/Macau|Asia/Macao","Asia/Makassar|Asia/Ujung_Pandang","Asia/Nicosia|Europe/Nicosia","Asia/Qatar|Asia/Bahrain","Asia/Rangoon|Asia/Yangon","Asia/Rangoon|Indian/Cocos","Asia/Riyadh|Antarctica/Syowa","Asia/Riyadh|Asia/Aden","Asia/Riyadh|Asia/Kuwait","Asia/Seoul|ROK","Asia/Shanghai|Asia/Chongqing","Asia/Shanghai|Asia/Chungking","Asia/Shanghai|Asia/Harbin","Asia/Shanghai|PRC","Asia/Taipei|ROC","Asia/Tehran|Iran","Asia/Thimphu|Asia/Thimbu","Asia/Tokyo|Japan","Asia/Ulaanbaatar|Asia/Ulan_Bator","Asia/Urumqi|Antarctica/Vostok","Asia/Urumqi|Asia/Kashgar","Atlantic/Faroe|Atlantic/Faeroe","Australia/Adelaide|Australia/South","Australia/Brisbane|Australia/Queensland","Australia/Broken_Hill|Australia/Yancowinna","Australia/Darwin|Australia/North","Australia/Hobart|Australia/Currie","Australia/Hobart|Australia/Tasmania","Australia/Lord_Howe|Australia/LHI","Australia/Melbourne|Australia/Victoria","Australia/Perth|Australia/West","Australia/Sydney|Australia/ACT","Australia/Sydney|Australia/Canberra","Australia/Sydney|Australia/NSW","Etc/GMT-0|Etc/GMT","Etc/GMT-0|Etc/GMT+0","Etc/GMT-0|Etc/GMT0","Etc/GMT-0|Etc/Greenwich","Etc/GMT-0|GMT","Etc/GMT-0|GMT+0","Etc/GMT-0|GMT-0","Etc/GMT-0|GMT0","Etc/GMT-0|Greenwich","Etc/UTC|Etc/UCT","Etc/UTC|Etc/Universal","Etc/UTC|Etc/Zulu","Etc/UTC|UCT","Etc/UTC|UTC","Etc/UTC|Universal","Etc/UTC|Zulu","Europe/Belgrade|Europe/Ljubljana","Europe/Belgrade|Europe/Podgorica","Europe/Belgrade|Europe/Sarajevo","Europe/Belgrade|Europe/Skopje","Europe/Belgrade|Europe/Zagreb","Europe/Berlin|Arctic/Longyearbyen","Europe/Berlin|Atlantic/Jan_Mayen","Europe/Berlin|Europe/Copenhagen","Europe/Berlin|Europe/Oslo","Europe/Berlin|Europe/Stockholm","Europe/Brussels|Europe/Amsterdam","Europe/Brussels|Europe/Luxembourg","Europe/Chisinau|Europe/Tiraspol","Europe/Dublin|Eire","Europe/Helsinki|Europe/Mariehamn","Europe/Istanbul|Asia/Istanbul","Europe/Istanbul|Turkey","Europe/Kiev|Europe/Kyiv","Europe/Kiev|Europe/Uzhgorod","Europe/Kiev|Europe/Zaporozhye","Europe/Lisbon|Portugal","Europe/London|Europe/Belfast","Europe/London|Europe/Guernsey","Europe/London|Europe/Isle_of_Man","Europe/London|Europe/Jersey","Europe/London|GB","Europe/London|GB-Eire","Europe/Moscow|W-SU","Europe/Paris|Europe/Monaco","Europe/Prague|Europe/Bratislava","Europe/Rome|Europe/San_Marino","Europe/Rome|Europe/Vatican","Europe/Warsaw|Poland","Europe/Zurich|Europe/Busingen","Europe/Zurich|Europe/Vaduz","Indian/Maldives|Indian/Kerguelen","Pacific/Auckland|Antarctica/McMurdo","Pacific/Auckland|Antarctica/South_Pole","Pacific/Auckland|NZ","Pacific/Chatham|NZ-CHAT","Pacific/Easter|Chile/EasterIsland","Pacific/Enderbury|Pacific/Kanton","Pacific/Guadalcanal|Pacific/Pohnpei","Pacific/Guadalcanal|Pacific/Ponape","Pacific/Guam|Pacific/Saipan","Pacific/Honolulu|Pacific/Johnston","Pacific/Honolulu|US/Hawaii","Pacific/Kwajalein|Kwajalein","Pacific/Pago_Pago|Pacific/Midway","Pacific/Pago_Pago|Pacific/Samoa","Pacific/Pago_Pago|US/Samoa","Pacific/Port_Moresby|Antarctica/DumontDUrville","Pacific/Port_Moresby|Pacific/Chuuk","Pacific/Port_Moresby|Pacific/Truk","Pacific/Port_Moresby|Pacific/Yap","Pacific/Tarawa|Pacific/Funafuti","Pacific/Tarawa|Pacific/Majuro","Pacific/Tarawa|Pacific/Wake","Pacific/Tarawa|Pacific/Wallis"],"countries":["AD|Europe/Andorra","AE|Asia/Dubai","AF|Asia/Kabul","AG|America/Puerto_Rico America/Antigua","AI|America/Puerto_Rico America/Anguilla","AL|Europe/Tirane","AM|Asia/Yerevan","AO|Africa/Lagos Africa/Luanda","AQ|Antarctica/Casey Antarctica/Davis Antarctica/Mawson Antarctica/Palmer Antarctica/Rothera Antarctica/Troll Asia/Urumqi Pacific/Auckland Pacific/Port_Moresby Asia/Riyadh Antarctica/McMurdo Antarctica/DumontDUrville Antarctica/Syowa Antarctica/Vostok","AR|America/Argentina/Buenos_Aires America/Argentina/Cordoba America/Argentina/Salta America/Argentina/Jujuy America/Argentina/Tucuman America/Argentina/Catamarca America/Argentina/La_Rioja America/Argentina/San_Juan America/Argentina/Mendoza America/Argentina/San_Luis America/Argentina/Rio_Gallegos America/Argentina/Ushuaia","AS|Pacific/Pago_Pago","AT|Europe/Vienna","AU|Australia/Lord_Howe Antarctica/Macquarie Australia/Hobart Australia/Melbourne Australia/Sydney Australia/Broken_Hill Australia/Brisbane Australia/Lindeman Australia/Adelaide Australia/Darwin Australia/Perth Australia/Eucla","AW|America/Puerto_Rico America/Aruba","AX|Europe/Helsinki Europe/Mariehamn","AZ|Asia/Baku","BA|Europe/Belgrade Europe/Sarajevo","BB|America/Barbados","BD|Asia/Dhaka","BE|Europe/Brussels","BF|Africa/Abidjan Africa/Ouagadougou","BG|Europe/Sofia","BH|Asia/Qatar Asia/Bahrain","BI|Africa/Maputo Africa/Bujumbura","BJ|Africa/Lagos Africa/Porto-Novo","BL|America/Puerto_Rico America/St_Barthelemy","BM|Atlantic/Bermuda","BN|Asia/Kuching Asia/Brunei","BO|America/La_Paz","BQ|America/Puerto_Rico America/Kralendijk","BR|America/Noronha America/Belem America/Fortaleza America/Recife America/Araguaina America/Maceio America/Bahia America/Sao_Paulo America/Campo_Grande America/Cuiaba America/Santarem America/Porto_Velho America/Boa_Vista America/Manaus America/Eirunepe America/Rio_Branco","BS|America/Toronto America/Nassau","BT|Asia/Thimphu","BW|Africa/Maputo Africa/Gaborone","BY|Europe/Minsk","BZ|America/Belize","CA|America/St_Johns America/Halifax America/Glace_Bay America/Moncton America/Goose_Bay America/Toronto America/Iqaluit America/Winnipeg America/Resolute America/Rankin_Inlet America/Regina America/Swift_Current America/Edmonton America/Cambridge_Bay America/Inuvik America/Dawson_Creek America/Fort_Nelson America/Whitehorse America/Dawson America/Vancouver America/Panama America/Puerto_Rico America/Phoenix America/Blanc-Sablon America/Atikokan America/Creston","CC|Asia/Yangon Indian/Cocos","CD|Africa/Maputo Africa/Lagos Africa/Kinshasa Africa/Lubumbashi","CF|Africa/Lagos Africa/Bangui","CG|Africa/Lagos Africa/Brazzaville","CH|Europe/Zurich","CI|Africa/Abidjan","CK|Pacific/Rarotonga","CL|America/Santiago America/Punta_Arenas Pacific/Easter","CM|Africa/Lagos Africa/Douala","CN|Asia/Shanghai Asia/Urumqi","CO|America/Bogota","CR|America/Costa_Rica","CU|America/Havana","CV|Atlantic/Cape_Verde","CW|America/Puerto_Rico America/Curacao","CX|Asia/Bangkok Indian/Christmas","CY|Asia/Nicosia Asia/Famagusta","CZ|Europe/Prague","DE|Europe/Zurich Europe/Berlin Europe/Busingen","DJ|Africa/Nairobi Africa/Djibouti","DK|Europe/Berlin Europe/Copenhagen","DM|America/Puerto_Rico America/Dominica","DO|America/Santo_Domingo","DZ|Africa/Algiers","EC|America/Guayaquil Pacific/Galapagos","EE|Europe/Tallinn","EG|Africa/Cairo","EH|Africa/El_Aaiun","ER|Africa/Nairobi Africa/Asmara","ES|Europe/Madrid Africa/Ceuta Atlantic/Canary","ET|Africa/Nairobi Africa/Addis_Ababa","FI|Europe/Helsinki","FJ|Pacific/Fiji","FK|Atlantic/Stanley","FM|Pacific/Kosrae Pacific/Port_Moresby Pacific/Guadalcanal Pacific/Chuuk Pacific/Pohnpei","FO|Atlantic/Faroe","FR|Europe/Paris","GA|Africa/Lagos Africa/Libreville","GB|Europe/London","GD|America/Puerto_Rico America/Grenada","GE|Asia/Tbilisi","GF|America/Cayenne","GG|Europe/London Europe/Guernsey","GH|Africa/Abidjan Africa/Accra","GI|Europe/Gibraltar","GL|America/Nuuk America/Danmarkshavn America/Scoresbysund America/Thule","GM|Africa/Abidjan Africa/Banjul","GN|Africa/Abidjan Africa/Conakry","GP|America/Puerto_Rico America/Guadeloupe","GQ|Africa/Lagos Africa/Malabo","GR|Europe/Athens","GS|Atlantic/South_Georgia","GT|America/Guatemala","GU|Pacific/Guam","GW|Africa/Bissau","GY|America/Guyana","HK|Asia/Hong_Kong","HN|America/Tegucigalpa","HR|Europe/Belgrade Europe/Zagreb","HT|America/Port-au-Prince","HU|Europe/Budapest","ID|Asia/Jakarta Asia/Pontianak Asia/Makassar Asia/Jayapura","IE|Europe/Dublin","IL|Asia/Jerusalem","IM|Europe/London Europe/Isle_of_Man","IN|Asia/Kolkata","IO|Indian/Chagos","IQ|Asia/Baghdad","IR|Asia/Tehran","IS|Africa/Abidjan Atlantic/Reykjavik","IT|Europe/Rome","JE|Europe/London Europe/Jersey","JM|America/Jamaica","JO|Asia/Amman","JP|Asia/Tokyo","KE|Africa/Nairobi","KG|Asia/Bishkek","KH|Asia/Bangkok Asia/Phnom_Penh","KI|Pacific/Tarawa Pacific/Kanton Pacific/Kiritimati","KM|Africa/Nairobi Indian/Comoro","KN|America/Puerto_Rico America/St_Kitts","KP|Asia/Pyongyang","KR|Asia/Seoul","KW|Asia/Riyadh Asia/Kuwait","KY|America/Panama America/Cayman","KZ|Asia/Almaty Asia/Qyzylorda Asia/Qostanay Asia/Aqtobe Asia/Aqtau Asia/Atyrau Asia/Oral","LA|Asia/Bangkok Asia/Vientiane","LB|Asia/Beirut","LC|America/Puerto_Rico America/St_Lucia","LI|Europe/Zurich Europe/Vaduz","LK|Asia/Colombo","LR|Africa/Monrovia","LS|Africa/Johannesburg Africa/Maseru","LT|Europe/Vilnius","LU|Europe/Brussels Europe/Luxembourg","LV|Europe/Riga","LY|Africa/Tripoli","MA|Africa/Casablanca","MC|Europe/Paris Europe/Monaco","MD|Europe/Chisinau","ME|Europe/Belgrade Europe/Podgorica","MF|America/Puerto_Rico America/Marigot","MG|Africa/Nairobi Indian/Antananarivo","MH|Pacific/Tarawa Pacific/Kwajalein Pacific/Majuro","MK|Europe/Belgrade Europe/Skopje","ML|Africa/Abidjan Africa/Bamako","MM|Asia/Yangon","MN|Asia/Ulaanbaatar Asia/Hovd Asia/Choibalsan","MO|Asia/Macau","MP|Pacific/Guam Pacific/Saipan","MQ|America/Martinique","MR|Africa/Abidjan Africa/Nouakchott","MS|America/Puerto_Rico America/Montserrat","MT|Europe/Malta","MU|Indian/Mauritius","MV|Indian/Maldives","MW|Africa/Maputo Africa/Blantyre","MX|America/Mexico_City America/Cancun America/Merida America/Monterrey America/Matamoros America/Chihuahua America/Ciudad_Juarez America/Ojinaga America/Mazatlan America/Bahia_Banderas America/Hermosillo America/Tijuana","MY|Asia/Kuching Asia/Singapore Asia/Kuala_Lumpur","MZ|Africa/Maputo","NA|Africa/Windhoek","NC|Pacific/Noumea","NE|Africa/Lagos Africa/Niamey","NF|Pacific/Norfolk","NG|Africa/Lagos","NI|America/Managua","NL|Europe/Brussels Europe/Amsterdam","NO|Europe/Berlin Europe/Oslo","NP|Asia/Kathmandu","NR|Pacific/Nauru","NU|Pacific/Niue","NZ|Pacific/Auckland Pacific/Chatham","OM|Asia/Dubai Asia/Muscat","PA|America/Panama","PE|America/Lima","PF|Pacific/Tahiti Pacific/Marquesas Pacific/Gambier","PG|Pacific/Port_Moresby Pacific/Bougainville","PH|Asia/Manila","PK|Asia/Karachi","PL|Europe/Warsaw","PM|America/Miquelon","PN|Pacific/Pitcairn","PR|America/Puerto_Rico","PS|Asia/Gaza Asia/Hebron","PT|Europe/Lisbon Atlantic/Madeira Atlantic/Azores","PW|Pacific/Palau","PY|America/Asuncion","QA|Asia/Qatar","RE|Asia/Dubai Indian/Reunion","RO|Europe/Bucharest","RS|Europe/Belgrade","RU|Europe/Kaliningrad Europe/Moscow Europe/Simferopol Europe/Kirov Europe/Volgograd Europe/Astrakhan Europe/Saratov Europe/Ulyanovsk Europe/Samara Asia/Yekaterinburg Asia/Omsk Asia/Novosibirsk Asia/Barnaul Asia/Tomsk Asia/Novokuznetsk Asia/Krasnoyarsk Asia/Irkutsk Asia/Chita Asia/Yakutsk Asia/Khandyga Asia/Vladivostok Asia/Ust-Nera Asia/Magadan Asia/Sakhalin Asia/Srednekolymsk Asia/Kamchatka Asia/Anadyr","RW|Africa/Maputo Africa/Kigali","SA|Asia/Riyadh","SB|Pacific/Guadalcanal","SC|Asia/Dubai Indian/Mahe","SD|Africa/Khartoum","SE|Europe/Berlin Europe/Stockholm","SG|Asia/Singapore","SH|Africa/Abidjan Atlantic/St_Helena","SI|Europe/Belgrade Europe/Ljubljana","SJ|Europe/Berlin Arctic/Longyearbyen","SK|Europe/Prague Europe/Bratislava","SL|Africa/Abidjan Africa/Freetown","SM|Europe/Rome Europe/San_Marino","SN|Africa/Abidjan Africa/Dakar","SO|Africa/Nairobi Africa/Mogadishu","SR|America/Paramaribo","SS|Africa/Juba","ST|Africa/Sao_Tome","SV|America/El_Salvador","SX|America/Puerto_Rico America/Lower_Princes","SY|Asia/Damascus","SZ|Africa/Johannesburg Africa/Mbabane","TC|America/Grand_Turk","TD|Africa/Ndjamena","TF|Asia/Dubai Indian/Maldives Indian/Kerguelen","TG|Africa/Abidjan Africa/Lome","TH|Asia/Bangkok","TJ|Asia/Dushanbe","TK|Pacific/Fakaofo","TL|Asia/Dili","TM|Asia/Ashgabat","TN|Africa/Tunis","TO|Pacific/Tongatapu","TR|Europe/Istanbul","TT|America/Puerto_Rico America/Port_of_Spain","TV|Pacific/Tarawa Pacific/Funafuti","TW|Asia/Taipei","TZ|Africa/Nairobi Africa/Dar_es_Salaam","UA|Europe/Simferopol Europe/Kyiv","UG|Africa/Nairobi Africa/Kampala","UM|Pacific/Pago_Pago Pacific/Tarawa Pacific/Midway Pacific/Wake","US|America/New_York America/Detroit America/Kentucky/Louisville America/Kentucky/Monticello America/Indiana/Indianapolis America/Indiana/Vincennes America/Indiana/Winamac America/Indiana/Marengo America/Indiana/Petersburg America/Indiana/Vevay America/Chicago America/Indiana/Tell_City America/Indiana/Knox America/Menominee America/North_Dakota/Center America/North_Dakota/New_Salem America/North_Dakota/Beulah America/Denver America/Boise America/Phoenix America/Los_Angeles America/Anchorage America/Juneau America/Sitka America/Metlakatla America/Yakutat America/Nome America/Adak Pacific/Honolulu","UY|America/Montevideo","UZ|Asia/Samarkand Asia/Tashkent","VA|Europe/Rome Europe/Vatican","VC|America/Puerto_Rico America/St_Vincent","VE|America/Caracas","VG|America/Puerto_Rico America/Tortola","VI|America/Puerto_Rico America/St_Thomas","VN|Asia/Bangkok Asia/Ho_Chi_Minh","VU|Pacific/Efate","WF|Pacific/Tarawa Pacific/Wallis","WS|Pacific/Apia","YE|Asia/Riyadh Asia/Aden","YT|Africa/Nairobi Indian/Mayotte","ZA|Africa/Johannesburg","ZM|Africa/Maputo Africa/Lusaka","ZW|Africa/Maputo Africa/Harare"]}')}},t={};function n(o){var r=t[o];if(void 0!==r)return r.exports;var a=t[o]={id:o,loaded:!1,exports:{}};return e[o].call(a.exports,a,a.exports,n),a.loaded=!0,a.exports}n.n=e=>{var t=e&&e.__esModule?()=>e.default:()=>e;return n.d(t,{a:t}),t},n.d=(e,t)=>{for(var o in t)n.o(t,o)&&!n.o(e,o)&&Object.defineProperty(e,o,{enumerable:!0,get:t[o]})},n.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(e){if("object"==typeof window)return window}}(),n.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),n.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},n.nmd=e=>(e.paths=[],e.children||(e.children=[]),e),n.nc=void 0,(()=>{"use strict";var e={};n.r(e),n.d(e,{getCachedResolvers:()=>Kn,getIsResolving:()=>Xn,getResolutionError:()=>$n,getResolutionState:()=>Yn,hasFinishedResolution:()=>Vn,hasResolutionFailed:()=>Un,hasStartedResolution:()=>jn,isResolving:()=>Gn});var t={};n.r(t),n.d(t,{failResolution:()=>Qn,failResolutions:()=>no,finishResolution:()=>Zn,finishResolutions:()=>to,invalidateResolution:()=>oo,invalidateResolutionForStore:()=>ro,invalidateResolutionForStoreSelector:()=>ao,startResolution:()=>Jn,startResolutions:()=>eo});var o={};n.r(o),n.d(o,{__experimentalGetUnprocessedBlockTypes:()=>Si,__experimentalHasContentRoleAttribute:()=>Qi,getActiveBlockVariation:()=>Ii,getBlockStyles:()=>Bi,getBlockSupport:()=>$i,getBlockType:()=>Ti,getBlockTypes:()=>Ni,getBlockVariations:()=>Di,getCategories:()=>Hi,getChildBlockNames:()=>Ui,getCollections:()=>Fi,getDefaultBlockName:()=>Yi,getDefaultBlockVariation:()=>Pi,getFreeformFallbackBlockName:()=>Xi,getGroupingBlockName:()=>Vi,getUnregisteredFallbackBlockName:()=>ji,hasBlockSupport:()=>Gi,hasChildBlocks:()=>Ji,hasChildBlocksWithInserterSupport:()=>Zi,isMatchingSearchTerm:()=>Ki});var r={};n.r(r),n.d(r,{getSupportedStyles:()=>nl});var a={};n.r(a),n.d(a,{__experimentalReapplyBlockTypeFilters:()=>ul,__experimentalRegisterBlockType:()=>cl,addBlockCollection:()=>Al,addBlockStyles:()=>dl,addBlockTypes:()=>sl,addBlockVariations:()=>ml,removeBlockCollection:()=>yl,removeBlockStyles:()=>bl,removeBlockTypes:()=>pl,removeBlockVariations:()=>Ml,setCategories:()=>Ol,setDefaultBlockName:()=>zl,setFreeformFallbackBlockName:()=>fl,setGroupingBlockName:()=>gl,setUnregisteredFallbackBlockName:()=>hl,updateCategory:()=>vl});var i={};n.r(i),n.d(i,{__experimentalBatch:()=>Sd,__experimentalReceiveCurrentGlobalStylesId:()=>yd,__experimentalReceiveThemeBaseGlobalStyles:()=>_d,__experimentalReceiveThemeGlobalStyleVariations:()=>qd,__experimentalSaveSpecifiedEntityEdits:()=>Td,__unstableCreateUndoLevel:()=>Cd,addEntities:()=>Od,deleteEntityRecord:()=>Ed,editEntityRecord:()=>Wd,receiveAutosaves:()=>Id,receiveCurrentTheme:()=>Ad,receiveCurrentUser:()=>gd,receiveEmbedPreview:()=>wd,receiveEntityRecords:()=>vd,receiveThemeSupports:()=>kd,receiveUploadPermissions:()=>Bd,receiveUserPermission:()=>Dd,receiveUserQuery:()=>hd,redo:()=>xd,saveEditedEntityRecord:()=>Nd,saveEntityRecord:()=>Rd,undo:()=>Ld});var l={};n.r(l),n.d(l,{__experimentalGetCurrentGlobalStylesId:()=>Hb,__experimentalGetCurrentThemeBaseGlobalStyles:()=>Zb,__experimentalGetCurrentThemeGlobalStylesVariations:()=>Qb,__experimentalGetDirtyEntityRecords:()=>_b,__experimentalGetEntitiesBeingSaved:()=>qb,__experimentalGetEntityRecordNoResolver:()=>Ob,__experimentalGetTemplateForLink:()=>Jb,canUser:()=>jb,canUserEditEntityRecord:()=>Vb,getAuthors:()=>db,getAutosave:()=>$b,getAutosaves:()=>Ub,getBlockPatternCategories:()=>tm,getBlockPatterns:()=>em,getCurrentTheme:()=>Pb,getCurrentUser:()=>bb,getEditedEntityRecord:()=>Wb,getEmbedPreview:()=>Yb,getEntitiesByKind:()=>Mb,getEntitiesConfig:()=>zb,getEntity:()=>fb,getEntityConfig:()=>hb,getEntityRecord:()=>gb,getEntityRecordEdits:()=>kb,getEntityRecordNonTransientEdits:()=>wb,getEntityRecords:()=>yb,getLastEntityDeleteError:()=>Sb,getLastEntitySaveError:()=>Rb,getRawEntityRecord:()=>vb,getRedoEdit:()=>Bb,getReferenceByDistinctEdits:()=>Kb,getThemeSupports:()=>Fb,getUndoEdit:()=>Tb,getUserQueryResults:()=>mb,hasEditsForEntityRecord:()=>Eb,hasEntityRecords:()=>Ab,hasFetchedAutosaves:()=>Gb,hasRedo:()=>Ib,hasUndo:()=>Db,isAutosavingEntityRecord:()=>Lb,isDeletingEntityRecord:()=>Cb,isPreviewEmbedFallback:()=>Xb,isRequestingEmbedPreview:()=>pb,isSavingEntityRecord:()=>xb});var s={};n.r(s),n.d(s,{__experimentalGetCurrentGlobalStylesId:()=>fm,__experimentalGetCurrentThemeBaseGlobalStyles:()=>hm,__experimentalGetCurrentThemeGlobalStylesVariations:()=>gm,__experimentalGetTemplateForLink:()=>zm,canUser:()=>dm,canUserEditEntityRecord:()=>bm,getAuthors:()=>om,getAutosave:()=>Mm,getAutosaves:()=>mm,getBlockPatternCategories:()=>vm,getBlockPatterns:()=>Om,getCurrentTheme:()=>cm,getCurrentUser:()=>rm,getEditedEntityRecord:()=>lm,getEmbedPreview:()=>pm,getEntityRecord:()=>am,getEntityRecords:()=>sm,getRawEntityRecord:()=>im,getThemeSupports:()=>um});var c={};n.r(c),n.d(c,{find:()=>Rq});var u={};n.r(u),n.d(u,{find:()=>Pq,findNext:()=>Fq,findPrevious:()=>Hq,isTabbableIndex:()=>Nq});var p={};n.r(p),n.d(p,{getFormatType:()=>hL,getFormatTypeForBareElement:()=>gL,getFormatTypeForClassName:()=>OL,getFormatTypes:()=>fL});var d={};n.r(d),n.d(d,{addFormatTypes:()=>vL,removeFormatTypes:()=>AL});var b={};n.r(b),n.d(b,{__experimentalGetActiveBlockIdByBlockNames:()=>QR,__experimentalGetAllowedBlocks:()=>xR,__experimentalGetAllowedPatterns:()=>NR,__experimentalGetBlockListSettingsForBlocks:()=>FR,__experimentalGetDirectInsertBlock:()=>CR,__experimentalGetGlobalBlocksByName:()=>cC,__experimentalGetLastBlockAttributeChanges:()=>jR,__experimentalGetParsedPattern:()=>RR,__experimentalGetPatternTransformItems:()=>DR,__experimentalGetPatternsByBlockTypes:()=>BR,__experimentalGetReusableBlockTitle:()=>YR,__unstableGetBlockWithoutInnerBlocks:()=>nC,__unstableGetClientIdWithClientIdsTree:()=>rC,__unstableGetClientIdsTree:()=>aC,__unstableGetContentLockingParent:()=>oS,__unstableGetEditorMode:()=>$R,__unstableGetSelectedBlocksWithPartialSelection:()=>XC,__unstableGetTemporarilyEditingAsBlocks:()=>rS,__unstableGetVisibleBlocks:()=>nS,__unstableHasActiveBlockOverlayActive:()=>aS,__unstableIsFullySelected:()=>PC,__unstableIsLastBlockChangeIgnored:()=>XR,__unstableIsSelectionCollapsed:()=>HC,__unstableIsSelectionMergeable:()=>YC,__unstableIsWithinBlockOverlay:()=>iS,__unstableSelectionHasUnmergeableBlock:()=>FC,areInnerBlocksControlled:()=>ZR,canEditBlock:()=>OR,canInsertBlockType:()=>mR,canInsertBlocks:()=>MR,canLockBlockType:()=>vR,canMoveBlock:()=>hR,canMoveBlocks:()=>gR,canRemoveBlock:()=>zR,canRemoveBlocks:()=>fR,didAutomaticChange:()=>KR,getAdjacentBlockClientId:()=>kC,getAllowedBlocks:()=>LR,getBlock:()=>tC,getBlockAttributes:()=>eC,getBlockCount:()=>dC,getBlockHierarchyRootClientId:()=>_C,getBlockIndex:()=>VC,getBlockInsertionPoint:()=>lR,getBlockListSettings:()=>IR,getBlockMode:()=>eR,getBlockName:()=>Zx,getBlockNamesByClientId:()=>pC,getBlockOrder:()=>jC,getBlockParents:()=>AC,getBlockParentsByBlockName:()=>yC,getBlockRootClientId:()=>vC,getBlockSelectionEnd:()=>zC,getBlockSelectionStart:()=>MC,getBlockTransformItems:()=>ER,getBlocks:()=>oC,getBlocksByClientId:()=>uC,getClientIdsOfDescendants:()=>iC,getClientIdsWithDescendants:()=>lC,getDraggedBlockClientIds:()=>oR,getFirstMultiSelectedBlockClientId:()=>RC,getGlobalBlockCount:()=>sC,getInserterItems:()=>wR,getLastMultiSelectedBlockClientId:()=>SC,getLowestCommonAncestorWithSelectedBlock:()=>qC,getMultiSelectedBlockClientIds:()=>xC,getMultiSelectedBlocks:()=>CC,getMultiSelectedBlocksEndClientId:()=>IC,getMultiSelectedBlocksStartClientId:()=>DC,getNextBlockClientId:()=>EC,getPatternsByBlockTypes:()=>TR,getPreviousBlockClientId:()=>wC,getSelectedBlock:()=>OC,getSelectedBlockClientId:()=>gC,getSelectedBlockClientIds:()=>LC,getSelectedBlockCount:()=>fC,getSelectedBlocksInitialCaretPosition:()=>WC,getSelectionEnd:()=>mC,getSelectionStart:()=>bC,getSettings:()=>PR,getTemplate:()=>uR,getTemplateLock:()=>pR,hasBlockMovingClientId:()=>GR,hasDraggedInnerBlock:()=>GC,hasInserterItems:()=>WR,hasMultiSelection:()=>JC,hasSelectedBlock:()=>hC,hasSelectedInnerBlock:()=>$C,isAncestorBeingDragged:()=>aR,isAncestorMultiSelected:()=>BC,isBlockBeingDragged:()=>rR,isBlockHighlighted:()=>JR,isBlockInsertionPointVisible:()=>sR,isBlockMultiSelected:()=>TC,isBlockSelected:()=>UC,isBlockValid:()=>Qx,isBlockVisible:()=>tS,isBlockWithinSelection:()=>KC,isCaretWithinFormattedText:()=>iR,isDraggingBlocks:()=>nR,isFirstMultiSelectedBlock:()=>NC,isLastBlockChangePersistent:()=>HR,isMultiSelecting:()=>ZC,isNavigationMode:()=>UR,isSelectionEnabled:()=>QC,isTyping:()=>tR,isValidTemplate:()=>cR,wasBlockJustInserted:()=>eS});var m={};n.r(m),n.d(m,{__experimentalUpdateSettings:()=>sS,hideBlockInterface:()=>cS,showBlockInterface:()=>uS});var M={};n.r(M),n.d(M,{getLastInsertedBlocksClientIds:()=>dS,isBlockInterfaceHidden:()=>pS});var z={};n.r(z),n.d(z,{__unstableDeleteSelection:()=>XS,__unstableExpandSelection:()=>VS,__unstableMarkAutomaticChange:()=>pN,__unstableMarkLastChangeAsPersistent:()=>cN,__unstableMarkNextChangeAsNotPersistent:()=>uN,__unstableSaveReusableBlock:()=>sN,__unstableSetEditorMode:()=>bN,__unstableSetTemporarilyEditingAsBlocks:()=>AN,__unstableSplitSelection:()=>jS,clearSelectedBlock:()=>ES,duplicateBlocks:()=>MN,enterFormattedText:()=>nN,exitFormattedText:()=>oN,flashBlock:()=>gN,hideInsertionPoint:()=>HS,insertAfterBlock:()=>fN,insertBeforeBlock:()=>zN,insertBlock:()=>DS,insertBlocks:()=>IS,insertDefaultBlock:()=>aN,mergeBlocks:()=>US,moveBlockToPosition:()=>BS,moveBlocksDown:()=>SS,moveBlocksToPosition:()=>TS,moveBlocksUp:()=>NS,multiSelect:()=>wS,receiveBlocks:()=>gS,removeBlock:()=>GS,removeBlocks:()=>$S,replaceBlock:()=>CS,replaceBlocks:()=>xS,replaceInnerBlocks:()=>KS,resetBlocks:()=>zS,resetSelection:()=>hS,selectBlock:()=>AS,selectNextBlock:()=>_S,selectPreviousBlock:()=>yS,selectionChange:()=>rN,setBlockMovingClientId:()=>mN,setBlockVisibility:()=>vN,setHasControlledInnerBlocks:()=>ON,setNavigationMode:()=>dN,setTemplateValidity:()=>FS,showInsertionPoint:()=>PS,startDraggingBlocks:()=>eN,startMultiSelect:()=>qS,startTyping:()=>ZS,stopDraggingBlocks:()=>tN,stopMultiSelect:()=>kS,stopTyping:()=>QS,synchronizeTemplate:()=>YS,toggleBlockHighlight:()=>hN,toggleBlockMode:()=>JS,toggleSelection:()=>WS,updateBlock:()=>vS,updateBlockAttributes:()=>OS,updateBlockListSettings:()=>iN,updateSettings:()=>lN,validateBlocksToTemplate:()=>fS});var f={};n.r(f),n.d(f,{ButtonContentView:()=>FB,LabelView:()=>BB,J:()=>IB,I:()=>DB});var h={};n.r(h),n.d(h,{Text:()=>pP,block:()=>dP,destructive:()=>mP,highlighterText:()=>zP,muted:()=>MP,positive:()=>bP,upperCase:()=>fP});var g={};n.r(g),n.d(g,{registerShortcut:()=>bJ,unregisterShortcut:()=>mJ});var O={};n.r(O),n.d(O,{getAllShortcutKeyCombinations:()=>AJ,getAllShortcutRawKeyCombinations:()=>yJ,getCategoryShortcuts:()=>_J,getShortcutAliases:()=>vJ,getShortcutDescription:()=>OJ,getShortcutKeyCombination:()=>hJ,getShortcutRepresentation:()=>gJ});var v={};n.r(v),n.d(v,{createErrorNotice:()=>mQ,createInfoNotice:()=>bQ,createNotice:()=>pQ,createSuccessNotice:()=>dQ,createWarningNotice:()=>MQ,removeNotice:()=>zQ});var A={};n.r(A),n.d(A,{getNotices:()=>hQ});var y={};n.r(y),n.d(y,{_v:()=>L7,TooltipPopoverView:()=>x7,lr:()=>C7});var _={};n.r(_),n.d(_,{set:()=>Fpe,setDefaults:()=>Ype,setPersistenceLayer:()=>Xpe,toggle:()=>Hpe});var q={};n.r(q),n.d(q,{get:()=>jpe});var k={};n.r(k),n.d(k,{BorderPanel:()=>yee,ColorPanel:()=>Zte,DimensionsPanel:()=>Fre,EffectsPanel:()=>yMe,FiltersPanel:()=>SMe,GlobalStylesContext:()=>tI,TypographyPanel:()=>soe,getBlockCSSSelector:()=>vae,useGlobalSetting:()=>aI,useGlobalStyle:()=>iI,useGlobalStylesOutput:()=>fMe,useGlobalStylesReset:()=>rI,useHasBorderPanel:()=>Mee,useHasColorPanel:()=>Ite,useHasDimensionsPanel:()=>Lre,useHasEffectsPanel:()=>gMe,useHasFiltersPanel:()=>LMe,useHasTypographyPanel:()=>Jne,useSettingsForBlockElement:()=>lI});var w={};n.r(w),n.d(w,{__experimentalGetDefaultTemplatePartAreas:()=>mge,__experimentalGetDefaultTemplateType:()=>Mge,__experimentalGetDefaultTemplateTypes:()=>bge,__experimentalGetTemplateInfo:()=>zge,__unstableIsEditorReady:()=>phe,canInsertBlockType:()=>cge,canUserUseUnfilteredHTML:()=>ahe,didPostSaveRequestFail:()=>Ffe,didPostSaveRequestSucceed:()=>Hfe,getActivePostLock:()=>rhe,getAdjacentBlockClientId:()=>She,getAutosaveAttribute:()=>wfe,getBlock:()=>ghe,getBlockAttributes:()=>hhe,getBlockCount:()=>qhe,getBlockHierarchyRootClientId:()=>Rhe,getBlockIndex:()=>$he,getBlockInsertionPoint:()=>rge,getBlockListSettings:()=>dge,getBlockMode:()=>tge,getBlockName:()=>zhe,getBlockOrder:()=>Uhe,getBlockRootClientId:()=>Che,getBlockSelectionEnd:()=>whe,getBlockSelectionStart:()=>khe,getBlocks:()=>Ohe,getBlocksByClientId:()=>_he,getClientIdsOfDescendants:()=>vhe,getClientIdsWithDescendants:()=>Ahe,getCurrentPost:()=>gfe,getCurrentPostAttribute:()=>qfe,getCurrentPostId:()=>vfe,getCurrentPostLastRevisionId:()=>yfe,getCurrentPostRevisionsCount:()=>Afe,getCurrentPostType:()=>Ofe,getEditedPostAttribute:()=>kfe,getEditedPostContent:()=>Ufe,getEditedPostPreviewLink:()=>jfe,getEditedPostSlug:()=>Jfe,getEditedPostVisibility:()=>Efe,getEditorBlocks:()=>lhe,getEditorSelection:()=>uhe,getEditorSelectionEnd:()=>che,getEditorSelectionStart:()=>she,getEditorSettings:()=>dhe,getFirstMultiSelectedBlockClientId:()=>Phe,getGlobalBlockCount:()=>yhe,getInserterItems:()=>uge,getLastMultiSelectedBlockClientId:()=>Hhe,getMultiSelectedBlockClientIds:()=>Dhe,getMultiSelectedBlocks:()=>Ihe,getMultiSelectedBlocksEndClientId:()=>Vhe,getMultiSelectedBlocksStartClientId:()=>jhe,getNextBlockClientId:()=>The,getPermalink:()=>Kfe,getPermalinkParts:()=>Zfe,getPostEdits:()=>_fe,getPostLockUser:()=>ohe,getPostTypeLabel:()=>fge,getPreviousBlockClientId:()=>Nhe,getSelectedBlock:()=>xhe,getSelectedBlockClientId:()=>Lhe,getSelectedBlockCount:()=>Ehe,getSelectedBlocksInitialCaretPosition:()=>Bhe,getStateBeforeOptimisticTransaction:()=>bhe,getSuggestedPostFormat:()=>Vfe,getTemplate:()=>lge,getTemplateLock:()=>sge,hasChangedContent:()=>Mfe,hasEditorRedo:()=>bfe,hasEditorUndo:()=>dfe,hasInserterItems:()=>pge,hasMultiSelection:()=>Zhe,hasNonPostEntityChanges:()=>ffe,hasSelectedBlock:()=>Whe,hasSelectedInnerBlock:()=>Khe,inSomeHistory:()=>mhe,isAncestorMultiSelected:()=>Xhe,isAutosavingPost:()=>Yfe,isBlockInsertionPointVisible:()=>age,isBlockMultiSelected:()=>Yhe,isBlockSelected:()=>Ghe,isBlockValid:()=>fhe,isBlockWithinSelection:()=>Jhe,isCaretWithinFormattedText:()=>oge,isCleanNewPost:()=>hfe,isCurrentPostPending:()=>Wfe,isCurrentPostPublished:()=>Lfe,isCurrentPostScheduled:()=>xfe,isDeletingPost:()=>Dfe,isEditedPostAutosaveable:()=>Nfe,isEditedPostBeingScheduled:()=>Tfe,isEditedPostDateFloating:()=>Bfe,isEditedPostDirty:()=>zfe,isEditedPostEmpty:()=>Sfe,isEditedPostNew:()=>mfe,isEditedPostPublishable:()=>Cfe,isEditedPostSaveable:()=>Rfe,isFirstMultiSelectedBlock:()=>Fhe,isMultiSelecting:()=>Qhe,isPermalinkEditable:()=>Gfe,isPostAutosavingLocked:()=>the,isPostLockTakeover:()=>nhe,isPostLocked:()=>Qfe,isPostSavingLocked:()=>ehe,isPreviewingPost:()=>Xfe,isPublishSidebarEnabled:()=>ihe,isPublishingPost:()=>$fe,isSavingNonPostEntityChanges:()=>Pfe,isSavingPost:()=>Ife,isSelectionEnabled:()=>ege,isTyping:()=>nge,isValidTemplate:()=>ige});var E={};n.r(E),n.d(E,{__experimentalTearDownEditor:()=>yge,autosave:()=>xge,clearSelectedBlock:()=>Qge,createUndoLevel:()=>Sge,disablePublishSidebar:()=>Bge,editPost:()=>wge,enablePublishSidebar:()=>Tge,enterFormattedText:()=>hOe,exitFormattedText:()=>gOe,hideInsertionPoint:()=>cOe,insertBlock:()=>iOe,insertBlocks:()=>lOe,insertDefaultBlock:()=>OOe,lockPostAutosaving:()=>Pge,lockPostSaving:()=>Dge,mergeBlocks:()=>dOe,moveBlockToPosition:()=>aOe,moveBlocksDown:()=>oOe,moveBlocksUp:()=>rOe,multiSelect:()=>Zge,receiveBlocks:()=>Vge,redo:()=>Cge,refreshPost:()=>Wge,removeBlock:()=>mOe,removeBlocks:()=>bOe,replaceBlock:()=>nOe,replaceBlocks:()=>tOe,resetBlocks:()=>jge,resetEditorBlocks:()=>Fge,resetPost:()=>_ge,savePost:()=>Ege,selectBlock:()=>Gge,setTemplateValidity:()=>uOe,setupEditor:()=>Age,setupEditorState:()=>kge,showInsertionPoint:()=>sOe,startMultiSelect:()=>Kge,startTyping:()=>zOe,stopMultiSelect:()=>Jge,stopTyping:()=>fOe,synchronizeTemplate:()=>pOe,toggleBlockMode:()=>MOe,toggleSelection:()=>eOe,trashPost:()=>Lge,undo:()=>Rge,unlockPostAutosaving:()=>Hge,unlockPostSaving:()=>Ige,updateBlock:()=>Uge,updateBlockAttributes:()=>$ge,updateBlockListSettings:()=>vOe,updateEditorSettings:()=>Yge,updatePost:()=>qge,updatePostLock:()=>Nge});var W={};n.r(W),n.d(W,{init:()=>mve,metadata:()=>pve,name:()=>dve,settings:()=>bve});var L={};n.r(L),n.d(L,{init:()=>Hve,metadata:()=>Dve,name:()=>Ive,settings:()=>Pve});var x={};n.r(x),n.d(x,{init:()=>uAe,metadata:()=>lAe,name:()=>sAe,settings:()=>cAe});var C={};n.r(C),n.d(C,{init:()=>WAe,metadata:()=>kAe,name:()=>wAe,settings:()=>EAe});var R={};n.r(R),n.d(R,{init:()=>YAe,metadata:()=>PAe,name:()=>HAe,settings:()=>FAe});var S={};n.r(S),n.d(S,{init:()=>KAe,metadata:()=>UAe,name:()=>$Ae,settings:()=>GAe});var N={};n.r(N),n.d(N,{init:()=>tye,metadata:()=>ZAe,name:()=>QAe,settings:()=>eye});var T={};n.r(T),n.d(T,{init:()=>pye,metadata:()=>sye,name:()=>cye,settings:()=>uye});var B={};n.r(B),n.d(B,{init:()=>Oye,metadata:()=>fye,name:()=>hye,settings:()=>gye});var D={};n.r(D),n.d(D,{init:()=>Eye,metadata:()=>qye,name:()=>kye,settings:()=>wye});var I={};n.r(I),n.d(I,{init:()=>$ye,metadata:()=>jye,name:()=>Vye,settings:()=>Uye});var P={};n.r(P),n.d(P,{init:()=>l_e,metadata:()=>r_e,name:()=>a_e,settings:()=>i_e});var H={};n.r(H),n.d(H,{init:()=>p_e,metadata:()=>s_e,name:()=>c_e,settings:()=>u_e});var F={};n.r(F),n.d(F,{init:()=>h_e,metadata:()=>M_e,name:()=>z_e,settings:()=>f_e});var Y={};n.r(Y),n.d(Y,{init:()=>y_e,metadata:()=>O_e,name:()=>v_e,settings:()=>A_e});var X={};n.r(X),n.d(X,{init:()=>L_e,metadata:()=>w_e,name:()=>E_e,settings:()=>W_e});var j={};n.r(j),n.d(j,{init:()=>N_e,metadata:()=>C_e,name:()=>R_e,settings:()=>S_e});var V={};n.r(V),n.d(V,{init:()=>H_e,metadata:()=>D_e,name:()=>I_e,settings:()=>P_e});var U={};n.r(U),n.d(U,{init:()=>K_e,metadata:()=>U_e,name:()=>$_e,settings:()=>G_e});var $={};n.r($),n.d($,{init:()=>nqe,metadata:()=>Q_e,name:()=>eqe,settings:()=>tqe});var G={};n.r(G),n.d(G,{init:()=>uqe,metadata:()=>lqe,name:()=>sqe,settings:()=>cqe});var K={};n.r(K),n.d(K,{init:()=>zqe,metadata:()=>bqe,name:()=>mqe,settings:()=>Mqe});var J={};n.r(J),n.d(J,{init:()=>Aqe,metadata:()=>gqe,name:()=>Oqe,settings:()=>vqe});var Z={};n.r(Z),n.d(Z,{init:()=>Sqe,metadata:()=>xqe,name:()=>Cqe,settings:()=>Rqe});var Q={};n.r(Q),n.d(Q,{init:()=>_we,metadata:()=>vwe,name:()=>Awe,settings:()=>ywe});var ee={};n.r(ee),n.d(ee,{init:()=>xwe,metadata:()=>Ewe,name:()=>Wwe,settings:()=>Lwe});var te={};n.r(te),n.d(te,{init:()=>Iwe,metadata:()=>Twe,name:()=>Bwe,settings:()=>Dwe});var ne={};n.r(ne),n.d(ne,{init:()=>jwe,metadata:()=>Fwe,name:()=>Ywe,settings:()=>Xwe});var oe={};n.r(oe),n.d(oe,{init:()=>BEe,metadata:()=>SEe,name:()=>NEe,settings:()=>TEe});var re={};n.r(re),n.d(re,{init:()=>oWe,metadata:()=>eWe,name:()=>tWe,settings:()=>nWe});var ae={};n.r(ae),n.d(ae,{setIsMatching:()=>_We});var ie={};n.r(ie),n.d(ie,{isViewportMatch:()=>qWe});var le={};n.r(le),n.d(le,{init:()=>fLe,metadata:()=>mLe,name:()=>MLe,settings:()=>zLe});var se={};n.r(se),n.d(se,{init:()=>SLe,metadata:()=>xLe,name:()=>CLe,settings:()=>RLe});var ce={};n.r(ce),n.d(ce,{init:()=>oxe,metadata:()=>exe,name:()=>txe,settings:()=>nxe});var ue={};n.r(ue),n.d(ue,{init:()=>cxe,metadata:()=>ixe,name:()=>lxe,settings:()=>sxe});var pe={};n.r(pe),n.d(pe,{init:()=>fxe,metadata:()=>mxe,name:()=>Mxe,settings:()=>zxe});var de={};n.r(de),n.d(de,{init:()=>Txe,metadata:()=>Rxe,name:()=>Sxe,settings:()=>Nxe});var be={};n.r(be),n.d(be,{init:()=>Hxe,metadata:()=>Dxe,name:()=>Ixe,settings:()=>Pxe});var me={};n.r(me),n.d(me,{init:()=>bCe,metadata:()=>uCe,name:()=>pCe,settings:()=>dCe});var Me={};n.r(Me),n.d(Me,{init:()=>NCe,metadata:()=>CCe,name:()=>RCe,settings:()=>SCe});var ze={};n.r(ze),n.d(ze,{init:()=>nRe,metadata:()=>QCe,name:()=>eRe,settings:()=>tRe});var fe={};n.r(fe),n.d(fe,{init:()=>lRe,metadata:()=>rRe,name:()=>aRe,settings:()=>iRe});var he={};n.r(he),n.d(he,{init:()=>XRe,metadata:()=>HRe,name:()=>FRe,settings:()=>YRe});var ge={};n.r(ge),n.d(ge,{init:()=>KRe,metadata:()=>URe,name:()=>$Re,settings:()=>GRe});var Oe={};n.r(Oe),n.d(Oe,{init:()=>rSe,metadata:()=>tSe,name:()=>nSe,settings:()=>oSe});var ve={};n.r(ve),n.d(ve,{init:()=>pNe,metadata:()=>sNe,name:()=>cNe,settings:()=>uNe});var Ae={};n.r(Ae),n.d(Ae,{init:()=>xNe,metadata:()=>ENe,name:()=>WNe,settings:()=>LNe});var ye={};n.r(ye),n.d(ye,{init:()=>FNe,metadata:()=>INe,name:()=>PNe,settings:()=>HNe});var _e={};n.r(_e),n.d(_e,{init:()=>GNe,metadata:()=>VNe,name:()=>UNe,settings:()=>$Ne});var qe={};n.r(qe),n.d(qe,{init:()=>eTe,metadata:()=>JNe,name:()=>ZNe,settings:()=>QNe});var ke={};n.r(ke),n.d(ke,{init:()=>dTe,metadata:()=>cTe,name:()=>uTe,settings:()=>pTe});var we={};n.r(we),n.d(we,{init:()=>fTe,metadata:()=>mTe,name:()=>MTe,settings:()=>zTe});var Ee={};n.r(Ee),n.d(Ee,{init:()=>BTe,metadata:()=>STe,name:()=>NTe,settings:()=>TTe});var We={};n.r(We),n.d(We,{init:()=>XTe,metadata:()=>HTe,name:()=>FTe,settings:()=>YTe});var Le={};n.r(Le),n.d(Le,{init:()=>JTe,metadata:()=>$Te,name:()=>GTe,settings:()=>KTe});var xe={};n.r(xe),n.d(xe,{init:()=>nBe,metadata:()=>QTe,name:()=>eBe,settings:()=>tBe});var Ce={};n.r(Ce),n.d(Ce,{init:()=>sBe,metadata:()=>aBe,name:()=>iBe,settings:()=>lBe});var Re={};n.r(Re),n.d(Re,{init:()=>bBe,metadata:()=>uBe,name:()=>pBe,settings:()=>dBe});var Se={};n.r(Se),n.d(Se,{init:()=>hBe,metadata:()=>MBe,name:()=>zBe,settings:()=>fBe});var Ne={};n.r(Ne),n.d(Ne,{init:()=>yBe,metadata:()=>OBe,name:()=>vBe,settings:()=>ABe});var Te={};n.r(Te),n.d(Te,{init:()=>RBe,metadata:()=>LBe,name:()=>xBe,settings:()=>CBe});var Be={};n.r(Be),n.d(Be,{init:()=>FBe,metadata:()=>IBe,name:()=>PBe,settings:()=>HBe});var De={};n.r(De),n.d(De,{init:()=>$Be,metadata:()=>jBe,name:()=>VBe,settings:()=>UBe});var Ie={};n.r(Ie),n.d(Ie,{init:()=>rDe,metadata:()=>tDe,name:()=>nDe,settings:()=>oDe});var Pe={};n.r(Pe),n.d(Pe,{init:()=>dDe,metadata:()=>cDe,name:()=>uDe,settings:()=>pDe});var He={};n.r(He),n.d(He,{init:()=>gDe,metadata:()=>zDe,name:()=>fDe,settings:()=>hDe});var Fe={};n.r(Fe),n.d(Fe,{init:()=>wDe,metadata:()=>_De,name:()=>qDe,settings:()=>kDe});var Ye={};n.r(Ye),n.d(Ye,{init:()=>RDe,metadata:()=>LDe,name:()=>xDe,settings:()=>CDe});var Xe={};n.r(Xe),n.d(Xe,{init:()=>IDe,metadata:()=>TDe,name:()=>BDe,settings:()=>DDe});var je={};n.r(je),n.d(je,{init:()=>VDe,metadata:()=>YDe,name:()=>XDe,settings:()=>jDe});var Ve={};n.r(Ve),n.d(Ve,{init:()=>dIe,metadata:()=>cIe,name:()=>uIe,settings:()=>pIe});var Ue={};n.r(Ue),n.d(Ue,{init:()=>bPe,metadata:()=>uPe,name:()=>pPe,settings:()=>dPe});var $e={};n.r($e),n.d($e,{init:()=>hPe,metadata:()=>MPe,name:()=>zPe,settings:()=>fPe});var Ge={};n.r(Ge),n.d(Ge,{init:()=>kPe,metadata:()=>yPe,name:()=>_Pe,settings:()=>qPe});var Ke={};n.r(Ke),n.d(Ke,{init:()=>xPe,metadata:()=>EPe,name:()=>WPe,settings:()=>LPe});var Je={};n.r(Je),n.d(Je,{init:()=>TPe,metadata:()=>RPe,name:()=>SPe,settings:()=>NPe});var Ze={};n.r(Ze),n.d(Ze,{init:()=>HPe,metadata:()=>DPe,name:()=>IPe,settings:()=>PPe});var Qe={};n.r(Qe),n.d(Qe,{init:()=>KPe,metadata:()=>UPe,name:()=>$Pe,settings:()=>GPe});var et={};n.r(et),n.d(et,{init:()=>pHe,metadata:()=>sHe,name:()=>cHe,settings:()=>uHe});var tt={};n.r(tt),n.d(tt,{__experimentalConvertBlockToStatic:()=>dHe,__experimentalConvertBlocksToReusable:()=>bHe,__experimentalDeleteReusableBlock:()=>mHe,__experimentalSetEditingReusableBlock:()=>MHe});var nt={};n.r(nt),n.d(nt,{__experimentalIsEditingReusableBlock:()=>zHe});var ot={};n.r(ot),n.d(ot,{init:()=>AHe,metadata:()=>gHe,name:()=>OHe,settings:()=>vHe});var rt={};n.r(rt),n.d(rt,{init:()=>kHe,metadata:()=>yHe,name:()=>_He,settings:()=>qHe});var at={};n.r(at),n.d(at,{init:()=>xHe,metadata:()=>EHe,name:()=>WHe,settings:()=>LHe});var it={};n.r(it),n.d(it,{init:()=>FHe,metadata:()=>IHe,name:()=>PHe,settings:()=>HHe});var lt={};n.r(lt),n.d(lt,{init:()=>KHe,metadata:()=>UHe,name:()=>$He,settings:()=>GHe});var st={};n.r(st),n.d(st,{init:()=>oFe,metadata:()=>eFe,name:()=>tFe,settings:()=>nFe});var ct={};n.r(ct),n.d(ct,{init:()=>bFe,metadata:()=>uFe,name:()=>pFe,settings:()=>dFe});var ut={};n.r(ut),n.d(ut,{init:()=>OFe,metadata:()=>fFe,name:()=>hFe,settings:()=>gFe});var pt={};n.r(pt),n.d(pt,{init:()=>xFe,metadata:()=>EFe,name:()=>WFe,settings:()=>LFe});var dt={};n.r(dt),n.d(dt,{init:()=>HFe,metadata:()=>DFe,name:()=>IFe,settings:()=>PFe});var bt={};n.r(bt),n.d(bt,{init:()=>KFe,metadata:()=>UFe,name:()=>$Fe,settings:()=>GFe});var mt={};n.r(mt),n.d(mt,{init:()=>lYe,metadata:()=>rYe,name:()=>aYe,settings:()=>iYe});var Mt={};n.r(Mt),n.d(Mt,{init:()=>PYe,metadata:()=>BYe,name:()=>DYe,settings:()=>IYe});var zt={};n.r(zt),n.d(zt,{init:()=>$Ye,metadata:()=>jYe,name:()=>VYe,settings:()=>UYe});var ft={};n.r(ft),n.d(ft,{init:()=>eXe,metadata:()=>JYe,name:()=>ZYe,settings:()=>QYe});var ht={};n.r(ht),n.d(ht,{init:()=>hXe,metadata:()=>MXe,name:()=>zXe,settings:()=>fXe});var gt={};n.r(gt),n.d(gt,{init:()=>yXe,metadata:()=>OXe,name:()=>vXe,settings:()=>AXe});var Ot={};n.r(Ot),n.d(Ot,{init:()=>WXe,metadata:()=>kXe,name:()=>wXe,settings:()=>EXe});var vt={};n.r(vt),n.d(vt,{init:()=>IXe,metadata:()=>TXe,name:()=>BXe,settings:()=>DXe});var At={};n.r(At),n.d(At,{init:()=>sje,metadata:()=>aje,name:()=>ije,settings:()=>lje});var yt={};n.r(yt),n.d(yt,{disableComplementaryArea:()=>DVe,enableComplementaryArea:()=>BVe,pinItem:()=>IVe,setDefaultComplementaryArea:()=>TVe,setFeatureDefaults:()=>YVe,setFeatureValue:()=>FVe,toggleFeature:()=>HVe,unpinItem:()=>PVe});var _t={};n.r(_t),n.d(_t,{getActiveComplementaryArea:()=>XVe,isComplementaryAreaLoading:()=>jVe,isFeatureActive:()=>UVe,isItemPinned:()=>VVe});var qt={};n.r(qt),n.d(qt,{getCanvasStyles:()=>cGe,getCurrentPattern:()=>eGe,getCurrentPatternName:()=>Q$e,getEditorMode:()=>K$e,getEditorSettings:()=>J$e,getIgnoredContent:()=>tGe,getNamedPattern:()=>nGe,getPatterns:()=>iGe,getPreviewDeviceType:()=>sGe,isEditing:()=>aGe,isEditorReady:()=>Z$e,isEditorSidebarOpened:()=>rGe,isIframePreview:()=>uGe,isInserterOpened:()=>oGe,isListViewOpened:()=>lGe});var kt={};n.r(kt),n.d(kt,{getBlocks:()=>pGe,getEditCount:()=>MGe,getEditorSelection:()=>dGe,hasEditorRedo:()=>mGe,hasEditorUndo:()=>bGe});var wt={};n.r(wt),n.d(wt,{isFeatureActive:()=>zGe});var Et={};n.r(Et),n.d(Et,{isOptionActive:()=>fGe});var Wt={};n.r(Wt),n.d(Wt,{setUndoManager:()=>gGe,setYDoc:()=>hGe});var Lt={};n.r(Lt),n.d(Lt,{getUndoManager:()=>vGe,getYDoc:()=>OGe});var xt={};n.r(xt),n.d(xt,{setAvailableCollabPeers:()=>AGe,setCollabPeerSelection:()=>yGe});var Ct={};n.r(Ct),n.d(Ct,{getCollabPeers:()=>_Ge,hasCollabPeers:()=>qGe});var Rt={};n.r(Rt),n.d(Rt,{__experimentalConvertBlockToStatic:()=>SGe,__experimentalConvertBlocksToReusable:()=>NGe,__experimentalDeleteReusableBlock:()=>TGe,__experimentalSetEditingReusableBlock:()=>BGe});var St={};n.r(St),n.d(St,{__experimentalIsEditingReusableBlock:()=>DGe});var Nt={};n.r(Nt),n.d(Nt,{disableComplementaryArea:()=>FGe,enableComplementaryArea:()=>HGe,pinItem:()=>YGe,setDefaultComplementaryArea:()=>PGe,setFeatureDefaults:()=>UGe,setFeatureValue:()=>VGe,toggleFeature:()=>jGe,unpinItem:()=>XGe});var Tt={};n.r(Tt),n.d(Tt,{getActiveComplementaryArea:()=>$Ge,isFeatureActive:()=>KGe,isItemPinned:()=>GGe});var Bt=n(7363),Dt=n.n(Bt);const It=ReactDOM;function Pt(){return Pt=Object.assign?Object.assign.bind():function(e){for(var t=1;t0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1?arguments[1]:void 0;const n=Object.entries(e).map((e=>{let[t,n]=e;return(e,o,r,a,i)=>{if(!un(e,t))return!1;const l=n(e);return an(l)?l.then(a,i):a(l),!0}})),o=(e,n)=>!!cn(e)&&(t(e),n(),!0);n.push(o);const r=(0,rn.create)(n);return e=>new Promise(((n,o)=>r(e,(e=>{cn(e)&&t(e),n(e)}),o)))}function dn(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};return t=>{const n=pn(e,t.dispatch);return e=>t=>on(t)?n(t):e(t)}}const bn=function(){let e=arguments.length>0&&void 0!==arguments[0]&&arguments[0];return function(){for(var t=arguments.length,n=new Array(t),o=0;o[t(...e)]),r)[0]}}},mn=bn(),Mn=bn(!0);function zn(e){const t=function(){return e(t.registry.select)(...arguments)};return t.isRegistrySelector=!0,t}function fn(e){return e.isRegistryControl=!0,e}const hn="@@data/SELECT",gn="@@data/RESOLVE_SELECT",On="@@data/DISPATCH";function vn(e){return null!==e&&"object"==typeof e}const An={select:function(e,t){for(var n=arguments.length,o=new Array(n>2?n-2:0),r=2;r2?n-2:0),r=2;r2?n-2:0),r=2;rt=>{let{storeKey:n,selectorName:o,args:r}=t;return e.select(n)[o](...r)})),[gn]:fn((e=>t=>{let{storeKey:n,selectorName:o,args:r}=t;const a=e.select(n)[o].hasResolver?"resolveSelect":"select";return e[a](n)[o](...r)})),[On]:fn((e=>t=>{let{storeKey:n,actionName:o,args:r}=t;return e.dispatch(n)[o](...r)}))},_n=["@wordpress/block-editor","@wordpress/block-library","@wordpress/blocks","@wordpress/commands","@wordpress/components","@wordpress/customize-widgets","@wordpress/data","@wordpress/edit-post","@wordpress/edit-site","@wordpress/edit-widgets","@wordpress/editor"],qn=[];let kn;try{kn=!{NODE_ENV:"production"}.IS_WORDPRESS_CORE}catch(ol){kn=!0}const wn=(e,t)=>{if(!_n.includes(t))throw new Error(`You tried to opt-in to unstable APIs as module "${t}". This feature is only for JavaScript modules shipped with WordPress core. Please do not use it in plugins and themes as the unstable APIs will be removed without a warning. If you ignore this error and depend on unstable features, your product will inevitably break on one of the next WordPress releases.`);if(!kn&&qn.includes(t))throw new Error(`You tried to opt-in to unstable APIs as module "${t}" which is already registered. This feature is only for JavaScript modules shipped with WordPress core. Please do not use it in plugins and themes as the unstable APIs will be removed without a warning. If you ignore this error and depend on unstable features, your product will inevitably break on one of the next WordPress releases.`);if("I know using unstable features means my plugin or theme will inevitably break on the next WordPress release."!==e)throw new Error("You tried to opt-in to unstable APIs without confirming you know the consequences. This feature is only for JavaScript modules shipped with WordPress core. Please do not use it in plugins and themes as the unstable APIs will removed without a warning. If you ignore this error and depend on unstable features, your product will inevitably break on the next WordPress release.");return qn.push(t),{lock:En,unlock:Wn}};function En(e,t){if(!e)throw new Error("Cannot lock an undefined object.");xn in e||(e[xn]={}),Ln.set(e[xn],t)}function Wn(e){if(!e)throw new Error("Cannot unlock an undefined object.");if(!(xn in e))throw new Error("Cannot unlock an object that was not locked before. ");return Ln.get(e[xn])}const Ln=new WeakMap,xn=Symbol("Private API ID");const{lock:Cn,unlock:Rn}=wn("I know using unstable features means my plugin or theme will inevitably break on the next WordPress release.","@wordpress/data"),Sn=()=>e=>t=>an(t)?t.then((t=>{if(t)return e(t)})):e(t),Nn={name:"core/data",instantiate(e){const t=t=>function(n){for(var o=arguments.length,r=new Array(o>1?o-1:0),a=1;afunction(n){for(var o=arguments.length,r=new Array(o>1?o-1:0),a=1;aObject.fromEntries(["getIsResolving","hasStartedResolution","hasFinishedResolution","isResolving","getCachedResolvers"].map((e=>[e,t(e)]))),getActions:()=>Object.fromEntries(["startResolution","finishResolution","invalidateResolution","invalidateResolutionForStore","invalidateResolutionForStoreSelector"].map((e=>[e,n(e)]))),subscribe:()=>()=>()=>{}}}},Tn=Nn,Bn=(e,t)=>()=>n=>o=>{const r=e.select(Tn).getCachedResolvers(t);return Object.entries(r).forEach((n=>{var r,a,i;let[l,s]=n;const c=null===(r=e.stores)||void 0===r||null===(a=r[t])||void 0===a||null===(i=a.resolvers)||void 0===i?void 0:i[l];c&&c.shouldInvalidate&&s.forEach(((n,r)=>{"finished"!==(null==n?void 0:n.status)&&"error"!==(null==n?void 0:n.status)||!c.shouldInvalidate(o,...r)||e.dispatch(Tn).invalidateResolution(t,l,r)}))})),n(o)};function Dn(e){return()=>t=>n=>"function"==typeof n?n(e):t(n)}function In(e){if(null==e)return[];const t=e.length;let n=t;for(;n>0&&void 0===e[n-1];)n--;return n===t?e:e.slice(0,n)}const Pn=(Hn="selectorName",e=>function(){let t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},n=arguments.length>1?arguments[1]:void 0;const o=n[Hn];if(void 0===o)return t;const r=e(t[o],n);return r===t[o]?t:{...t,[o]:r}})((function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:new(nn()),t=arguments.length>1?arguments[1]:void 0;switch(t.type){case"START_RESOLUTION":{const n=new(nn())(e);return n.set(In(t.args),{status:"resolving"}),n}case"FINISH_RESOLUTION":{const n=new(nn())(e);return n.set(In(t.args),{status:"finished"}),n}case"FAIL_RESOLUTION":{const n=new(nn())(e);return n.set(In(t.args),{status:"error",error:t.error}),n}case"START_RESOLUTIONS":{const n=new(nn())(e);for(const e of t.args)n.set(In(e),{status:"resolving"});return n}case"FINISH_RESOLUTIONS":{const n=new(nn())(e);for(const e of t.args)n.set(In(e),{status:"finished"});return n}case"FAIL_RESOLUTIONS":{const n=new(nn())(e);return t.args.forEach(((e,o)=>{const r={status:"error",error:void 0},a=t.errors[o];a&&(r.error=a),n.set(In(e),r)})),n}case"INVALIDATE_RESOLUTION":{const n=new(nn())(e);return n.delete(In(t.args)),n}}return e}));var Hn;const Fn=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1?arguments[1]:void 0;switch(t.type){case"INVALIDATE_RESOLUTION_FOR_STORE":return{};case"INVALIDATE_RESOLUTION_FOR_STORE_SELECTOR":if(t.selectorName in e){const{[t.selectorName]:n,...o}=e;return o}return e;case"START_RESOLUTION":case"FINISH_RESOLUTION":case"FAIL_RESOLUTION":case"START_RESOLUTIONS":case"FINISH_RESOLUTIONS":case"FAIL_RESOLUTIONS":case"INVALIDATE_RESOLUTION":return Pn(e,t)}return e};function Yn(e,t,n){const o=e[t];if(o)return o.get(In(n))}function Xn(e,t,n){const o=Yn(e,t,n);return o&&"resolving"===o.status}function jn(e,t,n){return void 0!==Yn(e,t,n)}function Vn(e,t,n){var o;const r=null===(o=Yn(e,t,n))||void 0===o?void 0:o.status;return"finished"===r||"error"===r}function Un(e,t,n){var o;return"error"===(null===(o=Yn(e,t,n))||void 0===o?void 0:o.status)}function $n(e,t,n){const o=Yn(e,t,n);return"error"===(null==o?void 0:o.status)?o.error:null}function Gn(e,t,n){var o;return"resolving"===(null===(o=Yn(e,t,n))||void 0===o?void 0:o.status)}function Kn(e){return e}function Jn(e,t){return{type:"START_RESOLUTION",selectorName:e,args:t}}function Zn(e,t){return{type:"FINISH_RESOLUTION",selectorName:e,args:t}}function Qn(e,t,n){return{type:"FAIL_RESOLUTION",selectorName:e,args:t,error:n}}function eo(e,t){return{type:"START_RESOLUTIONS",selectorName:e,args:t}}function to(e,t){return{type:"FINISH_RESOLUTIONS",selectorName:e,args:t}}function no(e,t,n){return{type:"FAIL_RESOLUTIONS",selectorName:e,args:t,errors:n}}function oo(e,t){return{type:"INVALIDATE_RESOLUTION",selectorName:e,args:t}}function ro(){return{type:"INVALIDATE_RESOLUTION_FOR_STORE"}}function ao(e){return{type:"INVALIDATE_RESOLUTION_FOR_STORE_SELECTOR",selectorName:e}}const io=e=>{const t=[...e];for(let e=t.length-1;e>=0;e--)void 0===t[e]&&t.splice(e,1);return t},lo=(e,t)=>Object.entries(null!=e?e:{}).reduce(((e,n)=>{let[o,r]=n;return{...e,[o]:t(r,o)}}),{}),so=(e,t)=>t instanceof Map?Object.fromEntries(t):t;function co(n,o){const r={},a={},i={privateActions:r,registerPrivateActions:e=>{Object.assign(r,e)},privateSelectors:a,registerPrivateSelectors:e=>{Object.assign(a,e)}},l={name:n,instantiate:l=>{const s=o.reducer,c={registry:l,get dispatch(){return Object.assign((e=>u.dispatch(e)),h())},get select(){return Object.assign((e=>e(u.__unstableOriginalGetState())),f())},get resolveSelect(){return g()}},u=function(e,t,n,o){const r={...t.controls,...yn},a=lo(r,(e=>e.isRegistryControl?e(n):e)),i=[Zt(Bn(n,e),Sn,dn(a),Dn(o))];"undefined"!=typeof window&&window.__REDUX_DEVTOOLS_EXTENSION__&&i.push(window.__REDUX_DEVTOOLS_EXTENSION__({name:e,instanceId:e,serialize:{replacer:so}}));const{reducer:l,initialState:s}=t;return Kt(en()({metadata:Fn,root:l}),{root:s},Mn(i))}(n,o,l,c);Cn(u,i);const p=function(){const e={};return{isRunning:(t,n)=>e[t]&&e[t].get(io(n)),clear(t,n){e[t]&&e[t].delete(io(n))},markAsRunning(t,n){e[t]||(e[t]=new(nn())),e[t].set(io(n),!0)}}}();let d;const b=po({...t,...o.actions},u);Cn(b,new Proxy(r,{get:(e,t)=>po(r,u)[t]||b[t]}));let m=uo({...lo(e,(e=>function(t){for(var n=arguments.length,o=new Array(n>1?n-1:0),r=1;r(e.isRegistrySelector&&(e.registry=l),function(t){for(var n=arguments.length,o=new Array(n>1?n-1:0),r=1;ruo(lo(a,(e=>function(t){for(var n=arguments.length,o=new Array(n>1?n-1:0),r=1;re.fulfill?e:{...e,fulfill:e})),a=(t,a)=>{const i=e[a];if(!i)return t.hasResolver=!1,t;const l=function(){for(var e=arguments.length,l=new Array(e),s=0;s{o.clear(a,l),n.dispatch(Jn(a,l));try{await bo(n,r,a,...l),n.dispatch(Zn(a,l))}catch(e){n.dispatch(Qn(a,l,e))}})))}return c(...l),t(...l)};return l.hasResolver=!0,l};return{resolvers:r,selectors:lo(t,a)}}(o.resolvers,m,u,p);d=e.resolvers,m=e.selectors}const M=function(e,t){const{getIsResolving:n,hasStartedResolution:o,hasFinishedResolution:r,hasResolutionFailed:a,isResolving:i,getCachedResolvers:l,getResolutionState:s,getResolutionError:c,...u}=e;return lo(u,((n,o)=>n.hasResolver?function(){for(var r=arguments.length,a=new Array(r),i=0;i{const l=()=>e.hasFinishedResolution(o,a),s=t=>{if(e.hasResolutionFailed(o,a)){const t=e.getResolutionError(o,a);i(t)}else r(t)},c=()=>n.apply(null,a),u=c();if(l())return s(u);const p=t.subscribe((()=>{l()&&(p(),s(c()))}))}))}:async function(){for(var e=arguments.length,t=new Array(e),o=0;on.hasResolver?function(){for(var r=arguments.length,a=new Array(r),i=0;i{const r=t.subscribe((()=>{e.hasFinishedResolution(o,a)&&(n(),r())}))}))}:n))}(m,u),f=()=>m,h=()=>b,g=()=>M;u.__unstableOriginalGetState=u.getState,u.getState=()=>u.__unstableOriginalGetState().root;const O=u&&(e=>{let t=u.__unstableOriginalGetState();return u.subscribe((()=>{const n=u.__unstableOriginalGetState(),o=n!==t;t=n,o&&e()}))});return{reducer:s,store:u,actions:b,selectors:m,resolvers:d,getSelectors:f,getResolveSelectors:g,getSuspendSelectors:()=>z,getActions:h,subscribe:O}}};return Cn(l,i),l}function uo(e,t){return lo(e,(e=>{const n=function(){const n=arguments.length,o=new Array(n+1);o[0]=t.__unstableOriginalGetState();for(let e=0;efunction(){return Promise.resolve(t.dispatch(e(...arguments)))}))}async function bo(e,t,n){const o=t[n];if(!o)return;for(var r=arguments.length,a=new Array(r>3?r-3:0),i=3;i3&&void 0!==arguments[3]?arguments[3]:10;const i=e[t];if(!Mo(n))return;if(!mo(o))return;if("function"!=typeof r)return void console.error("The hook callback must be a function.");if("number"!=typeof a)return void console.error("If specified, the hook priority must be a number.");const l={callback:r,priority:a,namespace:o};if(i[n]){const e=i[n].handlers;let t;for(t=e.length;t>0&&!(a>=e[t-1].priority);t--);t===e.length?e[t]=l:e.splice(t,0,l),i.__current.forEach((e=>{e.name===n&&e.currentIndex>=t&&e.currentIndex++}))}else i[n]={handlers:[l],runs:0};"hookAdded"!==n&&e.doAction("hookAdded",n,o,r,a)}};const fo=function(e,t){let n=arguments.length>2&&void 0!==arguments[2]&&arguments[2];return function(o,r){const a=e[t];if(!Mo(o))return;if(!n&&!mo(r))return;if(!a[o])return 0;let i=0;if(n)i=a[o].handlers.length,a[o]={runs:a[o].runs,handlers:[]};else{const e=a[o].handlers;for(let t=e.length-1;t>=0;t--)e[t].namespace===r&&(e.splice(t,1),i++,a.__current.forEach((e=>{e.name===o&&e.currentIndex>=t&&e.currentIndex--})))}return"hookRemoved"!==o&&e.doAction("hookRemoved",o,r),i}};const ho=function(e,t){return function(n,o){const r=e[t];return void 0!==o?n in r&&r[n].handlers.some((e=>e.namespace===o)):n in r}};const go=function(e,t){let n=arguments.length>2&&void 0!==arguments[2]&&arguments[2];return function(o){const r=e[t];r[o]||(r[o]={handlers:[],runs:0}),r[o].runs++;const a=r[o].handlers;for(var i=arguments.length,l=new Array(i>1?i-1:0),s=1;s1&&void 0!==arguments[1]?arguments[1]:{};const{since:n,version:o,alternative:r,plugin:a,link:i,hint:l}=t,s=a?` from ${a}`:"",c=n?` since version ${n}`:"",u=o?` and will be removed${s} in version ${o}`:"",p=r?` Please use ${r} instead.`:"",d=i?` See: ${i}`:"",b=l?` Note: ${l}`:"",m=`${e} is deprecated${c}${u}.${p}${d}${b}`;m in Xo||(So("deprecated",e,t,m),console.warn(m),Xo[m]=!0)}function Vo(){let e=!1,t=!1;const n=new Set,o=()=>Array.from(n).forEach((e=>e()));return{get isPaused(){return e},subscribe:e=>(n.add(e),()=>n.delete(e)),pause(){e=!0},resume(){e=!1,t&&(t=!1,o())},emit(){e?t=!0:o()}}}function Uo(e){return"string"==typeof e?e:e.name}function $o(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null;const n={},o=Vo();let r=null;function a(){o.emit()}const i=(e,r)=>{if(!r)return o.subscribe(e);const a=Uo(r),i=n[a];return i?i.subscribe(e):t?t.subscribe(e,r):o.subscribe(e)};function l(e){var o;const a=Uo(e);null===(o=r)||void 0===o||o.add(a);const i=n[a];return i?i.getSelectors():null==t?void 0:t.select(a)}function s(e,t){r=new Set;try{return e.call(this)}finally{t.current=Array.from(r),r=null}}function c(e){var o;const a=Uo(e);null===(o=r)||void 0===o||o.add(a);const i=n[a];return i?i.getResolveSelectors():t&&t.resolveSelect(a)}function u(e){var o;const a=Uo(e);null===(o=r)||void 0===o||o.add(a);const i=n[a];return i?i.getSuspendSelectors():t&&t.suspendSelect(a)}function p(e){const o=Uo(e),r=n[o];return r?r.getActions():t&&t.dispatch(o)}function d(e){return Object.fromEntries(Object.entries(e).map((e=>{let[t,n]=e;return"function"!=typeof n?[t,n]:[t,function(){return h[t].apply(null,arguments)}]})))}function b(e,o){if(n[e])return console.error('Store "'+e+'" is already registered.'),n[e];const r=o();if("function"!=typeof r.getSelectors)throw new TypeError("store.getSelectors must be a function");if("function"!=typeof r.getActions)throw new TypeError("store.getActions must be a function");if("function"!=typeof r.subscribe)throw new TypeError("store.subscribe must be a function");r.emitter=Vo();const i=r.subscribe;if(r.subscribe=e=>{const t=r.emitter.subscribe(e),n=i((()=>{r.emitter.isPaused?r.emitter.emit():e()}));return()=>{null==n||n(),null==t||t()}},n[e]=r,r.subscribe(a),t)try{Rn(r.store).registerPrivateActions(Rn(t).privateActionsOf(e)),Rn(r.store).registerPrivateSelectors(Rn(t).privateSelectorsOf(e))}catch(e){}return r}function m(e){b(e.name,(()=>e.instantiate(h)))}function M(e,t){jo("wp.data.registerGenericStore",{since:"5.9",alternative:"wp.data.register( storeDescriptor )"}),b(e,(()=>t))}function z(e,t){if(!t.reducer)throw new TypeError("Must specify store reducer");return b(e,(()=>co(e,t).instantiate(h))).store}function f(e){o.pause(),Object.values(n).forEach((e=>e.emitter.pause())),e(),o.resume(),Object.values(n).forEach((e=>e.emitter.resume()))}let h={batch:f,stores:n,namespaces:n,subscribe:i,select:l,resolveSelect:c,suspendSelect:u,dispatch:p,use:g,register:m,registerGenericStore:M,registerStore:z,__unstableMarkListeningStores:s};function g(e,t){if(e)return h={...h,...e(h,t)},h}h.register(Tn);for(const[t,n]of Object.entries(e))h.register(co(t,n));t&&t.subscribe(a);const O=d(h);return Cn(O,{privateActionsOf:e=>{try{return Rn(n[e].store).privateActions}catch(e){return{}}},privateSelectorsOf:e=>{try{return Rn(n[e].store).privateSelectors}catch(e){return{}}}}),O}const Go=$o(),Ko=en();function Jo(e){return Go.select(e)}Go.resolveSelect,Go.suspendSelect;function Zo(e){return Go.dispatch(e)}Go.subscribe,Go.registerGenericStore;const Qo=Go.registerStore,er=Go.use,tr=Go.register;var nr=n(9588),or=n.n(nr),rr=n(8975),ar=n.n(rr);const ir=or()(console.error);function lr(e){try{for(var t=arguments.length,n=new Array(t>1?t-1:0),o=1;o":5,">=":5,"==":4,"!=":4,"&&":3,"||":2,"?":1,"?:":1},cr=["(","?"],ur={")":["("],":":["?","?:"]},pr=/<=|>=|==|!=|&&|\|\||\?:|\(|!|\*|\/|%|\+|-|<|>|\?|\)|:/;var dr={"!":function(e){return!e},"*":function(e,t){return e*t},"/":function(e,t){return e/t},"%":function(e,t){return e%t},"+":function(e,t){return e+t},"-":function(e,t){return e-t},"<":function(e,t){return e":function(e,t){return e>t},">=":function(e,t){return e>=t},"==":function(e,t){return e===t},"!=":function(e,t){return e!==t},"&&":function(e,t){return e&&t},"||":function(e,t){return e||t},"?:":function(e,t,n){if(e)throw t;return n}};function br(e){var t=function(e){for(var t,n,o,r,a=[],i=[];t=e.match(pr);){for(n=t[0],(o=e.substr(0,t.index).trim())&&a.push(o);r=i.pop();){if(ur[n]){if(ur[n][0]===r){n=ur[n][1]||n;break}}else if(cr.indexOf(r)>=0||sr[r]1===e?0:1},fr=/^i18n\.(n?gettext|has_translation)(_|$)/,hr=((e,t,n)=>{const o=new Mr({}),r=new Set,a=()=>{r.forEach((e=>e()))},i=function(e){var t;let n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"default";o.data[n]={...o.data[n],...e},o.data[n][""]={...zr,...null===(t=o.data[n])||void 0===t?void 0:t[""]},delete o.pluralForms[n]},l=(e,t)=>{i(e,t),a()},s=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"default",t=arguments.length>1?arguments[1]:void 0,n=arguments.length>2?arguments[2]:void 0,r=arguments.length>3?arguments[3]:void 0,a=arguments.length>4?arguments[4]:void 0;return o.data[e]||i(void 0,e),o.dcnpgettext(e,t,n,r,a)},c=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"default";return e},u=(e,t,o)=>{let r=s(o,t,e);return n?(r=n.applyFilters("i18n.gettext_with_context",r,e,t,o),n.applyFilters("i18n.gettext_with_context_"+c(o),r,e,t,o)):r};if(e&&l(e,t),n){const e=e=>{fr.test(e)&&a()};n.addAction("hookAdded","core/i18n",e),n.addAction("hookRemoved","core/i18n",e)}return{getLocaleData:function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"default";return o.data[e]},setLocaleData:l,addLocaleData:function(e){var t;let n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"default";o.data[n]={...o.data[n],...e,"":{...zr,...null===(t=o.data[n])||void 0===t?void 0:t[""],...null==e?void 0:e[""]}},delete o.pluralForms[n],a()},resetLocaleData:(e,t)=>{o.data={},o.pluralForms={},l(e,t)},subscribe:e=>(r.add(e),()=>r.delete(e)),__:(e,t)=>{let o=s(t,void 0,e);return n?(o=n.applyFilters("i18n.gettext",o,e,t),n.applyFilters("i18n.gettext_"+c(t),o,e,t)):o},_x:u,_n:(e,t,o,r)=>{let a=s(r,void 0,e,t,o);return n?(a=n.applyFilters("i18n.ngettext",a,e,t,o,r),n.applyFilters("i18n.ngettext_"+c(r),a,e,t,o,r)):a},_nx:(e,t,o,r,a)=>{let i=s(a,r,e,t,o);return n?(i=n.applyFilters("i18n.ngettext_with_context",i,e,t,o,r,a),n.applyFilters("i18n.ngettext_with_context_"+c(a),i,e,t,o,r,a)):i},isRTL:()=>"rtl"===u("ltr","text direction"),hasTranslation:(e,t,r)=>{var a,i;const l=t?t+""+e:e;let s=!(null===(a=o.data)||void 0===a||null===(i=a[null!=r?r:"default"])||void 0===i||!i[l]);return n&&(s=n.applyFilters("i18n.has_translation",s,e,t,r),s=n.applyFilters("i18n.has_translation_"+c(r),s,e,t,r)),s}}})(void 0,void 0,qo),gr=(hr.getLocaleData.bind(hr),hr.setLocaleData.bind(hr),hr.resetLocaleData.bind(hr),hr.subscribe.bind(hr),hr.__.bind(hr)),Or=hr._x.bind(hr),vr=hr._n.bind(hr),Ar=(hr._nx.bind(hr),hr.isRTL.bind(hr));hr.hasTranslation.bind(hr);var yr={grad:.9,turn:360,rad:360/(2*Math.PI)},_r=function(e){return"string"==typeof e?e.length>0:"number"==typeof e},qr=function(e,t,n){return void 0===t&&(t=0),void 0===n&&(n=Math.pow(10,t)),Math.round(n*e)/n+0},kr=function(e,t,n){return void 0===t&&(t=0),void 0===n&&(n=1),e>n?n:e>t?e:t},wr=function(e){return(e=isFinite(e)?e%360:0)>0?e:e+360},Er=function(e){return{r:kr(e.r,0,255),g:kr(e.g,0,255),b:kr(e.b,0,255),a:kr(e.a)}},Wr=function(e){return{r:qr(e.r),g:qr(e.g),b:qr(e.b),a:qr(e.a,3)}},Lr=/^#([0-9a-f]{3,8})$/i,xr=function(e){var t=e.toString(16);return t.length<2?"0"+t:t},Cr=function(e){var t=e.r,n=e.g,o=e.b,r=e.a,a=Math.max(t,n,o),i=a-Math.min(t,n,o),l=i?a===t?(n-o)/i:a===n?2+(o-t)/i:4+(t-n)/i:0;return{h:60*(l<0?l+6:l),s:a?i/a*100:0,v:a/255*100,a:r}},Rr=function(e){var t=e.h,n=e.s,o=e.v,r=e.a;t=t/360*6,n/=100,o/=100;var a=Math.floor(t),i=o*(1-n),l=o*(1-(t-a)*n),s=o*(1-(1-t+a)*n),c=a%6;return{r:255*[o,l,i,i,s,o][c],g:255*[s,o,o,l,i,i][c],b:255*[i,i,s,o,o,l][c],a:r}},Sr=function(e){return{h:wr(e.h),s:kr(e.s,0,100),l:kr(e.l,0,100),a:kr(e.a)}},Nr=function(e){return{h:qr(e.h),s:qr(e.s),l:qr(e.l),a:qr(e.a,3)}},Tr=function(e){return Rr((n=(t=e).s,{h:t.h,s:(n*=((o=t.l)<50?o:100-o)/100)>0?2*n/(o+n)*100:0,v:o+n,a:t.a}));var t,n,o},Br=function(e){return{h:(t=Cr(e)).h,s:(r=(200-(n=t.s))*(o=t.v)/100)>0&&r<200?n*o/100/(r<=100?r:200-r)*100:0,l:r/2,a:t.a};var t,n,o,r},Dr=/^hsla?\(\s*([+-]?\d*\.?\d+)(deg|rad|grad|turn)?\s*,\s*([+-]?\d*\.?\d+)%\s*,\s*([+-]?\d*\.?\d+)%\s*(?:,\s*([+-]?\d*\.?\d+)(%)?\s*)?\)$/i,Ir=/^hsla?\(\s*([+-]?\d*\.?\d+)(deg|rad|grad|turn)?\s+([+-]?\d*\.?\d+)%\s+([+-]?\d*\.?\d+)%\s*(?:\/\s*([+-]?\d*\.?\d+)(%)?\s*)?\)$/i,Pr=/^rgba?\(\s*([+-]?\d*\.?\d+)(%)?\s*,\s*([+-]?\d*\.?\d+)(%)?\s*,\s*([+-]?\d*\.?\d+)(%)?\s*(?:,\s*([+-]?\d*\.?\d+)(%)?\s*)?\)$/i,Hr=/^rgba?\(\s*([+-]?\d*\.?\d+)(%)?\s+([+-]?\d*\.?\d+)(%)?\s+([+-]?\d*\.?\d+)(%)?\s*(?:\/\s*([+-]?\d*\.?\d+)(%)?\s*)?\)$/i,Fr={string:[[function(e){var t=Lr.exec(e);return t?(e=t[1]).length<=4?{r:parseInt(e[0]+e[0],16),g:parseInt(e[1]+e[1],16),b:parseInt(e[2]+e[2],16),a:4===e.length?qr(parseInt(e[3]+e[3],16)/255,2):1}:6===e.length||8===e.length?{r:parseInt(e.substr(0,2),16),g:parseInt(e.substr(2,2),16),b:parseInt(e.substr(4,2),16),a:8===e.length?qr(parseInt(e.substr(6,2),16)/255,2):1}:null:null},"hex"],[function(e){var t=Pr.exec(e)||Hr.exec(e);return t?t[2]!==t[4]||t[4]!==t[6]?null:Er({r:Number(t[1])/(t[2]?100/255:1),g:Number(t[3])/(t[4]?100/255:1),b:Number(t[5])/(t[6]?100/255:1),a:void 0===t[7]?1:Number(t[7])/(t[8]?100:1)}):null},"rgb"],[function(e){var t=Dr.exec(e)||Ir.exec(e);if(!t)return null;var n,o,r=Sr({h:(n=t[1],o=t[2],void 0===o&&(o="deg"),Number(n)*(yr[o]||1)),s:Number(t[3]),l:Number(t[4]),a:void 0===t[5]?1:Number(t[5])/(t[6]?100:1)});return Tr(r)},"hsl"]],object:[[function(e){var t=e.r,n=e.g,o=e.b,r=e.a,a=void 0===r?1:r;return _r(t)&&_r(n)&&_r(o)?Er({r:Number(t),g:Number(n),b:Number(o),a:Number(a)}):null},"rgb"],[function(e){var t=e.h,n=e.s,o=e.l,r=e.a,a=void 0===r?1:r;if(!_r(t)||!_r(n)||!_r(o))return null;var i=Sr({h:Number(t),s:Number(n),l:Number(o),a:Number(a)});return Tr(i)},"hsl"],[function(e){var t=e.h,n=e.s,o=e.v,r=e.a,a=void 0===r?1:r;if(!_r(t)||!_r(n)||!_r(o))return null;var i=function(e){return{h:wr(e.h),s:kr(e.s,0,100),v:kr(e.v,0,100),a:kr(e.a)}}({h:Number(t),s:Number(n),v:Number(o),a:Number(a)});return Rr(i)},"hsv"]]},Yr=function(e,t){for(var n=0;n=.5},e.prototype.toHex=function(){return t=(e=Wr(this.rgba)).r,n=e.g,o=e.b,a=(r=e.a)<1?xr(qr(255*r)):"","#"+xr(t)+xr(n)+xr(o)+a;var e,t,n,o,r,a},e.prototype.toRgb=function(){return Wr(this.rgba)},e.prototype.toRgbString=function(){return t=(e=Wr(this.rgba)).r,n=e.g,o=e.b,(r=e.a)<1?"rgba("+t+", "+n+", "+o+", "+r+")":"rgb("+t+", "+n+", "+o+")";var e,t,n,o,r},e.prototype.toHsl=function(){return Nr(Br(this.rgba))},e.prototype.toHslString=function(){return t=(e=Nr(Br(this.rgba))).h,n=e.s,o=e.l,(r=e.a)<1?"hsla("+t+", "+n+"%, "+o+"%, "+r+")":"hsl("+t+", "+n+"%, "+o+"%)";var e,t,n,o,r},e.prototype.toHsv=function(){return e=Cr(this.rgba),{h:qr(e.h),s:qr(e.s),v:qr(e.v),a:qr(e.a,3)};var e},e.prototype.invert=function(){return Gr({r:255-(e=this.rgba).r,g:255-e.g,b:255-e.b,a:e.a});var e},e.prototype.saturate=function(e){return void 0===e&&(e=.1),Gr(jr(this.rgba,e))},e.prototype.desaturate=function(e){return void 0===e&&(e=.1),Gr(jr(this.rgba,-e))},e.prototype.grayscale=function(){return Gr(jr(this.rgba,-1))},e.prototype.lighten=function(e){return void 0===e&&(e=.1),Gr(Ur(this.rgba,e))},e.prototype.darken=function(e){return void 0===e&&(e=.1),Gr(Ur(this.rgba,-e))},e.prototype.rotate=function(e){return void 0===e&&(e=15),this.hue(this.hue()+e)},e.prototype.alpha=function(e){return"number"==typeof e?Gr({r:(t=this.rgba).r,g:t.g,b:t.b,a:e}):qr(this.rgba.a,3);var t},e.prototype.hue=function(e){var t=Br(this.rgba);return"number"==typeof e?Gr({h:e,s:t.s,l:t.l,a:t.a}):qr(t.h)},e.prototype.isEqual=function(e){return this.toHex()===Gr(e).toHex()},e}(),Gr=function(e){return e instanceof $r?e:new $r(e)},Kr=[],Jr=function(e){e.forEach((function(e){Kr.indexOf(e)<0&&(e($r,Fr),Kr.push(e))}))};function Zr(e,t){var n={white:"#ffffff",bisque:"#ffe4c4",blue:"#0000ff",cadetblue:"#5f9ea0",chartreuse:"#7fff00",chocolate:"#d2691e",coral:"#ff7f50",antiquewhite:"#faebd7",aqua:"#00ffff",azure:"#f0ffff",whitesmoke:"#f5f5f5",papayawhip:"#ffefd5",plum:"#dda0dd",blanchedalmond:"#ffebcd",black:"#000000",gold:"#ffd700",goldenrod:"#daa520",gainsboro:"#dcdcdc",cornsilk:"#fff8dc",cornflowerblue:"#6495ed",burlywood:"#deb887",aquamarine:"#7fffd4",beige:"#f5f5dc",crimson:"#dc143c",cyan:"#00ffff",darkblue:"#00008b",darkcyan:"#008b8b",darkgoldenrod:"#b8860b",darkkhaki:"#bdb76b",darkgray:"#a9a9a9",darkgreen:"#006400",darkgrey:"#a9a9a9",peachpuff:"#ffdab9",darkmagenta:"#8b008b",darkred:"#8b0000",darkorchid:"#9932cc",darkorange:"#ff8c00",darkslateblue:"#483d8b",gray:"#808080",darkslategray:"#2f4f4f",darkslategrey:"#2f4f4f",deeppink:"#ff1493",deepskyblue:"#00bfff",wheat:"#f5deb3",firebrick:"#b22222",floralwhite:"#fffaf0",ghostwhite:"#f8f8ff",darkviolet:"#9400d3",magenta:"#ff00ff",green:"#008000",dodgerblue:"#1e90ff",grey:"#808080",honeydew:"#f0fff0",hotpink:"#ff69b4",blueviolet:"#8a2be2",forestgreen:"#228b22",lawngreen:"#7cfc00",indianred:"#cd5c5c",indigo:"#4b0082",fuchsia:"#ff00ff",brown:"#a52a2a",maroon:"#800000",mediumblue:"#0000cd",lightcoral:"#f08080",darkturquoise:"#00ced1",lightcyan:"#e0ffff",ivory:"#fffff0",lightyellow:"#ffffe0",lightsalmon:"#ffa07a",lightseagreen:"#20b2aa",linen:"#faf0e6",mediumaquamarine:"#66cdaa",lemonchiffon:"#fffacd",lime:"#00ff00",khaki:"#f0e68c",mediumseagreen:"#3cb371",limegreen:"#32cd32",mediumspringgreen:"#00fa9a",lightskyblue:"#87cefa",lightblue:"#add8e6",midnightblue:"#191970",lightpink:"#ffb6c1",mistyrose:"#ffe4e1",moccasin:"#ffe4b5",mintcream:"#f5fffa",lightslategray:"#778899",lightslategrey:"#778899",navajowhite:"#ffdead",navy:"#000080",mediumvioletred:"#c71585",powderblue:"#b0e0e6",palegoldenrod:"#eee8aa",oldlace:"#fdf5e6",paleturquoise:"#afeeee",mediumturquoise:"#48d1cc",mediumorchid:"#ba55d3",rebeccapurple:"#663399",lightsteelblue:"#b0c4de",mediumslateblue:"#7b68ee",thistle:"#d8bfd8",tan:"#d2b48c",orchid:"#da70d6",mediumpurple:"#9370db",purple:"#800080",pink:"#ffc0cb",skyblue:"#87ceeb",springgreen:"#00ff7f",palegreen:"#98fb98",red:"#ff0000",yellow:"#ffff00",slateblue:"#6a5acd",lavenderblush:"#fff0f5",peru:"#cd853f",palevioletred:"#db7093",violet:"#ee82ee",teal:"#008080",slategray:"#708090",slategrey:"#708090",aliceblue:"#f0f8ff",darkseagreen:"#8fbc8f",darkolivegreen:"#556b2f",greenyellow:"#adff2f",seagreen:"#2e8b57",seashell:"#fff5ee",tomato:"#ff6347",silver:"#c0c0c0",sienna:"#a0522d",lavender:"#e6e6fa",lightgreen:"#90ee90",orange:"#ffa500",orangered:"#ff4500",steelblue:"#4682b4",royalblue:"#4169e1",turquoise:"#40e0d0",yellowgreen:"#9acd32",salmon:"#fa8072",saddlebrown:"#8b4513",sandybrown:"#f4a460",rosybrown:"#bc8f8f",darksalmon:"#e9967a",lightgoldenrodyellow:"#fafad2",snow:"#fffafa",lightgrey:"#d3d3d3",lightgray:"#d3d3d3",dimgray:"#696969",dimgrey:"#696969",olivedrab:"#6b8e23",olive:"#808000"},o={};for(var r in n)o[n[r]]=r;var a={};e.prototype.toName=function(t){if(!(this.rgba.a||this.rgba.r||this.rgba.g||this.rgba.b))return"transparent";var r,i,l=o[this.toHex()];if(l)return l;if(null==t?void 0:t.closest){var s=this.toRgb(),c=1/0,u="black";if(!a.length)for(var p in n)a[p]=new e(n[p]).toRgb();for(var d in n){var b=(r=s,i=a[d],Math.pow(r.r-i.r,2)+Math.pow(r.g-i.g,2)+Math.pow(r.b-i.b,2));b(s=ea(i))?(l+.05)/(s+.05):(s+.05)/(l+.05),void 0===(o=2)&&(o=0),void 0===r&&(r=Math.pow(10,o)),Math.floor(r*n)/r+0},e.prototype.isReadable=function(e,t){return void 0===e&&(e="#FFF"),void 0===t&&(t={}),this.contrast(e)>=(i=void 0===(a=(n=t).size)?"normal":a,"AAA"===(r=void 0===(o=n.level)?"AA":o)&&"normal"===i?7:"AA"===r&&"large"===i?3:4.5);var n,o,r,a,i}}function na(e,t){0}function oa(e){na(e.parentNode),e.parentNode.removeChild(e)}function ra(e){const{body:t}=document.implementation.createHTMLDocument("");t.innerHTML=e;const n=t.getElementsByTagName("*");let o=n.length;for(;o--;){const e=n[o];if("SCRIPT"===e.tagName)oa(e);else{let t=e.attributes.length;for(;t--;){const{name:n}=e.attributes[t];n.startsWith("on")&&e.removeAttribute(n)}}}return t.innerHTML}function aa(e){e=ra(e);const t=document.implementation.createHTMLDocument("");return t.body.innerHTML=e,t.body.textContent||""}const ia="block-default",la=["attributes","supports","save","migrate","isEligible","apiVersion"],sa={"--wp--style--color--link":{value:["color","link"],support:["color","link"]},background:{value:["color","gradient"],support:["color","gradients"],useEngine:!0},backgroundColor:{value:["color","background"],support:["color","background"],requiresOptOut:!0,useEngine:!0},borderColor:{value:["border","color"],support:["__experimentalBorder","color"],useEngine:!0},borderRadius:{value:["border","radius"],support:["__experimentalBorder","radius"],properties:{borderTopLeftRadius:"topLeft",borderTopRightRadius:"topRight",borderBottomLeftRadius:"bottomLeft",borderBottomRightRadius:"bottomRight"},useEngine:!0},borderStyle:{value:["border","style"],support:["__experimentalBorder","style"],useEngine:!0},borderWidth:{value:["border","width"],support:["__experimentalBorder","width"],useEngine:!0},borderTopColor:{value:["border","top","color"],support:["__experimentalBorder","color"],useEngine:!0},borderTopStyle:{value:["border","top","style"],support:["__experimentalBorder","style"],useEngine:!0},borderTopWidth:{value:["border","top","width"],support:["__experimentalBorder","width"],useEngine:!0},borderRightColor:{value:["border","right","color"],support:["__experimentalBorder","color"],useEngine:!0},borderRightStyle:{value:["border","right","style"],support:["__experimentalBorder","style"],useEngine:!0},borderRightWidth:{value:["border","right","width"],support:["__experimentalBorder","width"],useEngine:!0},borderBottomColor:{value:["border","bottom","color"],support:["__experimentalBorder","color"],useEngine:!0},borderBottomStyle:{value:["border","bottom","style"],support:["__experimentalBorder","style"],useEngine:!0},borderBottomWidth:{value:["border","bottom","width"],support:["__experimentalBorder","width"],useEngine:!0},borderLeftColor:{value:["border","left","color"],support:["__experimentalBorder","color"],useEngine:!0},borderLeftStyle:{value:["border","left","style"],support:["__experimentalBorder","style"],useEngine:!0},borderLeftWidth:{value:["border","left","width"],support:["__experimentalBorder","width"],useEngine:!0},color:{value:["color","text"],support:["color","text"],requiresOptOut:!0,useEngine:!0},columnCount:{value:["typography","textColumns"],support:["typography","textColumns"],useEngine:!0},filter:{value:["filter","duotone"],support:["filter","duotone"]},linkColor:{value:["elements","link","color","text"],support:["color","link"]},captionColor:{value:["elements","caption","color","text"],support:["color","caption"]},buttonColor:{value:["elements","button","color","text"],support:["color","button"]},buttonBackgroundColor:{value:["elements","button","color","background"],support:["color","button"]},fontFamily:{value:["typography","fontFamily"],support:["typography","__experimentalFontFamily"],useEngine:!0},fontSize:{value:["typography","fontSize"],support:["typography","fontSize"],useEngine:!0},fontStyle:{value:["typography","fontStyle"],support:["typography","__experimentalFontStyle"],useEngine:!0},fontWeight:{value:["typography","fontWeight"],support:["typography","__experimentalFontWeight"],useEngine:!0},lineHeight:{value:["typography","lineHeight"],support:["typography","lineHeight"],useEngine:!0},margin:{value:["spacing","margin"],support:["spacing","margin"],properties:{marginTop:"top",marginRight:"right",marginBottom:"bottom",marginLeft:"left"},useEngine:!0},minHeight:{value:["dimensions","minHeight"],support:["dimensions","minHeight"],useEngine:!0},padding:{value:["spacing","padding"],support:["spacing","padding"],properties:{paddingTop:"top",paddingRight:"right",paddingBottom:"bottom",paddingLeft:"left"},useEngine:!0},textDecoration:{value:["typography","textDecoration"],support:["typography","__experimentalTextDecoration"],useEngine:!0},textTransform:{value:["typography","textTransform"],support:["typography","__experimentalTextTransform"],useEngine:!0},letterSpacing:{value:["typography","letterSpacing"],support:["typography","__experimentalLetterSpacing"],useEngine:!0},"--wp--style--root--padding":{value:["spacing","padding"],support:["spacing","padding"],properties:{"--wp--style--root--padding-top":"top","--wp--style--root--padding-right":"right","--wp--style--root--padding-bottom":"bottom","--wp--style--root--padding-left":"left"},rootOnly:!0}},ca={link:"a",heading:"h1, h2, h3, h4, h5, h6",h1:"h1",h2:"h2",h3:"h3",h4:"h4",h5:"h5",h6:"h6",button:".wp-element-button, .wp-block-button__link",caption:".wp-element-caption, .wp-block-audio figcaption, .wp-block-embed figcaption, .wp-block-gallery figcaption, .wp-block-image figcaption, .wp-block-table figcaption, .wp-block-video figcaption",cite:"cite"},ua={"color.duotone":!0,"color.gradients":!0,"color.palette":!0,"typography.fontFamilies":!0,"typography.fontSizes":!0,"spacing.spacingSizes":!0};var pa=function(){return pa=Object.assign||function(e){for(var t,n=1,o=arguments.length;n0&&n>="0"&&n<="9"?"_"+n+o:""+n.toUpperCase()+o}function ha(e,t){return void 0===t&&(t={}),Ma(e,pa({delimiter:"",transform:fa},t))}function ga(e,t){return 0===t?e.toLowerCase():fa(e,t)}function Oa(e,t){return void 0===t&&(t={}),ha(e,pa({transform:ga},t))}const va={title:"block title",description:"block description",keywords:["block keyword"],styles:[{label:"block style label"}],variations:[{title:"block variation title",description:"block variation description",keywords:["block variation keyword"]}]},Aa={};function ya(e){return null!==e&&"object"==typeof e}function _a(e){let{textdomain:t,...n}=e;const o=["apiVersion","title","category","parent","ancestor","icon","description","keywords","attributes","providesContext","usesContext","selectors","supports","styles","example","variations"],r=Object.fromEntries(Object.entries(n).filter((e=>{let[t]=e;return o.includes(t)})));return t&&Object.keys(va).forEach((e=>{r[e]&&(r[e]=ka(va[e],r[e],t))})),r}function qa(e,t){const n=ya(e)?e.name:e;if("string"!=typeof n)return void console.error("Block names must be strings.");if(!/^[a-z][a-z0-9-]*\/[a-z][a-z0-9-]*$/.test(n))return void console.error("Block names must contain a namespace prefix, include only lowercase alphanumeric characters or dashes, and start with a letter. Example: my-plugin/my-custom-block");if(Jo(kl).getBlockType(n))return void console.error('Block "'+n+'" is already registered.');ya(e)&&function(e){for(const t of Object.keys(e))Aa[t]?(void 0===Aa[t].apiVersion&&e[t].apiVersion&&(Aa[t].apiVersion=e[t].apiVersion),void 0===Aa[t].ancestor&&e[t].ancestor&&(Aa[t].ancestor=e[t].ancestor),void 0===Aa[t].selectors&&e[t].selectors&&(Aa[t].selectors=e[t].selectors)):Aa[t]=Object.fromEntries(Object.entries(e[t]).filter((e=>{let[,t]=e;return null!=t})).map((e=>{let[t,n]=e;return[Oa(t),n]})))}({[n]:_a(e)});const o={name:n,icon:ia,keywords:[],attributes:{},providesContext:{},usesContext:[],selectors:{},supports:{},styles:[],variations:[],save:()=>null,...null==Aa?void 0:Aa[n],...t};return Zo(kl).__experimentalRegisterBlockType(o),Jo(kl).getBlockType(n)}function ka(e,t,n){return"string"==typeof e&&"string"==typeof t?Or(t,e,n):Array.isArray(e)&&e.length&&Array.isArray(t)?t.map((t=>ka(e[0],t,n))):ya(e)&&Object.entries(e).length&&ya(t)?Object.keys(t).reduce(((o,r)=>e[r]?(o[r]=ka(e[r],t[r],n),o):(o[r]=t[r],o)),{}):t}function wa(e){Zo(kl).setFreeformFallbackBlockName(e)}function Ea(){return Jo(kl).getFreeformFallbackBlockName()}function Wa(){return Jo(kl).getGroupingBlockName()}function La(e){Zo(kl).setUnregisteredFallbackBlockName(e)}function xa(){return Jo(kl).getUnregisteredFallbackBlockName()}function Ca(e){Zo(kl).setDefaultBlockName(e)}function Ra(e){Zo(kl).setGroupingBlockName(e)}function Sa(){return Jo(kl).getDefaultBlockName()}function Na(e){var t;return null===(t=Jo(kl))||void 0===t?void 0:t.getBlockType(e)}function Ta(){return Jo(kl).getBlockTypes()}function Ba(e,t,n){return Jo(kl).getBlockSupport(e,t,n)}function Da(e,t,n){return Jo(kl).hasBlockSupport(e,t,n)}function Ia(e){return"core/block"===(null==e?void 0:e.name)}function Pa(e){return"core/template-part"===(null==e?void 0:e.name)}const Ha=(e,t)=>Jo(kl).getBlockVariations(e,t);var Fa,Ya=new Uint8Array(16);function Xa(){if(!Fa&&!(Fa="undefined"!=typeof crypto&&crypto.getRandomValues&&crypto.getRandomValues.bind(crypto)||"undefined"!=typeof msCrypto&&"function"==typeof msCrypto.getRandomValues&&msCrypto.getRandomValues.bind(msCrypto)))throw new Error("crypto.getRandomValues() not supported. See https://github.com/uuidjs/uuid#getrandomvalues-not-supported");return Fa(Ya)}const ja=/^(?:[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}|00000000-0000-0000-0000-000000000000)$/i;const Va=function(e){return"string"==typeof e&&ja.test(e)};for(var Ua=[],$a=0;$a<256;++$a)Ua.push(($a+256).toString(16).substr(1));const Ga=function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:0,n=(Ua[e[t+0]]+Ua[e[t+1]]+Ua[e[t+2]]+Ua[e[t+3]]+"-"+Ua[e[t+4]]+Ua[e[t+5]]+"-"+Ua[e[t+6]]+Ua[e[t+7]]+"-"+Ua[e[t+8]]+Ua[e[t+9]]+"-"+Ua[e[t+10]]+Ua[e[t+11]]+Ua[e[t+12]]+Ua[e[t+13]]+Ua[e[t+14]]+Ua[e[t+15]]).toLowerCase();if(!Va(n))throw TypeError("Stringified UUID is invalid");return n};const Ka=function(e,t,n){var o=(e=e||{}).random||(e.rng||Xa)();if(o[6]=15&o[6]|64,o[8]=63&o[8]|128,t){n=n||0;for(var r=0;r<16;++r)t[n+r]=o[r];return t}return Ga(o)};function Ja(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:[];const o=zi(e,t),r=Ka();return{clientId:r,name:e,isValid:!0,attributes:o,innerBlocks:n}}function Za(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[];return e.map((e=>{const t=Array.isArray(e)?e:[e.name,e.attributes,e.innerBlocks],[n,o,r=[]]=t;return Ja(n,o,Za(r))}))}function Qa(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=arguments.length>2?arguments[2]:void 0;const o=Ka(),r=zi(e.name,{...e.attributes,...t});return{...e,clientId:o,attributes:r,innerBlocks:n||e.innerBlocks.map((e=>Qa(e)))}}function ei(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=arguments.length>2?arguments[2]:void 0;const o=Ka();return{...e,clientId:o,attributes:{...e.attributes,...t},innerBlocks:n||e.innerBlocks.map((e=>ei(e)))}}const ti=(e,t,n)=>{if(!n.length)return!1;const o=n.length>1,r=n[0].name;if(!(ni(e)||!o||e.isMultiBlock))return!1;if(!ni(e)&&!n.every((e=>e.name===r)))return!1;if(!("block"===e.type))return!1;const a=n[0];return!("from"===t&&-1===e.blocks.indexOf(a.name)&&!ni(e))&&(!(!o&&"from"===t&&oi(a.name)&&oi(e.blockName))&&!!li(e,n))},ni=e=>e&&"block"===e.type&&Array.isArray(e.blocks)&&e.blocks.includes("*"),oi=e=>e===Wa();function ri(e){if(!e.length)return[];const t=(e=>e.length?Ta().filter((t=>!!ai(ii("from",t.name),(t=>ti(t,"from",e))))):[])(e),n=(e=>{if(!e.length)return[];const t=Na(e[0].name);return(t?ii("to",t.name):[]).filter((t=>t&&ti(t,"to",e))).map((e=>e.blocks)).flat().map((e=>"*"===e?e:Na(e)))})(e);return[...new Set([...t,...n])]}function ai(e,t){const n=_o();for(let o=0;oe||r),r.priority)}return n.applyFilters("transform",null)}function ii(e,t){if(void 0===t)return Ta().map((t=>{let{name:n}=t;return ii(e,n)})).flat();const n=mi(t),{name:o,transforms:r}=n||{};if(!r||!Array.isArray(r[e]))return[];const a=r.supportedMobileTransforms&&Array.isArray(r.supportedMobileTransforms),i=a?r[e].filter((e=>"raw"===e.type||!(!e.blocks||!e.blocks.length)&&(!!ni(e)||e.blocks.every((e=>r.supportedMobileTransforms.includes(e)))))):r[e];return i.map((e=>({...e,blockName:o,usingMobileTransformations:a})))}function li(e,t){if("function"!=typeof e.isMatch)return!0;const n=t[0],o=e.isMultiBlock?t.map((e=>e.attributes)):n.attributes,r=e.isMultiBlock?t:n;return e.isMatch(o,r)}function si(e,t){const n=Array.isArray(e)?e:[e],o=n.length>1,r=n[0],a=r.name,i=ii("from",t),l=ai(ii("to",a),(e=>"block"===e.type&&-1!==e.blocks.indexOf(t)&&(!o||e.isMultiBlock)&&li(e,n)))||ai(i,(e=>"block"===e.type&&(ni(e)||-1!==e.blocks.indexOf(a))&&(!o||e.isMultiBlock)&&li(e,n)));if(!l)return null;let s;if(s=l.isMultiBlock?"__experimentalConvert"in l?l.__experimentalConvert(n):l.transform(n.map((e=>e.attributes)),n.map((e=>e.innerBlocks))):"__experimentalConvert"in l?l.__experimentalConvert(r):l.transform(r.attributes,r.innerBlocks),null===s||"object"!=typeof s)return null;if(s=Array.isArray(s)?s:[s],s.some((e=>!Na(e.name))))return null;if("*"===t)return s;if(!s.some((e=>e.name===t)))return null;const c=s.map(((t,n,o)=>No("blocks.switchToBlockType.transformedBlock",t,e,n,o)));return c}const ci=(e,t)=>{var n;return Ja(e,t.attributes,(null!==(n=t.innerBlocks)&&void 0!==n?n:[]).map((e=>ci(e.name,e))))};Jr([Zr,ta]);const ui=["#191e23","#f8f9f9"];function pi(e){var t;pi[e.name]||(pi[e.name]=Ja(e.name));const n=pi[e.name],o=Na(e.name);return Object.keys(null!==(t=null==o?void 0:o.attributes)&&void 0!==t?t:{}).every((t=>n.attributes[t]===e.attributes[t]))}function di(e){return e.name===Sa()&&pi(e)}function bi(e){return!!e&&("string"==typeof e||(0,Bt.isValidElement)(e)||"function"==typeof e||e instanceof Bt.Component)}function mi(e){return"string"==typeof e?Na(e):e}function Mi(e,t){let n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:"visual";const{__experimentalLabel:o,title:r}=e,a=o&&o(t,{context:n});return a?aa(a):r}function zi(e,t){const n=Na(e);if(void 0===n)throw new Error(`Block type '${e}' is not registered.`);return Object.entries(n.attributes).reduce(((e,n)=>{let[o,r]=n;const a=t[o];return void 0!==a?e[o]=a:r.hasOwnProperty("default")&&(e[o]=r.default),-1!==["node","children"].indexOf(r.source)&&("string"==typeof e[o]?e[o]=[e[o]]:Array.isArray(e[o])||(e[o]=[])),e}),{})}function fi(e,t){return Object.fromEntries(Object.entries(e).filter((e=>{let[n]=e;return!t.includes(n)})))}const hi=[{slug:"text",title:gr("Text")},{slug:"media",title:gr("Media")},{slug:"design",title:gr("Design")},{slug:"widgets",title:gr("Widgets")},{slug:"theme",title:gr("Theme")},{slug:"embed",title:gr("Embeds")},{slug:"reusable",title:gr("Reusable blocks")}];function gi(e){return e.reduce(((e,t)=>({...e,[t.name]:t})),{})}function Oi(e){return e.reduce(((e,t)=>(e.some((e=>e.name===t.name))||e.push(t),e)),[])}function vi(e){return function(){let t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:null,n=arguments.length>1?arguments[1]:void 0;switch(n.type){case"REMOVE_BLOCK_TYPES":return-1!==n.names.indexOf(t)?null:t;case e:return n.name||null}return t}}const Ai=vi("SET_DEFAULT_BLOCK_NAME"),yi=vi("SET_FREEFORM_FALLBACK_BLOCK_NAME"),_i=vi("SET_UNREGISTERED_FALLBACK_BLOCK_NAME"),qi=vi("SET_GROUPING_BLOCK_NAME");const ki=Ko({unprocessedBlockTypes:function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1?arguments[1]:void 0;switch(t.type){case"ADD_UNPROCESSED_BLOCK_TYPE":return{...e,[t.blockType.name]:t.blockType};case"REMOVE_BLOCK_TYPES":return fi(e,t.names)}return e},blockTypes:function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1?arguments[1]:void 0;switch(t.type){case"ADD_BLOCK_TYPES":return{...e,...gi(t.blockTypes)};case"REMOVE_BLOCK_TYPES":return fi(e,t.names)}return e},blockStyles:function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1?arguments[1]:void 0;switch(t.type){case"ADD_BLOCK_TYPES":return{...e,...(0,Ht.mapValues)(gi(t.blockTypes),(t=>Oi([...(0,Ht.get)(t,["styles"],[]).map((e=>({...e,source:"block"}))),...(0,Ht.get)(e,[t.name],[]).filter((e=>{let{source:t}=e;return"block"!==t}))])))};case"ADD_BLOCK_STYLES":return{...e,[t.blockName]:Oi([...(0,Ht.get)(e,[t.blockName],[]),...t.styles])};case"REMOVE_BLOCK_STYLES":return{...e,[t.blockName]:(0,Ht.get)(e,[t.blockName],[]).filter((e=>-1===t.styleNames.indexOf(e.name)))}}return e},blockVariations:function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1?arguments[1]:void 0;switch(t.type){case"ADD_BLOCK_TYPES":return{...e,...(0,Ht.mapValues)(gi(t.blockTypes),(t=>Oi([...(0,Ht.get)(t,["variations"],[]).map((e=>({...e,source:"block"}))),...(0,Ht.get)(e,[t.name],[]).filter((e=>{let{source:t}=e;return"block"!==t}))])))};case"ADD_BLOCK_VARIATIONS":return{...e,[t.blockName]:Oi([...(0,Ht.get)(e,[t.blockName],[]),...t.variations])};case"REMOVE_BLOCK_VARIATIONS":return{...e,[t.blockName]:(0,Ht.get)(e,[t.blockName],[]).filter((e=>-1===t.variationNames.indexOf(e.name)))}}return e},defaultBlockName:Ai,freeformFallbackBlockName:yi,unregisteredFallbackBlockName:_i,groupingBlockName:qi,categories:function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:hi,t=arguments.length>1?arguments[1]:void 0;switch(t.type){case"SET_CATEGORIES":return t.categories||[];case"UPDATE_CATEGORY":if(!t.category||(0,Ht.isEmpty)(t.category))return e;if(e.find((e=>{let{slug:n}=e;return n===t.slug})))return e.map((e=>e.slug===t.slug?{...e,...t.category}:e))}return e},collections:function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1?arguments[1]:void 0;switch(t.type){case"ADD_BLOCK_COLLECTION":return{...e,[t.namespace]:{title:t.title,icon:t.icon}};case"REMOVE_BLOCK_COLLECTION":return fi(e,t.namespace)}return e}});var wi={};function Ei(e){return[e]}function Wi(e,t,n){var o;if(e.length!==t.length)return!1;for(o=n;o"string"==typeof t?Ti(e,t):t;function Si(e){return e.unprocessedBlockTypes}const Ni=Li((e=>Object.values(e.blockTypes)),(e=>[e.blockTypes]));function Ti(e,t){return e.blockTypes[t]}function Bi(e,t){return e.blockStyles[t]}const Di=Li(((e,t,n)=>{const o=e.blockVariations[t];return o&&n?o.filter((e=>(e.scope||["block","inserter"]).includes(n))):o}),((e,t)=>[e.blockVariations[t]]));function Ii(e,t,n,o){const r=Di(e,t,o);return null==r?void 0:r.find((o=>{var r;if(Array.isArray(o.isActive)){const r=Ti(e,t),a=Object.keys((null==r?void 0:r.attributes)||{}),i=o.isActive.filter((e=>a.includes(e)));return 0!==i.length&&i.every((e=>n[e]===o.attributes[e]))}return null===(r=o.isActive)||void 0===r?void 0:r.call(o,n,o.attributes)}))}function Pi(e,t,n){const o=Di(e,t,n),r=[...o].reverse().find((e=>{let{isDefault:t}=e;return!!t}));return r||o[0]}function Hi(e){return e.categories}function Fi(e){return e.collections}function Yi(e){return e.defaultBlockName}function Xi(e){return e.freeformFallbackBlockName}function ji(e){return e.unregisteredFallbackBlockName}function Vi(e){return e.groupingBlockName}const Ui=Li(((e,t)=>Ni(e).filter((e=>{var n;return null===(n=e.parent)||void 0===n?void 0:n.includes(t)})).map((e=>{let{name:t}=e;return t}))),(e=>[e.blockTypes])),$i=(e,t,n,o)=>{const r=Ri(e,t);return null!=r&&r.supports?(0,Ht.get)(r.supports,n,o):o};function Gi(e,t,n,o){return!!$i(e,t,n,o)}function Ki(e,t,n){var o;const r=Ri(e,t),a=mn([e=>Ci()(null!=e?e:""),e=>e.toLowerCase(),e=>e.trim()]),i=a(n),l=mn([a,e=>e.includes(i)]);return l(r.title)||(null===(o=r.keywords)||void 0===o?void 0:o.some(l))||l(r.category)||"string"==typeof r.description&&l(r.description)}const Ji=(e,t)=>Ui(e,t).length>0,Zi=(e,t)=>Ui(e,t).some((t=>Gi(e,t,"inserter",!0))),Qi=Li(((e,t)=>{const n=Ti(e,t);return!!n&&Object.entries(n.attributes).some((e=>{let[,{__experimentalRole:t}]=e;return"content"===t}))}),((e,t)=>{var n;return[null===(n=e.blockTypes[t])||void 0===n?void 0:n.attributes]})),el=["background","backgroundColor","color","linkColor","captionColor","buttonColor","headingColor","fontFamily","fontSize","fontStyle","fontWeight","lineHeight","padding","contentSize","wideSize","blockGap","textDecoration","textTransform","letterSpacing"];function tl(e,t,n){return e.filter((e=>("fontSize"!==e||"heading"!==n)&&(!("textDecoration"===e&&!t&&"link"!==n)&&(!("textTransform"===e&&!t&&!["heading","h1","h2","h3","h4","h5","h6"].includes(n))&&(!("letterSpacing"===e&&!t&&!["heading","h1","h2","h3","h4","h5","h6"].includes(n))&&!("textColumns"===e&&!t))))))}const nl=Li(((e,t,n)=>{var o,r,a,i,l,s,c,u,p;if(!t)return tl(el,t,n);const d=Ti(e,t);if(!d)return[];const b=[];return null==d||null===(o=d.supports)||void 0===o||null===(r=o.spacing)||void 0===r||!r.blockGap||!0===(null==d||null===(a=d.supports)||void 0===a||null===(i=a.spacing)||void 0===i?void 0:i.__experimentalSkipSerialization)||null!=d&&null!==(l=d.supports)&&void 0!==l&&null!==(s=l.spacing)&&void 0!==s&&null!==(c=s.__experimentalSkipSerialization)&&void 0!==c&&null!==(u=c.some)&&void 0!==u&&u.call(c,(e=>"blockGap"===e))||b.push("blockGap"),null!=d&&null!==(p=d.supports)&&void 0!==p&&p.shadow&&b.push("shadow"),Object.keys(sa).forEach((e=>{sa[e].support&&(sa[e].requiresOptOut&&sa[e].support[0]in d.supports&&!1!==(0,Ht.get)(d.supports,sa[e].support)||(0,Ht.get)(d.supports,sa[e].support,!1))&&b.push(e)})),tl(b,t,n)}),((e,t)=>[e.blockTypes[t]])),{error:ol,warn:rl}=window.console,al={common:"text",formatting:"text",layout:"design"};function il(e){return"function"==typeof e}const ll=(e,t)=>{let{select:n}=t;const{name:o}=e,r=No("blocks.registerBlockType",{...e},o,null);if(r.description&&"string"!=typeof r.description&&jo("Declaring non-string block descriptions",{since:"6.2"}),r.deprecated&&(r.deprecated=r.deprecated.map((t=>Object.fromEntries(Object.entries(No("blocks.registerBlockType",{...fi(e,la),...t},o,t)).filter((e=>{let[t]=e;return la.includes(t)})))))),sn(r))if(il(r.save))if(!("edit"in r)||il(r.edit))if(al.hasOwnProperty(r.category)&&(r.category=al[r.category]),"category"in r&&!n.getCategories().some((e=>{let{slug:t}=e;return t===r.category}))&&(rl('The block "'+o+'" is registered with an invalid category "'+r.category+'".'),delete r.category),"title"in r&&""!==r.title)if("string"==typeof r.title){if(r.icon=function(e){if(bi(e=e||ia))return{src:e};if("background"in e){const t=Gr(e.background),n=e=>t.contrast(e),o=Math.max(...ui.map(n));return{...e,foreground:e.foreground?e.foreground:ui.find((e=>n(e)===o)),shadowColor:t.alpha(.3).toRgbString()}}return e}(r.icon),bi(r.icon.src))return r;ol("The icon passed is invalid. The icon should be a string, an element, a function, or an object following the specifications documented in https://developer.wordpress.org/block-editor/developers/block-api/block-registration/#icon-optional")}else ol("Block titles must be strings.");else ol('The block "'+o+'" must have a title.');else ol('The "edit" property must be a valid function.');else ol('The "save" property must be a valid function.');else ol("Block settings must be a valid object.")};function sl(e){return{type:"ADD_BLOCK_TYPES",blockTypes:Array.isArray(e)?e:[e]}}const cl=e=>t=>{let{dispatch:n,select:o}=t;n({type:"ADD_UNPROCESSED_BLOCK_TYPE",blockType:e});const r=ll(e,{select:o});r&&n.addBlockTypes(r)},ul=()=>e=>{let{dispatch:t,select:n}=e;const o=n.__experimentalGetUnprocessedBlockTypes(),r=Object.keys(o).reduce(((e,t)=>{const r=ll(o[t],{select:n});return r&&e.push(r),e}),[]);r.length&&t.addBlockTypes(r)};function pl(e){return{type:"REMOVE_BLOCK_TYPES",names:Array.isArray(e)?e:[e]}}function dl(e,t){return{type:"ADD_BLOCK_STYLES",styles:Array.isArray(t)?t:[t],blockName:e}}function bl(e,t){return{type:"REMOVE_BLOCK_STYLES",styleNames:Array.isArray(t)?t:[t],blockName:e}}function ml(e,t){return{type:"ADD_BLOCK_VARIATIONS",variations:Array.isArray(t)?t:[t],blockName:e}}function Ml(e,t){return{type:"REMOVE_BLOCK_VARIATIONS",variationNames:Array.isArray(t)?t:[t],blockName:e}}function zl(e){return{type:"SET_DEFAULT_BLOCK_NAME",name:e}}function fl(e){return{type:"SET_FREEFORM_FALLBACK_BLOCK_NAME",name:e}}function hl(e){return{type:"SET_UNREGISTERED_FALLBACK_BLOCK_NAME",name:e}}function gl(e){return{type:"SET_GROUPING_BLOCK_NAME",name:e}}function Ol(e){return{type:"SET_CATEGORIES",categories:e}}function vl(e,t){return{type:"UPDATE_CATEGORY",slug:e,category:t}}function Al(e,t,n){return{type:"ADD_BLOCK_COLLECTION",namespace:e,title:t,icon:n}}function yl(e){return{type:"REMOVE_BLOCK_COLLECTION",namespace:e}}const{lock:_l,unlock:ql}=wn("I know using unstable features means my plugin or theme will inevitably break on the next WordPress release.","@wordpress/blocks"),kl=co("core/blocks",{reducer:ki,selectors:o,actions:a});let wl,El,Wl,Ll;tr(kl),ql(kl).registerPrivateSelectors(r);const xl=/)[^])*)\5|[^]*?)}\s+)?(\/)?-->/g;function Cl(e,t,n,o,r){return{blockName:e,attrs:t,innerBlocks:n,innerHTML:o,innerContent:r}}function Rl(e){return Cl(null,{},[],e,[e])}function Sl(){const e=Ll.length,t=function(){const e=xl.exec(wl);if(null===e)return["no-more-tokens","",null,0,0];const t=e.index,[n,o,r,a,i,,l]=e,s=n.length,c=!!o,u=!!l,p=(r||"core/")+a,d=!!i,b=d?function(e){try{return JSON.parse(e)}catch(e){return null}}(i):{};if(u)return["void-block",p,b,t,s];if(c)return["block-closer",p,null,t,s];return["block-opener",p,b,t,s]}(),[n,o,r,a,i]=t,l=a>El?El:null;switch(n){case"no-more-tokens":if(0===e)return Nl(),!1;if(1===e)return Bl(),!1;for(;0)[^\\-]*)*(?:--\x3e)?|!\\[CDATA\\[[^\\]]*(?:](?!]>)[^\\]]*)*?(?:]]>)?)|[^>]*>?))");function Il(e,t){const n=function(e){const t=[];let n,o=e;for(;n=o.match(Dl);){const e=n.index;t.push(o.slice(0,e)),t.push(n[0]),o=o.slice(e+n[0].length)}return o.length&&t.push(o),t}(e);let o=!1;const r=Object.keys(t);for(let e=1;e1&&void 0!==arguments[1])||arguments[1];const n=[];if(""===e.trim())return"";if(-1!==(e+="\n").indexOf(""),o=t.pop();e="";for(let o=0;o";n.push([i,r.substr(a)+""]),e+=r.substr(0,a)+i}e+=o}const o="(?:table|thead|tfoot|caption|col|colgroup|tbody|tr|td|th|div|dl|dd|dt|ul|ol|li|pre|form|map|area|blockquote|address|math|style|p|h[1-6]|hr|fieldset|legend|section|article|aside|hgroup|header|footer|nav|figure|figcaption|details|menu|summary)";-1!==(e=Il(e=(e=(e=(e=e.replace(/\s*/g,"\n\n")).replace(new RegExp("(<"+o+"[\\s/>])","g"),"\n\n$1")).replace(new RegExp("()","g"),"$1\n\n")).replace(/\r\n|\r/g,"\n"),{"\n":" \x3c!-- wpnl --\x3e "})).indexOf("\s*/g,"")),-1!==e.indexOf("")&&(e=(e=(e=e.replace(/(]*>)\s*/g,"$1")).replace(/\s*<\/object>/g,"")).replace(/\s*(<\/?(?:param|embed)[^>]*>)\s*/g,"$1")),-1===e.indexOf("\]]*[>\]])\s*/g,"$1")).replace(/\s*([<\[]\/(?:audio|video)[>\]])/g,"$1")).replace(/\s*(<(?:source|track)[^>]*>)\s*/g,"$1")),-1!==e.indexOf("]*>)/,"$1")).replace(/<\/figcaption>\s*/,""));const r=(e=e.replace(/\n\n+/g,"\n\n")).split(/\n\s*\n/).filter(Boolean);return e="",r.forEach((t=>{e+="

"+t.replace(/^\n*|\n*$/g,"")+"

\n"})),e=(e=(e=(e=(e=(e=(e=(e=e.replace(/

\s*<\/p>/g,"")).replace(/

([^<]+)<\/(div|address|form)>/g,"

$1

")).replace(new RegExp("

\\s*(]*>)\\s*

","g"),"$1")).replace(/

(/g,"$1")).replace(/

]*)>/gi,"

")).replace(/<\/blockquote><\/p>/g,"

")).replace(new RegExp("

\\s*(]*>)","g"),"$1")).replace(new RegExp("(]*>)\\s*

","g"),"$1"),t&&(e=e.replace(/<(script|style).*?<\/\\1>/g,(e=>e[0].replace(/\n/g,""))),e=(e=e.replace(/
|/g,"
")).replace(/(
)?\s*\n/g,((e,t)=>t?e:"
\n")),e=e.replace(//g,"\n")),e=(e=(e=e.replace(new RegExp("(]*>)\\s*
","g"),"$1")).replace(/
(\s*<\/?(?:p|li|div|dl|dd|dt|th|pre|td|ul|ol)[^>]*>)/g,"$1")).replace(/\n<\/p>$/g,"

"),n.forEach((t=>{const[n,o]=t;e=e.replace(n,o)})),-1!==e.indexOf("\x3c!-- wpnl --\x3e")&&(e=e.replace(/\s?\s?/g,"\n")),e}function Hl(e){const t="blockquote|ul|ol|li|dl|dt|dd|table|thead|tbody|tfoot|tr|th|td|h[1-6]|fieldset|figure",n=t+"|div|p",o=t+"|pre",r=[];let a=!1,i=!1;return e?(-1===e.indexOf("]*>[\s\S]*?<\/\1>/g,(e=>(r.push(e),"")))),-1!==e.indexOf("]*>[\s\S]+?<\/pre>/g,(e=>(e=(e=e.replace(/
(\r\n|\n)?/g,"")).replace(/<\/?p( [^>]*)?>(\r\n|\n)?/g,"")).replace(/\r?\n/g,"")))),-1!==e.indexOf("[caption")&&(i=!0,e=e.replace(/\[caption[\s\S]+?\[\/caption\]/g,(e=>e.replace(/]*)>/g,"").replace(/[\r\n\t]+/,"")))),e=(e=(e=(e=(e=(e=(e=(e=e.replace(new RegExp("\\s*\\s*","g"),"\n")).replace(new RegExp("\\s*<((?:"+n+")(?: [^>]*)?)>","g"),"\n<$1>")).replace(/(

]+>[\s\S]*?)<\/p>/g,"$1")).replace(/]*)?>\s*

/gi,"\n\n")).replace(/\s*

/gi,"")).replace(/\s*<\/p>\s*/gi,"\n\n")).replace(/\n[\s\u00a0]+\n/g,"\n\n")).replace(/(\s*)
\s*/gi,((e,t)=>t&&-1!==t.indexOf("\n")?"\n\n":"\n")),-1!==(e=(e=(e=(e=(e=(e=(e=e.replace(/\s*

\s*/g,"
\n")).replace(/\s*\[caption([^\[]+)\[\/caption\]\s*/gi,"\n\n[caption$1[/caption]\n\n")).replace(/caption\]\n\n+\[caption/g,"caption]\n\n[caption")).replace(new RegExp("\\s*<((?:"+o+")(?: [^>]*)?)\\s*>","g"),"\n<$1>")).replace(new RegExp("\\s*\\s*","g"),"\n")).replace(/<((li|dt|dd)[^>]*)>/g," \t<$1>")).indexOf("/g,"\n")),-1!==e.indexOf("]*)?>\s*/g,"\n\n\n\n")),-1!==e.indexOf("/g,(e=>e.replace(/[\r\n]+/g,"")))),e=(e=(e=(e=e.replace(/<\/p#>/g,"

\n")).replace(/\s*(

]+>[\s\S]*?<\/p>)/g,"\n$1")).replace(/^\s+/,"")).replace(/[\s\u00a0]+$/,""),a&&(e=e.replace(//g,"\n")),i&&(e=e.replace(/]*)>/g,"")),r.length&&(e=e.replace(//g,(()=>r.shift()))),e):""}function Fl(e){let{children:t,...n}=e,o="";return Bt.Children.toArray(t).forEach((e=>{"string"==typeof e&&""!==e.trim()&&(o+=e)})),(0,Bt.createElement)("div",{dangerouslySetInnerHTML:{__html:o},...n})}function Yl(e,t){return void 0===t&&(t={}),function(e,t){return void 0===t&&(t={}),Ma(e,pa({delimiter:"."},t))}(e,pa({delimiter:"-"},t))}const Xl=/[\u007F-\u009F "'>/="\uFDD0-\uFDEF]/;function jl(e){return e.replace(/&(?!([a-z0-9]+|#[0-9]+|#x[a-f0-9]+);)/gi,"&")}function Vl(e){return e.replace(//g,">")}(function(e){return e.replace(/"/g,""")}(jl(e)))}function $l(e){return Vl(jl(e))}function Gl(e){return Vl(e.replace(/&/g,"&"))}function Kl(e){return!Xl.test(e)}const{Provider:Jl,Consumer:Zl}=(0,Bt.createContext)(void 0),Ql=(0,Bt.forwardRef)((()=>null)),es=new Set(["string","boolean","number"]),ts=new Set(["area","base","br","col","command","embed","hr","img","input","keygen","link","meta","param","source","track","wbr"]),ns=new Set(["allowfullscreen","allowpaymentrequest","allowusermedia","async","autofocus","autoplay","checked","controls","default","defer","disabled","download","formnovalidate","hidden","ismap","itemscope","loop","multiple","muted","nomodule","novalidate","open","playsinline","readonly","required","reversed","selected","typemustmatch"]),os=new Set(["autocapitalize","autocomplete","charset","contenteditable","crossorigin","decoding","dir","draggable","enctype","formenctype","formmethod","http-equiv","inputmode","kind","method","preload","scope","shape","spellcheck","translate","type","wrap"]),rs=new Set(["animation","animationIterationCount","baselineShift","borderImageOutset","borderImageSlice","borderImageWidth","columnCount","cx","cy","fillOpacity","flexGrow","flexShrink","floodOpacity","fontWeight","gridColumnEnd","gridColumnStart","gridRowEnd","gridRowStart","lineHeight","opacity","order","orphans","r","rx","ry","shapeImageThreshold","stopOpacity","strokeDasharray","strokeDashoffset","strokeMiterlimit","strokeOpacity","strokeWidth","tabSize","widows","x","y","zIndex","zoom"]);function as(e,t){return t.some((t=>0===e.indexOf(t)))}function is(e){return"key"===e||"children"===e}function ls(e,t){return"style"===e?function(e){if(!sn(e))return e;let t;for(const n in e){const o=e[n];if(null==o)continue;t?t+=";":t="";t+=ds(n)+":"+bs(n,o)}return t}(t):t}const ss=["accentHeight","alignmentBaseline","arabicForm","baselineShift","capHeight","clipPath","clipRule","colorInterpolation","colorInterpolationFilters","colorProfile","colorRendering","dominantBaseline","enableBackground","fillOpacity","fillRule","floodColor","floodOpacity","fontFamily","fontSize","fontSizeAdjust","fontStretch","fontStyle","fontVariant","fontWeight","glyphName","glyphOrientationHorizontal","glyphOrientationVertical","horizAdvX","horizOriginX","imageRendering","letterSpacing","lightingColor","markerEnd","markerMid","markerStart","overlinePosition","overlineThickness","paintOrder","panose1","pointerEvents","renderingIntent","shapeRendering","stopColor","stopOpacity","strikethroughPosition","strikethroughThickness","strokeDasharray","strokeDashoffset","strokeLinecap","strokeLinejoin","strokeMiterlimit","strokeOpacity","strokeWidth","textAnchor","textDecoration","textRendering","underlinePosition","underlineThickness","unicodeBidi","unicodeRange","unitsPerEm","vAlphabetic","vHanging","vIdeographic","vMathematical","vectorEffect","vertAdvY","vertOriginX","vertOriginY","wordSpacing","writingMode","xmlnsXlink","xHeight"].reduce(((e,t)=>(e[t.toLowerCase()]=t,e)),{}),cs=["allowReorder","attributeName","attributeType","autoReverse","baseFrequency","baseProfile","calcMode","clipPathUnits","contentScriptType","contentStyleType","diffuseConstant","edgeMode","externalResourcesRequired","filterRes","filterUnits","glyphRef","gradientTransform","gradientUnits","kernelMatrix","kernelUnitLength","keyPoints","keySplines","keyTimes","lengthAdjust","limitingConeAngle","markerHeight","markerUnits","markerWidth","maskContentUnits","maskUnits","numOctaves","pathLength","patternContentUnits","patternTransform","patternUnits","pointsAtX","pointsAtY","pointsAtZ","preserveAlpha","preserveAspectRatio","primitiveUnits","refX","refY","repeatCount","repeatDur","requiredExtensions","requiredFeatures","specularConstant","specularExponent","spreadMethod","startOffset","stdDeviation","stitchTiles","suppressContentEditableWarning","suppressHydrationWarning","surfaceScale","systemLanguage","tableValues","targetX","targetY","textLength","viewBox","viewTarget","xChannelSelector","yChannelSelector"].reduce(((e,t)=>(e[t.toLowerCase()]=t,e)),{}),us=["xlink:actuate","xlink:arcrole","xlink:href","xlink:role","xlink:show","xlink:title","xlink:type","xml:base","xml:lang","xml:space","xmlns:xlink"].reduce(((e,t)=>(e[t.replace(":","").toLowerCase()]=t,e)),{});function ps(e){switch(e){case"htmlFor":return"for";case"className":return"class"}const t=e.toLowerCase();return cs[t]?cs[t]:ss[t]?Yl(ss[t]):us[t]?us[t]:t}function ds(e){return e.startsWith("--")?e:as(e,["ms","O","Moz","Webkit"])?"-"+Yl(e):Yl(e)}function bs(e,t){return"number"!=typeof t||0===t||rs.has(e)?t:t+"px"}function ms(e,t){let n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};if(null==e||!1===e)return"";if(Array.isArray(e))return fs(e,t,n);switch(typeof e){case"string":return $l(e);case"number":return e.toString()}const{type:o,props:r}=e;switch(o){case Bt.StrictMode:case Bt.Fragment:return fs(r.children,t,n);case Fl:const{children:e,...o}=r;return Ms(Object.keys(o).length?"div":null,{...o,dangerouslySetInnerHTML:{__html:e}},t,n)}switch(typeof o){case"string":return Ms(o,r,t,n);case"function":return o.prototype&&"function"==typeof o.prototype.render?zs(o,r,t,n):ms(o(r,n),t,n)}switch(o&&o.$$typeof){case Jl.$$typeof:return fs(r.children,r.value,n);case Zl.$$typeof:return ms(r.children(t||o._currentValue),t,n);case Ql.$$typeof:return ms(o.render(r),t,n)}return""}function Ms(e,t,n){let o=arguments.length>3&&void 0!==arguments[3]?arguments[3]:{},r="";if("textarea"===e&&t.hasOwnProperty("value")){r=fs(t.value,n,o);const{value:e,...a}=t;t=a}else t.dangerouslySetInnerHTML&&"string"==typeof t.dangerouslySetInnerHTML.__html?r=t.dangerouslySetInnerHTML.__html:void 0!==t.children&&(r=fs(t.children,n,o));if(!e)return r;const a=hs(t);return ts.has(e)?"<"+e+a+"/>":"<"+e+a+">"+r+""}function zs(e,t,n){let o=arguments.length>3&&void 0!==arguments[3]?arguments[3]:{};const r=new e(t,o);"function"==typeof r.getChildContext&&Object.assign(o,r.getChildContext());const a=ms(r.render(),n,o);return a}function fs(e,t){let n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},o="";e=Array.isArray(e)?e:[e];for(let r=0;r1&&void 0!==arguments[1]?arguments[1]:{};const{isCommentDelimited:n=!0}=t,{blockName:o,attrs:r={},innerBlocks:a=[],innerContent:i=[]}=e;let l=0;const s=i.map((e=>null!==e?e:vs(a[l++],t))).join("\n").replace(/\n+/g,"\n").trim();return n?Ws(o,r,s):s}function As(e){const t="wp-block-"+e.replace(/\//,"-").replace(/^core-/,"");return No("blocks.getBlockDefaultClassName",t,e)}function ys(e){const t="editor-block-list-item-"+e.replace(/\//,"-").replace(/^core-/,"");return No("blocks.getBlockMenuDefaultClassName",t,e)}const _s={},qs={};function ks(e,t,n){const o=mi(e);return gs(function(e,t){let n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:[];const o=mi(e);let{save:r}=o;if(r.prototype instanceof Bt.Component){const e=new r({attributes:t});r=e.render.bind(e)}_s.blockType=o,_s.attributes=t,qs.innerBlocks=n;let a=r({attributes:t,innerBlocks:n});if(null!==a&&"object"==typeof a&&xo("blocks.getSaveContent.extraProps")&&!(o.apiVersion>1)){const e=No("blocks.getSaveContent.extraProps",{...a.props},o,t);Os(e,a.props)||(a=(0,Bt.cloneElement)(a,e))}return No("blocks.getSaveElement",a,o,t)}(o,t,n))}function ws(e,t){var n;return Object.entries(null!==(n=e.attributes)&&void 0!==n?n:{}).reduce(((e,n)=>{let[o,r]=n;const a=t[o];return void 0===a||void 0!==r.source||"default"in r&&r.default===a||(e[o]=a),e}),{})}function Es(e){let t=e.originalContent;if(e.isValid||e.innerBlocks.length)try{t=ks(e.name,e.attributes,e.innerBlocks)}catch(e){}return t}function Ws(e,t,n){const o=t&&Object.entries(t).length?function(e){return JSON.stringify(e).replace(/--/g,"\\u002d\\u002d").replace(//g,"\\u003e").replace(/&/g,"\\u0026").replace(/\\"/g,"\\u0022")}(t)+" ":"",r=null!=e&&e.startsWith("core/")?e.slice(5):e;return n?`\x3c!-- wp:${r} ${o}--\x3e\n`+n+`\n\x3c!-- /wp:${r} --\x3e`:`\x3c!-- wp:${r} ${o}/--\x3e`}function Ls(e){1===e.length&&di(e[0])&&(e=[]);let t=xs(e);return 1===e.length&&e[0].name===Ea()&&(t=Hl(t)),t}function xs(e,t){return(Array.isArray(e)?e:[e]).map((e=>function(e){let{isInnerBlocks:t=!1}=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};if(!e.isValid&&e.__unstableBlockSource)return vs(e.__unstableBlockSource);const n=e.name,o=Es(e);if(n===xa()||!t&&n===Ea())return o;const r=Na(n);if(!r)return o;const a=ws(r,e.attributes);return Ws(n,a,o)}(e,t))).join("\n\n")}var Cs=/^#[xX]([A-Fa-f0-9]+)$/,Rs=/^#([0-9]+)$/,Ss=/^([A-Za-z0-9]+)$/,Ns=(function(){function e(e){this.named=e}e.prototype.parse=function(e){if(e){var t=e.match(Cs);return t?String.fromCharCode(parseInt(t[1],16)):(t=e.match(Rs))?String.fromCharCode(parseInt(t[1],10)):(t=e.match(Ss))?this.named[t[1]]:void 0}}}(),/[\t\n\f ]/),Ts=/[A-Za-z]/,Bs=/\r\n?/g;function Ds(e){return Ns.test(e)}function Is(e){return Ts.test(e)}var Ps=function(){function e(e,t,n){void 0===n&&(n="precompile"),this.delegate=e,this.entityParser=t,this.mode=n,this.state="beforeData",this.line=-1,this.column=-1,this.input="",this.index=-1,this.tagNameBuffer="",this.states={beforeData:function(){var e=this.peek();if("<"!==e||this.isIgnoredEndTag()){if("precompile"===this.mode&&"\n"===e){var t=this.tagNameBuffer.toLowerCase();"pre"!==t&&"textarea"!==t||this.consume()}this.transitionTo("data"),this.delegate.beginData()}else this.transitionTo("tagOpen"),this.markTagStart(),this.consume()},data:function(){var e=this.peek(),t=this.tagNameBuffer;"<"!==e||this.isIgnoredEndTag()?"&"===e&&"script"!==t&&"style"!==t?(this.consume(),this.delegate.appendToData(this.consumeCharRef()||"&")):(this.consume(),this.delegate.appendToData(e)):(this.delegate.finishData(),this.transitionTo("tagOpen"),this.markTagStart(),this.consume())},tagOpen:function(){var e=this.consume();"!"===e?this.transitionTo("markupDeclarationOpen"):"/"===e?this.transitionTo("endTagOpen"):("@"===e||":"===e||Is(e))&&(this.transitionTo("tagName"),this.tagNameBuffer="",this.delegate.beginStartTag(),this.appendToTagName(e))},markupDeclarationOpen:function(){var e=this.consume();"-"===e&&"-"===this.peek()?(this.consume(),this.transitionTo("commentStart"),this.delegate.beginComment()):"DOCTYPE"===e.toUpperCase()+this.input.substring(this.index,this.index+6).toUpperCase()&&(this.consume(),this.consume(),this.consume(),this.consume(),this.consume(),this.consume(),this.transitionTo("doctype"),this.delegate.beginDoctype&&this.delegate.beginDoctype())},doctype:function(){Ds(this.consume())&&this.transitionTo("beforeDoctypeName")},beforeDoctypeName:function(){var e=this.consume();Ds(e)||(this.transitionTo("doctypeName"),this.delegate.appendToDoctypeName&&this.delegate.appendToDoctypeName(e.toLowerCase()))},doctypeName:function(){var e=this.consume();Ds(e)?this.transitionTo("afterDoctypeName"):">"===e?(this.delegate.endDoctype&&this.delegate.endDoctype(),this.transitionTo("beforeData")):this.delegate.appendToDoctypeName&&this.delegate.appendToDoctypeName(e.toLowerCase())},afterDoctypeName:function(){var e=this.consume();if(!Ds(e))if(">"===e)this.delegate.endDoctype&&this.delegate.endDoctype(),this.transitionTo("beforeData");else{var t=e.toUpperCase()+this.input.substring(this.index,this.index+5).toUpperCase(),n="PUBLIC"===t.toUpperCase(),o="SYSTEM"===t.toUpperCase();(n||o)&&(this.consume(),this.consume(),this.consume(),this.consume(),this.consume(),this.consume()),n?this.transitionTo("afterDoctypePublicKeyword"):o&&this.transitionTo("afterDoctypeSystemKeyword")}},afterDoctypePublicKeyword:function(){var e=this.peek();Ds(e)?(this.transitionTo("beforeDoctypePublicIdentifier"),this.consume()):'"'===e?(this.transitionTo("doctypePublicIdentifierDoubleQuoted"),this.consume()):"'"===e?(this.transitionTo("doctypePublicIdentifierSingleQuoted"),this.consume()):">"===e&&(this.consume(),this.delegate.endDoctype&&this.delegate.endDoctype(),this.transitionTo("beforeData"))},doctypePublicIdentifierDoubleQuoted:function(){var e=this.consume();'"'===e?this.transitionTo("afterDoctypePublicIdentifier"):">"===e?(this.delegate.endDoctype&&this.delegate.endDoctype(),this.transitionTo("beforeData")):this.delegate.appendToDoctypePublicIdentifier&&this.delegate.appendToDoctypePublicIdentifier(e)},doctypePublicIdentifierSingleQuoted:function(){var e=this.consume();"'"===e?this.transitionTo("afterDoctypePublicIdentifier"):">"===e?(this.delegate.endDoctype&&this.delegate.endDoctype(),this.transitionTo("beforeData")):this.delegate.appendToDoctypePublicIdentifier&&this.delegate.appendToDoctypePublicIdentifier(e)},afterDoctypePublicIdentifier:function(){var e=this.consume();Ds(e)?this.transitionTo("betweenDoctypePublicAndSystemIdentifiers"):">"===e?(this.delegate.endDoctype&&this.delegate.endDoctype(),this.transitionTo("beforeData")):'"'===e?this.transitionTo("doctypeSystemIdentifierDoubleQuoted"):"'"===e&&this.transitionTo("doctypeSystemIdentifierSingleQuoted")},betweenDoctypePublicAndSystemIdentifiers:function(){var e=this.consume();Ds(e)||(">"===e?(this.delegate.endDoctype&&this.delegate.endDoctype(),this.transitionTo("beforeData")):'"'===e?this.transitionTo("doctypeSystemIdentifierDoubleQuoted"):"'"===e&&this.transitionTo("doctypeSystemIdentifierSingleQuoted"))},doctypeSystemIdentifierDoubleQuoted:function(){var e=this.consume();'"'===e?this.transitionTo("afterDoctypeSystemIdentifier"):">"===e?(this.delegate.endDoctype&&this.delegate.endDoctype(),this.transitionTo("beforeData")):this.delegate.appendToDoctypeSystemIdentifier&&this.delegate.appendToDoctypeSystemIdentifier(e)},doctypeSystemIdentifierSingleQuoted:function(){var e=this.consume();"'"===e?this.transitionTo("afterDoctypeSystemIdentifier"):">"===e?(this.delegate.endDoctype&&this.delegate.endDoctype(),this.transitionTo("beforeData")):this.delegate.appendToDoctypeSystemIdentifier&&this.delegate.appendToDoctypeSystemIdentifier(e)},afterDoctypeSystemIdentifier:function(){var e=this.consume();Ds(e)||">"===e&&(this.delegate.endDoctype&&this.delegate.endDoctype(),this.transitionTo("beforeData"))},commentStart:function(){var e=this.consume();"-"===e?this.transitionTo("commentStartDash"):">"===e?(this.delegate.finishComment(),this.transitionTo("beforeData")):(this.delegate.appendToCommentData(e),this.transitionTo("comment"))},commentStartDash:function(){var e=this.consume();"-"===e?this.transitionTo("commentEnd"):">"===e?(this.delegate.finishComment(),this.transitionTo("beforeData")):(this.delegate.appendToCommentData("-"),this.transitionTo("comment"))},comment:function(){var e=this.consume();"-"===e?this.transitionTo("commentEndDash"):this.delegate.appendToCommentData(e)},commentEndDash:function(){var e=this.consume();"-"===e?this.transitionTo("commentEnd"):(this.delegate.appendToCommentData("-"+e),this.transitionTo("comment"))},commentEnd:function(){var e=this.consume();">"===e?(this.delegate.finishComment(),this.transitionTo("beforeData")):(this.delegate.appendToCommentData("--"+e),this.transitionTo("comment"))},tagName:function(){var e=this.consume();Ds(e)?this.transitionTo("beforeAttributeName"):"/"===e?this.transitionTo("selfClosingStartTag"):">"===e?(this.delegate.finishTag(),this.transitionTo("beforeData")):this.appendToTagName(e)},endTagName:function(){var e=this.consume();Ds(e)?(this.transitionTo("beforeAttributeName"),this.tagNameBuffer=""):"/"===e?(this.transitionTo("selfClosingStartTag"),this.tagNameBuffer=""):">"===e?(this.delegate.finishTag(),this.transitionTo("beforeData"),this.tagNameBuffer=""):this.appendToTagName(e)},beforeAttributeName:function(){var e=this.peek();Ds(e)?this.consume():"/"===e?(this.transitionTo("selfClosingStartTag"),this.consume()):">"===e?(this.consume(),this.delegate.finishTag(),this.transitionTo("beforeData")):"="===e?(this.delegate.reportSyntaxError("attribute name cannot start with equals sign"),this.transitionTo("attributeName"),this.delegate.beginAttribute(),this.consume(),this.delegate.appendToAttributeName(e)):(this.transitionTo("attributeName"),this.delegate.beginAttribute())},attributeName:function(){var e=this.peek();Ds(e)?(this.transitionTo("afterAttributeName"),this.consume()):"/"===e?(this.delegate.beginAttributeValue(!1),this.delegate.finishAttributeValue(),this.consume(),this.transitionTo("selfClosingStartTag")):"="===e?(this.transitionTo("beforeAttributeValue"),this.consume()):">"===e?(this.delegate.beginAttributeValue(!1),this.delegate.finishAttributeValue(),this.consume(),this.delegate.finishTag(),this.transitionTo("beforeData")):'"'===e||"'"===e||"<"===e?(this.delegate.reportSyntaxError(e+" is not a valid character within attribute names"),this.consume(),this.delegate.appendToAttributeName(e)):(this.consume(),this.delegate.appendToAttributeName(e))},afterAttributeName:function(){var e=this.peek();Ds(e)?this.consume():"/"===e?(this.delegate.beginAttributeValue(!1),this.delegate.finishAttributeValue(),this.consume(),this.transitionTo("selfClosingStartTag")):"="===e?(this.consume(),this.transitionTo("beforeAttributeValue")):">"===e?(this.delegate.beginAttributeValue(!1),this.delegate.finishAttributeValue(),this.consume(),this.delegate.finishTag(),this.transitionTo("beforeData")):(this.delegate.beginAttributeValue(!1),this.delegate.finishAttributeValue(),this.transitionTo("attributeName"),this.delegate.beginAttribute(),this.consume(),this.delegate.appendToAttributeName(e))},beforeAttributeValue:function(){var e=this.peek();Ds(e)?this.consume():'"'===e?(this.transitionTo("attributeValueDoubleQuoted"),this.delegate.beginAttributeValue(!0),this.consume()):"'"===e?(this.transitionTo("attributeValueSingleQuoted"),this.delegate.beginAttributeValue(!0),this.consume()):">"===e?(this.delegate.beginAttributeValue(!1),this.delegate.finishAttributeValue(),this.consume(),this.delegate.finishTag(),this.transitionTo("beforeData")):(this.transitionTo("attributeValueUnquoted"),this.delegate.beginAttributeValue(!1),this.consume(),this.delegate.appendToAttributeValue(e))},attributeValueDoubleQuoted:function(){var e=this.consume();'"'===e?(this.delegate.finishAttributeValue(),this.transitionTo("afterAttributeValueQuoted")):"&"===e?this.delegate.appendToAttributeValue(this.consumeCharRef()||"&"):this.delegate.appendToAttributeValue(e)},attributeValueSingleQuoted:function(){var e=this.consume();"'"===e?(this.delegate.finishAttributeValue(),this.transitionTo("afterAttributeValueQuoted")):"&"===e?this.delegate.appendToAttributeValue(this.consumeCharRef()||"&"):this.delegate.appendToAttributeValue(e)},attributeValueUnquoted:function(){var e=this.peek();Ds(e)?(this.delegate.finishAttributeValue(),this.consume(),this.transitionTo("beforeAttributeName")):"/"===e?(this.delegate.finishAttributeValue(),this.consume(),this.transitionTo("selfClosingStartTag")):"&"===e?(this.consume(),this.delegate.appendToAttributeValue(this.consumeCharRef()||"&")):">"===e?(this.delegate.finishAttributeValue(),this.consume(),this.delegate.finishTag(),this.transitionTo("beforeData")):(this.consume(),this.delegate.appendToAttributeValue(e))},afterAttributeValueQuoted:function(){var e=this.peek();Ds(e)?(this.consume(),this.transitionTo("beforeAttributeName")):"/"===e?(this.consume(),this.transitionTo("selfClosingStartTag")):">"===e?(this.consume(),this.delegate.finishTag(),this.transitionTo("beforeData")):this.transitionTo("beforeAttributeName")},selfClosingStartTag:function(){">"===this.peek()?(this.consume(),this.delegate.markTagAsSelfClosing(),this.delegate.finishTag(),this.transitionTo("beforeData")):this.transitionTo("beforeAttributeName")},endTagOpen:function(){var e=this.consume();("@"===e||":"===e||Is(e))&&(this.transitionTo("endTagName"),this.tagNameBuffer="",this.delegate.beginEndTag(),this.appendToTagName(e))}},this.reset()}return e.prototype.reset=function(){this.transitionTo("beforeData"),this.input="",this.tagNameBuffer="",this.index=0,this.line=1,this.column=0,this.delegate.reset()},e.prototype.transitionTo=function(e){this.state=e},e.prototype.tokenize=function(e){this.reset(),this.tokenizePart(e),this.tokenizeEOF()},e.prototype.tokenizePart=function(e){for(this.input+=function(e){return e.replace(Bs,"\n")}(e);this.index"!==this.input.substring(this.index,this.index+8)||"style"===e&&""!==this.input.substring(this.index,this.index+8)||"script"===e&&"<\/script>"!==this.input.substring(this.index,this.index+9)},e}(),Hs=function(){function e(e,t){void 0===t&&(t={}),this.options=t,this.token=null,this.startLine=1,this.startColumn=0,this.tokens=[],this.tokenizer=new Ps(this,e,t.mode),this._currentAttribute=void 0}return e.prototype.tokenize=function(e){return this.tokens=[],this.tokenizer.tokenize(e),this.tokens},e.prototype.tokenizePart=function(e){return this.tokens=[],this.tokenizer.tokenizePart(e),this.tokens},e.prototype.tokenizeEOF=function(){return this.tokens=[],this.tokenizer.tokenizeEOF(),this.tokens[0]},e.prototype.reset=function(){this.token=null,this.startLine=1,this.startColumn=0},e.prototype.current=function(){var e=this.token;if(null===e)throw new Error("token was unexpectedly null");if(0===arguments.length)return e;for(var t=0;t1?n-1:0),r=1;r[]}}function Us(){const e=[],t=Vs();return{error(){for(var n=arguments.length,o=new Array(n),r=0;re}}const $s=/[\t\n\r\v\f ]+/g,Gs=/^[\t\n\r\v\f ]*$/,Ks=/^url\s*\(['"\s]*(.*?)['"\s]*\)$/,Js=["allowfullscreen","allowpaymentrequest","allowusermedia","async","autofocus","autoplay","checked","controls","default","defer","disabled","download","formnovalidate","hidden","ismap","itemscope","loop","multiple","muted","nomodule","novalidate","open","playsinline","readonly","required","reversed","selected","typemustmatch"],Zs=[...Js,"autocapitalize","autocomplete","charset","contenteditable","crossorigin","decoding","dir","draggable","enctype","formenctype","formmethod","http-equiv","inputmode","kind","method","preload","scope","shape","spellcheck","translate","type","wrap"],Qs=[e=>e,function(e){return rc(e).join(" ")}],ec=/^[\da-z]+$/i,tc=/^#\d+$/,nc=/^#x[\da-f]+$/i;class oc{parse(e){if(t=e,ec.test(t)||tc.test(t)||nc.test(t))return js("&"+e+";");var t}}function rc(e){return e.trim().split($s)}function ac(e){return e.attributes.filter((e=>{const[t,n]=e;return n||0===t.indexOf("data-")||Zs.includes(t)}))}function ic(e,t){let n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:Vs(),o=e.chars,r=t.chars;for(let e=0;e{const[t,...n]=e.split(":"),o=n.join(":");return[t.trim(),sc(o.trim())]}));return Object.fromEntries(t)}const uc={class:(e,t)=>{const[n,o]=[e,t].map(rc),r=n.filter((e=>!o.includes(e))),a=o.filter((e=>!n.includes(e)));return 0===r.length&&0===a.length},style:(e,t)=>Ys()(...[e,t].map(cc)),...Object.fromEntries(Js.map((e=>[e,()=>!0])))};function pc(e,t){let n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:Vs();if(e.length!==t.length)return n.warning("Expected attributes %o, instead saw %o.",t,e),!1;const o={};for(let e=0;e2&&void 0!==arguments[2]?arguments[2]:Vs();return e.tagName!==t.tagName&&e.tagName.toLowerCase()!==t.tagName.toLowerCase()?(n.warning("Expected tag name `%s`, instead saw `%s`.",t.tagName,e.tagName),!1):pc(...[e,t].map(ac),n)},Chars:ic,Comment:ic};function bc(e){let t;for(;t=e.shift();){if("Chars"!==t.type)return t;if(!Gs.test(t.chars))return t}}function mc(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:Vs();try{return new Hs(new oc).tokenize(e)}catch(n){t.warning("Malformed HTML detected: %s",e)}return null}function Mc(e,t){return!!e.selfClosing&&!(!t||t.tagName!==e.tagName||"EndTag"!==t.type)}function zc(e,t){let n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:Vs();if(e===t)return!0;const[o,r]=[e,t].map((e=>mc(e,n)));if(!o||!r)return!1;let a,i;for(;a=bc(o);){if(i=bc(r),!i)return n.warning("Expected end of content, instead saw %o.",a),!1;if(a.type!==i.type)return n.warning("Expected token of type `%s` (%o), instead saw `%s` (%o).",i.type,i,a.type,a),!1;const e=dc[a.type];if(e&&!e(a,i,n))return!1;Mc(a,r[0])?bc(r):Mc(i,o[0])&&bc(o)}return!(i=bc(r))||(n.warning("Expected %o, instead saw end of content.",i),!1)}function fc(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:e.name;const n=e.name===Ea()||e.name===xa();if(n)return[!0,[]];const o=Us(),r=mi(t);let a;try{a=ks(r,e.attributes)}catch(e){return o.error("Block validation failed because an error occurred while generating block content:\n\n%s",e.toString()),[!1,o.getItems()]}const i=zc(e.originalContent,a,o);return i||o.error("Block validation failed for `%s` (%o).\n\nContent generated by `save` function:\n\n%s\n\nContent retrieved from post body:\n\n%s",r.name,r,a,e.originalContent),[i,o.getItems()]}function hc(e,t){const n={...t};if("core/cover-image"===e&&(e="core/cover"),"core/text"!==e&&"core/cover-text"!==e||(e="core/paragraph"),e&&0===e.indexOf("core/social-link-")&&(n.service=e.substring(17),e="core/social-link"),e&&0===e.indexOf("core-embed/")){const t=e.substring(11),o={speaker:"speaker-deck",polldaddy:"crowdsignal"};n.providerNameSlug=t in o?o[t]:t,["amazon-kindle","wordpress"].includes(t)||(n.responsive=!0),e="core/embed"}if("core/post-comment-author"===e&&(e="core/comment-author-name"),"core/post-comment-content"===e&&(e="core/comment-content"),"core/post-comment-date"===e&&(e="core/comment-date"),"core/comments-query-loop"===e){e="core/comments";const{className:t=""}=n;t.includes("wp-block-comments-query-loop")||(n.className=["wp-block-comments-query-loop",t].join(" "))}return"core/post-comments"===e&&(e="core/comments",n.legacy=!0),[e,n]}function gc(e,t){for(var n,o=t.split(".");n=o.shift();){if(!(n in e))return;e=e[n]}return e}var Oc,vc=function(){return Oc||(Oc=document.implementation.createHTMLDocument("")),Oc};function Ac(e,t){if(t){if("string"==typeof e){var n=vc();n.body.innerHTML=e,e=n.body}if("function"==typeof t)return t(e);if(Object===t.constructor)return Object.keys(t).reduce((function(n,o){return n[o]=Ac(e,t[o]),n}),{})}}function yc(e,t){return 1===arguments.length&&(t=e,e=void 0),function(n){var o=n;if(e&&(o=n.querySelector(e)),o)return gc(o,t)}}function _c(e){const t={};for(let n=0;n{let n=t;e&&(n=t.querySelector(e));try{return qc(n)}catch(e){return null}}}function wc(e){jo("wp.blocks.children.fromDOM",{since:"6.1",version:"6.3",alternative:"wp.richText.create",link:"https://developer.wordpress.org/block-editor/how-to-guides/block-tutorial/introducing-attributes-and-editable-fields/"});const t=[];for(let n=0;n{let n=t;return e&&(n=t.querySelector(e)),n?wc(n.childNodes):[]}}const Lc={concat:function(){jo("wp.blocks.children.concat",{since:"6.1",version:"6.3",alternative:"wp.richText.concat",link:"https://developer.wordpress.org/block-editor/how-to-guides/block-tutorial/introducing-attributes-and-editable-fields/"});const e=[];for(var t=arguments.length,n=new Array(t),o=0;ofunction(e,t){switch(t){case"string":return"string"==typeof e;case"boolean":return"boolean"==typeof e;case"object":return!!e&&e.constructor===Object;case"null":return null===e;case"array":return Array.isArray(e);case"integer":case"number":return"number"==typeof e}return!0}(e,t)))}function Cc(e,t,n,o,r){let a;switch(t.source){case void 0:a=o?o[e]:void 0;break;case"raw":a=r;break;case"attribute":case"property":case"html":case"text":case"children":case"node":case"query":case"tag":a=Nc(n,t)}return function(e,t){return void 0===t||xc(e,Array.isArray(t)?t:[t])}(a,t.type)&&function(e,t){return!Array.isArray(t)||t.includes(e)}(a,t.enum)||(a=void 0),void 0===a&&(a=t.default),a}const Rc=or()((e=>{switch(e.source){case"attribute":let t=function(e,t){return 1===arguments.length&&(t=e,e=void 0),function(n){var o=yc(e,"attributes")(n);if(o&&o.hasOwnProperty(t))return o[t].value}}(e.selector,e.attribute);return"boolean"===e.type&&(t=(e=>mn([e,e=>void 0!==e]))(t)),t;case"html":return function(e,t){return n=>{let o=n;if(e&&(o=n.querySelector(e)),!o)return"";if(t){let e="";const n=o.children.length;for(let r=0;re?e.toLowerCase():void 0]);default:console.error(`Unknown source type "${e.source}"`)}}));function Sc(e){return Ac(e,(e=>e))}function Nc(e,t){return Rc(t)(Sc(e))}function Tc(e,t){let n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};const o=Sc(t),r=mi(e),a=(0,Ht.mapValues)(r.attributes,((e,r)=>Cc(r,e,o,n,t)));return No("blocks.getBlockAttributes",a,r,t,n)}const Bc={type:"string",source:"attribute",selector:"[data-custom-class-name] > *",attribute:"class"};function Dc(e){const t=Nc(`

${e}
`,Bc);return t?t.trim().split(/\s+/):[]}function Ic(e,t){const n=function(e,t,n){if(Da(t,"customClassName",!0)){const{className:o,...r}=e,a=ks(t,r),i=Dc(a),l=Dc(n).filter((e=>!i.includes(e)));l.length?e.className=l.join(" "):a&&delete e.className}return e}(e.attributes,t,e.originalContent);return{...e,attributes:n}}function Pc(){return!1}function Hc(e,t){let n=function(e,t){const n=Ea(),o=e.blockName||Ea(),r=e.attrs||{},a=e.innerBlocks||[];let i=e.innerHTML.trim();return o!==n||null!=t&&t.__unstableSkipAutop||(i=Pl(i).trim()),{...e,blockName:o,attrs:r,innerHTML:i,innerBlocks:a}}(e,t);n=function(e){const[t,n]=hc(e.blockName,e.attrs);return{...e,blockName:t,attrs:n}}(n);let o=Na(n.blockName);o||(n=function(e){const t=xa()||Ea(),n=vs(e,{isCommentDelimited:!1}),o=vs(e,{isCommentDelimited:!0});return{blockName:t,attrs:{originalName:e.blockName,originalContent:o,originalUndelimitedContent:n},innerHTML:e.blockName?o:e.innerHTML,innerBlocks:e.innerBlocks,innerContent:e.innerContent}}(n),o=Na(n.blockName));const r=n.blockName===Ea()||n.blockName===xa();if(!o||!n.innerHTML&&r)return;const a=n.innerBlocks.map((e=>Hc(e,t))).filter((e=>!!e)),i=Ja(n.blockName,Tc(o,n.innerHTML,n.attrs),a);i.originalContent=n.innerHTML;const l=function(e,t){const[n]=fc(e,t);if(n)return{...e,isValid:n,validationIssues:[]};const o=Ic(e,t),[r,a]=fc(e,t);return{...o,isValid:r,validationIssues:a}}(i,o),{validationIssues:s}=l,c=function(e,t,n){const o=t.attrs,{deprecated:r}=n;if(!r||!r.length)return e;for(let a=0;a{let{log:t,args:n}=e;return t(...n)})):(console.groupCollapsed("Updated Block: %s",o.name),console.info("Block successfully updated for `%s` (%o).\n\nNew content generated by `save` function:\n\n%s\n\nContent retrieved from post body:\n\n%s",o.name,o,ks(o,c.attributes),c.originalContent),console.groupEnd()),c}function Fc(e,t){return(e=>{wl=e,El=0,Wl=[],Ll=[],xl.lastIndex=0;do{}while(Sl());return Wl})(e).reduce(((e,n)=>{const o=Hc(n,t);return o&&e.push(o),e}),[])}function Yc(){return ii("from").filter((e=>{let{type:t}=e;return"raw"===t})).map((e=>e.isMatch?e:{...e,isMatch:t=>e.selector&&t.matches(e.selector)}))}function Xc(e,t){const n=document.implementation.createHTMLDocument("");return n.body.innerHTML=e,Array.from(n.body.children).flatMap((e=>{const n=ai(Yc(),(t=>{let{isMatch:n}=t;return n(e)}));if(!n)return Ja("core/html",Tc("core/html",e.outerHTML));const{transform:o,blockName:r}=n;return o?o(e,t):Ja(r,Tc(r,e.outerHTML))}))}function jc(e){switch(e.nodeType){case e.TEXT_NODE:return/^[ \f\n\r\t\v\u00a0]*$/.test(e.nodeValue||"");case e.ELEMENT_NODE:return!e.hasAttributes()&&(!e.hasChildNodes()||Array.from(e.childNodes).every(jc));default:return!0}}const Vc={strong:{},em:{},s:{},del:{},ins:{},a:{attributes:["href","target","rel","id"]},code:{},abbr:{attributes:["title"]},sub:{},sup:{},br:{},small:{},q:{attributes:["cite"]},dfn:{attributes:["title"]},data:{attributes:["value"]},time:{attributes:["datetime"]},var:{},samp:{},kbd:{},i:{},b:{},u:{},mark:{},ruby:{},rt:{},rp:{},bdi:{attributes:["dir"]},bdo:{attributes:["dir"]},wbr:{},"#text":{}},Uc=["#text","br"];Object.keys(Vc).filter((e=>!Uc.includes(e))).forEach((e=>{const{[e]:t,...n}=Vc;Vc[e].children=n}));const $c={...Vc,audio:{attributes:["src","preload","autoplay","mediagroup","loop","muted"]},canvas:{attributes:["width","height"]},embed:{attributes:["src","type","width","height"]},img:{attributes:["alt","src","srcset","usemap","ismap","width","height"]},object:{attributes:["data","type","name","usemap","form","width","height"]},video:{attributes:["src","poster","preload","autoplay","mediagroup","loop","muted","controls","width","height"]}};function Gc(e){if("paste"!==e)return $c;const{u:t,abbr:n,data:o,time:r,wbr:a,bdi:i,bdo:l,...s}={...$c,ins:{children:$c.ins.children},del:{children:$c.del.children}};return s}function Kc(e){const t=e.nodeName.toLowerCase();return Gc().hasOwnProperty(t)||"span"===t}function Jc(e){const t=e.nodeName.toLowerCase();return Vc.hasOwnProperty(t)||"span"===t}function Zc(e){const t=document.implementation.createHTMLDocument(""),n=document.implementation.createHTMLDocument(""),o=t.body,r=n.body;for(o.innerHTML=e;o.firstChild;){const e=o.firstChild;e.nodeType===e.TEXT_NODE?jc(e)?o.removeChild(e):(r.lastChild&&"P"===r.lastChild.nodeName||r.appendChild(n.createElement("P")),r.lastChild.appendChild(e)):e.nodeType===e.ELEMENT_NODE?"BR"===e.nodeName?(e.nextSibling&&"BR"===e.nextSibling.nodeName&&(r.appendChild(n.createElement("P")),o.removeChild(e.nextSibling)),r.lastChild&&"P"===r.lastChild.nodeName&&r.lastChild.hasChildNodes()?r.lastChild.appendChild(e):o.removeChild(e)):"P"===e.nodeName?jc(e)?o.removeChild(e):r.appendChild(e):Kc(e)?(r.lastChild&&"P"===r.lastChild.nodeName||r.appendChild(n.createElement("P")),r.lastChild.appendChild(e)):r.appendChild(e):o.removeChild(e)}return r.innerHTML}function Qc(e,t){na(t.parentNode),t.parentNode.insertBefore(e,t.nextSibling)}function eu(e,t){na(e.parentNode),Qc(t,e.parentNode),oa(e)}function tu(e,t){e.nodeType===e.COMMENT_NODE&&("nextpage"!==e.nodeValue?0===e.nodeValue.indexOf("more")&&function(e,t){const n=e.nodeValue.slice(4).trim();let o=e,r=!1;for(;o=o.nextSibling;)if(o.nodeType===o.COMMENT_NODE&&"noteaser"===o.nodeValue){r=!0,oa(o);break}const a=function(e,t,n){const o=n.createElement("wp-block");o.dataset.block="core/more",e&&(o.dataset.customText=e);t&&(o.dataset.noTeaser="");return o}(n,r,t);if(e.parentNode&&"P"===e.parentNode.nodeName&&1!==e.parentNode.childNodes.length){const n=Array.from(e.parentNode.childNodes),o=n.indexOf(e),r=e.parentNode.parentNode||t.body,i=(e,n)=>(e||(e=t.createElement("p")),e.appendChild(n),e);[n.slice(0,o).reduce(i,null),a,n.slice(o+1).reduce(i,null)].forEach((t=>t&&r.insertBefore(t,e.parentNode))),oa(e.parentNode)}else eu(e,a)}(e,t):eu(e,function(e){const t=e.createElement("wp-block");return t.dataset.block="core/nextpage",t}(t)))}function nu(e){const t=e.parentNode;for(na();e.firstChild;)t.insertBefore(e.firstChild,e);t.removeChild(e)}function ou(e){return"OL"===e.nodeName||"UL"===e.nodeName}function ru(e){if(!ou(e))return;const t=e,n=e.previousElementSibling;if(n&&n.nodeName===e.nodeName&&1===t.children.length){for(;t.firstChild;)n.appendChild(t.firstChild);t.parentNode.removeChild(t)}const o=e.parentNode;if(o&&"LI"===o.nodeName&&1===o.children.length&&!/\S/.test((r=o,Array.from(r.childNodes).map((e=>{let{nodeValue:t=""}=e;return t})).join("")))){const e=o,n=e.previousElementSibling,r=e.parentNode;n?(n.appendChild(t),r.removeChild(e)):(r.parentNode.insertBefore(t,r),r.parentNode.removeChild(r))}var r;if(o&&ou(o)){const t=e.previousElementSibling;t?t.appendChild(e):nu(e)}}function au(e){"BLOCKQUOTE"===e.nodeName&&(e.innerHTML=Zc(e.innerHTML))}function iu(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:e;const n=e.ownerDocument.createElement("figure");t.parentNode.insertBefore(n,t),n.appendChild(e)}function lu(e,t,n){if(!function(e,t){var n,o;const r=e.nodeName.toLowerCase();return"figcaption"!==r&&!Jc(e)&&r in(null!==(n=null==t||null===(o=t.figure)||void 0===o?void 0:o.children)&&void 0!==n?n:{})}(e,n))return;let o=e;const r=e.parentNode;(function(e,t){var n,o,r,a;return e.nodeName.toLowerCase()in(null!==(n=null==t||null===(o=t.figure)||void 0===o||null===(r=o.children)||void 0===r||null===(a=r.a)||void 0===a?void 0:a.children)&&void 0!==n?n:{})})(e,n)&&"A"===r.nodeName&&1===r.childNodes.length&&(o=e.parentNode);const a=o.closest("p,div");a?e.classList?(e.classList.contains("alignright")||e.classList.contains("alignleft")||e.classList.contains("aligncenter")||!a.textContent.trim())&&iu(o,a):iu(o,a):"BODY"===o.parentNode.nodeName&&iu(o)}function su(e,t){let n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:0;const o=cu(e);o.lastIndex=n;const r=o.exec(t);if(!r)return;if("["===r[1]&&"]"===r[7])return su(e,t,o.lastIndex);const a={index:r.index,content:r[0],shortcode:pu(r)};return r[1]&&(a.content=a.content.slice(1),a.index++),r[7]&&(a.content=a.content.slice(0,-1)),a}function cu(e){return new RegExp("\\[(\\[?)("+e+")(?![\\w-])([^\\]\\/]*(?:\\/(?!\\])[^\\]\\/]*)*?)(?:(\\/)\\]|\\](?:([^\\[]*(?:\\[(?!\\/\\2\\])[^\\[]*)*)(\\[\\/\\2\\]))?)(\\]?)","g")}const uu=or()((e=>{const t={},n=[],o=/([\w-]+)\s*=\s*"([^"]*)"(?:\s|$)|([\w-]+)\s*=\s*'([^']*)'(?:\s|$)|([\w-]+)\s*=\s*([^\s'"]+)(?:\s|$)|"([^"]*)"(?:\s|$)|'([^']*)'(?:\s|$)|(\S+)(?:\s|$)/g;let r;for(e=e.replace(/[\u00a0\u200b]/g," ");r=o.exec(e);)r[1]?t[r[1].toLowerCase()]=r[2]:r[3]?t[r[3].toLowerCase()]=r[4]:r[5]?t[r[5].toLowerCase()]=r[6]:r[7]?n.push(r[7]):r[8]?n.push(r[8]):r[9]&&n.push(r[9]);return{named:t,numeric:n}}));function pu(e){let t;return t=e[4]?"self-closing":e[6]?"closed":"single",new du({tag:e[2],attrs:e[3],type:t,content:e[5]})}const du=Object.assign((function(e){const{tag:t,attrs:n,type:o,content:r}=e||{};if(Object.assign(this,{tag:t,type:o,content:r}),this.attrs={named:{},numeric:[]},!n)return;const a=["named","numeric"];"string"==typeof n?this.attrs=uu(n):n.length===a.length&&a.every(((e,t)=>e===n[t]))?this.attrs=n:Object.entries(n).forEach((e=>{let[t,n]=e;this.set(t,n)}))}),{next:su,replace:function(e,t,n){return t.replace(cu(e),(function(e,t,o,r,a,i,l,s){if("["===t&&"]"===s)return e;const c=n(pu(arguments));return c||""===c?t+c+s:e}))},string:function(e){return new du(e).string()},regexp:cu,attrs:uu,fromMatch:pu});Object.assign(du.prototype,{get(e){return this.attrs["number"==typeof e?"numeric":"named"][e]},set(e,t){return this.attrs["number"==typeof e?"numeric":"named"][e]=t,this},string(){let e="["+this.tag;return this.attrs.numeric.forEach((t=>{/\s/.test(t)?e+=' "'+t+'"':e+=" "+t})),Object.entries(this.attrs.named).forEach((t=>{let[n,o]=t;e+=" "+n+'="'+o+'"'})),"single"===this.type?e+"]":"self-closing"===this.type?e+" /]":(e+="]",this.content&&(e+=this.content),e+"[/"+this.tag+"]")}});const bu=e=>Array.isArray(e)?e:[e];const mu=function e(t){let n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:0,o=arguments.length>2&&void 0!==arguments[2]?arguments[2]:[];const r=ii("from"),a=ai(r,(e=>-1===o.indexOf(e.blockName)&&"shortcode"===e.type&&bu(e.tag).some((e=>cu(e).test(t)))));if(!a)return[t];const i=bu(a.tag),l=i.find((e=>cu(e).test(t)));let s;const c=n;if(s=su(l,t,n)){var u;n=s.index+s.content.length;const r=t.substr(0,s.index),i=t.substr(n);if(!(null!==(u=s.shortcode.content)&&void 0!==u&&u.includes("<")||/(\n|

)\s*$/.test(r)&&/^\s*(\n|<\/p>)/.test(i)))return e(t,n);if(a.isMatch&&!a.isMatch(s.shortcode.attrs))return e(t,c,[...o,a.blockName]);let l=[];if("function"==typeof a.transform)l=[].concat(a.transform(s.shortcode.attrs,s)),l=l.map((e=>(e.originalContent=s.shortcode.content,Ic(e,Na(e.name)))));else{const e=Object.fromEntries(Object.entries(a.attributes).filter((e=>{let[,t]=e;return t.shortcode})).map((e=>{let[t,n]=e;return[t,n.shortcode(s.shortcode.attrs,s)]}))),n=Na(a.blockName);if(!n)return[t];const o={...n,attributes:a.attributes};let r=Ja(a.blockName,Tc(o,s.shortcode.content,e));r.originalContent=s.shortcode.content,r=Ic(r,o),l=[r]}return[...e(r),...l,...e(i)]}return[t]};function Mu(e){return function(e,t){const n={phrasingContentSchema:Gc(t),isPaste:"paste"===t},o=e.map((e=>{let{isMatch:t,blockName:o,schema:r}=e;const a=Da(o,"anchor");return r="function"==typeof r?r(n):r,a||t?(0,Ht.mapValues)(r,(e=>{let n=e.attributes||[];return a&&(n=[...n,"id"]),{...e,attributes:n,isMatch:t||void 0}})):r}));return(0,Ht.mergeWith)({},...o,((e,t,n)=>{switch(n){case"children":return"*"===e||"*"===t?"*":{...e,...t};case"attributes":case"require":return[...e||[],...t||[]];case"isMatch":if(!e||!t)return;return function(){return e(...arguments)||t(...arguments)}}}))}(Yc(),e)}function zu(e,t,n,o){Array.from(e).forEach((e=>{zu(e.childNodes,t,n,o),t.forEach((t=>{n.contains(e)&&t(e,n,o)}))}))}function fu(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:[],n=arguments.length>2?arguments[2]:void 0;const o=document.implementation.createHTMLDocument("");return o.body.innerHTML=e,zu(o.body.childNodes,t,o,n),o.body.innerHTML}function hu(e,t){const n=e[`${t}Sibling`];if(n&&Kc(n))return n;const{parentNode:o}=e;return o&&Kc(o)?hu(o,t):void 0}function gu(e){let{HTML:t=""}=e;if(-1!==t.indexOf("\x3c!-- wp:"))return Fc(t);const n=mu(t),o=Mu();return n.map((e=>{if("string"!=typeof e)return e;return Xc(e=Zc(e=fu(e,[ru,tu,lu,au],o)),gu)})).flat().filter(Boolean)}const Ou=()=>{};function vu(e,t,n,o){Array.from(e).forEach((e=>{var r,a;const i=e.nodeName.toLowerCase();if(n.hasOwnProperty(i)&&(!n[i].isMatch||null!==(r=(a=n[i]).isMatch)&&void 0!==r&&r.call(a,e))){if(function(e){return!!e&&e.nodeType===e.ELEMENT_NODE}(e)){const{attributes:r=[],classes:a=[],children:l,require:s=[],allowEmpty:c}=n[i];if(l&&!c&&jc(e))return void oa(e);if(e.hasAttributes()&&(Array.from(e.attributes).forEach((t=>{let{name:n}=t;"class"===n||r.includes(n)||e.removeAttribute(n)})),e.classList&&e.classList.length)){const t=a.map((e=>"string"==typeof e?t=>t===e:e instanceof RegExp?t=>e.test(t):Ou));Array.from(e.classList).forEach((n=>{t.some((e=>e(n)))||e.classList.remove(n)})),e.classList.length||e.removeAttribute("class")}if(e.hasChildNodes()){if("*"===l)return;if(l)s.length&&!e.querySelector(s.join(","))?(vu(e.childNodes,t,n,o),nu(e)):e.parentNode&&"BODY"===e.parentNode.nodeName&&Kc(e)?(vu(e.childNodes,t,n,o),Array.from(e.childNodes).some((e=>!Kc(e)))&&nu(e)):vu(e.childNodes,t,l,o);else for(;e.firstChild;)oa(e.firstChild)}}}else vu(e.childNodes,t,n,o),o&&!Kc(e)&&e.nextElementSibling&&Qc(t.createElement("br"),e),nu(e)}))}function Au(e,t,n){const o=document.implementation.createHTMLDocument("");return o.body.innerHTML=e,vu(o.body.childNodes,o,t,n),o.body.innerHTML}function yu(e){e.nodeType===e.COMMENT_NODE&&oa(e)}function _u(e,t){return e.every((e=>function(e,t){if(Jc(e))return!0;if(!t)return!1;const n=e.nodeName.toLowerCase();return[["ul","li","ol"],["h1","h2","h3","h4","h5","h6"]].some((e=>0===[n,t].filter((t=>!e.includes(t))).length))}(e,t)&&_u(Array.from(e.children),t)))}function qu(e){return"BR"===e.nodeName&&e.previousSibling&&"BR"===e.previousSibling.nodeName}function ku(e,t){na(t.parentNode),t.parentNode.insertBefore(e,t),e.appendChild(t)}function wu(e,t){const n=e.ownerDocument.createElement(t);for(;e.firstChild;)n.appendChild(e.firstChild);return na(e.parentNode),e.parentNode.replaceChild(n,e),n}function Eu(e,t){if("SPAN"===e.nodeName&&e.style){const{fontWeight:n,fontStyle:o,textDecorationLine:r,textDecoration:a,verticalAlign:i}=e.style;"bold"!==n&&"700"!==n||ku(t.createElement("strong"),e),"italic"===o&&ku(t.createElement("em"),e),("line-through"===r||a.includes("line-through"))&&ku(t.createElement("s"),e),"super"===i?ku(t.createElement("sup"),e):"sub"===i&&ku(t.createElement("sub"),e)}else"B"===e.nodeName?e=wu(e,"strong"):"I"===e.nodeName?e=wu(e,"em"):"A"===e.nodeName&&(e.target&&"_blank"===e.target.toLowerCase()?e.rel="noreferrer noopener":(e.removeAttribute("target"),e.removeAttribute("rel")),e.name&&!e.id&&(e.id=e.name),e.id&&!e.ownerDocument.querySelector(`[href="#${e.id}"]`)&&e.removeAttribute("id"))}function Wu(e){"SCRIPT"!==e.nodeName&&"NOSCRIPT"!==e.nodeName&&"TEMPLATE"!==e.nodeName&&"STYLE"!==e.nodeName||e.parentNode.removeChild(e)}const{parseInt:Lu}=window;function xu(e){return"OL"===e.nodeName||"UL"===e.nodeName}function Cu(e,t){if("P"!==e.nodeName)return;const n=e.getAttribute("style");if(!n)return;if(-1===n.indexOf("mso-list"))return;const o=/mso-list\s*:[^;]+level([0-9]+)/i.exec(n);if(!o)return;let r=Lu(o[1],10)-1||0;const a=e.previousElementSibling;if(!a||!xu(a)){const n=e.textContent.trim().slice(0,1),o=/[1iIaA]/.test(n),r=t.createElement(o?"ol":"ul");o&&r.setAttribute("type",n),e.parentNode.insertBefore(r,e)}const i=e.previousElementSibling,l=i.nodeName,s=t.createElement("li");let c=i;for(e.removeChild(e.firstChild);e.firstChild;)s.appendChild(e.firstChild);for(;r--;)c=c.lastChild||c,xu(c)&&(c=c.lastChild||c);xu(c)||(c=c.appendChild(t.createElement(l))),c.appendChild(s),e.parentNode.removeChild(e)}const Ru={};function Su(e){const t=window.URL.createObjectURL(e);return Ru[t]=e,t}function Nu(e){return Ru[e]}function Tu(e){var t;return null===(t=Nu(e))||void 0===t?void 0:t.type.split("/")[0]}function Bu(e){Ru[e]&&window.URL.revokeObjectURL(e),delete Ru[e]}function Du(e){return!(!e||!e.indexOf)&&0===e.indexOf("blob:")}const{atob:Iu,File:Pu}=window;function Hu(e){if("IMG"===e.nodeName){if(0===e.src.indexOf("file:")&&(e.src=""),0===e.src.indexOf("data:")){const[t,n]=e.src.split(","),[o]=t.slice(5).split(";");if(!n||!o)return void(e.src="");let r;try{r=Iu(n)}catch(t){return void(e.src="")}const a=new Uint8Array(r.length);for(let e=0;e]+>/g,""),t=t.replace(/^\s*]*>\s*]*>(?:\s*)?/i,""),t=t.replace(/(?:\s*)?<\/body>\s*<\/html>\s*$/i,""),"INLINE"!==o){const e=t||n;if(-1!==e.indexOf("\x3c!-- wp:"))return Fc(e)}var i;if(String.prototype.normalize&&(t=t.normalize()),!n||t&&!function(e){return!/<(?!br[ />])/i.test(e)}(t)||(t=n,/^\s+$/.test(n)||(i=t,t=Xu.makeHtml(function(e){return e.replace(/((?:^|\n)```)([^\n`]+)(```(?:$|\n))/,((e,t,n,o)=>`${t}\n${n}\n${o}`))}(function(e){return e.replace(/(^|\n)•( +)/g,"$1*$2")}(i)))),"AUTO"===o&&-1===n.indexOf("\n")&&0!==n.indexOf("

")&&0===t.indexOf("

")&&(o="INLINE")),"INLINE"===o)return Zu(t,a);t=fu(t,[Ku]);const l=mu(t),s=l.length>1;if("AUTO"===o&&!s&&function(e,t){const n=document.implementation.createHTMLDocument("");n.body.innerHTML=e;const o=Array.from(n.body.children);return!o.some(qu)&&_u(o,t)}(t,r))return Zu(t,a);const c=Gc("paste"),u=Mu("paste"),p=l.map((e=>{if("string"!=typeof e)return e;const t=[Vu,Cu,Wu,ru,Hu,Eu,tu,yu,ju,lu,au,Fu],n={...u,...c};return e=fu(e,t,u),e=fu(e=Zc(e=Au(e,n)),[Uu,$u,Gu],u),Ju.log("Processed HTML piece:\n\n",e),Xc(e,Qu)})).flat().filter(Boolean);if("AUTO"===o&&1===p.length&&Da(p[0].name,"__unstablePasteTextInline",!1)){const e=/^[\n]+|[\n]+$/g,t=n.replace(e,"");if(""!==t&&-1===t.indexOf("\n"))return Au(Es(p[0]),c).replace(e,"")}return p}function ep(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[],t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:[];return e.length===t.length&&t.every(((t,n)=>{let[o,,r]=t;const a=e[n];return o===a.name&&ep(a.innerBlocks,r)}))}function tp(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[],t=arguments.length>1?arguments[1]:void 0;return t?t.map(((t,n)=>{var o;let[r,a,i]=t;const l=e[n];if(l&&l.name===r){const e=tp(l.innerBlocks,i);return{...l,innerBlocks:e}}const s=Na(r),c=(e,t)=>t?Object.fromEntries(Object.entries(t).map((t=>{let[n,o]=t;return[n,u(e[n],o)]}))):{},u=(e,t)=>{return"html"===(null==(n=e)?void 0:n.source)&&Array.isArray(t)?gs(t):(e=>"query"===(null==e?void 0:e.source))(e)&&t?t.map((t=>c(e.query,t))):t;var n},p=c(null!==(o=null==s?void 0:s.attributes)&&void 0!==o?o:{},a);let[d,b]=hc(r,p);return void 0===Na(d)&&(b={originalName:r,originalContent:"",originalUndelimitedContent:""},d="core/missing"),Ja(d,b,tp([],i))})):e}n(6308);const np="undefined"==typeof window?e=>{setTimeout((()=>e(Date.now())),0)}:window.requestIdleCallback,op=()=>{const e=new Map;let t=!1;const n=o=>{for(const[t,n]of e)if(e.delete(t),n(),"number"==typeof o||o.timeRemaining()<=0)break;0!==e.size?np(n):t=!1};return{add:(o,r)=>{e.set(o,r),t||(t=!0,np(n))},flush:t=>{const n=e.get(t);return void 0!==n&&(e.delete(t),n(),!0)},cancel:t=>e.delete(t),reset:()=>{e.clear(),t=!1}}},rp=(0,Bt.createContext)(Go),{Consumer:ap,Provider:ip}=rp,lp=ap,sp=ip;function cp(){return(0,Bt.useContext)(rp)}const up=(0,Bt.createContext)(!1),{Consumer:pp,Provider:dp}=up,bp=dp;const mp=op();function Mp(e,t){const n=t?e.suspendSelect:e.select,o={};let r,a,i,l,s=!1;return(t,c)=>{function u(){if(s&&t===r)return a;const c={current:null},u=e.__unstableMarkListeningStores((()=>t(n,e)),c);l?l.updateStores(c.current):l=(t=>{const n=[...t],r=new Set;return{subscribe:function(t){s=!1;const a=()=>{s=!1,t()},l=()=>{i?mp.add(o,a):a()},c=[];function u(t){c.push(e.subscribe(l,t))}for(const e of n)u(e);return r.add(u),()=>{r.delete(u);for(const e of c.values())null==e||e();mp.cancel(o)}},updateStores:function(e){for(const t of e)if(!n.includes(t)){n.push(t);for(const e of r)e(t)}}}})(c.current),Os(a,u)||(a=u),r=t,s=!0}return i&&!c&&(s=!1,mp.cancel(o)),u(),i=c,{subscribe:l.subscribe,getValue:function(){return u(),a}}}}function zp(e,t,n){const o=cp(),r=(0,Bt.useContext)(up),a=(0,Bt.useMemo)((()=>Mp(o,e)),[o]),i=(0,Bt.useCallback)(t,n),{subscribe:l,getValue:s}=a(i,r),c=(0,Bt.useSyncExternalStore)(l,s,s);return(0,Bt.useDebugValue)(c),c}function fp(e,t){const n="function"!=typeof e,o=(0,Bt.useRef)(n);if(n!==o.current){const e=o.current?"static":"mapping";throw new Error(`Switching useSelect from ${e} to ${n?"static":"mapping"} is not allowed`)}return n?(r=e,cp().select(r)):zp(!1,e,t);var r}const hp=e=>t=>(n,o)=>void 0===n||e(o)?t(n,o):n,gp=e=>t=>(n,o)=>t(n,e(o));function Op(e,t){if(!e)return t;let n=!1;const o={};for(const r in t)Ys()(e[r],t[r])?o[r]=e[r]:(n=!0,o[r]=t[r]);if(!n)return e;for(const t in e)o.hasOwnProperty(t)||(o[t]=e[t]);return o}const vp=e=>t=>function(){let n=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},o=arguments.length>1?arguments[1]:void 0;const r=o[e];if(void 0===r)return n;const a=t(n[r],o);return a===n[r]?n:{...n,[r]:a}};function Ap(e){return function(e){return e.charAt(0).toUpperCase()+e.substr(1)}(e.toLowerCase())}function yp(e,t){return void 0===t&&(t={}),Ma(e,pa({delimiter:" ",transform:Ap},t))}const _p=function(e){const t=(e,n)=>{const{headers:o={}}=e;for(const r in o)if("x-wp-nonce"===r.toLowerCase()&&o[r]===t.nonce)return n(e);return n({...e,headers:{...o,"X-WP-Nonce":t.nonce}})};return t.nonce=e,t},qp=(e,t)=>{let n,o,r=e.path;return"string"==typeof e.namespace&&"string"==typeof e.endpoint&&(n=e.namespace.replace(/^\/|\/$/g,""),o=e.endpoint.replace(/^\//,""),r=o?n+"/"+o:n),delete e.namespace,delete e.endpoint,t({...e,path:r})},kp=e=>(t,n)=>qp(t,(t=>{let o,r=t.url,a=t.path;return"string"==typeof a&&(o=e,-1!==e.indexOf("?")&&(a=a.replace("?","&")),a=a.replace(/^\//,""),"string"==typeof o&&-1!==o.indexOf("?")&&(a=a.replace("?","&")),r=o+a),n({...t,url:r})}));function wp(e){const t=e.split("?"),n=t[1],o=t[0];return n?o+"?"+n.split("&").map((e=>e.split("="))).map((e=>e.map(decodeURIComponent))).sort(((e,t)=>e[0].localeCompare(t[0]))).map((e=>e.map(encodeURIComponent))).map((e=>e.join("="))).join("&"):o}function Ep(e){try{return decodeURIComponent(e)}catch(t){return e}}function Wp(e){let t;try{t=new URL(e,"http://example.com").search.substring(1)}catch(e){}if(t)return t}function Lp(e){return(Wp(e)||"").replace(/\+/g,"%20").split("&").reduce(((e,t)=>{const[n,o=""]=t.split("=").filter(Boolean).map(Ep);if(n){!function(e,t,n){const o=t.length,r=o-1;for(let a=0;a0&&void 0!==arguments[0]?arguments[0]:"",t=arguments.length>1?arguments[1]:void 0;if(!t||!Object.keys(t).length)return e;let n=e;const o=e.indexOf("?");return-1!==o&&(t=Object.assign(Lp(e),t),n=n.substr(0,o)),n+"?"+xp(t)}function Rp(e,t){return Promise.resolve(t?e.body:new window.Response(JSON.stringify(e.body),{status:200,statusText:"OK",headers:e.headers}))}const Sp=function(e){const t=Object.fromEntries(Object.entries(e).map((e=>{let[t,n]=e;return[wp(t),n]})));return(e,n)=>{const{parse:o=!0}=e;let r=e.path;if(!r&&e.url){const{rest_route:t,...n}=Lp(e.url);"string"==typeof t&&(r=Cp(t,n))}if("string"!=typeof r)return n(e);const a=e.method||"GET",i=wp(r);if("GET"===a&&t[i]){const e=t[i];return delete t[i],Rp(e,!!o)}if("OPTIONS"===a&&t[a]&&t[a][i]){const e=t[a][i];return delete t[a][i],Rp(e,!!o)}return n(e)}},Np=(e,t)=>{let{path:n,url:o,...r}=e;return{...r,url:o&&Cp(o,t),path:n&&Cp(n,t)}},Tp=e=>e.json?e.json():Promise.reject(e),Bp=e=>{const{next:t}=(e=>{if(!e)return{};const t=e.match(/<([^>]+)>; rel="next"/);return t?{next:t[1]}:{}})(e.headers.get("link"));return t},Dp=async(e,t)=>{if(!1===e.parse)return t(e);if(!(e=>{const t=!!e.path&&-1!==e.path.indexOf("per_page=-1"),n=!!e.url&&-1!==e.url.indexOf("per_page=-1");return t||n})(e))return t(e);const n=await td({...Np(e,{per_page:100}),parse:!1}),o=await Tp(n);if(!Array.isArray(o))return o;let r=Bp(n);if(!r)return o;let a=[].concat(o);for(;r;){const t=await td({...e,path:void 0,url:r,parse:!1}),n=await Tp(t);a=a.concat(n),r=Bp(t)}return a},Ip=new Set(["PATCH","PUT","DELETE"]),Pp="GET",Hp=(e,t)=>{const{method:n=Pp}=e;return Ip.has(n.toUpperCase())&&(e={...e,headers:{...e.headers,"X-HTTP-Method-Override":n,"Content-Type":"application/json"},method:"POST"}),t(e)};function Fp(e,t){return void 0!==function(e,t){return Lp(e)[t]}(e,t)}const Yp=(e,t)=>("string"!=typeof e.url||Fp(e.url,"_locale")||(e.url=Cp(e.url,{_locale:"user"})),"string"!=typeof e.path||Fp(e.path,"_locale")||(e.path=Cp(e.path,{_locale:"user"})),t(e)),Xp=function(e){let t=!(arguments.length>1&&void 0!==arguments[1])||arguments[1];return t?204===e.status?null:e.json?e.json():Promise.reject(e):e},jp=e=>{const t={code:"invalid_json",message:gr("The response is not a valid JSON response.")};if(!e||!e.json)throw t;return e.json().catch((()=>{throw t}))},Vp=function(e){let t=!(arguments.length>1&&void 0!==arguments[1])||arguments[1];return Promise.resolve(Xp(e,t)).catch((e=>Up(e,t)))};function Up(e){let t=!(arguments.length>1&&void 0!==arguments[1])||arguments[1];if(!t)throw e;return jp(e).then((e=>{const t={code:"unknown_error",message:gr("An unknown error occurred.")};throw e||t}))}const $p=(e,t)=>{if(!function(e){const t=!!e.method&&"POST"===e.method;return(!!e.path&&-1!==e.path.indexOf("/wp/v2/media")||!!e.url&&-1!==e.url.indexOf("/wp/v2/media"))&&t}(e))return t(e);let n=0;const o=e=>(n++,t({path:`/wp/v2/media/${e}/post-process`,method:"POST",data:{action:"create-image-subsizes"},parse:!1}).catch((()=>n<5?o(e):(t({path:`/wp/v2/media/${e}?force=true`,method:"DELETE"}),Promise.reject()))));return t({...e,parse:!1}).catch((t=>{const n=t.headers.get("x-wp-upload-attachment-id");return t.status>=500&&t.status<600&&n?o(n).catch((()=>!1!==e.parse?Promise.reject({code:"post_process",message:gr("Media upload failed. If this is a photo or a large image, please scale it down and try again.")}):Promise.reject(t))):Up(t,e.parse)})).then((t=>Vp(t,e.parse)))},Gp={Accept:"application/json, */*;q=0.1"},Kp={credentials:"include"},Jp=[Yp,qp,Hp,Dp];const Zp=e=>{if(e.status>=200&&e.status<300)return e;throw e};let Qp=e=>{const{url:t,path:n,data:o,parse:r=!0,...a}=e;let{body:i,headers:l}=e;l={...Gp,...l},o&&(i=JSON.stringify(o),l["Content-Type"]="application/json");return window.fetch(t||n||window.location.href,{...Kp,...a,body:i,headers:l}).then((e=>Promise.resolve(e).then(Zp).catch((e=>Up(e,r))).then((e=>Vp(e,r)))),(e=>{if(e&&"AbortError"===e.name)throw e;throw{code:"fetch_error",message:gr("You are probably offline.")}}))};function ed(e){const t=Jp.reduceRight(((e,t)=>n=>t(n,e)),Qp);return t(e).catch((t=>"rest_cookie_invalid_nonce"!==t.code?Promise.reject(t):window.fetch(ed.nonceEndpoint).then(Zp).then((e=>e.text())).then((t=>(ed.nonceMiddleware.nonce=t,ed(e))))))}ed.use=function(e){Jp.unshift(e)},ed.setFetchHandler=function(e){Qp=e},ed.createNonceMiddleware=_p,ed.createPreloadingMiddleware=Sp,ed.createRootURLMiddleware=kp,ed.fetchAllMiddleware=Dp,ed.mediaUploadMiddleware=$p;const td=ed;var nd,od=new Uint8Array(16);function rd(){if(!nd&&!(nd="undefined"!=typeof crypto&&crypto.getRandomValues&&crypto.getRandomValues.bind(crypto)||"undefined"!=typeof msCrypto&&"function"==typeof msCrypto.getRandomValues&&msCrypto.getRandomValues.bind(msCrypto)))throw new Error("crypto.getRandomValues() not supported. See https://github.com/uuidjs/uuid#getrandomvalues-not-supported");return nd(od)}const ad=/^(?:[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}|00000000-0000-0000-0000-000000000000)$/i;const id=function(e){return"string"==typeof e&&ad.test(e)};for(var ld=[],sd=0;sd<256;++sd)ld.push((sd+256).toString(16).substr(1));const cd=function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:0,n=(ld[e[t+0]]+ld[e[t+1]]+ld[e[t+2]]+ld[e[t+3]]+"-"+ld[e[t+4]]+ld[e[t+5]]+"-"+ld[e[t+6]]+ld[e[t+7]]+"-"+ld[e[t+8]]+ld[e[t+9]]+"-"+ld[e[t+10]]+ld[e[t+11]]+ld[e[t+12]]+ld[e[t+13]]+ld[e[t+14]]+ld[e[t+15]]).toLowerCase();if(!id(n))throw TypeError("Stringified UUID is invalid");return n};const ud=function(e,t,n){var o=(e=e||{}).random||(e.rng||rd)();if(o[6]=15&o[6]|64,o[8]=63&o[8]|128,t){n=n||0;for(var r=0;r<16;++r)t[n+r]=o[r];return t}return cd(o)};function pd(e,t){return{type:"RECEIVE_ITEMS",items:Array.isArray(e)?e:[e],persistedEdits:t}}function dd(e,t,n){let o=arguments.length>3&&void 0!==arguments[3]&&arguments[3];return{type:"REMOVE_ITEMS",itemIds:Array.isArray(n)?n:[n],kind:e,name:t,invalidateCache:o}}function bd(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=arguments.length>2?arguments[2]:void 0;return{...pd(e,n),query:t}}let md=null;async function Md(e){if(null===md){const e=await td({path:"/batch/v1",method:"OPTIONS"});md=e.endpoints[0].args.requests.maxItems}const t=[];for(const n of function(e,t){const n=[...e],o=[];for(;n.length;)o.push(n.splice(0,t));return o}(e,md)){const e=await td({path:"/batch/v1",method:"POST",data:{validation:"require-all-validate",requests:n.map((e=>({path:e.path,body:e.data,method:e.method,headers:e.headers})))}});let o;o=e.failed?e.responses.map((e=>({error:null==e?void 0:e.body}))):e.responses.map((e=>{const t={};return e.status>=200&&e.status<300?t.output=e.body:t.error=e.body,t})),t.push(...o)}return t}class zd{constructor(){for(var e=arguments.length,t=new Array(e),n=0;ne())),this}delete(e){const t=this.set.delete(e);return this.subscribers.forEach((e=>e())),t}subscribe(e){return this.subscribers.add(e),()=>{this.subscribers.delete(e)}}}const fd="core";function hd(e,t){return{type:"RECEIVE_USER_QUERY",users:Array.isArray(t)?t:[t],queryID:e}}function gd(e){return{type:"RECEIVE_CURRENT_USER",currentUser:e}}function Od(e){return{type:"ADD_ENTITIES",entities:e}}function vd(e,t,n,o){let r,a=arguments.length>4&&void 0!==arguments[4]&&arguments[4],i=arguments.length>5?arguments[5]:void 0;return"postType"===e&&(n=(Array.isArray(n)?n:[n]).map((e=>"auto-draft"===e.status?{...e,title:""}:e))),r=o?bd(n,o,i):pd(n,i),{...r,kind:e,name:t,invalidateCache:a}}function Ad(e){return{type:"RECEIVE_CURRENT_THEME",currentTheme:e}}function yd(e){return{type:"RECEIVE_CURRENT_GLOBAL_STYLES_ID",id:e}}function _d(e,t){return{type:"RECEIVE_THEME_GLOBAL_STYLES",stylesheet:e,globalStyles:t}}function qd(e,t){return{type:"RECEIVE_THEME_GLOBAL_STYLE_VARIATIONS",stylesheet:e,variations:t}}function kd(){return jo("wp.data.dispatch( 'core' ).receiveThemeSupports",{since:"5.9"}),{type:"DO_NOTHING"}}function wd(e,t){return{type:"RECEIVE_EMBED_PREVIEW",url:e,preview:t}}const Ed=function(e,t,n,o){let{__unstableFetch:r=td,throwOnError:a=!1}=arguments.length>4&&void 0!==arguments[4]?arguments[4]:{};return async i=>{let{dispatch:l}=i;const s=(await l(Vd(e))).find((n=>n.kind===e&&n.name===t));let c,u=!1;if(!s||null!=s&&s.__experimentalNoFetch)return;const p=await l.__unstableAcquireStoreLock(fd,["entities","records",e,t,n],{exclusive:!0});try{l({type:"DELETE_ENTITY_RECORD_START",kind:e,name:t,recordId:n});let i=!1;try{let a=`${s.baseURL}/${n}`;o&&(a=Cp(a,o)),u=await r({path:a,method:"DELETE"}),await l(dd(e,t,n,!0))}catch(e){i=!0,c=e}if(l({type:"DELETE_ENTITY_RECORD_FINISH",kind:e,name:t,recordId:n,error:c}),i&&a)throw c;return u}finally{l.__unstableReleaseStoreLock(p)}}},Wd=function(e,t,n,o){let r=arguments.length>4&&void 0!==arguments[4]?arguments[4]:{};return a=>{let{select:i,dispatch:l}=a;const s=i.getEntityConfig(e,t);if(!s)throw new Error(`The entity being edited (${e}, ${t}) does not have a loaded config.`);const{transientEdits:c={},mergedEdits:u={}}=s,p=i.getRawEntityRecord(e,t,n),d=i.getEditedEntityRecord(e,t,n),b={kind:e,name:t,recordId:n,edits:Object.keys(o).reduce(((e,t)=>{const n=p[t],r=d[t],a=u[t]?{...r,...o[t]}:o[t];return e[t]=Ys()(n,a)?void 0:a,e}),{}),transientEdits:c};l({type:"EDIT_ENTITY_RECORD",...b,meta:{undo:!r.undoIgnore&&{...b,edits:Object.keys(o).reduce(((e,t)=>(e[t]=d[t],e)),{})}}})}},Ld=()=>e=>{let{select:t,dispatch:n}=e;const o=t.getUndoEdit();o&&n({type:"EDIT_ENTITY_RECORD",...o,meta:{isUndo:!0}})},xd=()=>e=>{let{select:t,dispatch:n}=e;const o=t.getRedoEdit();o&&n({type:"EDIT_ENTITY_RECORD",...o,meta:{isRedo:!0}})};function Cd(){return{type:"CREATE_UNDO_LEVEL"}}const Rd=function(e,t,n){let{isAutosave:o=!1,__unstableFetch:r=td,throwOnError:a=!1}=arguments.length>3&&void 0!==arguments[3]?arguments[3]:{};return async i=>{let{select:l,resolveSelect:s,dispatch:c}=i;const u=(await c(Vd(e))).find((n=>n.kind===e&&n.name===t));if(!u||null!=u&&u.__experimentalNoFetch)return;const p=u.key||Pd,d=n[p],b=await c.__unstableAcquireStoreLock(fd,["entities","records",e,t,d||ud()],{exclusive:!0});try{for(const[o,r]of Object.entries(n))if("function"==typeof r){const a=r(l.getEditedEntityRecord(e,t,d));c.editEntityRecord(e,t,d,{[o]:a},{undoIgnore:!0}),n[o]=a}let i,p;c({type:"SAVE_ENTITY_RECORD_START",kind:e,name:t,recordId:d,isAutosave:o});let m=!1;try{const a=`${u.baseURL}${d?"/"+d:""}`,p=l.getRawEntityRecord(e,t,d);if(o){const o=l.getCurrentUser(),u=o?o.id:void 0,d=await s.getAutosave(p.type,p.id,u);let b={...p,...d,...n};if(b=Object.keys(b).reduce(((e,t)=>(["title","excerpt","content"].includes(t)&&(e[t]=b[t]),e)),{status:"auto-draft"===b.status?"draft":b.status}),i=await r({path:`${a}/autosaves`,method:"POST",data:b}),p.id===i.id){let n={...p,...b,...i};n=Object.keys(n).reduce(((e,t)=>(["title","excerpt","content"].includes(t)?e[t]=n[t]:e[t]="status"===t?"auto-draft"===p.status&&"draft"===n.status?n.status:p.status:p[t],e)),{}),c.receiveEntityRecords(e,t,n,void 0,!0)}else c.receiveAutosaves(p.id,i)}else{let o=n;u.__unstablePrePersist&&(o={...o,...u.__unstablePrePersist(p,o)}),i=await r({path:a,method:d?"PUT":"POST",data:o}),c.receiveEntityRecords(e,t,i,void 0,!0,o)}}catch(e){m=!0,p=e}if(c({type:"SAVE_ENTITY_RECORD_FINISH",kind:e,name:t,recordId:d,error:p,isAutosave:o}),m&&a)throw p;return i}finally{c.__unstableReleaseStoreLock(b)}}},Sd=e=>async t=>{let{dispatch:n}=t;const o=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:Md,t=0,n=[];const o=new zd;return{add(e){const r=++t;o.add(r);const a=e=>new Promise(((t,a)=>{n.push({input:e,resolve:t,reject:a}),o.delete(r)}));return"function"==typeof e?Promise.resolve(e(a)).finally((()=>{o.delete(r)})):a(e)},async run(){let t;o.size&&await new Promise((e=>{const t=o.subscribe((()=>{o.size||(t(),e(void 0))}))}));try{if(t=await e(n.map((e=>{let{input:t}=e;return t}))),t.length!==n.length)throw new Error("run: Array returned by processor must be same size as input array.")}catch(e){for(const{reject:t}of n)t(e);throw e}let r=!0;return t.forEach(((e,t)=>{const o=n[t];var a;null!=e&&e.error?(null==o||o.reject(e.error),r=!1):null==o||o.resolve(null!==(a=null==e?void 0:e.output)&&void 0!==a?a:e)})),n=[],r}}}(),r={saveEntityRecord:(e,t,r,a)=>o.add((o=>n.saveEntityRecord(e,t,r,{...a,__unstableFetch:o}))),saveEditedEntityRecord:(e,t,r,a)=>o.add((o=>n.saveEditedEntityRecord(e,t,r,{...a,__unstableFetch:o}))),deleteEntityRecord:(e,t,r,a,i)=>o.add((o=>n.deleteEntityRecord(e,t,r,a,{...i,__unstableFetch:o})))},a=e.map((e=>e(r))),[,...i]=await Promise.all([o.run(),...a]);return i},Nd=(e,t,n,o)=>async r=>{let{select:a,dispatch:i}=r;if(!a.hasEditsForEntityRecord(e,t,n))return;const l=(await i(Vd(e))).find((n=>n.kind===e&&n.name===t));if(!l)return;const s=l.key||Pd,c=a.getEntityRecordNonTransientEdits(e,t,n),u={[s]:n,...c};return await i.saveEntityRecord(e,t,u,o)},Td=(e,t,n,o,r)=>async a=>{let{select:i,dispatch:l}=a;if(!i.hasEditsForEntityRecord(e,t,n))return;const s=i.getEntityRecordNonTransientEdits(e,t,n),c={};for(const e in s)o.some((t=>t===e))&&(c[e]=s[e]);return await l.saveEntityRecord(e,t,c,r)};function Bd(e){return jo("wp.data.dispatch( 'core' ).receiveUploadPermissions",{since:"5.9",alternative:"receiveUserPermission"}),Dd("create/media",e)}function Dd(e,t){return{type:"RECEIVE_USER_PERMISSION",key:e,isAllowed:t}}function Id(e,t){return{type:"RECEIVE_AUTOSAVES",postId:e,autosaves:Array.isArray(t)?t:[t]}}const Pd="id",Hd=["title","excerpt","content"],Fd=[{label:gr("Base"),kind:"root",name:"__unstableBase",baseURL:"/",baseURLParams:{_fields:["description","gmt_offset","home","name","site_icon","site_icon_url","site_logo","timezone_string","url"].join(",")}},{label:gr("Site"),name:"site",kind:"root",baseURL:"/wp/v2/settings",getTitle:e=>{var t;return null!==(t=null==e?void 0:e.title)&&void 0!==t?t:gr("Site Title")}},{label:gr("Post Type"),name:"postType",kind:"root",key:"slug",baseURL:"/wp/v2/types",baseURLParams:{context:"edit"}},{name:"media",kind:"root",baseURL:"/wp/v2/media",baseURLParams:{context:"edit"},plural:"mediaItems",label:gr("Media"),rawAttributes:["caption","title","description"]},{name:"taxonomy",kind:"root",key:"slug",baseURL:"/wp/v2/taxonomies",baseURLParams:{context:"edit"},plural:"taxonomies",label:gr("Taxonomy")},{name:"sidebar",kind:"root",baseURL:"/wp/v2/sidebars",baseURLParams:{context:"edit"},plural:"sidebars",transientEdits:{blocks:!0},label:gr("Widget areas")},{name:"widget",kind:"root",baseURL:"/wp/v2/widgets",baseURLParams:{context:"edit"},plural:"widgets",transientEdits:{blocks:!0},label:gr("Widgets")},{name:"widgetType",kind:"root",baseURL:"/wp/v2/widget-types",baseURLParams:{context:"edit"},plural:"widgetTypes",label:gr("Widget types")},{label:gr("User"),name:"user",kind:"root",baseURL:"/wp/v2/users",baseURLParams:{context:"edit"},plural:"users"},{name:"comment",kind:"root",baseURL:"/wp/v2/comments",baseURLParams:{context:"edit"},plural:"comments",label:gr("Comment")},{name:"menu",kind:"root",baseURL:"/wp/v2/menus",baseURLParams:{context:"edit"},plural:"menus",label:gr("Menu")},{name:"menuItem",kind:"root",baseURL:"/wp/v2/menu-items",baseURLParams:{context:"edit"},plural:"menuItems",label:gr("Menu Item"),rawAttributes:["title"]},{name:"menuLocation",kind:"root",baseURL:"/wp/v2/menu-locations",baseURLParams:{context:"edit"},plural:"menuLocations",label:gr("Menu Location"),key:"name"},{label:gr("Global Styles"),name:"globalStyles",kind:"root",baseURL:"/wp/v2/global-styles",baseURLParams:{context:"edit"},plural:"globalStylesVariations",getTitle:e=>{var t;return(null==e||null===(t=e.title)||void 0===t?void 0:t.rendered)||(null==e?void 0:e.title)}},{label:gr("Themes"),name:"theme",kind:"root",baseURL:"/wp/v2/themes",baseURLParams:{context:"edit"},key:"stylesheet"},{label:gr("Plugins"),name:"plugin",kind:"root",baseURL:"/wp/v2/plugins",baseURLParams:{context:"edit"},key:"plugin"}],Yd=[{kind:"postType",loadEntities:async function(){const e=await td({path:"/wp/v2/types?context=view"});return Object.entries(null!=e?e:{}).map((e=>{var t;let[n,o]=e;const r=["wp_template","wp_template_part"].includes(n);return{kind:"postType",baseURL:`/${null!==(t=null==o?void 0:o.rest_namespace)&&void 0!==t?t:"wp/v2"}/${o.rest_base}`,baseURLParams:{context:"edit"},name:n,label:o.name,transientEdits:{blocks:!0,selection:!0},mergedEdits:{meta:!0},rawAttributes:Hd,getTitle:e=>{var t,n;return(null==e||null===(t=e.title)||void 0===t?void 0:t.rendered)||(null==e?void 0:e.title)||(r?yp(null!==(n=e.slug)&&void 0!==n?n:""):String(e.id))},__unstablePrePersist:r?void 0:Xd,__unstable_rest_base:o.rest_base}}))}},{kind:"taxonomy",loadEntities:async function(){const e=await td({path:"/wp/v2/taxonomies?context=view"});return Object.entries(null!=e?e:{}).map((e=>{var t;let[n,o]=e;return{kind:"taxonomy",baseURL:`/${null!==(t=null==o?void 0:o.rest_namespace)&&void 0!==t?t:"wp/v2"}/${o.rest_base}`,baseURLParams:{context:"edit"},name:n,label:o.name}}))}}],Xd=(e,t)=>{const n={};return"auto-draft"===(null==e?void 0:e.status)&&(t.status||n.status||(n.status="draft"),t.title&&"Auto Draft"!==t.title||n.title||null!=e&&e.title&&"Auto Draft"!==(null==e?void 0:e.title)||(n.title="")),n};const jd=function(e,t){let n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:"get",o=arguments.length>3&&void 0!==arguments[3]&&arguments[3];const r=Fd.find((n=>n.kind===e&&n.name===t)),a="root"===e?"":ha(e),i=ha(t)+(o?"s":""),l=o&&"plural"in r&&null!=r&&r.plural?ha(r.plural):i;return`${n}${a}${l}`},Vd=e=>async t=>{let{select:n,dispatch:o}=t,r=n.getEntitiesConfig(e);if(r&&0!==r.length)return r;const a=Yd.find((t=>t.kind===e));return a?(r=await a.loadEntities(),o(Od(r)),r):[]};const Ud=function(e){return"string"==typeof e?e.split(","):Array.isArray(e)?e:null};const $d=function(e){const t=new WeakMap;return n=>{let o;return t.has(n)?o=t.get(n):(o=e(n),null!==n&&"object"==typeof n&&t.set(n,o)),o}};const Gd=$d((function(e){const t={stableKey:"",page:1,perPage:10,fields:null,include:null,context:"default"},n=Object.keys(e).sort();for(let a=0;a=a&&n{let[n]=e;return!t.some((e=>Number.isInteger(e)?e===+n:e===n))})))}const Qd=Mn([hp((e=>"query"in e)),gp((e=>e.query?{...e,...Gd(e.query)}:e)),vp("context"),vp("stableKey")])((function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:null,t=arguments.length>1?arguments[1]:void 0;const{type:n,page:o,perPage:r,key:a=Pd}=t;return"RECEIVE_ITEMS"!==n?e:Jd(e||[],t.items.map((e=>e[a])),o,r)})),eb=Ko({items:function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1?arguments[1]:void 0;switch(t.type){case"RECEIVE_ITEMS":{const n=Kd(t),o=t.key||Pd;return{...e,[n]:{...e[n],...t.items.reduce(((t,r)=>{var a;const i=r[o];return t[i]=Op(null==e||null===(a=e[n])||void 0===a?void 0:a[i],r),t}),{})}}}case"REMOVE_ITEMS":return Object.fromEntries(Object.entries(e).map((e=>{let[n,o]=e;return[n,Zd(o,t.itemIds)]})))}return e},itemIsComplete:function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1?arguments[1]:void 0;switch(t.type){case"RECEIVE_ITEMS":{const n=Kd(t),{query:o,key:r=Pd}=t,a=o?Gd(o):{},i=!o||!Array.isArray(a.fields);return{...e,[n]:{...e[n],...t.items.reduce(((t,o)=>{var a;const l=o[r];return t[l]=(null==e||null===(a=e[n])||void 0===a?void 0:a[l])||i,t}),{})}}}case"REMOVE_ITEMS":return Object.fromEntries(Object.entries(e).map((e=>{let[n,o]=e;return[n,Zd(o,t.itemIds)]})))}return e},queries:function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1?arguments[1]:void 0;switch(t.type){case"RECEIVE_ITEMS":return Qd(e,t);case"REMOVE_ITEMS":const n=t.itemIds.reduce(((e,t)=>(e[t]=!0,e)),{});return Object.fromEntries(Object.entries(e).map((e=>{let[t,o]=e;return[t,Object.fromEntries(Object.entries(o).map((e=>{let[t,o]=e;return[t,o.filter((e=>!n[e]))]})))]})));default:return e}}});function tb(e){return Mn([hp((t=>t.name&&t.kind&&t.name===e.name&&t.kind===e.kind)),gp((t=>({...t,key:e.key||Pd})))])(Ko({queriedData:eb,edits:function(){var e,t;let n=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},o=arguments.length>1?arguments[1]:void 0;switch(o.type){case"RECEIVE_ITEMS":if("default"!==(null!==(e=null==o||null===(t=o.query)||void 0===t?void 0:t.context)&&void 0!==e?e:"default"))return n;const r={...n};for(const e of o.items){const t=e[o.key],n=r[t];if(!n)continue;const a=Object.keys(n).reduce(((t,r)=>{var a,i;return Ys()(n[r],null!==(a=null===(i=e[r])||void 0===i?void 0:i.raw)&&void 0!==a?a:e[r])||o.persistedEdits&&Ys()(n[r],o.persistedEdits[r])||(t[r]=n[r]),t}),{});Object.keys(a).length?r[t]=a:delete r[t]}return r;case"EDIT_ENTITY_RECORD":const a={...n[o.recordId],...o.edits};return Object.keys(a).forEach((e=>{void 0===a[e]&&delete a[e]})),{...n,[o.recordId]:a}}return n},saving:function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1?arguments[1]:void 0;switch(t.type){case"SAVE_ENTITY_RECORD_START":case"SAVE_ENTITY_RECORD_FINISH":return{...e,[t.recordId]:{pending:"SAVE_ENTITY_RECORD_START"===t.type,error:t.error,isAutosave:t.isAutosave}}}return e},deleting:function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1?arguments[1]:void 0;switch(t.type){case"DELETE_ENTITY_RECORD_START":case"DELETE_ENTITY_RECORD_FINISH":return{...e,[t.recordId]:{pending:"DELETE_ENTITY_RECORD_START"===t.type,error:t.error}}}return e}}))}function nb(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:Fd,t=arguments.length>1?arguments[1]:void 0;return"ADD_ENTITIES"===t.type?[...e,...t.entities]:e}const ob=Object.assign([],{offset:0});let rb;const ab=Ko({terms:function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1?arguments[1]:void 0;return"RECEIVE_TERMS"===t.type?{...e,[t.taxonomy]:t.terms}:e},users:function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{byId:{},queries:{}},t=arguments.length>1?arguments[1]:void 0;return"RECEIVE_USER_QUERY"===t.type?{byId:{...e.byId,...t.users.reduce(((e,t)=>({...e,[t.id]:t})),{})},queries:{...e.queries,[t.queryID]:t.users.map((e=>e.id))}}:e},currentTheme:function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:void 0,t=arguments.length>1?arguments[1]:void 0;return"RECEIVE_CURRENT_THEME"===t.type?t.currentTheme.stylesheet:e},currentGlobalStylesId:function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:void 0,t=arguments.length>1?arguments[1]:void 0;return"RECEIVE_CURRENT_GLOBAL_STYLES_ID"===t.type?t.id:e},currentUser:function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1?arguments[1]:void 0;return"RECEIVE_CURRENT_USER"===t.type?t.currentUser:e},themeGlobalStyleVariations:function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1?arguments[1]:void 0;return"RECEIVE_THEME_GLOBAL_STYLE_VARIATIONS"===t.type?{...e,[t.stylesheet]:t.variations}:e},themeBaseGlobalStyles:function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1?arguments[1]:void 0;return"RECEIVE_THEME_GLOBAL_STYLES"===t.type?{...e,[t.stylesheet]:t.globalStyles}:e},taxonomies:function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[],t=arguments.length>1?arguments[1]:void 0;return"RECEIVE_TAXONOMIES"===t.type?t.taxonomies:e},entities:function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1?arguments[1]:void 0;const n=nb(e.config,t);let o=e.reducer;if(!o||n!==e.config){const e=n.reduce(((e,t)=>{const{kind:n}=t;return e[n]||(e[n]=[]),e[n].push(t),e}),{});o=Ko(Object.entries(e).reduce(((e,t)=>{let[n,o]=t;const r=Ko(o.reduce(((e,t)=>({...e,[t.name]:tb(t)})),{}));return e[n]=r,e}),{}))}const r=o(e.records,t);return r===e.records&&n===e.config&&o===e.reducer?e:{reducer:o,records:r,config:n}},undo:function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:ob,t=arguments.length>1?arguments[1]:void 0;switch(t.type){case"EDIT_ENTITY_RECORD":case"CREATE_UNDO_LEVEL":let n="CREATE_UNDO_LEVEL"===t.type;const o=!n&&(t.meta.isUndo||t.meta.isRedo);let r;if(n?t=rb:o||(rb=Object.keys(t.edits).some((e=>!t.transientEdits[e]))?t:{...t,edits:{...rb&&rb.edits,...t.edits}}),o){if(r=[...e],r.offset=e.offset+(t.meta.isUndo?-1:1),!e.flattenedUndo)return r;n=!0,rb.meta.undo||(rb.meta.undo={edits:{}}),t=rb}if(!t.meta.undo)return e;if(!n&&!Object.keys(t.edits).some((e=>!t.transientEdits[e])))return r=[...e],r.flattenedUndo={...e.flattenedUndo,...t.edits},r.offset=e.offset,r;r=r||e.slice(0,e.offset||void 0),r.offset=r.offset||0,r.pop(),n||r.push({kind:t.meta.undo.kind,name:t.meta.undo.name,recordId:t.meta.undo.recordId,edits:{...e.flattenedUndo,...t.meta.undo.edits}});const a=Object.values(t.meta.undo.edits).filter((e=>"function"!=typeof e)),i=Object.values(t.edits).filter((e=>"function"!=typeof e));return Os(a,i)||r.push({kind:t.kind,name:t.name,recordId:t.recordId,edits:n?{...e.flattenedUndo,...t.edits}:t.edits}),r}return e},embedPreviews:function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1?arguments[1]:void 0;if("RECEIVE_EMBED_PREVIEW"===t.type){const{url:n,preview:o}=t;return{...e,[n]:o}}return e},userPermissions:function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1?arguments[1]:void 0;return"RECEIVE_USER_PERMISSION"===t.type?{...e,[t.key]:t.isAllowed}:e},autosaves:function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1?arguments[1]:void 0;if("RECEIVE_AUTOSAVES"===t.type){const{postId:n,autosaves:o}=t;return{...e,[n]:o}}return e},blockPatterns:function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[],t=arguments.length>1?arguments[1]:void 0;return"RECEIVE_BLOCK_PATTERNS"===t.type?t.patterns:e},blockPatternCategories:function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[],t=arguments.length>1?arguments[1]:void 0;return"RECEIVE_BLOCK_PATTERN_CATEGORIES"===t.type?t.categories:e}});function ib(e,t,n){return e&&"object"==typeof e?(t.reduce(((e,o,r)=>(void 0===e[o]&&(Number.isInteger(t[r+1])?e[o]=[]:e[o]={}),r===t.length-1&&(e[o]=n),e[o])),e),e):e}const lb=new WeakMap;function sb(e,t){var n,o;const{stableKey:r,page:a,perPage:i,include:l,fields:s,context:c}=Gd(t);let u;if(null!==(n=e.queries)&&void 0!==n&&null!==(o=n[c])&&void 0!==o&&o[r]&&(u=e.queries[c][r]),!u)return null;const p=-1===i?0:(a-1)*i,d=-1===i?u.length:Math.min(p+i,u.length),b=[];for(let t=p;t{n=n[e]})),ib(r,t,n)}}else{var M;if(null===(M=e.itemIsComplete[c])||void 0===M||!M[n])return null;r=o}b.push(r)}return b}const cb=Li((function(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=lb.get(e);if(n){const e=n.get(t);if(void 0!==e)return e}else n=new(nn()),lb.set(e,n);const o=sb(e,t);return n.set(t,o),o}));const ub={},pb=zn((e=>(t,n)=>e(fd).isResolving("getEmbedPreview",[n])));function db(e,t){jo("select( 'core' ).getAuthors()",{since:"5.9",alternative:"select( 'core' ).getUsers({ who: 'authors' })"});const n=Cp("/wp/v2/users/?who=authors&per_page=100",t);return mb(e,n)}function bb(e){return e.currentUser}const mb=Li(((e,t)=>{var n;return(null!==(n=e.users.queries[t])&&void 0!==n?n:[]).map((t=>e.users.byId[t]))}),((e,t)=>[e.users.queries[t],e.users.byId]));function Mb(e,t){return jo("wp.data.select( 'core' ).getEntitiesByKind()",{since:"6.0",alternative:"wp.data.select( 'core' ).getEntitiesConfig()"}),zb(e,t)}function zb(e,t){return e.entities.config.filter((e=>e.kind===t))}function fb(e,t,n){return jo("wp.data.select( 'core' ).getEntity()",{since:"6.0",alternative:"wp.data.select( 'core' ).getEntityConfig()"}),hb(e,t,n)}function hb(e,t,n){var o;return null===(o=e.entities.config)||void 0===o?void 0:o.find((e=>e.kind===t&&e.name===n))}const gb=Li(((e,t,n,o,r)=>{var a,i,l,s,c;const u=null===(a=e.entities.records)||void 0===a||null===(i=a[t])||void 0===i||null===(l=i[n])||void 0===l?void 0:l.queriedData;if(!u)return;const p=null!==(s=null==r?void 0:r.context)&&void 0!==s?s:"default";if(void 0===r){var d;if(null===(d=u.itemIsComplete[p])||void 0===d||!d[o])return;return u.items[p][o]}const b=null===(c=u.items[p])||void 0===c?void 0:c[o];if(b&&r._fields){var m;const e={},t=null!==(m=Ud(r._fields))&&void 0!==m?m:[];for(let n=0;n{r=r[e]})),ib(e,o,r)}return e}return b}),((e,t,n,o,r)=>{var a,i,l,s,c,u,p,d,b,m,M;const z=null!==(a=null==r?void 0:r.context)&&void 0!==a?a:"default";return[null===(i=e.entities.records)||void 0===i||null===(l=i[t])||void 0===l||null===(s=l[n])||void 0===s||null===(c=s.queriedData)||void 0===c||null===(u=c.items[z])||void 0===u?void 0:u[o],null===(p=e.entities.records)||void 0===p||null===(d=p[t])||void 0===d||null===(b=d[n])||void 0===b||null===(m=b.queriedData)||void 0===m||null===(M=m.itemIsComplete[z])||void 0===M?void 0:M[o]]}));function Ob(e,t,n,o){return gb(e,t,n,o)}const vb=Li(((e,t,n,o)=>{const r=gb(e,t,n,o);return r&&Object.keys(r).reduce(((o,a)=>{var i,l;(function(e,t){return(e.rawAttributes||[]).includes(t)})(hb(e,t,n),a)?o[a]=null!==(i=null===(l=r[a])||void 0===l?void 0:l.raw)&&void 0!==i?i:r[a]:o[a]=r[a];return o}),{})}),((e,t,n,o,r)=>{var a,i,l,s,c,u,p,d,b,m,M;const z=null!==(a=null==r?void 0:r.context)&&void 0!==a?a:"default";return[e.entities.config,null===(i=e.entities.records)||void 0===i||null===(l=i[t])||void 0===l||null===(s=l[n])||void 0===s||null===(c=s.queriedData)||void 0===c||null===(u=c.items[z])||void 0===u?void 0:u[o],null===(p=e.entities.records)||void 0===p||null===(d=p[t])||void 0===d||null===(b=d[n])||void 0===b||null===(m=b.queriedData)||void 0===m||null===(M=m.itemIsComplete[z])||void 0===M?void 0:M[o]]}));function Ab(e,t,n,o){return Array.isArray(yb(e,t,n,o))}const yb=(e,t,n,o)=>{var r,a,i;const l=null===(r=e.entities.records)||void 0===r||null===(a=r[t])||void 0===a||null===(i=a[n])||void 0===i?void 0:i.queriedData;return l?cb(l,o):null},_b=Li((e=>{const{entities:{records:t}}=e,n=[];return Object.keys(t).forEach((o=>{Object.keys(t[o]).forEach((r=>{const a=Object.keys(t[o][r].edits).filter((t=>gb(e,o,r,t)&&Eb(e,o,r,t)));if(a.length){const t=hb(e,o,r);a.forEach((a=>{var i;const l=Wb(e,o,r,a);n.push({key:l?l[t.key||Pd]:void 0,title:(null==t||null===(i=t.getTitle)||void 0===i?void 0:i.call(t,l))||"",name:r,kind:o})}))}}))})),n}),(e=>[e.entities.records])),qb=Li((e=>{const{entities:{records:t}}=e,n=[];return Object.keys(t).forEach((o=>{Object.keys(t[o]).forEach((r=>{const a=Object.keys(t[o][r].saving).filter((t=>xb(e,o,r,t)));if(a.length){const t=hb(e,o,r);a.forEach((a=>{var i;const l=Wb(e,o,r,a);n.push({key:l?l[t.key||Pd]:void 0,title:(null==t||null===(i=t.getTitle)||void 0===i?void 0:i.call(t,l))||"",name:r,kind:o})}))}}))})),n}),(e=>[e.entities.records]));function kb(e,t,n,o){var r,a,i,l;return null===(r=e.entities.records)||void 0===r||null===(a=r[t])||void 0===a||null===(i=a[n])||void 0===i||null===(l=i.edits)||void 0===l?void 0:l[o]}const wb=Li(((e,t,n,o)=>{const{transientEdits:r}=hb(e,t,n)||{},a=kb(e,t,n,o)||{};return r?Object.keys(a).reduce(((e,t)=>(r[t]||(e[t]=a[t]),e)),{}):a}),((e,t,n,o)=>{var r,a,i,l;return[e.entities.config,null===(r=e.entities.records)||void 0===r||null===(a=r[t])||void 0===a||null===(i=a[n])||void 0===i||null===(l=i.edits)||void 0===l?void 0:l[o]]}));function Eb(e,t,n,o){return xb(e,t,n,o)||Object.keys(wb(e,t,n,o)).length>0}const Wb=Li(((e,t,n,o)=>({...vb(e,t,n,o),...kb(e,t,n,o)})),((e,t,n,o,r)=>{var a,i,l,s,c,u,p,d,b,m,M,z,f;const h=null!==(a=null==r?void 0:r.context)&&void 0!==a?a:"default";return[e.entities.config,null===(i=e.entities.records)||void 0===i||null===(l=i[t])||void 0===l||null===(s=l[n])||void 0===s||null===(c=s.queriedData.items[h])||void 0===c?void 0:c[o],null===(u=e.entities.records)||void 0===u||null===(p=u[t])||void 0===p||null===(d=p[n])||void 0===d||null===(b=d.queriedData.itemIsComplete[h])||void 0===b?void 0:b[o],null===(m=e.entities.records)||void 0===m||null===(M=m[t])||void 0===M||null===(z=M[n])||void 0===z||null===(f=z.edits)||void 0===f?void 0:f[o]]}));function Lb(e,t,n,o){var r,a,i,l,s;const{pending:c,isAutosave:u}=null!==(r=null===(a=e.entities.records)||void 0===a||null===(i=a[t])||void 0===i||null===(l=i[n])||void 0===l||null===(s=l.saving)||void 0===s?void 0:s[o])&&void 0!==r?r:{};return Boolean(c&&u)}function xb(e,t,n,o){var r,a,i,l,s,c;return null!==(r=null===(a=e.entities.records)||void 0===a||null===(i=a[t])||void 0===i||null===(l=i[n])||void 0===l||null===(s=l.saving)||void 0===s||null===(c=s[o])||void 0===c?void 0:c.pending)&&void 0!==r&&r}function Cb(e,t,n,o){var r,a,i,l,s,c;return null!==(r=null===(a=e.entities.records)||void 0===a||null===(i=a[t])||void 0===i||null===(l=i[n])||void 0===l||null===(s=l.deleting)||void 0===s||null===(c=s[o])||void 0===c?void 0:c.pending)&&void 0!==r&&r}function Rb(e,t,n,o){var r,a,i,l,s;return null===(r=e.entities.records)||void 0===r||null===(a=r[t])||void 0===a||null===(i=a[n])||void 0===i||null===(l=i.saving)||void 0===l||null===(s=l[o])||void 0===s?void 0:s.error}function Sb(e,t,n,o){var r,a,i,l,s;return null===(r=e.entities.records)||void 0===r||null===(a=r[t])||void 0===a||null===(i=a[n])||void 0===i||null===(l=i.deleting)||void 0===l||null===(s=l[o])||void 0===s?void 0:s.error}function Nb(e){return e.undo.offset}function Tb(e){return e.undo[e.undo.length-2+Nb(e)]}function Bb(e){return e.undo[e.undo.length+Nb(e)]}function Db(e){return Boolean(Tb(e))}function Ib(e){return Boolean(Bb(e))}function Pb(e){return gb(e,"root","theme",e.currentTheme)}function Hb(e){return e.currentGlobalStylesId}function Fb(e){var t,n;return null!==(t=null===(n=Pb(e))||void 0===n?void 0:n.theme_supports)&&void 0!==t?t:ub}function Yb(e,t){return e.embedPreviews[t]}function Xb(e,t){const n=e.embedPreviews[t],o=''+t+"";return!!n&&n.html===o}function jb(e,t,n,o){const r=[t,n,o].filter(Boolean).join("/");return e.userPermissions[r]}function Vb(e,t,n,o){const r=hb(e,t,n);if(!r)return!1;return jb(e,"update",r.__unstable_rest_base,o)}function Ub(e,t,n){return e.autosaves[n]}function $b(e,t,n,o){if(void 0===o)return;const r=e.autosaves[n];return null==r?void 0:r.find((e=>e.author===o))}const Gb=zn((e=>(t,n,o)=>e(fd).hasFinishedResolution("getAutosaves",[n,o]))),Kb=Li((e=>[]),(e=>[e.undo.length,e.undo.offset,e.undo.flattenedUndo]));function Jb(e,t){const n=yb(e,"postType","wp_template",{"find-template":t});return null!=n&&n.length?Wb(e,"postType","wp_template",n[0].id):null}function Zb(e){const t=Pb(e);return t?e.themeBaseGlobalStyles[t.stylesheet]:null}function Qb(e){const t=Pb(e);return t?e.themeGlobalStyleVariations[t.stylesheet]:null}function em(e){return e.blockPatterns}function tm(e){return e.blockPatternCategories}const nm=e=>function(){for(var t=arguments.length,n=new Array(t),o=0;o{let{resolveSelect:o}=t;await o[e](...n)}},om=e=>async t=>{let{dispatch:n}=t;const o=Cp("/wp/v2/users/?who=authors&per_page=100",e),r=await td({path:o});n.receiveUserQuery(o,r)},rm=()=>async e=>{let{dispatch:t}=e;const n=await td({path:"/wp/v2/users/me"});t.receiveCurrentUser(n)},am=function(e,t){let n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:"",o=arguments.length>3?arguments[3]:void 0;return async r=>{let{select:a,dispatch:i}=r;const l=(await i(Vd(e))).find((n=>n.name===t&&n.kind===e));if(!l||null!=l&&l.__experimentalNoFetch)return;const s=await i.__unstableAcquireStoreLock(fd,["entities","records",e,t,n],{exclusive:!1});try{void 0!==o&&o._fields&&(o={...o,_fields:[...new Set([...Ud(o._fields)||[],l.key||Pd])].join()});const r=Cp(l.baseURL+(n?"/"+n:""),{...l.baseURLParams,...o});if(void 0!==o){o={...o,include:[n]};if(a.hasEntityRecords(e,t,o))return}const c=await td({path:r});i.receiveEntityRecords(e,t,c,o)}finally{i.__unstableReleaseStoreLock(s)}}},im=nm("getEntityRecord"),lm=nm("getEntityRecord"),sm=function(e,t){let n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};return async o=>{let{dispatch:r}=o;const a=(await r(Vd(e))).find((n=>n.name===t&&n.kind===e));if(!a||null!=a&&a.__experimentalNoFetch)return;const i=await r.__unstableAcquireStoreLock(fd,["entities","records",e,t],{exclusive:!1});try{var l;n._fields&&(n={...n,_fields:[...new Set([...Ud(n._fields)||[],a.key||Pd])].join()});const o=Cp(a.baseURL,{...a.baseURLParams,...n});let s=Object.values(await td({path:o}));if(n._fields&&(s=s.map((e=>(n._fields.split(",").forEach((t=>{e.hasOwnProperty(t)||(e[t]=void 0)})),e)))),r.receiveEntityRecords(e,t,s,n),!(null!==(l=n)&&void 0!==l&&l._fields||n.context)){const n=a.key||Pd,o=s.filter((e=>e[n])).map((o=>[e,t,o[n]]));r({type:"START_RESOLUTIONS",selectorName:"getEntityRecord",args:o}),r({type:"FINISH_RESOLUTIONS",selectorName:"getEntityRecord",args:o})}}finally{r.__unstableReleaseStoreLock(i)}}};sm.shouldInvalidate=(e,t,n)=>("RECEIVE_ITEMS"===e.type||"REMOVE_ITEMS"===e.type)&&e.invalidateCache&&t===e.kind&&n===e.name;const cm=()=>async e=>{let{dispatch:t,resolveSelect:n}=e;const o=await n.getEntityRecords("root","theme",{status:"active"});t.receiveCurrentTheme(o[0])},um=nm("getCurrentTheme"),pm=e=>async t=>{let{dispatch:n}=t;try{const t=await td({path:Cp("/oembed/1.0/proxy",{url:e})});n.receiveEmbedPreview(e,t)}catch(t){n.receiveEmbedPreview(e,!1)}},dm=(e,t,n)=>async o=>{var r;let{dispatch:a,registry:i}=o;const{hasStartedResolution:l}=i.select(fd),s=n?`${t}/${n}`:t,c=["create","read","update","delete"];if(!c.includes(e))throw new Error(`'${e}' is not a valid action.`);for(const o of c){if(o===e)continue;if(l("canUser",[o,t,n]))return}let u;try{u=await td({path:`/wp/v2/${s}`,method:"OPTIONS",parse:!1})}catch(e){return}const p=null===(r=u.headers)||void 0===r?void 0:r.get("allow"),d=(null==p?void 0:p.allow)||p||"",b={},m={create:"POST",read:"GET",update:"PUT",delete:"DELETE"};for(const[e,t]of Object.entries(m))b[e]=d.includes(t);for(const e of c)a.receiveUserPermission(`${e}/${s}`,b[e])},bm=(e,t,n)=>async o=>{let{dispatch:r}=o;const a=(await r(Vd(e))).find((n=>n.name===t&&n.kind===e));if(!a)return;const i=a.__unstable_rest_base;await r(dm("update",i,n))},mm=(e,t)=>async n=>{let{dispatch:o,resolveSelect:r}=n;const{rest_base:a,rest_namespace:i="wp/v2"}=await r.getPostType(e),l=await td({path:`/${i}/${a}/${t}/autosaves?context=edit`});l&&l.length&&o.receiveAutosaves(t,l)},Mm=(e,t)=>async n=>{let{resolveSelect:o}=n;await o.getAutosaves(e,t)},zm=e=>async t=>{let n,{dispatch:o,resolveSelect:r}=t;try{n=await window.fetch(Cp(e,{"_wp-find-template":!0})).then((e=>e.json())).then((e=>{let{data:t}=e;return t}))}catch(e){}if(!n)return;const a=await r.getEntityRecord("postType","wp_template",n.id);a&&o.receiveEntityRecords("postType","wp_template",[a],{"find-template":e})};zm.shouldInvalidate=e=>("RECEIVE_ITEMS"===e.type||"REMOVE_ITEMS"===e.type)&&e.invalidateCache&&"postType"===e.kind&&"wp_template"===e.name;const fm=()=>async e=>{var t,n,o,r;let{dispatch:a,resolveSelect:i}=e;const l=await i.getEntityRecords("root","theme",{status:"active"}),s=null==l||null===(t=l[0])||void 0===t||null===(n=t._links)||void 0===n||null===(o=n["wp:user-global-styles"])||void 0===o||null===(r=o[0])||void 0===r?void 0:r.href;if(s){const e=await td({url:s});a.__experimentalReceiveCurrentGlobalStylesId(e.id)}},hm=()=>async e=>{let{resolveSelect:t,dispatch:n}=e;const o=await t.getCurrentTheme(),r=await td({path:`/wp/v2/global-styles/themes/${o.stylesheet}`});n.__experimentalReceiveThemeBaseGlobalStyles(o.stylesheet,r)},gm=()=>async e=>{let{resolveSelect:t,dispatch:n}=e;const o=await t.getCurrentTheme(),r=await td({path:`/wp/v2/global-styles/themes/${o.stylesheet}/variations`});n.__experimentalReceiveThemeGlobalStyleVariations(o.stylesheet,r)},Om=()=>async e=>{let{dispatch:t}=e;const n=await td({path:"/wp/v2/block-patterns/patterns"}),o=null==n?void 0:n.map((e=>Object.fromEntries(Object.entries(e).map((e=>{let[t,n]=e;return[Oa(t),n]})))));t({type:"RECEIVE_BLOCK_PATTERNS",patterns:o})},vm=()=>async e=>{let{dispatch:t}=e;t({type:"RECEIVE_BLOCK_PATTERN_CATEGORIES",categories:await td({path:"/wp/v2/block-patterns/categories"})})};function Am(e,t){const n={...e};let o=n;for(const e of t)o.children={...o.children,[e]:{locks:[],children:{},...o.children[e]}},o=o.children[e];return n}function ym(e,t){let n=e;for(const e of t){const t=n.children[e];if(!t)return null;n=t}return n}function _m(e,t){let{exclusive:n}=e;return!(!n||!t.length)||!(n||!t.filter((e=>e.exclusive)).length)}const qm={requests:[],tree:{locks:[],children:{}}};function km(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:qm,t=arguments.length>1?arguments[1]:void 0;switch(t.type){case"ENQUEUE_LOCK_REQUEST":{const{request:n}=t;return{...e,requests:[n,...e.requests]}}case"GRANT_LOCK_REQUEST":{const{lock:n,request:o}=t,{store:r,path:a}=o,i=[r,...a],l=Am(e.tree,i),s=ym(l,i);return s.locks=[...s.locks,n],{...e,requests:e.requests.filter((e=>e!==o)),tree:l}}case"RELEASE_LOCK":{const{lock:n}=t,o=[n.store,...n.path],r=Am(e.tree,o),a=ym(r,o);return a.locks=a.locks.filter((e=>e!==n)),{...e,tree:r}}}return e}function wm(e,t,n,o){let{exclusive:r}=o;const a=[t,...n],i=e.tree;for(const e of function*(e,t){let n=e;yield n;for(const e of t){const t=n.children[e];if(!t)break;yield t,n=t}}(i,a))if(_m({exclusive:r},e.locks))return!1;const l=ym(i,a);if(!l)return!0;for(const e of function*(e){const t=Object.values(e.children);for(;t.length;){const e=t.pop();yield e,t.push(...Object.values(e.children))}}(l))if(_m({exclusive:r},e.locks))return!1;return!0}function Em(){let e=km(void 0,{type:"@@INIT"});function t(){for(const t of function(e){return e.requests}(e)){const{store:n,path:o,exclusive:r,notifyAcquired:a}=t;if(wm(e,n,o,{exclusive:r})){const i={store:n,path:o,exclusive:r};e=km(e,{type:"GRANT_LOCK_REQUEST",lock:i,request:t}),a(i)}}}return{acquire:function(n,o,r){return new Promise((a=>{e=km(e,{type:"ENQUEUE_LOCK_REQUEST",request:{store:n,path:o,exclusive:r,notifyAcquired:a}}),t()}))},release:function(n){e=km(e,{type:"RELEASE_LOCK",lock:n}),t()}}}function Wm(){const e=Em();return{__unstableAcquireStoreLock:function(t,n,o){let{exclusive:r}=o;return()=>e.acquire(t,n,r)},__unstableReleaseStoreLock:function(t){return()=>e.release(t)}}}const Lm=e=>{const{dispatch:t}=cp();return void 0===e?t:t(e)},xm=[],Cm={...Fd.reduce(((e,t)=>(e[t.kind]||(e[t.kind]={}),e[t.kind][t.name]={context:(0,Bt.createContext)(void 0)},e)),{}),...Yd.reduce(((e,t)=>(e[t.kind]={},e)),{})},Rm=(e,t)=>{if(!Cm[e])throw new Error(`Missing entity config for kind: ${e}.`);return Cm[e][t]||(Cm[e][t]={context:(0,Bt.createContext)(void 0)}),Cm[e][t].context};function Sm(e){let{kind:t,type:n,id:o,children:r}=e;const a=Rm(t,n).Provider;return(0,Bt.createElement)(a,{value:o},r)}function Nm(e,t){return(0,Bt.useContext)(Rm(e,t))}function Tm(e,t,n,o){const r=Nm(e,t),a=null!=o?o:r,{value:i,fullValue:l}=fp((o=>{const{getEntityRecord:r,getEditedEntityRecord:i}=o(fd),l=r(e,t,a),s=i(e,t,a);return l&&s?{value:s[n],fullValue:l[n]}:{}}),[e,t,a,n]),{editEntityRecord:s}=Lm(fd);return[i,(0,Bt.useCallback)((o=>{s(e,t,a,{[n]:o})}),[e,t,a,n]),l]}function Bm(e,t){let{id:n}=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};const o=Nm(e,t),r=null!=n?n:o,{content:a,blocks:i}=fp((n=>{const{getEditedEntityRecord:o}=n(fd),a=o(e,t,r);return{blocks:a.blocks,content:a.content}}),[e,t,r]),{__unstableCreateUndoLevel:l,editEntityRecord:s}=Lm(fd);(0,Bt.useEffect)((()=>{if(a&&"function"!=typeof a&&!i){const n=Fc(a);s(e,t,r,{blocks:n},{undoIgnore:!0})}}),[a]);const c=(0,Bt.useCallback)(((n,o)=>{const{selection:a}=o,c={blocks:n,selection:a};if(i===c.blocks)return l(e,t,r);c.content=e=>{let{blocks:t=[]}=e;return Ls(t)},s(e,t,r,c)}),[e,t,r,i]),u=(0,Bt.useCallback)(((n,o)=>{const{selection:a}=o;s(e,t,r,{blocks:n,selection:a})}),[e,t,r]);return[null!=i?i:xm,u,c]}const Dm=or();let Im;!function(e){e.Idle="IDLE",e.Resolving="RESOLVING",e.Error="ERROR",e.Success="SUCCESS"}(Im||(Im={}));const Pm=["getIsResolving","hasStartedResolution","hasFinishedResolution","isResolving","getCachedResolvers"];function Hm(e,t){return fp(((t,n)=>e((e=>Fm(t(e))),n)),t)}const Fm=Dm((e=>{const t={};for(const n in e)Pm.includes(n)||Object.defineProperty(t,n,{get:()=>function(){const{getIsResolving:t,hasFinishedResolution:o}=e;for(var r=arguments.length,a=new Array(r),i=0;i3&&void 0!==arguments[3]?arguments[3]:{enabled:!0};const{editEntityRecord:r,saveEditedEntityRecord:a}=Lm(Km),i=(0,Bt.useMemo)((()=>({edit:o=>r(e,t,n,o),save:function(){let o=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};return a(e,t,n,{throwOnError:!0,...o})}})),[n]),{editedRecord:l,hasEdits:s}=fp((o=>({editedRecord:o(Km).getEditedEntityRecord(e,t,n),hasEdits:o(Km).hasEditsForEntityRecord(e,t,n)})),[e,t,n]),{data:c,...u}=Hm((r=>o.enabled?r(Km).getEntityRecord(e,t,n):null),[e,t,n,o.enabled]);return{record:c,editedRecord:l,hasEdits:s,...u,...i}}const Xm=[];function jm(e,t){let n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},o=arguments.length>3&&void 0!==arguments[3]?arguments[3]:{enabled:!0};const r=Cp("",n),{data:a,...i}=Hm((r=>o.enabled?r(Km).getEntityRecords(e,t,n):{data:Xm}),[e,t,r,o.enabled]);return{records:a,...i}}function Vm(e,t){return Hm((n=>{const{canUser:o}=n(Km),r=o("create",e);if(!t){const t=o("read",e),n=r.isResolving||t.isResolving,a=r.hasResolved&&t.hasResolved;let i=Im.Idle;return n?i=Im.Resolving:a&&(i=Im.Success),{status:i,isResolving:n,hasResolved:a,canCreate:r.hasResolved&&r.data,canRead:t.hasResolved&&t.data}}const a=o("read",e,t),i=o("update",e,t),l=o("delete",e,t),s=a.isResolving||r.isResolving||i.isResolving||l.isResolving,c=a.hasResolved&&r.hasResolved&&i.hasResolved&&l.hasResolved;let u=Im.Idle;return s?u=Im.Resolving:c&&(u=Im.Success),{status:u,isResolving:s,hasResolved:c,canRead:c&&a.data,canCreate:c&&r.data,canUpdate:c&&i.data,canDelete:c&&l.data}}),[e,t])}const Um=Fd.reduce(((e,t)=>{const{kind:n,name:o}=t;return e[jd(n,o)]=(e,t,r)=>gb(e,n,o,t,r),e[jd(n,o,"get",!0)]=(e,t)=>yb(e,n,o,t),e}),{}),$m=Fd.reduce(((e,t)=>{const{kind:n,name:o}=t;e[jd(n,o)]=(e,t)=>am(n,o,e,t);const r=jd(n,o,"get",!0);return e[r]=function(){for(var e=arguments.length,t=new Array(e),r=0;rsm.shouldInvalidate(e,n,o),e}),{}),Gm=Fd.reduce(((e,t)=>{const{kind:n,name:o}=t;return e[jd(n,o,"save")]=e=>Rd(n,o,e),e[jd(n,o,"delete")]=(e,t)=>Ed(n,o,e,t),e}),{}),Km=co(fd,{reducer:ab,actions:{...i,...Gm,...Wm()},selectors:{...l,...Um},resolvers:{...s,...$m}});function Jm(e,t){return n=>{const o=e(n);return o.displayName=Zm(t,n),o}}tr(Km);const Zm=(e,t)=>{const n=t.displayName||t.name||"Component";return`${ha(null!=e?e:"")}(${n})`};wo("blocks.registerBlockType","core/compat/migrateLightBlockWrapper",(function(e){const{apiVersion:t=1}=e;return t<2&&Da(e,"lightBlockWrapper",!1)&&(e.apiVersion=2),e}));var Qm=n(6996),eM=n.n(Qm);var tM=function(){function e(e){var t=this;this._insertTag=function(e){var n;n=0===t.tags.length?t.insertionPoint?t.insertionPoint.nextSibling:t.prepend?t.container.firstChild:t.before:t.tags[t.tags.length-1].nextSibling,t.container.insertBefore(e,n),t.tags.push(e)},this.isSpeedy=void 0===e.speedy||e.speedy,this.tags=[],this.ctr=0,this.nonce=e.nonce,this.key=e.key,this.container=e.container,this.prepend=e.prepend,this.insertionPoint=e.insertionPoint,this.before=null}var t=e.prototype;return t.hydrate=function(e){e.forEach(this._insertTag)},t.insert=function(e){this.ctr%(this.isSpeedy?65e3:1)==0&&this._insertTag(function(e){var t=document.createElement("style");return t.setAttribute("data-emotion",e.key),void 0!==e.nonce&&t.setAttribute("nonce",e.nonce),t.appendChild(document.createTextNode("")),t.setAttribute("data-s",""),t}(this));var t=this.tags[this.tags.length-1];if(this.isSpeedy){var n=function(e){if(e.sheet)return e.sheet;for(var t=0;t0?sM(hM,--zM):0,mM--,10===fM&&(mM=1,bM--),fM}function AM(){return fM=zM2||kM(fM)>3?"":" "}function xM(e,t){for(;--t&&AM()&&!(fM<48||fM>102||fM>57&&fM<65||fM>70&&fM<97););return qM(e,_M()+(t<6&&32==yM()&&32==AM()))}function CM(e){for(;AM();)switch(fM){case e:return zM;case 34:case 39:34!==e&&39!==e&&CM(fM);break;case 40:41===e&&CM(e);break;case 92:AM()}return zM}function RM(e,t){for(;AM()&&e+fM!==57&&(e+fM!==84||47!==yM()););return"/*"+qM(t,zM-1)+"*"+oM(47===e?e:AM())}function SM(e){for(;!kM(yM());)AM();return qM(e,zM)}var NM="-ms-",TM="-moz-",BM="-webkit-",DM="comm",IM="rule",PM="decl",HM="@keyframes";function FM(e,t){for(var n="",o=pM(e),r=0;r6)switch(sM(e,t+1)){case 109:if(45!==sM(e,t+4))break;case 102:return iM(e,/(.+:)(.+)-([^]+)/,"$1-webkit-$2-$3$1"+TM+(108==sM(e,t+3)?"$3":"$2-$3"))+e;case 115:return~lM(e,"stretch")?XM(iM(e,"stretch","fill-available"),t)+e:e}break;case 4949:if(115!==sM(e,t+1))break;case 6444:switch(sM(e,uM(e)-3-(~lM(e,"!important")&&10))){case 107:return iM(e,":",":"+BM)+e;case 101:return iM(e,/(.+:)([^;!]+)(;|!.+)?/,"$1"+BM+(45===sM(e,14)?"inline-":"")+"box$3$1"+BM+"$2$3$1"+NM+"$2box$3")+e}break;case 5936:switch(sM(e,t+11)){case 114:return BM+e+NM+iM(e,/[svh]\w+-[tblr]{2}/,"tb")+e;case 108:return BM+e+NM+iM(e,/[svh]\w+-[tblr]{2}/,"tb-rl")+e;case 45:return BM+e+NM+iM(e,/[svh]\w+-[tblr]{2}/,"lr")+e}return BM+e+NM+e+e}return e}function jM(e){return EM(VM("",null,null,null,[""],e=wM(e),0,[0],e))}function VM(e,t,n,o,r,a,i,l,s){for(var c=0,u=0,p=i,d=0,b=0,m=0,M=1,z=1,f=1,h=0,g="",O=r,v=a,A=o,y=g;z;)switch(m=h,h=AM()){case 40:if(108!=m&&58==y.charCodeAt(p-1)){-1!=lM(y+=iM(WM(h),"&","&\f"),"&\f")&&(f=-1);break}case 34:case 39:case 91:y+=WM(h);break;case 9:case 10:case 13:case 32:y+=LM(m);break;case 92:y+=xM(_M()-1,7);continue;case 47:switch(yM()){case 42:case 47:dM($M(RM(AM(),_M()),t,n),s);break;default:y+="/"}break;case 123*M:l[c++]=uM(y)*f;case 125*M:case 59:case 0:switch(h){case 0:case 125:z=0;case 59+u:b>0&&uM(y)-p&&dM(b>32?GM(y+";",o,n,p-1):GM(iM(y," ","")+";",o,n,p-2),s);break;case 59:y+=";";default:if(dM(A=UM(y,t,n,c,u,r,l,g,O=[],v=[],p),a),123===h)if(0===u)VM(y,t,A,A,O,a,p,l,v);else switch(d){case 100:case 109:case 115:VM(e,A,A,o&&dM(UM(e,A,A,0,0,r,l,g,r,O=[],p),v),r,v,p,l,o?O:v);break;default:VM(y,A,A,A,[""],v,0,l,v)}}c=u=b=0,M=f=1,g=y="",p=i;break;case 58:p=1+uM(y),b=m;default:if(M<1)if(123==h)--M;else if(125==h&&0==M++&&125==vM())continue;switch(y+=oM(h),h*M){case 38:f=u>0?1:(y+="\f",-1);break;case 44:l[c++]=(uM(y)-1)*f,f=1;break;case 64:45===yM()&&(y+=WM(AM())),d=yM(),u=p=uM(g=y+=SM(_M())),h++;break;case 45:45===m&&2==uM(y)&&(M=0)}}return a}function UM(e,t,n,o,r,a,i,l,s,c,u){for(var p=r-1,d=0===r?a:[""],b=pM(d),m=0,M=0,z=0;m0?d[f]+" "+h:iM(h,/&\f/g,d[f])))&&(s[z++]=g);return gM(e,t,n,0===r?IM:l,s,c,u)}function $M(e,t,n){return gM(e,t,n,DM,oM(fM),cM(e,2,-2),0)}function GM(e,t,n,o){return gM(e,t,n,PM,cM(e,0,o),cM(e,o+1,-1),o)}var KM=function(e,t,n){for(var o=0,r=0;o=r,r=yM(),38===o&&12===r&&(t[n]=1),!kM(r);)AM();return qM(e,zM)},JM=function(e,t){return EM(function(e,t){var n=-1,o=44;do{switch(kM(o)){case 0:38===o&&12===yM()&&(t[n]=1),e[n]+=KM(zM-1,t,n);break;case 2:e[n]+=WM(o);break;case 4:if(44===o){e[++n]=58===yM()?"&\f":"",t[n]=e[n].length;break}default:e[n]+=oM(o)}}while(o=AM());return e}(wM(e),t))},ZM=new WeakMap,QM=function(e){if("rule"===e.type&&e.parent&&!(e.length<1)){for(var t=e.value,n=e.parent,o=e.column===n.column&&e.line===n.line;"rule"!==n.type;)if(!(n=n.parent))return;if((1!==e.props.length||58===t.charCodeAt(0)||ZM.get(n))&&!o){ZM.set(e,!0);for(var r=[],a=JM(t,r),i=n.props,l=0,s=0;l-1&&!e.return)switch(e.type){case PM:e.return=XM(e.value,e.length);break;case HM:return FM([OM(e,{value:iM(e.value,"@","@"+BM)})],o);case IM:if(e.length)return function(e,t){return e.map(t).join("")}(e.props,(function(t){switch(function(e,t){return(e=t.exec(e))?e[0]:e}(t,/(::plac\w+|:read-\w+)/)){case":read-only":case":read-write":return FM([OM(e,{props:[iM(t,/:(read-\w+)/,":-moz-$1")]})],o);case"::placeholder":return FM([OM(e,{props:[iM(t,/:(plac\w+)/,":-webkit-input-$1")]}),OM(e,{props:[iM(t,/:(plac\w+)/,":-moz-$1")]}),OM(e,{props:[iM(t,/:(plac\w+)/,NM+"input-$1")]})],o)}return""}))}}];const nz=function(e){var t=e.key;if("css"===t){var n=document.querySelectorAll("style[data-emotion]:not([data-s])");Array.prototype.forEach.call(n,(function(e){-1!==e.getAttribute("data-emotion").indexOf(" ")&&(document.head.appendChild(e),e.setAttribute("data-s",""))}))}var o=e.stylisPlugins||tz;var r,a,i={},l=[];r=e.container||document.head,Array.prototype.forEach.call(document.querySelectorAll('style[data-emotion^="'+t+' "]'),(function(e){for(var t=e.getAttribute("data-emotion").split(" "),n=1;n=4;++o,r-=4)t=1540483477*(65535&(t=255&e.charCodeAt(o)|(255&e.charCodeAt(++o))<<8|(255&e.charCodeAt(++o))<<16|(255&e.charCodeAt(++o))<<24))+(59797*(t>>>16)<<16),n=1540483477*(65535&(t^=t>>>24))+(59797*(t>>>16)<<16)^1540483477*(65535&n)+(59797*(n>>>16)<<16);switch(r){case 3:n^=(255&e.charCodeAt(o+2))<<16;case 2:n^=(255&e.charCodeAt(o+1))<<8;case 1:n=1540483477*(65535&(n^=255&e.charCodeAt(o)))+(59797*(n>>>16)<<16)}return(((n=1540483477*(65535&(n^=n>>>13))+(59797*(n>>>16)<<16))^n>>>15)>>>0).toString(36)};const rz={animationIterationCount:1,borderImageOutset:1,borderImageSlice:1,borderImageWidth:1,boxFlex:1,boxFlexGroup:1,boxOrdinalGroup:1,columnCount:1,columns:1,flex:1,flexGrow:1,flexPositive:1,flexShrink:1,flexNegative:1,flexOrder:1,gridRow:1,gridRowEnd:1,gridRowSpan:1,gridRowStart:1,gridColumn:1,gridColumnEnd:1,gridColumnSpan:1,gridColumnStart:1,msGridRow:1,msGridRowSpan:1,msGridColumn:1,msGridColumnSpan:1,fontWeight:1,lineHeight:1,opacity:1,order:1,orphans:1,tabSize:1,widows:1,zIndex:1,zoom:1,WebkitLineClamp:1,fillOpacity:1,floodOpacity:1,stopOpacity:1,strokeDasharray:1,strokeDashoffset:1,strokeMiterlimit:1,strokeOpacity:1,strokeWidth:1};const az=function(e){var t=Object.create(null);return function(n){return void 0===t[n]&&(t[n]=e(n)),t[n]}};var iz=/[A-Z]|^ms/g,lz=/_EMO_([^_]+?)_([^]*?)_EMO_/g,sz=function(e){return 45===e.charCodeAt(1)},cz=function(e){return null!=e&&"boolean"!=typeof e},uz=az((function(e){return sz(e)?e:e.replace(iz,"-$&").toLowerCase()})),pz=function(e,t){switch(e){case"animation":case"animationName":if("string"==typeof t)return t.replace(lz,(function(e,t,n){return bz={name:t,styles:n,next:bz},t}))}return 1===rz[e]||sz(e)||"number"!=typeof t||0===t?t:t+"px"};function dz(e,t,n){if(null==n)return"";if(void 0!==n.__emotion_styles)return n;switch(typeof n){case"boolean":return"";case"object":if(1===n.anim)return bz={name:n.name,styles:n.styles,next:bz},n.name;if(void 0!==n.styles){var o=n.next;if(void 0!==o)for(;void 0!==o;)bz={name:o.name,styles:o.styles,next:bz},o=o.next;return n.styles+";"}return function(e,t,n){var o="";if(Array.isArray(n))for(var r=0;r1&&void 0!==arguments[1]?arguments[1]:0,n=(qz[e[t+0]]+qz[e[t+1]]+qz[e[t+2]]+qz[e[t+3]]+"-"+qz[e[t+4]]+qz[e[t+5]]+"-"+qz[e[t+6]]+qz[e[t+7]]+"-"+qz[e[t+8]]+qz[e[t+9]]+"-"+qz[e[t+10]]+qz[e[t+11]]+qz[e[t+12]]+qz[e[t+13]]+qz[e[t+14]]+qz[e[t+15]]).toLowerCase();if(!_z(n))throw TypeError("Stringified UUID is invalid");return n};const Ez=function(e,t,n){var o=(e=e||{}).random||(e.rng||Az)();if(o[6]=15&o[6]|64,o[8]=63&o[8]|128,t){n=n||0;for(var r=0;r<16;++r)t[n+r]=o[r];return t}return wz(o)},Wz=new Set,Lz=or()((e=>{let t=Ez().replace(/[0-9]/g,"");for(;Wz.has(t);)t=Ez().replace(/[0-9]/g,"");return Wz.add(t),nz({container:e,key:t})}));const xz=function(e){const{children:t,document:n}=e;if(!n)return null;const o=Lz(n.head);return(0,Bt.createElement)(fz,{value:o},t)},Cz=(0,Bt.createContext)(void 0);var Rz=n(7414),Sz=n.n(Rz);const Nz=new WeakMap;const Tz=function(e,t,n){return(0,Bt.useMemo)((()=>{if(n)return n;const o=function(e){const t=Nz.get(e)||0;return Nz.set(e,t+1),t}(e);return t?`${t}-${o}`:o}),[e])};function Bz(e,t){var n=(0,Bt.useState)((function(){return{inputs:t,result:e()}}))[0],o=(0,Bt.useRef)(!0),r=(0,Bt.useRef)(n),a=o.current||Boolean(t&&r.current.inputs&&function(e,t){if(e.length!==t.length)return!1;for(var n=0;n{let o,r,a,i,l,s=0,c=0,u=!1,p=!1,d=!0;function b(t){const n=o,i=r;return o=void 0,r=void 0,c=t,a=e.apply(i,n),a}function m(e,t){i=setTimeout(e,t)}function M(e){return c=e,m(h,t),u?b(e):a}function z(e){return e-(l||0)}function f(e){const n=z(e);return void 0===l||n>=t||n<0||p&&e-c>=s}function h(){const e=Date.now();if(f(e))return O(e);m(h,function(e){const n=z(e),o=e-c,r=t-n;return p?Math.min(r,s-o):r}(e))}function g(){i=void 0}function O(e){return g(),d&&o?b(e):(o=r=void 0,a)}function v(){return void 0!==i}function A(){const e=Date.now(),n=f(e);for(var i=arguments.length,s=new Array(i),c=0;cDz(e,null!=t?t:0,n)),[e,t,n]);return(0,Bt.useEffect)((()=>()=>o.cancel()),[o]),o}function Pz(e,t){"function"==typeof e?e(t):e&&e.hasOwnProperty("current")&&(e.current=t)}function Hz(e){const t=(0,Bt.useRef)(),n=(0,Bt.useRef)(!1),o=(0,Bt.useRef)(!1),r=(0,Bt.useRef)([]),a=(0,Bt.useRef)(e);return a.current=e,(0,Bt.useLayoutEffect)((()=>{!1===o.current&&!0===n.current&&e.forEach(((e,n)=>{const o=r.current[n];e!==o&&(Pz(o,null),Pz(e,t.current))})),r.current=e}),e),(0,Bt.useLayoutEffect)((()=>{o.current=!1})),(0,Bt.useCallback)((e=>{Pz(t,e),o.current=!0,n.current=null!==e;const i=e?a.current:r.current;for(const t of i)Pz(t,e)}),[])}function Fz(e){return e.split("-")[0]}function Yz(e){return e.split("-")[1]}function Xz(e){return["top","bottom"].includes(Fz(e))?"x":"y"}function jz(e){return"y"===e?"height":"width"}function Vz(e,t,n){let{reference:o,floating:r}=e;const a=o.x+o.width/2-r.width/2,i=o.y+o.height/2-r.height/2,l=Xz(t),s=jz(l),c=o[s]/2-r[s]/2,u="x"===l;let p;switch(Fz(t)){case"top":p={x:a,y:o.y-r.height};break;case"bottom":p={x:a,y:o.y+o.height};break;case"right":p={x:o.x+o.width,y:i};break;case"left":p={x:o.x-r.width,y:i};break;default:p={x:o.x,y:o.y}}switch(Yz(t)){case"start":p[l]-=c*(n&&u?-1:1);break;case"end":p[l]+=c*(n&&u?-1:1)}return p}function Uz(e){return"number"!=typeof e?function(e){return{top:0,right:0,bottom:0,left:0,...e}}(e):{top:e,right:e,bottom:e,left:e}}function $z(e){return{...e,top:e.y,left:e.x,right:e.x+e.width,bottom:e.y+e.height}}async function Gz(e,t){var n;void 0===t&&(t={});const{x:o,y:r,platform:a,rects:i,elements:l,strategy:s}=e,{boundary:c="clippingAncestors",rootBoundary:u="viewport",elementContext:p="floating",altBoundary:d=!1,padding:b=0}=t,m=Uz(b),M=l[d?"floating"===p?"reference":"floating":p],z=$z(await a.getClippingRect({element:null==(n=await(null==a.isElement?void 0:a.isElement(M)))||n?M:M.contextElement||await(null==a.getDocumentElement?void 0:a.getDocumentElement(l.floating)),boundary:c,rootBoundary:u,strategy:s})),f=$z(a.convertOffsetParentRelativeRectToViewportRelativeRect?await a.convertOffsetParentRelativeRectToViewportRelativeRect({rect:"floating"===p?{...i.floating,x:o,y:r}:i.reference,offsetParent:await(null==a.getOffsetParent?void 0:a.getOffsetParent(l.floating)),strategy:s}):i[p]);return{top:z.top-f.top+m.top,bottom:f.bottom-z.bottom+m.bottom,left:z.left-f.left+m.left,right:f.right-z.right+m.right}}const Kz=Math.min,Jz=Math.max;function Zz(e,t,n){return Jz(e,Kz(t,n))}const Qz=e=>({name:"arrow",options:e,async fn(t){const{element:n,padding:o=0}=null!=e?e:{},{x:r,y:a,placement:i,rects:l,platform:s}=t;if(null==n)return{};const c=Uz(o),u={x:r,y:a},p=Xz(i),d=Yz(i),b=jz(p),m=await s.getDimensions(n),M="y"===p?"top":"left",z="y"===p?"bottom":"right",f=l.reference[b]+l.reference[p]-u[p]-l.floating[b],h=u[p]-l.reference[p],g=await(null==s.getOffsetParent?void 0:s.getOffsetParent(n));let O=g?"y"===p?g.clientHeight||0:g.clientWidth||0:0;0===O&&(O=l.floating[b]);const v=f/2-h/2,A=c[M],y=O-m[b]-c[z],_=O/2-m[b]/2+v,q=Zz(A,_,y),k=("start"===d?c[M]:c[z])>0&&_!==q&&l.reference[b]<=l.floating[b];return{[p]:u[p]-(k?_ef[e]))}function nf(e,t,n){void 0===n&&(n=!1);const o=Yz(e),r=Xz(e),a=jz(r);let i="x"===r?o===(n?"end":"start")?"right":"left":"start"===o?"bottom":"top";return t.reference[a]>t.floating[a]&&(i=tf(i)),{main:i,cross:tf(i)}}const of={start:"end",end:"start"};function rf(e){return e.replace(/start|end/g,(e=>of[e]))}const af=["top","right","bottom","left"],lf=(af.reduce(((e,t)=>e.concat(t,t+"-start",t+"-end")),[]),function(e){return void 0===e&&(e={}),{name:"flip",options:e,async fn(t){var n;const{placement:o,middlewareData:r,rects:a,initialPlacement:i,platform:l,elements:s}=t,{mainAxis:c=!0,crossAxis:u=!0,fallbackPlacements:p,fallbackStrategy:d="bestFit",flipAlignment:b=!0,...m}=e,M=Fz(o),z=p||(M!==i&&b?function(e){const t=tf(e);return[rf(e),t,rf(t)]}(i):[tf(i)]),f=[i,...z],h=await Gz(t,m),g=[];let O=(null==(n=r.flip)?void 0:n.overflows)||[];if(c&&g.push(h[M]),u){const{main:e,cross:t}=nf(o,a,await(null==l.isRTL?void 0:l.isRTL(s.floating)));g.push(h[e],h[t])}if(O=[...O,{placement:o,overflows:g}],!g.every((e=>e<=0))){var v,A;const e=(null!=(v=null==(A=r.flip)?void 0:A.index)?v:0)+1,t=f[e];if(t)return{data:{index:e,overflows:O},reset:{placement:t}};let n="bottom";switch(d){case"bestFit":{var y;const e=null==(y=O.map((e=>[e,e.overflows.filter((e=>e>0)).reduce(((e,t)=>e+t),0)])).sort(((e,t)=>e[1]-t[1]))[0])?void 0:y[0].placement;e&&(n=e);break}case"initialPlacement":n=i}if(o!==n)return{reset:{placement:n}}}return{}}}});const sf=function(e){return void 0===e&&(e=0),{name:"offset",options:e,async fn(t){const{x:n,y:o}=t,r=await async function(e,t){const{placement:n,platform:o,elements:r}=e,a=await(null==o.isRTL?void 0:o.isRTL(r.floating)),i=Fz(n),l=Yz(n),s="x"===Xz(n),c=["left","top"].includes(i)?-1:1,u=a&&s?-1:1,p="function"==typeof t?t(e):t;let{mainAxis:d,crossAxis:b,alignmentAxis:m}="number"==typeof p?{mainAxis:p,crossAxis:0,alignmentAxis:null}:{mainAxis:0,crossAxis:0,alignmentAxis:null,...p};return l&&"number"==typeof m&&(b="end"===l?-1*m:m),s?{x:b*u,y:d*c}:{x:d*c,y:b*u}}(t,e);return{x:n+r.x,y:o+r.y,data:r}}}};function cf(e){return"x"===e?"y":"x"}const uf=function(e){return void 0===e&&(e={}),{name:"shift",options:e,async fn(t){const{x:n,y:o,placement:r}=t,{mainAxis:a=!0,crossAxis:i=!1,limiter:l={fn:e=>{let{x:t,y:n}=e;return{x:t,y:n}}},...s}=e,c={x:n,y:o},u=await Gz(t,s),p=Xz(Fz(r)),d=cf(p);let b=c[p],m=c[d];if(a){const e="y"===p?"bottom":"right";b=Zz(b+u["y"===p?"top":"left"],b,b-u[e])}if(i){const e="y"===d?"bottom":"right";m=Zz(m+u["y"===d?"top":"left"],m,m-u[e])}const M=l.fn({...t,[p]:b,[d]:m});return{...M,data:{x:M.x-n,y:M.y-o}}}}},pf=function(e){return void 0===e&&(e={}),{name:"size",options:e,async fn(t){const{placement:n,rects:o,platform:r,elements:a}=t,{apply:i=(()=>{}),...l}=e,s=await Gz(t,l),c=Fz(n),u=Yz(n);let p,d;"top"===c||"bottom"===c?(p=c,d=u===(await(null==r.isRTL?void 0:r.isRTL(a.floating))?"start":"end")?"left":"right"):(d=c,p="end"===u?"top":"bottom");const b=Jz(s.left,0),m=Jz(s.right,0),M=Jz(s.top,0),z=Jz(s.bottom,0),f={availableHeight:o.floating.height-(["left","right"].includes(n)?2*(0!==M||0!==z?M+z:Jz(s.top,s.bottom)):s[p]),availableWidth:o.floating.width-(["top","bottom"].includes(n)?2*(0!==b||0!==m?b+m:Jz(s.left,s.right)):s[d])};await i({...t,...f});const h=await r.getDimensions(a.floating);return o.floating.width!==h.width||o.floating.height!==h.height?{reset:{rects:!0}}:{}}}};function df(e){return e&&e.document&&e.location&&e.alert&&e.setInterval}function bf(e){if(null==e)return window;if(!df(e)){const t=e.ownerDocument;return t&&t.defaultView||window}return e}function mf(e){return bf(e).getComputedStyle(e)}function Mf(e){return df(e)?"":e?(e.nodeName||"").toLowerCase():""}function zf(){const e=navigator.userAgentData;return null!=e&&e.brands?e.brands.map((e=>e.brand+"/"+e.version)).join(" "):navigator.userAgent}function ff(e){return e instanceof bf(e).HTMLElement}function hf(e){return e instanceof bf(e).Element}function gf(e){return"undefined"!=typeof ShadowRoot&&(e instanceof bf(e).ShadowRoot||e instanceof ShadowRoot)}function Of(e){const{overflow:t,overflowX:n,overflowY:o}=mf(e);return/auto|scroll|overlay|hidden/.test(t+o+n)}function vf(e){return["table","td","th"].includes(Mf(e))}function Af(e){const t=/firefox/i.test(zf()),n=mf(e);return"none"!==n.transform||"none"!==n.perspective||"paint"===n.contain||["transform","perspective"].includes(n.willChange)||t&&"filter"===n.willChange||t&&!!n.filter&&"none"!==n.filter}function yf(){return!/^((?!chrome|android).)*safari/i.test(zf())}const _f=Math.min,qf=Math.max,kf=Math.round;function wf(e,t,n){var o,r,a,i;void 0===t&&(t=!1),void 0===n&&(n=!1);const l=e.getBoundingClientRect();let s=1,c=1;t&&ff(e)&&(s=e.offsetWidth>0&&kf(l.width)/e.offsetWidth||1,c=e.offsetHeight>0&&kf(l.height)/e.offsetHeight||1);const u=hf(e)?bf(e):window,p=!yf()&&n,d=(l.left+(p&&null!=(o=null==(r=u.visualViewport)?void 0:r.offsetLeft)?o:0))/s,b=(l.top+(p&&null!=(a=null==(i=u.visualViewport)?void 0:i.offsetTop)?a:0))/c,m=l.width/s,M=l.height/c;return{width:m,height:M,top:b,right:d+m,bottom:b+M,left:d,x:d,y:b}}function Ef(e){return(t=e,(t instanceof bf(t).Node?e.ownerDocument:e.document)||window.document).documentElement;var t}function Wf(e){return hf(e)?{scrollLeft:e.scrollLeft,scrollTop:e.scrollTop}:{scrollLeft:e.pageXOffset,scrollTop:e.pageYOffset}}function Lf(e){return wf(Ef(e)).left+Wf(e).scrollLeft}function xf(e,t,n){const o=ff(t),r=Ef(t),a=wf(e,o&&function(e){const t=wf(e);return kf(t.width)!==e.offsetWidth||kf(t.height)!==e.offsetHeight}(t),"fixed"===n);let i={scrollLeft:0,scrollTop:0};const l={x:0,y:0};if(o||!o&&"fixed"!==n)if(("body"!==Mf(t)||Of(r))&&(i=Wf(t)),ff(t)){const e=wf(t,!0);l.x=e.x+t.clientLeft,l.y=e.y+t.clientTop}else r&&(l.x=Lf(r));return{x:a.left+i.scrollLeft-l.x,y:a.top+i.scrollTop-l.y,width:a.width,height:a.height}}function Cf(e){return"html"===Mf(e)?e:e.assignedSlot||e.parentNode||(gf(e)?e.host:null)||Ef(e)}function Rf(e){return ff(e)&&"fixed"!==mf(e).position?e.offsetParent:null}function Sf(e){const t=bf(e);let n=Rf(e);for(;n&&vf(n)&&"static"===mf(n).position;)n=Rf(n);return n&&("html"===Mf(n)||"body"===Mf(n)&&"static"===mf(n).position&&!Af(n))?t:n||function(e){let t=Cf(e);for(gf(t)&&(t=t.host);ff(t)&&!["html","body"].includes(Mf(t));){if(Af(t))return t;{const e=t.parentNode;t=gf(e)?e.host:e}}return null}(e)||t}function Nf(e){if(ff(e))return{width:e.offsetWidth,height:e.offsetHeight};const t=wf(e);return{width:t.width,height:t.height}}function Tf(e){const t=Cf(e);return["html","body","#document"].includes(Mf(t))?e.ownerDocument.body:ff(t)&&Of(t)?t:Tf(t)}function Bf(e,t){var n;void 0===t&&(t=[]);const o=Tf(e),r=o===(null==(n=e.ownerDocument)?void 0:n.body),a=bf(o),i=r?[a].concat(a.visualViewport||[],Of(o)?o:[]):o,l=t.concat(i);return r?l:l.concat(Bf(i))}function Df(e,t,n){return"viewport"===t?$z(function(e,t){const n=bf(e),o=Ef(e),r=n.visualViewport;let a=o.clientWidth,i=o.clientHeight,l=0,s=0;if(r){a=r.width,i=r.height;const e=yf();(e||!e&&"fixed"===t)&&(l=r.offsetLeft,s=r.offsetTop)}return{width:a,height:i,x:l,y:s}}(e,n)):hf(t)?function(e,t){const n=wf(e,!1,"fixed"===t),o=n.top+e.clientTop,r=n.left+e.clientLeft;return{top:o,left:r,x:r,y:o,right:r+e.clientWidth,bottom:o+e.clientHeight,width:e.clientWidth,height:e.clientHeight}}(t,n):$z(function(e){var t;const n=Ef(e),o=Wf(e),r=null==(t=e.ownerDocument)?void 0:t.body,a=qf(n.scrollWidth,n.clientWidth,r?r.scrollWidth:0,r?r.clientWidth:0),i=qf(n.scrollHeight,n.clientHeight,r?r.scrollHeight:0,r?r.clientHeight:0);let l=-o.scrollLeft+Lf(e);const s=-o.scrollTop;return"rtl"===mf(r||n).direction&&(l+=qf(n.clientWidth,r?r.clientWidth:0)-a),{width:a,height:i,x:l,y:s}}(Ef(e)))}function If(e){const t=Bf(e),n=["absolute","fixed"].includes(mf(e).position)&&ff(e)?Sf(e):e;return hf(n)?t.filter((e=>hf(e)&&function(e,t){const n=null==t.getRootNode?void 0:t.getRootNode();if(e.contains(t))return!0;if(n&&gf(n)){let n=t;do{if(n&&e===n)return!0;n=n.parentNode||n.host}while(n)}return!1}(e,n)&&"body"!==Mf(e))):[]}const Pf={getClippingRect:function(e){let{element:t,boundary:n,rootBoundary:o,strategy:r}=e;const a=[..."clippingAncestors"===n?If(t):[].concat(n),o],i=a[0],l=a.reduce(((e,n)=>{const o=Df(t,n,r);return e.top=qf(o.top,e.top),e.right=_f(o.right,e.right),e.bottom=_f(o.bottom,e.bottom),e.left=qf(o.left,e.left),e}),Df(t,i,r));return{width:l.right-l.left,height:l.bottom-l.top,x:l.left,y:l.top}},convertOffsetParentRelativeRectToViewportRelativeRect:function(e){let{rect:t,offsetParent:n,strategy:o}=e;const r=ff(n),a=Ef(n);if(n===a)return t;let i={scrollLeft:0,scrollTop:0};const l={x:0,y:0};if((r||!r&&"fixed"!==o)&&(("body"!==Mf(n)||Of(a))&&(i=Wf(n)),ff(n))){const e=wf(n,!0);l.x=e.x+n.clientLeft,l.y=e.y+n.clientTop}return{...t,x:t.x-i.scrollLeft+l.x,y:t.y-i.scrollTop+l.y}},isElement:hf,getDimensions:Nf,getOffsetParent:Sf,getDocumentElement:Ef,getElementRects:e=>{let{reference:t,floating:n,strategy:o}=e;return{reference:xf(t,Sf(n),o),floating:{...Nf(n),x:0,y:0}}},getClientRects:e=>Array.from(e.getClientRects()),isRTL:e=>"rtl"===mf(e).direction};const Hf=(e,t,n)=>(async(e,t,n)=>{const{placement:o="bottom",strategy:r="absolute",middleware:a=[],platform:i}=n,l=await(null==i.isRTL?void 0:i.isRTL(t));let s=await i.getElementRects({reference:e,floating:t,strategy:r}),{x:c,y:u}=Vz(s,o,l),p=o,d={},b=0;for(let n=0;n{let{name:t,options:n}=e;return{name:t,options:n}})),null==t?void 0:t.map((e=>{let{name:t,options:n}=e;return{name:t,options:n}})))||s(t);const c=Bt.useRef(null),u=Bt.useRef(null),p=Bt.useRef(null),d=Bt.useRef(a),b=function(e){const t=Bt.useRef(e);return Ff((()=>{t.current=e})),t}(r),m=Bt.useCallback((()=>{c.current&&u.current&&Hf(c.current,u.current,{middleware:l,placement:n,strategy:o}).then((e=>{M.current&&!Yf(d.current,e)&&(d.current=e,It.flushSync((()=>{i(e)})))}))}),[l,n,o]);Ff((()=>{M.current&&m()}),[m]);const M=Bt.useRef(!1);Ff((()=>(M.current=!0,()=>{M.current=!1})),[]);const z=Bt.useCallback((()=>{if("function"==typeof p.current&&(p.current(),p.current=null),c.current&&u.current)if(b.current){const e=b.current(c.current,u.current,m);p.current=e}else m()}),[m,b]),f=Bt.useCallback((e=>{c.current=e,z()}),[z]),h=Bt.useCallback((e=>{u.current=e,z()}),[z]),g=Bt.useMemo((()=>({reference:c,floating:u})),[]);return Bt.useMemo((()=>({...a,update:m,refs:g,reference:f,floating:h})),[a,m,g,f,h])}const jf=e=>{const{element:t,padding:n}=e;return{name:"arrow",options:e,fn(e){return o=t,Object.prototype.hasOwnProperty.call(o,"current")?null!=t.current?Qz({element:t.current,padding:n}).fn(e):{}:t?Qz({element:t,padding:n}).fn(e):{};var o}}},Vf="undefined"!=typeof document,Uf={current:null},$f={current:!1};function Gf(){if($f.current=!0,Vf)if(window.matchMedia){const e=window.matchMedia("(prefers-reduced-motion)"),t=()=>Uf.current=e.matches;e.addListener(t),t()}else Uf.current=!1}const Kf=(0,Bt.createContext)({transformPagePoint:e=>e,isStatic:!1,reducedMotion:"never"}),Jf=(0,Bt.createContext)({});const Zf=(0,Bt.createContext)(null),Qf=Vf?Bt.useLayoutEffect:Bt.useEffect,eh=(0,Bt.createContext)({strict:!1});function th(e,t,n,o){const r=(0,Bt.useContext)(Jf).visualElement,a=(0,Bt.useContext)(eh),i=(0,Bt.useContext)(Zf),l=(0,Bt.useContext)(Kf).reducedMotion,s=(0,Bt.useRef)();o=o||a.renderer,!s.current&&o&&(s.current=o(e,{visualState:t,parent:r,props:n,presenceId:i?i.id:void 0,blockInitialAnimation:!!i&&!1===i.initial,reducedMotionConfig:l}));const c=s.current;return Qf((()=>{c&&c.render()})),Qf((()=>{c&&c.animationState&&c.animationState.animateChanges()})),Qf((()=>()=>c&&c.notify("Unmount")),[]),c}function nh(e){return"object"==typeof e&&Object.prototype.hasOwnProperty.call(e,"current")}function oh(e){return"string"==typeof e||Array.isArray(e)}function rh(e){return"object"==typeof e&&"function"==typeof e.start}const ah=["initial","animate","exit","whileHover","whileDrag","whileTap","whileFocus","whileInView"];function ih(e){return rh(e.animate)||ah.some((t=>oh(e[t])))}function lh(e){return Boolean(ih(e)||e.variants)}function sh(e){const{initial:t,animate:n}=function(e,t){if(ih(e)){const{initial:t,animate:n}=e;return{initial:!1===t||oh(t)?t:void 0,animate:oh(n)?n:void 0}}return!1!==e.inherit?t:{}}(e,(0,Bt.useContext)(Jf));return(0,Bt.useMemo)((()=>({initial:t,animate:n})),[ch(t),ch(n)])}function ch(e){return Array.isArray(e)?e.join(" "):e}const uh=e=>({isEnabled:t=>e.some((e=>!!t[e]))}),ph={measureLayout:uh(["layout","layoutId","drag"]),animation:uh(["animate","exit","variants","whileHover","whileTap","whileFocus","whileDrag","whileInView"]),exit:uh(["exit"]),drag:uh(["drag","dragControls"]),focus:uh(["whileFocus"]),hover:uh(["whileHover","onHoverStart","onHoverEnd"]),tap:uh(["whileTap","onTap","onTapStart","onTapCancel"]),pan:uh(["onPan","onPanStart","onPanSessionStart","onPanEnd"]),inView:uh(["whileInView","onViewportEnter","onViewportLeave"])};function dh(e){const t=(0,Bt.useRef)(null);return null===t.current&&(t.current=e()),t.current}const bh={hasAnimatedSinceResize:!0,hasEverUpdated:!1};let mh=1;const Mh=(0,Bt.createContext)({});class zh extends Bt.Component{getSnapshotBeforeUpdate(){const{visualElement:e,props:t}=this.props;return e&&e.setProps(t),null}componentDidUpdate(){}render(){return this.props.children}}const fh=(0,Bt.createContext)({}),hh=Symbol.for("motionComponentSymbol");function gh({preloadedFeatures:e,createVisualElement:t,projectionNodeConstructor:n,useRender:o,useVisualState:r,Component:a}){e&&function(e){for(const t in e)"projectionNodeConstructor"===t?ph.projectionNodeConstructor=e[t]:ph[t].Component=e[t]}(e);const i=(0,Bt.forwardRef)((function(i,l){const s={...(0,Bt.useContext)(Kf),...i,layoutId:Oh(i)},{isStatic:c}=s;let u=null;const p=sh(i),d=c?void 0:dh((()=>{if(bh.hasEverUpdated)return mh++})),b=r(i,c);if(!c&&Vf){p.visualElement=th(a,b,s,t);const o=(0,Bt.useContext)(eh).strict,r=(0,Bt.useContext)(fh);p.visualElement&&(u=p.visualElement.loadFeatures(s,o,e,d,n||ph.projectionNodeConstructor,r))}return Bt.createElement(zh,{visualElement:p.visualElement,props:s},u,Bt.createElement(Jf.Provider,{value:p},o(a,i,d,function(e,t,n){return(0,Bt.useCallback)((o=>{o&&e.mount&&e.mount(o),t&&(o?t.mount(o):t.unmount()),n&&("function"==typeof n?n(o):nh(n)&&(n.current=o))}),[t])}(b,p.visualElement,l),b,c,p.visualElement)))}));return i[hh]=a,i}function Oh({layoutId:e}){const t=(0,Bt.useContext)(Mh).id;return t&&void 0!==e?t+"-"+e:e}function vh(e){function t(t,n={}){return gh(e(t,n))}if("undefined"==typeof Proxy)return t;const n=new Map;return new Proxy(t,{get:(e,o)=>(n.has(o)||n.set(o,t(o)),n.get(o))})}const Ah=["animate","circle","defs","desc","ellipse","g","image","line","filter","marker","mask","metadata","path","pattern","polygon","polyline","rect","stop","switch","symbol","svg","text","tspan","use","view"];function yh(e){return"string"==typeof e&&!e.includes("-")&&!!(Ah.indexOf(e)>-1||/[A-Z]/.test(e))}const _h={};const qh=["transformPerspective","x","y","z","translateX","translateY","translateZ","scale","scaleX","scaleY","rotate","rotateX","rotateY","rotateZ","skew","skewX","skewY"],kh=new Set(qh);function wh(e,{layout:t,layoutId:n}){return kh.has(e)||e.startsWith("origin")||(t||void 0!==n)&&(!!_h[e]||"opacity"===e)}const Eh=e=>!!(null==e?void 0:e.getVelocity),Wh={x:"translateX",y:"translateY",z:"translateZ",transformPerspective:"perspective"},Lh=(e,t)=>qh.indexOf(e)-qh.indexOf(t);function xh(e){return e.startsWith("--")}const Ch=(e,t)=>t&&"number"==typeof e?t.transform(e):e,Rh=(e,t,n)=>Math.min(Math.max(n,e),t),Sh={test:e=>"number"==typeof e,parse:parseFloat,transform:e=>e},Nh={...Sh,transform:e=>Rh(0,1,e)},Th={...Sh,default:1},Bh=e=>Math.round(1e5*e)/1e5,Dh=/(-)?([\d]*\.?[\d])+/g,Ih=/(#[0-9a-f]{6}|#[0-9a-f]{3}|#(?:[0-9a-f]{2}){2,4}|(rgb|hsl)a?\((-?[\d\.]+%?[,\s]+){2}(-?[\d\.]+%?)\s*[\,\/]?\s*[\d\.]*%?\))/gi,Ph=/^(#[0-9a-f]{3}|#(?:[0-9a-f]{2}){2,4}|(rgb|hsl)a?\((-?[\d\.]+%?[,\s]+){2}(-?[\d\.]+%?)\s*[\,\/]?\s*[\d\.]*%?\))$/i;function Hh(e){return"string"==typeof e}const Fh=e=>({test:t=>Hh(t)&&t.endsWith(e)&&1===t.split(" ").length,parse:parseFloat,transform:t=>`${t}${e}`}),Yh=Fh("deg"),Xh=Fh("%"),jh=Fh("px"),Vh=Fh("vh"),Uh=Fh("vw"),$h={...Xh,parse:e=>Xh.parse(e)/100,transform:e=>Xh.transform(100*e)},Gh={...Sh,transform:Math.round},Kh={borderWidth:jh,borderTopWidth:jh,borderRightWidth:jh,borderBottomWidth:jh,borderLeftWidth:jh,borderRadius:jh,radius:jh,borderTopLeftRadius:jh,borderTopRightRadius:jh,borderBottomRightRadius:jh,borderBottomLeftRadius:jh,width:jh,maxWidth:jh,height:jh,maxHeight:jh,size:jh,top:jh,right:jh,bottom:jh,left:jh,padding:jh,paddingTop:jh,paddingRight:jh,paddingBottom:jh,paddingLeft:jh,margin:jh,marginTop:jh,marginRight:jh,marginBottom:jh,marginLeft:jh,rotate:Yh,rotateX:Yh,rotateY:Yh,rotateZ:Yh,scale:Th,scaleX:Th,scaleY:Th,scaleZ:Th,skew:Yh,skewX:Yh,skewY:Yh,distance:jh,translateX:jh,translateY:jh,translateZ:jh,x:jh,y:jh,z:jh,perspective:jh,transformPerspective:jh,opacity:Nh,originX:$h,originY:$h,originZ:jh,zIndex:Gh,fillOpacity:Nh,strokeOpacity:Nh,numOctaves:Gh};function Jh(e,t,n,o){const{style:r,vars:a,transform:i,transformKeys:l,transformOrigin:s}=e;l.length=0;let c=!1,u=!1,p=!0;for(const e in t){const n=t[e];if(xh(e)){a[e]=n;continue}const o=Kh[e],d=Ch(n,o);if(kh.has(e)){if(c=!0,i[e]=d,l.push(e),!p)continue;n!==(o.default||0)&&(p=!1)}else e.startsWith("origin")?(u=!0,s[e]=d):r[e]=d}if(t.transform||(c||o?r.transform=function({transform:e,transformKeys:t},{enableHardwareAcceleration:n=!0,allowTransformNone:o=!0},r,a){let i="";t.sort(Lh);for(const n of t)i+=`${Wh[n]||n}(${e[n]}) `;return n&&!e.z&&(i+="translateZ(0)"),i=i.trim(),a?i=a(e,r?"":i):o&&r&&(i="none"),i}(e,n,p,o):r.transform&&(r.transform="none")),u){const{originX:e="50%",originY:t="50%",originZ:n=0}=s;r.transformOrigin=`${e} ${t} ${n}`}}const Zh=()=>({style:{},transform:{},transformKeys:[],transformOrigin:{},vars:{}});function Qh(e,t,n){for(const o in t)Eh(t[o])||wh(o,n)||(e[o]=t[o])}function eg(e,t,n){const o={};return Qh(o,e.style||{},e),Object.assign(o,function({transformTemplate:e},t,n){return(0,Bt.useMemo)((()=>{const o={style:{},transform:{},transformKeys:[],transformOrigin:{},vars:{}};return Jh(o,t,{enableHardwareAcceleration:!n},e),Object.assign({},o.vars,o.style)}),[t])}(e,t,n)),e.transformValues?e.transformValues(o):o}function tg(e,t,n){const o={},r=eg(e,t,n);return e.drag&&!1!==e.dragListener&&(o.draggable=!1,r.userSelect=r.WebkitUserSelect=r.WebkitTouchCallout="none",r.touchAction=!0===e.drag?"none":"pan-"+("x"===e.drag?"y":"x")),o.style=r,o}const ng=new Set(["initial","style","values","variants","transition","transformTemplate","transformValues","custom","inherit","layout","layoutId","layoutDependency","onLayoutAnimationStart","onLayoutAnimationComplete","onLayoutMeasure","onBeforeLayoutMeasure","onAnimationStart","onAnimationComplete","onUpdate","onDragStart","onDrag","onDragEnd","onMeasureDragConstraints","onDirectionLock","onDragTransitionEnd","drag","dragControls","dragListener","dragConstraints","dragDirectionLock","dragSnapToOrigin","_dragX","_dragY","dragElastic","dragMomentum","dragPropagation","dragTransition","onHoverStart","onHoverEnd","layoutScroll","whileInView","onViewportEnter","onViewportLeave","viewport","whileTap","onTap","onTapStart","onTapCancel","animate","exit","variants","whileHover","whileTap","whileFocus","whileDrag","whileInView","onPan","onPanStart","onPanSessionStart","onPanEnd"]);function og(e){return ng.has(e)}let rg=e=>!og(e);try{(ag=require("@emotion/is-prop-valid").default)&&(rg=e=>e.startsWith("on")?!og(e):ag(e))}catch(e){}var ag;function ig(e,t,n){return"string"==typeof e?e:jh.transform(t+n*e)}const lg={offset:"stroke-dashoffset",array:"stroke-dasharray"},sg={offset:"strokeDashoffset",array:"strokeDasharray"};function cg(e,{attrX:t,attrY:n,originX:o,originY:r,pathLength:a,pathSpacing:i=1,pathOffset:l=0,...s},c,u,p){if(Jh(e,s,c,p),u)return void(e.style.viewBox&&(e.attrs.viewBox=e.style.viewBox));e.attrs=e.style,e.style={};const{attrs:d,style:b,dimensions:m}=e;d.transform&&(m&&(b.transform=d.transform),delete d.transform),m&&(void 0!==o||void 0!==r||b.transform)&&(b.transformOrigin=function(e,t,n){return`${ig(t,e.x,e.width)} ${ig(n,e.y,e.height)}`}(m,void 0!==o?o:.5,void 0!==r?r:.5)),void 0!==t&&(d.x=t),void 0!==n&&(d.y=n),void 0!==a&&function(e,t,n=1,o=0,r=!0){e.pathLength=1;const a=r?lg:sg;e[a.offset]=jh.transform(-o);const i=jh.transform(t),l=jh.transform(n);e[a.array]=`${i} ${l}`}(d,a,i,l,!1)}const ug=()=>({style:{},transform:{},transformKeys:[],transformOrigin:{},vars:{},attrs:{}}),pg=e=>"string"==typeof e&&"svg"===e.toLowerCase();function dg(e,t,n,o){const r=(0,Bt.useMemo)((()=>{const n={style:{},transform:{},transformKeys:[],transformOrigin:{},vars:{},attrs:{}};return cg(n,t,{enableHardwareAcceleration:!1},pg(o),e.transformTemplate),{...n.attrs,style:{...n.style}}}),[t]);if(e.style){const t={};Qh(t,e.style,e),r.style={...t,...r.style}}return r}function bg(e=!1){return(t,n,o,r,{latestValues:a},i)=>{const l=(yh(t)?dg:tg)(n,a,i,t),s=function(e,t,n){const o={};for(const r in e)(rg(r)||!0===n&&og(r)||!t&&!og(r)||e.draggable&&r.startsWith("onDrag"))&&(o[r]=e[r]);return o}(n,"string"==typeof t,e),c={...s,...l,ref:r};return o&&(c["data-projection-id"]=o),(0,Bt.createElement)(t,c)}}const mg=e=>e.replace(/([a-z])([A-Z])/g,"$1-$2").toLowerCase();function Mg(e,{style:t,vars:n},o,r){Object.assign(e.style,t,r&&r.getProjectionStyles(o));for(const t in n)e.style.setProperty(t,n[t])}const zg=new Set(["baseFrequency","diffuseConstant","kernelMatrix","kernelUnitLength","keySplines","keyTimes","limitingConeAngle","markerHeight","markerWidth","numOctaves","targetX","targetY","surfaceScale","specularConstant","specularExponent","stdDeviation","tableValues","viewBox","gradientTransform","pathLength","startOffset","textLength","lengthAdjust"]);function fg(e,t,n,o){Mg(e,t,void 0,o);for(const n in t.attrs)e.setAttribute(zg.has(n)?n:mg(n),t.attrs[n])}function hg(e){const{style:t}=e,n={};for(const o in t)(Eh(t[o])||wh(o,e))&&(n[o]=t[o]);return n}function gg(e){const t=hg(e);for(const n in e)if(Eh(e[n])){t["x"===n||"y"===n?"attr"+n.toUpperCase():n]=e[n]}return t}function Og(e,t,n,o={},r={}){return"function"==typeof t&&(t=t(void 0!==n?n:e.custom,o,r)),"string"==typeof t&&(t=e.variants&&e.variants[t]),"function"==typeof t&&(t=t(void 0!==n?n:e.custom,o,r)),t}const vg=e=>Array.isArray(e),Ag=e=>vg(e)?e[e.length-1]||0:e;function yg(e){const t=Eh(e)?e.get():e;return(e=>Boolean(e&&"object"==typeof e&&e.mix&&e.toValue))(t)?t.toValue():t}const _g=e=>(t,n)=>{const o=(0,Bt.useContext)(Jf),r=(0,Bt.useContext)(Zf),a=()=>function({scrapeMotionValuesFromProps:e,createRenderState:t,onMount:n},o,r,a){const i={latestValues:qg(o,r,a,e),renderState:t()};return n&&(i.mount=e=>n(o,e,i)),i}(e,t,o,r);return n?a():dh(a)};function qg(e,t,n,o){const r={},a=o(e);for(const e in a)r[e]=yg(a[e]);let{initial:i,animate:l}=e;const s=ih(e),c=lh(e);t&&c&&!s&&!1!==e.inherit&&(void 0===i&&(i=t.initial),void 0===l&&(l=t.animate));let u=!!n&&!1===n.initial;u=u||!1===i;const p=u?l:i;if(p&&"boolean"!=typeof p&&!rh(p)){(Array.isArray(p)?p:[p]).forEach((t=>{const n=Og(e,t);if(!n)return;const{transitionEnd:o,transition:a,...i}=n;for(const e in i){let t=i[e];if(Array.isArray(t)){t=t[u?t.length-1:0]}null!==t&&(r[e]=t)}for(const e in o)r[e]=o[e]}))}return r}const kg={useVisualState:_g({scrapeMotionValuesFromProps:gg,createRenderState:ug,onMount:(e,t,{renderState:n,latestValues:o})=>{try{n.dimensions="function"==typeof t.getBBox?t.getBBox():t.getBoundingClientRect()}catch(e){n.dimensions={x:0,y:0,width:0,height:0}}cg(n,o,{enableHardwareAcceleration:!1},pg(t.tagName),e.transformTemplate),fg(t,n)}})},wg={useVisualState:_g({scrapeMotionValuesFromProps:hg,createRenderState:Zh})};var Eg;function Wg(e,t,n,o={passive:!0}){return e.addEventListener(t,n,o),()=>e.removeEventListener(t,n)}function Lg(e,t,n,o){(0,Bt.useEffect)((()=>{const r=e.current;if(n&&r)return Wg(r,t,n,o)}),[e,t,n,o])}function xg(e){return"undefined"!=typeof PointerEvent&&e instanceof PointerEvent?!("mouse"!==e.pointerType):e instanceof MouseEvent}function Cg(e){return!!e.touches}!function(e){e.Animate="animate",e.Hover="whileHover",e.Tap="whileTap",e.Drag="whileDrag",e.Focus="whileFocus",e.InView="whileInView",e.Exit="exit"}(Eg||(Eg={}));const Rg={pageX:0,pageY:0};function Sg(e,t="page"){const n=e.touches[0]||e.changedTouches[0]||Rg;return{x:n[t+"X"],y:n[t+"Y"]}}function Ng(e,t="page"){return{x:e[t+"X"],y:e[t+"Y"]}}function Tg(e,t="page"){return{point:Cg(e)?Sg(e,t):Ng(e,t)}}const Bg=(e,t=!1)=>{const n=t=>e(t,Tg(t));return t?(o=n,e=>{const t=e instanceof MouseEvent;(!t||t&&0===e.button)&&o(e)}):n;var o},Dg={pointerdown:"mousedown",pointermove:"mousemove",pointerup:"mouseup",pointercancel:"mousecancel",pointerover:"mouseover",pointerout:"mouseout",pointerenter:"mouseenter",pointerleave:"mouseleave"},Ig={pointerdown:"touchstart",pointermove:"touchmove",pointerup:"touchend",pointercancel:"touchcancel"};function Pg(e){return Vf&&null===window.onpointerdown?e:Vf&&null===window.ontouchstart?Ig[e]:Vf&&null===window.onmousedown?Dg[e]:e}function Hg(e,t,n,o){return Wg(e,Pg(t),Bg(n,"pointerdown"===t),o)}function Fg(e,t,n,o){return Lg(e,Pg(t),n&&Bg(n,"pointerdown"===t),o)}function Yg(e){let t=null;return()=>{const n=()=>{t=null};return null===t&&(t=e,n)}}const Xg=Yg("dragHorizontal"),jg=Yg("dragVertical");function Vg(e){let t=!1;if("y"===e)t=jg();else if("x"===e)t=Xg();else{const e=Xg(),n=jg();e&&n?t=()=>{e(),n()}:(e&&e(),n&&n())}return t}function Ug(){const e=Vg(!0);return!e||(e(),!1)}function $g(e,t,n){return(o,r)=>{xg(o)&&!Ug()&&(e.animationState&&e.animationState.setActive(Eg.Hover,t),n&&n(o,r))}}const Gg=(e,t)=>!!t&&(e===t||Gg(e,t.parentElement));function Kg(e){return(0,Bt.useEffect)((()=>()=>e()),[])}const Jg=(e,t)=>n=>t(e(n)),Zg=(...e)=>e.reduce(Jg);const Qg=new Set;function eO(e,t,n){e||Qg.has(t)||(console.warn(t),n&&console.warn(n),Qg.add(t))}const tO=new WeakMap,nO=new WeakMap,oO=e=>{const t=tO.get(e.target);t&&t(e)},rO=e=>{e.forEach(oO)};function aO(e,t,n){const o=function({root:e,...t}){const n=e||document;nO.has(n)||nO.set(n,{});const o=nO.get(n),r=JSON.stringify(t);return o[r]||(o[r]=new IntersectionObserver(rO,{root:e,...t})),o[r]}(t);return tO.set(e,n),o.observe(e),()=>{tO.delete(e),o.unobserve(e)}}const iO={some:0,all:1};function lO(e,t,n,{root:o,margin:r,amount:a="some",once:i}){(0,Bt.useEffect)((()=>{if(!e||!n.current)return;const l={root:null==o?void 0:o.current,rootMargin:r,threshold:"number"==typeof a?a:iO[a]};return aO(n.current,l,(e=>{const{isIntersecting:o}=e;if(t.isInView===o)return;if(t.isInView=o,i&&!o&&t.hasEnteredView)return;o&&(t.hasEnteredView=!0),n.animationState&&n.animationState.setActive(Eg.InView,o);const r=n.getProps(),a=o?r.onViewportEnter:r.onViewportLeave;a&&a(e)}))}),[e,o,r,a])}function sO(e,t,n,{fallback:o=!0}){(0,Bt.useEffect)((()=>{e&&o&&requestAnimationFrame((()=>{t.hasEnteredView=!0;const{onViewportEnter:e}=n.getProps();e&&e(null),n.animationState&&n.animationState.setActive(Eg.InView,!0)}))}),[e])}const cO=e=>t=>(e(t),null),uO={inView:cO((function({visualElement:e,whileInView:t,onViewportEnter:n,onViewportLeave:o,viewport:r={}}){const a=(0,Bt.useRef)({hasEnteredView:!1,isInView:!1});let i=Boolean(t||n||o);r.once&&a.current.hasEnteredView&&(i=!1),("undefined"==typeof IntersectionObserver?sO:lO)(i,a.current,e,r)})),tap:cO((function({onTap:e,onTapStart:t,onTapCancel:n,whileTap:o,visualElement:r}){const a=e||t||n||o,i=(0,Bt.useRef)(!1),l=(0,Bt.useRef)(null),s={passive:!(t||e||n||b)};function c(){l.current&&l.current(),l.current=null}function u(){return c(),i.current=!1,r.animationState&&r.animationState.setActive(Eg.Tap,!1),!Ug()}function p(t,o){u()&&(Gg(r.current,t.target)?e&&e(t,o):n&&n(t,o))}function d(e,t){u()&&n&&n(e,t)}function b(e,n){c(),i.current||(i.current=!0,l.current=Zg(Hg(window,"pointerup",p,s),Hg(window,"pointercancel",d,s)),r.animationState&&r.animationState.setActive(Eg.Tap,!0),t&&t(e,n))}Fg(r,"pointerdown",a?b:void 0,s),Kg(c)})),focus:cO((function({whileFocus:e,visualElement:t}){const{animationState:n}=t;Lg(t,"focus",e?()=>{n&&n.setActive(Eg.Focus,!0)}:void 0),Lg(t,"blur",e?()=>{n&&n.setActive(Eg.Focus,!1)}:void 0)})),hover:cO((function({onHoverStart:e,onHoverEnd:t,whileHover:n,visualElement:o}){Fg(o,"pointerenter",e||n?$g(o,!0,e):void 0,{passive:!e}),Fg(o,"pointerleave",t||n?$g(o,!1,t):void 0,{passive:!t})}))};function pO(){const e=(0,Bt.useContext)(Zf);if(null===e)return[!0,null];const{isPresent:t,onExitComplete:n,register:o}=e,r=(0,Bt.useId)();(0,Bt.useEffect)((()=>o(r)),[]);return!t&&n?[!1,()=>n&&n(r)]:[!0]}function dO(e,t){if(!Array.isArray(t))return!1;const n=t.length;if(n!==e.length)return!1;for(let o=0;o/^\-?\d*\.?\d+$/.test(e),mO=e=>/^0[^.\s]+$/.test(e),MO={delta:0,timestamp:0},zO=1/60*1e3,fO="undefined"!=typeof performance?()=>performance.now():()=>Date.now(),hO="undefined"!=typeof window?e=>window.requestAnimationFrame(e):e=>setTimeout((()=>e(fO())),zO);let gO=!0,OO=!1,vO=!1;const AO=["read","update","preRender","render","postRender"],yO=AO.reduce(((e,t)=>(e[t]=function(e){let t=[],n=[],o=0,r=!1,a=!1;const i=new WeakSet,l={schedule:(e,a=!1,l=!1)=>{const s=l&&r,c=s?t:n;return a&&i.add(e),-1===c.indexOf(e)&&(c.push(e),s&&r&&(o=t.length)),e},cancel:e=>{const t=n.indexOf(e);-1!==t&&n.splice(t,1),i.delete(e)},process:s=>{if(r)a=!0;else{if(r=!0,[t,n]=[n,t],n.length=0,o=t.length,o)for(let n=0;nOO=!0)),e)),{}),_O=AO.reduce(((e,t)=>{const n=yO[t];return e[t]=(e,t=!1,o=!1)=>(OO||WO(),n.schedule(e,t,o)),e}),{}),qO=AO.reduce(((e,t)=>(e[t]=yO[t].cancel,e)),{}),kO=AO.reduce(((e,t)=>(e[t]=()=>yO[t].process(MO),e)),{}),wO=e=>yO[e].process(MO),EO=e=>{OO=!1,MO.delta=gO?zO:Math.max(Math.min(e-MO.timestamp,40),1),MO.timestamp=e,vO=!0,AO.forEach(wO),vO=!1,OO&&(gO=!1,hO(EO))},WO=()=>{OO=!0,gO=!0,vO||hO(EO)};function LO(e,t){-1===e.indexOf(t)&&e.push(t)}function xO(e,t){const n=e.indexOf(t);n>-1&&e.splice(n,1)}class CO{constructor(){this.subscriptions=[]}add(e){return LO(this.subscriptions,e),()=>xO(this.subscriptions,e)}notify(e,t,n){const o=this.subscriptions.length;if(o)if(1===o)this.subscriptions[0](e,t,n);else for(let r=0;r{this.prev=this.current,this.current=e;const{delta:n,timestamp:o}=MO;this.lastUpdated!==o&&(this.timeDelta=n,this.lastUpdated=o,_O.postRender(this.scheduleVelocityCheck)),this.prev!==this.current&&this.events.change&&this.events.change.notify(this.current),this.events.velocityChange&&this.events.velocityChange.notify(this.getVelocity()),t&&this.events.renderRequest&&this.events.renderRequest.notify(this.current)},this.scheduleVelocityCheck=()=>_O.postRender(this.velocityCheck),this.velocityCheck=({timestamp:e})=>{e!==this.lastUpdated&&(this.prev=this.current,this.events.velocityChange&&this.events.velocityChange.notify(this.getVelocity()))},this.hasAnimated=!1,this.prev=this.current=e,this.canTrackVelocity=(n=this.current,!isNaN(parseFloat(n))),this.owner=t.owner}onChange(e){return this.on("change",e)}on(e,t){return this.events[e]||(this.events[e]=new CO),this.events[e].add(t)}clearListeners(){for(const e in this.events)this.events[e].clear()}attach(e){this.passiveEffect=e}set(e,t=!0){t&&this.passiveEffect?this.passiveEffect(e,this.updateAndNotify):this.updateAndNotify(e,t)}setWithVelocity(e,t,n){this.set(t),this.prev=e,this.timeDelta=n}get(){return this.current}getPrevious(){return this.prev}getVelocity(){return this.canTrackVelocity?RO(parseFloat(this.current)-parseFloat(this.prev),this.timeDelta):0}start(e){return this.stop(),new Promise((t=>{this.hasAnimated=!0,this.stopAnimation=e(t),this.events.animationStart&&this.events.animationStart.notify()})).then((()=>{this.events.animationComplete&&this.events.animationComplete.notify(),this.clearAnimation()}))}stop(){this.stopAnimation&&(this.stopAnimation(),this.events.animationCancel&&this.events.animationCancel.notify()),this.clearAnimation()}isAnimating(){return!!this.stopAnimation}clearAnimation(){this.stopAnimation=null}destroy(){this.clearListeners(),this.stop()}}function NO(e,t){return new SO(e,t)}const TO=(e,t)=>n=>Boolean(Hh(n)&&Ph.test(n)&&n.startsWith(e)||t&&Object.prototype.hasOwnProperty.call(n,t)),BO=(e,t,n)=>o=>{if(!Hh(o))return o;const[r,a,i,l]=o.match(Dh);return{[e]:parseFloat(r),[t]:parseFloat(a),[n]:parseFloat(i),alpha:void 0!==l?parseFloat(l):1}},DO={...Sh,transform:e=>Math.round((e=>Rh(0,255,e))(e))},IO={test:TO("rgb","red"),parse:BO("red","green","blue"),transform:({red:e,green:t,blue:n,alpha:o=1})=>"rgba("+DO.transform(e)+", "+DO.transform(t)+", "+DO.transform(n)+", "+Bh(Nh.transform(o))+")"};const PO={test:TO("#"),parse:function(e){let t="",n="",o="",r="";return e.length>5?(t=e.substring(1,3),n=e.substring(3,5),o=e.substring(5,7),r=e.substring(7,9)):(t=e.substring(1,2),n=e.substring(2,3),o=e.substring(3,4),r=e.substring(4,5),t+=t,n+=n,o+=o,r+=r),{red:parseInt(t,16),green:parseInt(n,16),blue:parseInt(o,16),alpha:r?parseInt(r,16)/255:1}},transform:IO.transform},HO={test:TO("hsl","hue"),parse:BO("hue","saturation","lightness"),transform:({hue:e,saturation:t,lightness:n,alpha:o=1})=>"hsla("+Math.round(e)+", "+Xh.transform(Bh(t))+", "+Xh.transform(Bh(n))+", "+Bh(Nh.transform(o))+")"},FO={test:e=>IO.test(e)||PO.test(e)||HO.test(e),parse:e=>IO.test(e)?IO.parse(e):HO.test(e)?HO.parse(e):PO.parse(e),transform:e=>Hh(e)?e:e.hasOwnProperty("red")?IO.transform(e):HO.transform(e)},YO="${c}",XO="${n}";function jO(e){"number"==typeof e&&(e=`${e}`);const t=[];let n=0,o=0;const r=e.match(Ih);r&&(n=r.length,e=e.replace(Ih,YO),t.push(...r.map(FO.parse)));const a=e.match(Dh);return a&&(o=a.length,e=e.replace(Dh,XO),t.push(...a.map(Sh.parse))),{values:t,numColors:n,numNumbers:o,tokenised:e}}function VO(e){return jO(e).values}function UO(e){const{values:t,numColors:n,tokenised:o}=jO(e),r=t.length;return e=>{let t=o;for(let o=0;o"number"==typeof e?0:e;const GO={test:function(e){var t,n;return isNaN(e)&&Hh(e)&&((null===(t=e.match(Dh))||void 0===t?void 0:t.length)||0)+((null===(n=e.match(Ih))||void 0===n?void 0:n.length)||0)>0},parse:VO,createTransformer:UO,getAnimatableNone:function(e){const t=VO(e);return UO(e)(t.map($O))}},KO=new Set(["brightness","contrast","saturate","opacity"]);function JO(e){const[t,n]=e.slice(0,-1).split("(");if("drop-shadow"===t)return e;const[o]=n.match(Dh)||[];if(!o)return e;const r=n.replace(o,"");let a=KO.has(t)?1:0;return o!==n&&(a*=100),t+"("+a+r+")"}const ZO=/([a-z-]*)\(.*?\)/g,QO={...GO,getAnimatableNone:e=>{const t=e.match(ZO);return t?t.map(JO).join(" "):e}},ev={...Kh,color:FO,backgroundColor:FO,outlineColor:FO,fill:FO,stroke:FO,borderColor:FO,borderTopColor:FO,borderRightColor:FO,borderBottomColor:FO,borderLeftColor:FO,filter:QO,WebkitFilter:QO},tv=e=>ev[e];function nv(e,t){var n;let o=tv(e);return o!==QO&&(o=GO),null===(n=o.getAnimatableNone)||void 0===n?void 0:n.call(o,t)}const ov=e=>t=>t.test(e),rv=[Sh,jh,Xh,Yh,Uh,Vh,{test:e=>"auto"===e,parse:e=>e}],av=e=>rv.find(ov(e)),iv=[...rv,FO,GO],lv=e=>iv.find(ov(e));function sv(e,t,n){const o=e.getProps();return Og(o,t,void 0!==n?n:o.custom,function(e){const t={};return e.values.forEach(((e,n)=>t[n]=e.get())),t}(e),function(e){const t={};return e.values.forEach(((e,n)=>t[n]=e.getVelocity())),t}(e))}function cv(e,t,n){e.hasValue(t)?e.getValue(t).set(n):e.addValue(t,NO(n))}function uv(e,t){const n=sv(e,t);let{transitionEnd:o={},transition:r={},...a}=n?e.makeTargetAnimatable(n,!1):{};a={...a,...o};for(const t in a){cv(e,t,Ag(a[t]))}}function pv(e,t){if(!t)return;return(t[e]||t.default||t).from}function dv(e){return Boolean(Eh(e)&&e.add)}function bv(e,t){const{MotionAppearAnimations:n}=window,o=((e,t)=>`${e}: ${t}`)(e,kh.has(t)?"transform":t),r=n&&n.get(o);return r?(_O.render((()=>{try{r.cancel(),n.delete(o)}catch(e){}})),r.currentTime||0):0}const mv="data-"+mg("framerAppearId");const Mv=e=>1e3*e,zv=!1,fv=e=>t=>t<=.5?e(2*t)/2:(2-e(2*(1-t)))/2,hv=e=>t=>1-e(1-t),gv=e=>e*e,Ov=hv(gv),vv=fv(gv),Av=(e,t,n)=>-n*e+n*t+e;function yv(e,t,n){return n<0&&(n+=1),n>1&&(n-=1),n<1/6?e+6*(t-e)*n:n<.5?t:n<2/3?e+(t-e)*(2/3-n)*6:e}const _v=(e,t,n)=>{const o=e*e;return Math.sqrt(Math.max(0,n*(t*t-o)+o))},qv=[PO,IO,HO];function kv(e){const t=(e=>qv.find((t=>t.test(e))))(e);Boolean(t);let n=t.parse(e);return t===HO&&(n=function({hue:e,saturation:t,lightness:n,alpha:o}){e/=360,n/=100;let r=0,a=0,i=0;if(t/=100){const o=n<.5?n*(1+t):n+t-n*t,l=2*n-o;r=yv(l,o,e+1/3),a=yv(l,o,e),i=yv(l,o,e-1/3)}else r=a=i=n;return{red:Math.round(255*r),green:Math.round(255*a),blue:Math.round(255*i),alpha:o}}(n)),n}const wv=(e,t)=>{const n=kv(e),o=kv(t),r={...n};return e=>(r.red=_v(n.red,o.red,e),r.green=_v(n.green,o.green,e),r.blue=_v(n.blue,o.blue,e),r.alpha=Av(n.alpha,o.alpha,e),IO.transform(r))};function Ev(e,t){return"number"==typeof e?n=>Av(e,t,n):FO.test(e)?wv(e,t):xv(e,t)}const Wv=(e,t)=>{const n=[...e],o=n.length,r=e.map(((e,n)=>Ev(e,t[n])));return e=>{for(let t=0;t{const n={...e,...t},o={};for(const r in n)void 0!==e[r]&&void 0!==t[r]&&(o[r]=Ev(e[r],t[r]));return e=>{for(const t in o)n[t]=o[t](e);return n}},xv=(e,t)=>{const n=GO.createTransformer(t),o=jO(e),r=jO(t);return o.numColors===r.numColors&&o.numNumbers>=r.numNumbers?Zg(Wv(o.values,r.values),n):n=>`${n>0?t:e}`},Cv=(e,t,n)=>{const o=t-e;return 0===o?1:(n-e)/o},Rv=(e,t)=>n=>Av(e,t,n);function Sv(e,t,n){const o=[],r=n||function(e){return"number"==typeof e?Rv:"string"==typeof e?FO.test(e)?wv:xv:Array.isArray(e)?Wv:"object"==typeof e?Lv:Rv}(e[0]),a=e.length-1;for(let n=0;ne[a-1]&&(e=[...e].reverse(),t=[...t].reverse());const i=Sv(t,o,r),l=i.length,s=t=>{let n=0;if(l>1)for(;ns(Rh(e[0],e[a-1],t)):s}const Tv=e=>e,Bv=(e,t,n)=>(((1-3*n+3*t)*e+(3*n-6*t))*e+3*t)*e;function Dv(e,t,n,o){if(e===t&&n===o)return Tv;const r=t=>function(e,t,n,o,r){let a,i,l=0;do{i=t+(n-t)/2,a=Bv(i,o,r)-e,a>0?n=i:t=i}while(Math.abs(a)>1e-7&&++l<12);return i}(t,0,1,e,n);return e=>0===e||1===e?e:Bv(r(e),t,o)}const Iv=e=>1-Math.sin(Math.acos(e)),Pv=hv(Iv),Hv=fv(Pv),Fv=Dv(.33,1.53,.69,.99),Yv=hv(Fv),Xv=fv(Yv),jv={linear:Tv,easeIn:gv,easeInOut:vv,easeOut:Ov,circIn:Iv,circInOut:Hv,circOut:Pv,backIn:Yv,backInOut:Xv,backOut:Fv,anticipate:e=>(e*=2)<1?.5*Yv(e):.5*(2-Math.pow(2,-10*(e-1)))},Vv=e=>{if(Array.isArray(e)){e.length;const[t,n,o,r]=e;return Dv(t,n,o,r)}return"string"==typeof e?jv[e]:e};function Uv({keyframes:e,ease:t=vv,times:n,duration:o=300}){e=[...e];const r=Uv[0],a=(e=>Array.isArray(e)&&"number"!=typeof e[0])(t)?t.map(Vv):Vv(t),i={done:!1,value:r},l=function(e,t){return e.map((e=>e*t))}(n&&n.length===Uv.length?n:function(e){const t=e.length;return e.map(((e,n)=>0!==n?n/(t-1):0))}(e),o);function s(){return Nv(l,e,{ease:Array.isArray(a)?a:(t=e,n=a,t.map((()=>n||vv)).splice(0,t.length-1))});var t,n}let c=s();return{next:e=>(i.value=c(e),i.done=e>=o,i),flipTarget:()=>{e.reverse(),c=s()}}}const $v=.001;function Gv({duration:e=800,bounce:t=.25,velocity:n=0,mass:o=1}){let r,a,i=1-t;i=Rh(.05,1,i),e=Rh(.01,10,e/1e3),i<1?(r=t=>{const o=t*i,r=o*e,a=o-n,l=Kv(t,i),s=Math.exp(-r);return $v-a/l*s},a=t=>{const o=t*i*e,a=o*n+n,l=Math.pow(i,2)*Math.pow(t,2)*e,s=Math.exp(-o),c=Kv(Math.pow(t,2),i);return(-r(t)+$v>0?-1:1)*((a-l)*s)/c}):(r=t=>Math.exp(-t*e)*((t-n)*e+1)-.001,a=t=>Math.exp(-t*e)*(e*e*(n-t)));const l=function(e,t,n){let o=n;for(let n=1;n<12;n++)o-=e(o)/t(o);return o}(r,a,5/e);if(e*=1e3,isNaN(l))return{stiffness:100,damping:10,duration:e};{const t=Math.pow(l,2)*o;return{stiffness:t,damping:2*i*Math.sqrt(o*t),duration:e}}}function Kv(e,t){return e*Math.sqrt(1-t*t)}const Jv=["duration","bounce"],Zv=["stiffness","damping","mass"];function Qv(e,t){return t.some((t=>void 0!==e[t]))}function eA({keyframes:e,restSpeed:t=2,restDelta:n=.01,...o}){let r=e[0],a=e[e.length-1];const i={done:!1,value:r},{stiffness:l,damping:s,mass:c,velocity:u,duration:p,isResolvedFromDuration:d}=function(e){let t={velocity:0,stiffness:100,damping:10,mass:1,isResolvedFromDuration:!1,...e};if(!Qv(e,Zv)&&Qv(e,Jv)){const n=Gv(e);t={...t,...n,velocity:0,mass:1},t.isResolvedFromDuration=!0}return t}(o);let b=tA,m=u?-u/1e3:0;const M=s/(2*Math.sqrt(l*c));function z(){const e=a-r,t=Math.sqrt(l/c)/1e3;if(void 0===n&&(n=Math.min(Math.abs(a-r)/100,.4)),M<1){const n=Kv(t,M);b=o=>{const r=Math.exp(-M*t*o);return a-r*((m+M*t*e)/n*Math.sin(n*o)+e*Math.cos(n*o))}}else if(1===M)b=n=>a-Math.exp(-t*n)*(e+(m+t*e)*n);else{const n=t*Math.sqrt(M*M-1);b=o=>{const r=Math.exp(-M*t*o),i=Math.min(n*o,300);return a-r*((m+M*t*e)*Math.sinh(i)+n*e*Math.cosh(i))/n}}}return z(),{next:e=>{const o=b(e);if(d)i.done=e>=p;else{let r=m;if(0!==e)if(M<1){const t=Math.max(0,e-5);r=RO(o-b(t),e-t)}else r=0;const l=Math.abs(r)<=t,s=Math.abs(a-o)<=n;i.done=l&&s}return i.value=i.done?a:o,i},flipTarget:()=>{m=-m,[r,a]=[a,r],z()}}}eA.needsInterpolation=(e,t)=>"string"==typeof e||"string"==typeof t;const tA=e=>0;const nA={decay:function({keyframes:e=[0],velocity:t=0,power:n=.8,timeConstant:o=350,restDelta:r=.5,modifyTarget:a}){const i=e[0],l={done:!1,value:i};let s=n*t;const c=i+s,u=void 0===a?c:a(c);return u!==c&&(s=u-i),{next:e=>{const t=-s*Math.exp(-e/o);return l.done=!(t>r||t<-r),l.value=l.done?u:u+t,l},flipTarget:()=>{}}},keyframes:Uv,tween:Uv,spring:eA};function oA(e,t,n=0){return e-t-n}const rA=e=>{const t=({delta:t})=>e(t);return{start:()=>_O.update(t,!0),stop:()=>qO.update(t)}};function aA({duration:e,driver:t=rA,elapsed:n=0,repeat:o=0,repeatType:r="loop",repeatDelay:a=0,keyframes:i,autoplay:l=!0,onPlay:s,onStop:c,onComplete:u,onRepeat:p,onUpdate:d,type:b="keyframes",...m}){var M,z;let f,h,g,O=0,v=e,A=!1,y=!0;const _=nA[i.length>2?"keyframes":b],q=i[0],k=i[i.length-1];(null===(z=(M=_).needsInterpolation)||void 0===z?void 0:z.call(M,q,k))&&(g=Nv([0,100],[q,k],{clamp:!1}),i=[0,100]);const w=_({...m,duration:e,keyframes:i});function E(){O++,"reverse"===r?(y=O%2==0,n=function(e,t=0,n=0,o=!0){return o?oA(t+-e,t,n):t-(e-t)+n}(n,v,a,y)):(n=oA(n,v,a),"mirror"===r&&w.flipTarget()),A=!1,p&&p()}function W(e){if(y||(e=-e),n+=e,!A){const e=w.next(Math.max(0,n));h=e.value,g&&(h=g(h)),A=y?e.done:n<=0}d&&d(h),A&&(0===O&&(v=void 0!==v?v:n),O=t+n:e<=-n}(n,v,a,y)&&E():(f.stop(),u&&u()))}return l&&(s&&s(),f=t(W),f.start()),{stop:()=>{c&&c(),f.stop()},sample:e=>w.next(Math.max(0,e))}}const iA=([e,t,n,o])=>`cubic-bezier(${e}, ${t}, ${n}, ${o})`,lA={linear:"linear",ease:"ease",easeIn:"ease-in",easeOut:"ease-out",easeInOut:"ease-in-out",circIn:iA([0,.65,.55,1]),circOut:iA([.55,0,1,.45]),backIn:iA([.31,.01,.66,-.59]),backOut:iA([.33,1.53,.69,.99])};function sA(e){if(e)return Array.isArray(e)?iA(e):lA[e]}function cA(e,t,{onUpdate:n,onComplete:o,...r}){let{keyframes:a,duration:i=.3,elapsed:l=0,ease:s}=r;if("spring"===r.type||!(!(c=r.ease)||Array.isArray(c)||"string"==typeof c&&lA[c])){const e=aA(r);let t={done:!1,value:a[0]};const n=[];let o=0;for(;!t.done;)t=e.sample(o),n.push(t.value),o+=10;a=n,i=o-10,s="linear"}var c;const u=function(e,t,n,{delay:o=0,duration:r,repeat:a=0,repeatType:i="loop",ease:l,times:s}={}){return e.animate({[t]:n,offset:s},{delay:o,duration:r,easing:sA(l),fill:"both",iterations:a+1,direction:"reverse"===i?"alternate":"normal"})}(e.owner.current,t,a,{...r,delay:-l,duration:i,ease:s});return u.onfinish=()=>{e.set(a[a.length-1]),o&&o()},()=>{const{currentTime:t}=u;if(t){const n=aA(r);e.setWithVelocity(n.sample(t-10).value,n.sample(t).value,10)}_O.update((()=>u.cancel()))}}function uA(e,t){const n=performance.now(),o=({timestamp:r})=>{const a=r-n;a>=t&&(qO.read(o),e(a-t))};return _O.read(o,!0),()=>qO.read(o)}function pA({keyframes:e,elapsed:t,onUpdate:n,onComplete:o}){const r=()=>(n&&n(e[e.length-1]),o&&o(),()=>{});return t?uA(r,-t):r()}const dA=()=>({type:"spring",stiffness:500,damping:25,restSpeed:10}),bA=e=>({type:"spring",stiffness:550,damping:0===e?2*Math.sqrt(550):30,restSpeed:10}),mA=()=>({type:"keyframes",ease:"linear",duration:.3}),MA={type:"keyframes",duration:.8},zA={x:dA,y:dA,z:dA,rotate:dA,rotateX:dA,rotateY:dA,rotateZ:dA,scaleX:bA,scaleY:bA,scale:bA,opacity:mA,backgroundColor:mA,color:mA,default:bA},fA=(e,{keyframes:t})=>{if(t.length>2)return MA;return(zA[e]||zA.default)(t[1])},hA=(e,t)=>"zIndex"!==e&&(!("number"!=typeof t&&!Array.isArray(t))||!("string"!=typeof t||!GO.test(t)||t.startsWith("url(")));function gA(e){return 0===e||"string"==typeof e&&0===parseFloat(e)&&-1===e.indexOf(" ")}function OA(e){return"number"==typeof e?0:nv("",e)}function vA(e,t){return e[t]||e.default||e}const AA={waapi:()=>Object.hasOwnProperty.call(Element.prototype,"animate")},yA={},_A={};for(const e in AA)_A[e]=()=>(void 0===yA[e]&&(yA[e]=AA[e]()),yA[e]);const qA=new Set(["opacity"]),kA=(e,t,n,o={})=>r=>{const a=vA(o,e)||{},i=a.delay||o.delay||0;let{elapsed:l=0}=o;l-=Mv(i);const s=function(e,t,n,o){const r=hA(t,n);let a=void 0!==o.from?o.from:e.get();return"none"===a&&r&&"string"==typeof n?a=nv(t,n):gA(a)&&"string"==typeof n?a=OA(n):!Array.isArray(n)&&gA(n)&&"string"==typeof a&&(n=OA(a)),Array.isArray(n)?(null===n[0]&&(n[0]=a),n):[a,n]}(t,e,n,a),c=s[0],u=s[s.length-1],p=hA(e,c),d=hA(e,u);let b={keyframes:s,velocity:t.getVelocity(),...a,elapsed:l,onUpdate:e=>{t.set(e),a.onUpdate&&a.onUpdate(e)},onComplete:()=>{r(),a.onComplete&&a.onComplete()}};if(!p||!d||zv||!1===a.type)return pA(b);if("inertia"===a.type){const e=function({keyframes:e,velocity:t=0,min:n,max:o,power:r=.8,timeConstant:a=750,bounceStiffness:i=500,bounceDamping:l=10,restDelta:s=1,modifyTarget:c,driver:u,onUpdate:p,onComplete:d,onStop:b}){const m=e[0];let M;function z(e){return void 0!==n&&eo}function f(e){return void 0===n?o:void 0===o||Math.abs(n-e){var n;null==p||p(t),null===(n=e.onUpdate)||void 0===n||n.call(e,t)},onComplete:d,onStop:b})}function g(e){h({type:"spring",stiffness:i,damping:l,restDelta:s,...e})}if(z(m))g({velocity:t,keyframes:[m,f(m)]});else{let e=r*t+m;void 0!==c&&(e=c(e));const o=f(e),i=o===n?-1:1;let l,u;const p=e=>{l=u,u=e,t=RO(e-l,MO.delta),(1===i&&e>o||-1===i&&enull==M?void 0:M.stop()}}(b);return()=>e.stop()}(function({when:e,delay:t,delayChildren:n,staggerChildren:o,staggerDirection:r,repeat:a,repeatType:i,repeatDelay:l,from:s,...c}){return!!Object.keys(c).length})(a)||(b={...b,...fA(e,b)}),b.duration&&(b.duration=Mv(b.duration)),b.repeatDelay&&(b.repeatDelay=Mv(b.repeatDelay));const m=t.owner,M=m&&m.current;if(_A.waapi()&&qA.has(e)&&!b.repeatDelay&&"mirror"!==b.repeatType&&0!==b.damping&&m&&M instanceof HTMLElement&&!m.getProps().onUpdate)return cA(t,e,b);{const e=aA(b);return()=>e.stop()}};function wA(e,t,n={}){var o;const r=sv(e,t,n.custom);let{transition:a=e.getDefaultTransition()||{}}=r||{};n.transitionOverride&&(a=n.transitionOverride);const i=r?()=>EA(e,r,n):()=>Promise.resolve(),l=(null===(o=e.variantChildren)||void 0===o?void 0:o.size)?(o=0)=>{const{delayChildren:r=0,staggerChildren:i,staggerDirection:l}=a;return function(e,t,n=0,o=0,r=1,a){const i=[],l=(e.variantChildren.size-1)*o,s=1===r?(e=0)=>e*o:(e=0)=>l-e*o;return Array.from(e.variantChildren).sort(WA).forEach(((e,o)=>{i.push(wA(e,t,{...a,delay:n+s(o)}).then((()=>e.notify("AnimationComplete",t))))})),Promise.all(i)}(e,t,r+o,i,l,n)}:()=>Promise.resolve(),{when:s}=a;if(s){const[e,t]="beforeChildren"===s?[i,l]:[l,i];return e().then(t)}return Promise.all([i(),l(n.delay)])}function EA(e,t,{delay:n=0,transitionOverride:o,type:r}={}){var a;let{transition:i=e.getDefaultTransition(),transitionEnd:l,...s}=e.makeTargetAnimatable(t);const c=e.getValue("willChange");o&&(i=o);const u=[],p=r&&(null===(a=e.animationState)||void 0===a?void 0:a.getState()[r]);for(const t in s){const o=e.getValue(t),r=s[t];if(!o||void 0===r||p&&LA(p,t))continue;let a={delay:n,elapsed:0,...i};if(e.shouldReduceMotion&&kh.has(t)&&(a={...a,type:!1,delay:0}),!o.hasAnimated){const n=e.getProps()[mv];n&&(a.elapsed=bv(n,t))}let l=o.start(kA(t,o,r,a));dv(c)&&(c.add(t),l=l.then((()=>c.remove(t)))),u.push(l)}return Promise.all(u).then((()=>{l&&uv(e,l)}))}function WA(e,t){return e.sortNodePosition(t)}function LA({protectedKeys:e,needsAnimating:t},n){const o=e.hasOwnProperty(n)&&!0!==t[n];return t[n]=!1,o}const xA=[Eg.Animate,Eg.InView,Eg.Focus,Eg.Hover,Eg.Tap,Eg.Drag,Eg.Exit],CA=[...xA].reverse(),RA=xA.length;function SA(e){return t=>Promise.all(t.map((({animation:t,options:n})=>function(e,t,n={}){let o;if(e.notify("AnimationStart",t),Array.isArray(t)){const r=t.map((t=>wA(e,t,n)));o=Promise.all(r)}else if("string"==typeof t)o=wA(e,t,n);else{const r="function"==typeof t?sv(e,t,n.custom):t;o=EA(e,r,n)}return o.then((()=>e.notify("AnimationComplete",t)))}(e,t,n))))}function NA(e){let t=SA(e);const n={[Eg.Animate]:BA(!0),[Eg.InView]:BA(),[Eg.Hover]:BA(),[Eg.Tap]:BA(),[Eg.Drag]:BA(),[Eg.Focus]:BA(),[Eg.Exit]:BA()};let o=!0;const r=(t,n)=>{const o=sv(e,n);if(o){const{transition:e,transitionEnd:n,...r}=o;t={...t,...r,...n}}return t};function a(a,i){const l=e.getProps(),s=e.getVariantContext(!0)||{},c=[],u=new Set;let p={},d=1/0;for(let t=0;td&&z;const v=Array.isArray(M)?M:[M];let A=v.reduce(r,{});!1===f&&(A={});const{prevResolvedValues:y={}}=m,_={...y,...A},q=e=>{O=!0,u.delete(e),m.needsAnimating[e]=!0};for(const e in _){const t=A[e],n=y[e];p.hasOwnProperty(e)||(t!==n?vg(t)&&vg(n)?!dO(t,n)||g?q(e):m.protectedKeys[e]=!0:void 0!==t?q(e):u.add(e):void 0!==t&&u.has(e)?q(e):m.protectedKeys[e]=!0)}m.prevProp=M,m.prevResolvedValues=A,m.isActive&&(p={...p,...A}),o&&e.blockInitialAnimation&&(O=!1),O&&!h&&c.push(...v.map((e=>({animation:e,options:{type:b,...a}}))))}if(u.size){const t={};u.forEach((n=>{const o=e.getBaseTarget(n);void 0!==o&&(t[n]=o)})),c.push({animation:t})}let b=Boolean(c.length);return o&&!1===l.initial&&!e.manuallyAnimateOnMount&&(b=!1),o=!1,b?t(c):Promise.resolve()}return{animateChanges:a,setActive:function(t,o,r){var i;if(n[t].isActive===o)return Promise.resolve();null===(i=e.variantChildren)||void 0===i||i.forEach((e=>{var n;return null===(n=e.animationState)||void 0===n?void 0:n.setActive(t,o)})),n[t].isActive=o;const l=a(r,t);for(const e in n)n[e].protectedKeys={};return l},setAnimateFunction:function(n){t=n(e)},getState:()=>n}}function TA(e,t){return"string"==typeof t?t!==e:!!Array.isArray(t)&&!dO(t,e)}function BA(e=!1){return{isActive:e,protectedKeys:{},needsAnimating:{},prevResolvedValues:{}}}const DA={animation:cO((({visualElement:e,animate:t})=>{e.animationState||(e.animationState=NA(e)),rh(t)&&(0,Bt.useEffect)((()=>t.subscribe(e)),[t])})),exit:cO((e=>{const{custom:t,visualElement:n}=e,[o,r]=pO(),a=(0,Bt.useContext)(Zf);(0,Bt.useEffect)((()=>{n.isPresent=o;const e=n.animationState&&n.animationState.setActive(Eg.Exit,!o,{custom:a&&a.custom||t});e&&!o&&e.then(r)}),[o])}))},IA=(e,t)=>Math.abs(e-t);class PA{constructor(e,t,{transformPagePoint:n}={}){if(this.startEvent=null,this.lastMoveEvent=null,this.lastMoveEventInfo=null,this.handlers={},this.updatePoint=()=>{if(!this.lastMoveEvent||!this.lastMoveEventInfo)return;const e=YA(this.lastMoveEventInfo,this.history),t=null!==this.startEvent,n=function(e,t){const n=IA(e.x,t.x),o=IA(e.y,t.y);return Math.sqrt(n**2+o**2)}(e.offset,{x:0,y:0})>=3;if(!t&&!n)return;const{point:o}=e,{timestamp:r}=MO;this.history.push({...o,timestamp:r});const{onStart:a,onMove:i}=this.handlers;t||(a&&a(this.lastMoveEvent,e),this.startEvent=this.lastMoveEvent),i&&i(this.lastMoveEvent,e)},this.handlePointerMove=(e,t)=>{this.lastMoveEvent=e,this.lastMoveEventInfo=HA(t,this.transformPagePoint),xg(e)&&0===e.buttons?this.handlePointerUp(e,t):_O.update(this.updatePoint,!0)},this.handlePointerUp=(e,t)=>{this.end();const{onEnd:n,onSessionEnd:o}=this.handlers,r=YA(HA(t,this.transformPagePoint),this.history);this.startEvent&&n&&n(e,r),o&&o(e,r)},Cg(e)&&e.touches.length>1)return;this.handlers=t,this.transformPagePoint=n;const o=HA(Tg(e),this.transformPagePoint),{point:r}=o,{timestamp:a}=MO;this.history=[{...r,timestamp:a}];const{onSessionStart:i}=t;i&&i(e,YA(o,this.history)),this.removeListeners=Zg(Hg(window,"pointermove",this.handlePointerMove),Hg(window,"pointerup",this.handlePointerUp),Hg(window,"pointercancel",this.handlePointerUp))}updateHandlers(e){this.handlers=e}end(){this.removeListeners&&this.removeListeners(),qO.update(this.updatePoint)}}function HA(e,t){return t?{point:t(e.point)}:e}function FA(e,t){return{x:e.x-t.x,y:e.y-t.y}}function YA({point:e},t){return{point:e,delta:FA(e,jA(t)),offset:FA(e,XA(t)),velocity:VA(t,.1)}}function XA(e){return e[0]}function jA(e){return e[e.length-1]}function VA(e,t){if(e.length<2)return{x:0,y:0};let n=e.length-1,o=null;const r=jA(e);for(;n>=0&&(o=e[n],!(r.timestamp-o.timestamp>Mv(t)));)n--;if(!o)return{x:0,y:0};const a=(r.timestamp-o.timestamp)/1e3;if(0===a)return{x:0,y:0};const i={x:(r.x-o.x)/a,y:(r.y-o.y)/a};return i.x===1/0&&(i.x=0),i.y===1/0&&(i.y=0),i}function UA(e){return e.max-e.min}function $A(e,t=0,n=.01){return Math.abs(e-t)<=n}function GA(e,t,n,o=.5){e.origin=o,e.originPoint=Av(t.min,t.max,e.origin),e.scale=UA(n)/UA(t),($A(e.scale,1,1e-4)||isNaN(e.scale))&&(e.scale=1),e.translate=Av(n.min,n.max,e.origin)-e.originPoint,($A(e.translate)||isNaN(e.translate))&&(e.translate=0)}function KA(e,t,n,o){GA(e.x,t.x,n.x,null==o?void 0:o.originX),GA(e.y,t.y,n.y,null==o?void 0:o.originY)}function JA(e,t,n){e.min=n.min+t.min,e.max=e.min+UA(t)}function ZA(e,t,n){e.min=t.min-n.min,e.max=e.min+UA(t)}function QA(e,t,n){ZA(e.x,t.x,n.x),ZA(e.y,t.y,n.y)}function ey(e,t,n){return{min:void 0!==t?e.min+t:void 0,max:void 0!==n?e.max+n-(e.max-e.min):void 0}}function ty(e,t){let n=t.min-e.min,o=t.max-e.max;return t.max-t.min1.0000000000001||e<.999999999999?e:1}function fy(e,t){e.min=e.min+t,e.max=e.max+t}function hy(e,t,[n,o,r]){const a=void 0!==t[r]?t[r]:.5,i=Av(e.min,e.max,a);my(e,t[n],t[o],i,t.scale)}const gy=["x","scaleX","originX"],Oy=["y","scaleY","originY"];function vy(e,t){hy(e.x,t,gy),hy(e.y,t,Oy)}function Ay(e,t){return iy(function(e,t){if(!t)return e;const n=t({x:e.left,y:e.top}),o=t({x:e.right,y:e.bottom});return{top:n.y,left:n.x,bottom:o.y,right:o.x}}(e.getBoundingClientRect(),t))}const yy=new WeakMap;class _y{constructor(e){this.openGlobalLock=null,this.isDragging=!1,this.currentDirection=null,this.originPoint={x:0,y:0},this.constraints=!1,this.hasMutatedConstraints=!1,this.elastic={x:{min:0,max:0},y:{min:0,max:0}},this.visualElement=e}start(e,{snapToCursor:t=!1}={}){if(!1===this.visualElement.isPresent)return;this.panSession=new PA(e,{onSessionStart:e=>{this.stopAnimation(),t&&this.snapToCursor(Tg(e,"page").point)},onStart:(e,t)=>{var n;const{drag:o,dragPropagation:r,onDragStart:a}=this.getProps();(!o||r||(this.openGlobalLock&&this.openGlobalLock(),this.openGlobalLock=Vg(o),this.openGlobalLock))&&(this.isDragging=!0,this.currentDirection=null,this.resolveConstraints(),this.visualElement.projection&&(this.visualElement.projection.isAnimationBlocked=!0,this.visualElement.projection.target=void 0),ay((e=>{var t,n;let o=this.getAxisMotionValue(e).get()||0;if(Xh.test(o)){const r=null===(n=null===(t=this.visualElement.projection)||void 0===t?void 0:t.layout)||void 0===n?void 0:n.layoutBox[e];if(r){o=UA(r)*(parseFloat(o)/100)}}this.originPoint[e]=o})),null==a||a(e,t),null===(n=this.visualElement.animationState)||void 0===n||n.setActive(Eg.Drag,!0))},onMove:(e,t)=>{const{dragPropagation:n,dragDirectionLock:o,onDirectionLock:r,onDrag:a}=this.getProps();if(!n&&!this.openGlobalLock)return;const{offset:i}=t;if(o&&null===this.currentDirection)return this.currentDirection=function(e,t=10){let n=null;Math.abs(e.y)>t?n="y":Math.abs(e.x)>t&&(n="x");return n}(i),void(null!==this.currentDirection&&(null==r||r(this.currentDirection)));this.updateAxis("x",t.point,i),this.updateAxis("y",t.point,i),this.visualElement.render(),null==a||a(e,t)},onSessionEnd:(e,t)=>this.stop(e,t)},{transformPagePoint:this.visualElement.getTransformPagePoint()})}stop(e,t){const n=this.isDragging;if(this.cancel(),!n)return;const{velocity:o}=t;this.startAnimation(o);const{onDragEnd:r}=this.getProps();null==r||r(e,t)}cancel(){var e,t;this.isDragging=!1,this.visualElement.projection&&(this.visualElement.projection.isAnimationBlocked=!1),null===(e=this.panSession)||void 0===e||e.end(),this.panSession=void 0;const{dragPropagation:n}=this.getProps();!n&&this.openGlobalLock&&(this.openGlobalLock(),this.openGlobalLock=null),null===(t=this.visualElement.animationState)||void 0===t||t.setActive(Eg.Drag,!1)}updateAxis(e,t,n){const{drag:o}=this.getProps();if(!n||!qy(e,o,this.currentDirection))return;const r=this.getAxisMotionValue(e);let a=this.originPoint[e]+n[e];this.constraints&&this.constraints[e]&&(a=function(e,{min:t,max:n},o){return void 0!==t&&en&&(e=o?Av(n,e,o.max):Math.min(e,n)),e}(a,this.constraints[e],this.elastic[e])),r.set(a)}resolveConstraints(){const{dragConstraints:e,dragElastic:t}=this.getProps(),{layout:n}=this.visualElement.projection||{},o=this.constraints;e&&nh(e)?this.constraints||(this.constraints=this.resolveRefConstraints()):this.constraints=!(!e||!n)&&function(e,{top:t,left:n,bottom:o,right:r}){return{x:ey(e.x,n,r),y:ey(e.y,t,o)}}(n.layoutBox,e),this.elastic=function(e=ny){return!1===e?e=0:!0===e&&(e=ny),{x:oy(e,"left","right"),y:oy(e,"top","bottom")}}(t),o!==this.constraints&&n&&this.constraints&&!this.hasMutatedConstraints&&ay((e=>{this.getAxisMotionValue(e)&&(this.constraints[e]=function(e,t){const n={};return void 0!==t.min&&(n.min=t.min-e.min),void 0!==t.max&&(n.max=t.max-e.min),n}(n.layoutBox[e],this.constraints[e]))}))}resolveRefConstraints(){const{dragConstraints:e,onMeasureDragConstraints:t}=this.getProps();if(!e||!nh(e))return!1;const n=e.current,{projection:o}=this.visualElement;if(!o||!o.layout)return!1;const r=function(e,t,n){const o=Ay(e,n),{scroll:r}=t;return r&&(fy(o.x,r.offset.x),fy(o.y,r.offset.y)),o}(n,o.root,this.visualElement.getTransformPagePoint());let a=function(e,t){return{x:ty(e.x,t.x),y:ty(e.y,t.y)}}(o.layout.layoutBox,r);if(t){const e=t(function({x:e,y:t}){return{top:t.min,right:e.max,bottom:t.max,left:e.min}}(a));this.hasMutatedConstraints=!!e,e&&(a=iy(e))}return a}startAnimation(e){const{drag:t,dragMomentum:n,dragElastic:o,dragTransition:r,dragSnapToOrigin:a,onDragTransitionEnd:i}=this.getProps(),l=this.constraints||{},s=ay((i=>{if(!qy(i,t,this.currentDirection))return;let s=(null==l?void 0:l[i])||{};a&&(s={min:0,max:0});const c=o?200:1e6,u=o?40:1e7,p={type:"inertia",velocity:n?e[i]:0,bounceStiffness:c,bounceDamping:u,timeConstant:750,restDelta:1,restSpeed:10,...r,...s};return this.startAxisValueAnimation(i,p)}));return Promise.all(s).then(i)}startAxisValueAnimation(e,t){const n=this.getAxisMotionValue(e);return n.start(kA(e,n,0,t))}stopAnimation(){ay((e=>this.getAxisMotionValue(e).stop()))}getAxisMotionValue(e){var t;const n="_drag"+e.toUpperCase(),o=this.visualElement.getProps()[n];return o||this.visualElement.getValue(e,(null===(t=this.visualElement.getProps().initial)||void 0===t?void 0:t[e])||0)}snapToCursor(e){ay((t=>{const{drag:n}=this.getProps();if(!qy(t,n,this.currentDirection))return;const{projection:o}=this.visualElement,r=this.getAxisMotionValue(t);if(o&&o.layout){const{min:n,max:a}=o.layout.layoutBox[t];r.set(e[t]-Av(n,a,.5))}}))}scalePositionWithinConstraints(){var e;if(!this.visualElement.current)return;const{drag:t,dragConstraints:n}=this.getProps(),{projection:o}=this.visualElement;if(!nh(n)||!o||!this.constraints)return;this.stopAnimation();const r={x:0,y:0};ay((e=>{const t=this.getAxisMotionValue(e);if(t){const n=t.get();r[e]=function(e,t){let n=.5;const o=UA(e),r=UA(t);return r>o?n=Cv(t.min,t.max-o,e.min):o>r&&(n=Cv(e.min,e.max-r,t.min)),Rh(0,1,n)}({min:n,max:n},this.constraints[e])}}));const{transformTemplate:a}=this.visualElement.getProps();this.visualElement.current.style.transform=a?a({},""):"none",null===(e=o.root)||void 0===e||e.updateScroll(),o.updateLayout(),this.resolveConstraints(),ay((e=>{if(!qy(e,t,null))return;const n=this.getAxisMotionValue(e),{min:o,max:a}=this.constraints[e];n.set(Av(o,a,r[e]))}))}addListeners(){var e;if(!this.visualElement.current)return;yy.set(this.visualElement,this);const t=Hg(this.visualElement.current,"pointerdown",(e=>{const{drag:t,dragListener:n=!0}=this.getProps();t&&n&&this.start(e)})),n=()=>{const{dragConstraints:e}=this.getProps();nh(e)&&(this.constraints=this.resolveRefConstraints())},{projection:o}=this.visualElement,r=o.addEventListener("measure",n);o&&!o.layout&&(null===(e=o.root)||void 0===e||e.updateScroll(),o.updateLayout()),n();const a=Wg(window,"resize",(()=>this.scalePositionWithinConstraints())),i=o.addEventListener("didUpdate",(({delta:e,hasLayoutChanged:t})=>{this.isDragging&&t&&(ay((t=>{const n=this.getAxisMotionValue(t);n&&(this.originPoint[t]+=e[t].translate,n.set(n.get()+e[t].translate))})),this.visualElement.render())}));return()=>{a(),t(),r(),null==i||i()}}getProps(){const e=this.visualElement.getProps(),{drag:t=!1,dragDirectionLock:n=!1,dragPropagation:o=!1,dragConstraints:r=!1,dragElastic:a=ny,dragMomentum:i=!0}=e;return{...e,drag:t,dragDirectionLock:n,dragPropagation:o,dragConstraints:r,dragElastic:a,dragMomentum:i}}}function qy(e,t,n){return!(!0!==t&&t!==e||null!==n&&n!==e)}const ky={pan:cO((function({onPan:e,onPanStart:t,onPanEnd:n,onPanSessionStart:o,visualElement:r}){const a=e||t||n||o,i=(0,Bt.useRef)(null),{transformPagePoint:l}=(0,Bt.useContext)(Kf),s={onSessionStart:o,onStart:t,onMove:e,onEnd:(e,t)=>{i.current=null,n&&n(e,t)}};(0,Bt.useEffect)((()=>{null!==i.current&&i.current.updateHandlers(s)})),Fg(r,"pointerdown",a&&function(e){i.current=new PA(e,s,{transformPagePoint:l})}),Kg((()=>i.current&&i.current.end()))})),drag:cO((function(e){const{dragControls:t,visualElement:n}=e,o=dh((()=>new _y(n)));(0,Bt.useEffect)((()=>t&&t.subscribe(o)),[o,t]),(0,Bt.useEffect)((()=>o.addListeners()),[o])}))};function wy(e){return"string"==typeof e&&e.startsWith("var(--")}const Ey=/var\((--[a-zA-Z0-9-_]+),? ?([a-zA-Z0-9 ()%#.,-]+)?\)/;function Wy(e,t,n=1){const[o,r]=function(e){const t=Ey.exec(e);if(!t)return[,];const[,n,o]=t;return[n,o]}(e);if(!o)return;const a=window.getComputedStyle(t).getPropertyValue(o);return a?a.trim():wy(r)?Wy(r,t,n+1):r}const Ly=new Set(["width","height","top","left","right","bottom","x","y"]),xy=e=>Ly.has(e),Cy=(e,t)=>{e.set(t,!1),e.set(t)},Ry=e=>e===Sh||e===jh;var Sy;!function(e){e.width="width",e.height="height",e.left="left",e.right="right",e.top="top",e.bottom="bottom"}(Sy||(Sy={}));const Ny=(e,t)=>parseFloat(e.split(", ")[t]),Ty=(e,t)=>(n,{transform:o})=>{if("none"===o||!o)return 0;const r=o.match(/^matrix3d\((.+)\)$/);if(r)return Ny(r[1],t);{const t=o.match(/^matrix\((.+)\)$/);return t?Ny(t[1],e):0}},By=new Set(["x","y","z"]),Dy=qh.filter((e=>!By.has(e)));const Iy={width:({x:e},{paddingLeft:t="0",paddingRight:n="0"})=>e.max-e.min-parseFloat(t)-parseFloat(n),height:({y:e},{paddingTop:t="0",paddingBottom:n="0"})=>e.max-e.min-parseFloat(t)-parseFloat(n),top:(e,{top:t})=>parseFloat(t),left:(e,{left:t})=>parseFloat(t),bottom:({y:e},{top:t})=>parseFloat(t)+(e.max-e.min),right:({x:e},{left:t})=>parseFloat(t)+(e.max-e.min),x:Ty(4,13),y:Ty(5,14)},Py=(e,t,n={},o={})=>{t={...t},o={...o};const r=Object.keys(t).filter(xy);let a=[],i=!1;const l=[];if(r.forEach((r=>{const s=e.getValue(r);if(!e.hasValue(r))return;let c=n[r],u=av(c);const p=t[r];let d;if(vg(p)){const e=p.length,t=null===p[0]?1:0;c=p[t],u=av(c);for(let n=t;n{const o=e.getValue(n);void 0!==o&&(t.push([n,o.get()]),o.set(n.startsWith("scale")?1:0))})),t.length&&e.render(),t}(e),i=!0),l.push(r),o[r]=void 0!==o[r]?o[r]:t[r],Cy(s,p))})),l.length){const n=l.indexOf("height")>=0?window.pageYOffset:null,r=((e,t,n)=>{const o=t.measureViewportBox(),r=t.current,a=getComputedStyle(r),{display:i}=a,l={};"none"===i&&t.setStaticValue("display",e.display||"block"),n.forEach((e=>{l[e]=Iy[e](o,a)})),t.render();const s=t.measureViewportBox();return n.forEach((n=>{const o=t.getValue(n);Cy(o,l[n]),e[n]=Iy[n](s,a)})),e})(t,e,l);return a.length&&a.forEach((([t,n])=>{e.getValue(t).set(n)})),e.render(),Vf&&null!==n&&window.scrollTo({top:n}),{target:r,transitionEnd:o}}return{target:t,transitionEnd:o}};function Hy(e,t,n,o){return(e=>Object.keys(e).some(xy))(t)?Py(e,t,n,o):{target:t,transitionEnd:o}}const Fy=(e,t,n,o)=>{const r=function(e,{...t},n){const o=e.current;if(!(o instanceof Element))return{target:t,transitionEnd:n};n&&(n={...n}),e.values.forEach((e=>{const t=e.get();if(!wy(t))return;const n=Wy(t,o);n&&e.set(n)}));for(const e in t){const r=t[e];if(!wy(r))continue;const a=Wy(r,o);a&&(t[e]=a,n&&void 0===n[e]&&(n[e]=r))}return{target:t,transitionEnd:n}}(e,t,o);return Hy(e,t=r.target,n,o=r.transitionEnd)};const Yy=Object.keys(ph),Xy=Yy.length,jy=["AnimationStart","AnimationComplete","Update","Unmount","BeforeLayoutMeasure","LayoutMeasure","LayoutAnimationStart","LayoutAnimationComplete"];const Vy=["initial",...xA],Uy=Vy.length;class $y extends class{constructor({parent:e,props:t,reducedMotionConfig:n,visualState:o},r={}){this.current=null,this.children=new Set,this.isVariantNode=!1,this.isControllingVariants=!1,this.shouldReduceMotion=null,this.values=new Map,this.isPresent=!0,this.valueSubscriptions=new Map,this.prevMotionValues={},this.events={},this.propEventSubscriptions={},this.notifyUpdate=()=>this.notify("Update",this.latestValues),this.render=()=>{this.current&&(this.triggerBuild(),this.renderInstance(this.current,this.renderState,this.props.style,this.projection))},this.scheduleRender=()=>_O.render(this.render,!1,!0);const{latestValues:a,renderState:i}=o;this.latestValues=a,this.baseTarget={...a},this.initialValues=t.initial?{...a}:{},this.renderState=i,this.parent=e,this.props=t,this.depth=e?e.depth+1:0,this.reducedMotionConfig=n,this.options=r,this.isControllingVariants=ih(t),this.isVariantNode=lh(t),this.isVariantNode&&(this.variantChildren=new Set),this.manuallyAnimateOnMount=Boolean(e&&e.current);const{willChange:l,...s}=this.scrapeMotionValuesFromProps(t);for(const e in s){const t=s[e];void 0!==a[e]&&Eh(t)&&(t.set(a[e],!1),dv(l)&&l.add(e))}}scrapeMotionValuesFromProps(e){return{}}mount(e){var t;this.current=e,this.projection&&this.projection.mount(e),this.parent&&this.isVariantNode&&!this.isControllingVariants&&(this.removeFromVariantTree=null===(t=this.parent)||void 0===t?void 0:t.addVariantChild(this)),this.values.forEach(((e,t)=>this.bindToMotionValue(t,e))),$f.current||Gf(),this.shouldReduceMotion="never"!==this.reducedMotionConfig&&("always"===this.reducedMotionConfig||Uf.current),this.parent&&this.parent.children.add(this),this.setProps(this.props)}unmount(){var e,t,n;null===(e=this.projection)||void 0===e||e.unmount(),qO.update(this.notifyUpdate),qO.render(this.render),this.valueSubscriptions.forEach((e=>e())),null===(t=this.removeFromVariantTree)||void 0===t||t.call(this),null===(n=this.parent)||void 0===n||n.children.delete(this);for(const e in this.events)this.events[e].clear();this.current=null}bindToMotionValue(e,t){const n=kh.has(e),o=t.on("change",(t=>{this.latestValues[e]=t,this.props.onUpdate&&_O.update(this.notifyUpdate,!1,!0),n&&this.projection&&(this.projection.isTransformDirty=!0)})),r=t.on("renderRequest",this.scheduleRender);this.valueSubscriptions.set(e,(()=>{o(),r()}))}sortNodePosition(e){return this.current&&this.sortInstanceNodePosition&&this.type===e.type?this.sortInstanceNodePosition(this.current,e.current):0}loadFeatures(e,t,n,o,r,a){const i=[];for(let t=0;tthis.scheduleRender(),animationType:"string"==typeof n?n:"both",initialPromotionConfig:a,layoutScroll:s})}return i}triggerBuild(){this.build(this.renderState,this.latestValues,this.options,this.props)}measureViewportBox(){return this.current?this.measureInstanceViewportBox(this.current,this.props):{x:{min:0,max:0},y:{min:0,max:0}}}getStaticValue(e){return this.latestValues[e]}setStaticValue(e,t){this.latestValues[e]=t}makeTargetAnimatable(e,t=!0){return this.makeTargetAnimatableFromInstance(e,this.props,t)}setProps(e){(e.transformTemplate||this.props.transformTemplate)&&this.scheduleRender(),this.props=e;for(let t=0;tn.variantChildren.delete(e)}addValue(e,t){this.hasValue(e)&&this.removeValue(e),this.values.set(e,t),this.latestValues[e]=t.get(),this.bindToMotionValue(e,t)}removeValue(e){var t;this.values.delete(e),null===(t=this.valueSubscriptions.get(e))||void 0===t||t(),this.valueSubscriptions.delete(e),delete this.latestValues[e],this.removeValueFromRenderState(e,this.renderState)}hasValue(e){return this.values.has(e)}getValue(e,t){if(this.props.values&&this.props.values[e])return this.props.values[e];let n=this.values.get(e);return void 0===n&&void 0!==t&&(n=NO(t,{owner:this}),this.addValue(e,n)),n}readValue(e){return void 0===this.latestValues[e]&&this.current?this.readValueFromInstance(this.current,e,this.options):this.latestValues[e]}setBaseTarget(e,t){this.baseTarget[e]=t}getBaseTarget(e){var t;const{initial:n}=this.props,o="string"==typeof n||"object"==typeof n?null===(t=Og(this.props,n))||void 0===t?void 0:t[e]:void 0;if(n&&void 0!==o)return o;const r=this.getBaseTargetFromProps(this.props,e);return void 0===r||Eh(r)?void 0!==this.initialValues[e]&&void 0===o?void 0:this.baseTarget[e]:r}on(e,t){return this.events[e]||(this.events[e]=new CO),this.events[e].add(t)}notify(e,...t){var n;null===(n=this.events[e])||void 0===n||n.notify(...t)}}{sortInstanceNodePosition(e,t){return 2&e.compareDocumentPosition(t)?1:-1}getBaseTargetFromProps(e,t){var n;return null===(n=e.style)||void 0===n?void 0:n[t]}removeValueFromRenderState(e,{vars:t,style:n}){delete t[e],delete n[e]}makeTargetAnimatableFromInstance({transition:e,transitionEnd:t,...n},{transformValues:o},r){let a=function(e,t,n){var o;const r={};for(const a in e){const e=pv(a,t);r[a]=void 0!==e?e:null===(o=n.getValue(a))||void 0===o?void 0:o.get()}return r}(n,e||{},this);if(o&&(t&&(t=o(t)),n&&(n=o(n)),a&&(a=o(a))),r){!function(e,t,n){var o,r;const a=Object.keys(t).filter((t=>!e.hasValue(t))),i=a.length;if(i)for(let l=0;lyh(e)?new Ky(t,{enableHardwareAcceleration:!1}):new Gy(t,{enableHardwareAcceleration:!0});function Zy(e,t){return t.max===t.min?0:e/(t.max-t.min)*100}const Qy={correct:(e,t)=>{if(!t.target)return e;if("string"==typeof e){if(!jh.test(e))return e;e=parseFloat(e)}return`${Zy(e,t.target.x)}% ${Zy(e,t.target.y)}%`}},e_="_$css",t_={correct:(e,{treeScale:t,projectionDelta:n})=>{const o=e,r=e.includes("var("),a=[];r&&(e=e.replace(Ey,(e=>(a.push(e),e_))));const i=GO.parse(e);if(i.length>5)return o;const l=GO.createTransformer(e),s="number"!=typeof i[0]?1:0,c=n.x.scale*t.x,u=n.y.scale*t.y;i[0+s]/=c,i[1+s]/=u;const p=Av(c,u,.5);"number"==typeof i[2+s]&&(i[2+s]/=p),"number"==typeof i[3+s]&&(i[3+s]/=p);let d=l(i);if(r){let e=0;d=d.replace(e_,(()=>{const t=a[e];return e++,t}))}return d}};class n_ extends Bt.Component{componentDidMount(){const{visualElement:e,layoutGroup:t,switchLayoutGroup:n,layoutId:o}=this.props,{projection:r}=e;var a;a=o_,Object.assign(_h,a),r&&(t.group&&t.group.add(r),n&&n.register&&o&&n.register(r),r.root.didUpdate(),r.addEventListener("animationComplete",(()=>{this.safeToRemove()})),r.setOptions({...r.options,onExitComplete:()=>this.safeToRemove()})),bh.hasEverUpdated=!0}getSnapshotBeforeUpdate(e){const{layoutDependency:t,visualElement:n,drag:o,isPresent:r}=this.props,a=n.projection;return a?(a.isPresent=r,o||e.layoutDependency!==t||void 0===t?a.willUpdate():this.safeToRemove(),e.isPresent!==r&&(r?a.promote():a.relegate()||_O.postRender((()=>{var e;(null===(e=a.getStack())||void 0===e?void 0:e.members.length)||this.safeToRemove()}))),null):null}componentDidUpdate(){const{projection:e}=this.props.visualElement;e&&(e.root.didUpdate(),!e.currentAnimation&&e.isLead()&&this.safeToRemove())}componentWillUnmount(){const{visualElement:e,layoutGroup:t,switchLayoutGroup:n}=this.props,{projection:o}=e;o&&(o.scheduleCheckAfterUnmount(),(null==t?void 0:t.group)&&t.group.remove(o),(null==n?void 0:n.deregister)&&n.deregister(o))}safeToRemove(){const{safeToRemove:e}=this.props;null==e||e()}render(){return null}}const o_={borderRadius:{...Qy,applyTo:["borderTopLeftRadius","borderTopRightRadius","borderBottomLeftRadius","borderBottomRightRadius"]},borderTopLeftRadius:Qy,borderTopRightRadius:Qy,borderBottomLeftRadius:Qy,borderBottomRightRadius:Qy,boxShadow:t_},r_={measureLayout:function(e){const[t,n]=pO(),o=(0,Bt.useContext)(Mh);return Bt.createElement(n_,{...e,layoutGroup:o,switchLayoutGroup:(0,Bt.useContext)(fh),isPresent:t,safeToRemove:n})}};const a_=["TopLeft","TopRight","BottomLeft","BottomRight"],i_=a_.length,l_=e=>"string"==typeof e?parseFloat(e):e,s_=e=>"number"==typeof e||jh.test(e);function c_(e,t){return void 0!==e[t]?e[t]:e.borderRadius}const u_=d_(0,.5,Pv),p_=d_(.5,.95,Tv);function d_(e,t,n){return o=>ot?1:n(Cv(e,t,o))}function b_(e,t){e.min=t.min,e.max=t.max}function m_(e,t){b_(e.x,t.x),b_(e.y,t.y)}function M_(e,t,n,o,r){return e=dy(e-=t,1/n,o),void 0!==r&&(e=dy(e,1/r,o)),e}function z_(e,t,[n,o,r],a,i){!function(e,t=0,n=1,o=.5,r,a=e,i=e){Xh.test(t)&&(t=parseFloat(t),t=Av(i.min,i.max,t/100)-i.min);if("number"!=typeof t)return;let l=Av(a.min,a.max,o);e===a&&(l-=t),e.min=M_(e.min,t,n,l,r),e.max=M_(e.max,t,n,l,r)}(e,t[n],t[o],t[r],t.scale,a,i)}const f_=["x","scaleX","originX"],h_=["y","scaleY","originY"];function g_(e,t,n,o){z_(e.x,t,f_,null==n?void 0:n.x,null==o?void 0:o.x),z_(e.y,t,h_,null==n?void 0:n.y,null==o?void 0:o.y)}function O_(e){return 0===e.translate&&1===e.scale}function v_(e){return O_(e.x)&&O_(e.y)}function A_(e,t){return e.x.min===t.x.min&&e.x.max===t.x.max&&e.y.min===t.y.min&&e.y.max===t.y.max}function y_(e){return UA(e.x)/UA(e.y)}class __{constructor(){this.members=[]}add(e){LO(this.members,e),e.scheduleRender()}remove(e){if(xO(this.members,e),e===this.prevLead&&(this.prevLead=void 0),e===this.lead){const e=this.members[this.members.length-1];e&&this.promote(e)}}relegate(e){const t=this.members.findIndex((t=>e===t));if(0===t)return!1;let n;for(let e=t;e>=0;e--){const t=this.members[e];if(!1!==t.isPresent){n=t;break}}return!!n&&(this.promote(n),!0)}promote(e,t){var n;const o=this.lead;if(e!==o&&(this.prevLead=o,this.lead=e,e.show(),o)){o.instance&&o.scheduleRender(),e.scheduleRender(),e.resumeFrom=o,t&&(e.resumeFrom.preserveOpacity=!0),o.snapshot&&(e.snapshot=o.snapshot,e.snapshot.latestValues=o.animationValues||o.latestValues),(null===(n=e.root)||void 0===n?void 0:n.isUpdating)&&(e.isLayoutDirty=!0);const{crossfade:r}=e.options;!1===r&&o.hide()}}exitAnimationComplete(){this.members.forEach((e=>{var t,n,o,r,a;null===(n=(t=e.options).onExitComplete)||void 0===n||n.call(t),null===(a=null===(o=e.resumingFrom)||void 0===o?void 0:(r=o.options).onExitComplete)||void 0===a||a.call(r)}))}scheduleRender(){this.members.forEach((e=>{e.instance&&e.scheduleRender(!1)}))}removeLeadSnapshot(){this.lead&&this.lead.snapshot&&(this.lead.snapshot=void 0)}}function q_(e,t,n){let o="";const r=e.x.translate/t.x,a=e.y.translate/t.y;if((r||a)&&(o=`translate3d(${r}px, ${a}px, 0) `),1===t.x&&1===t.y||(o+=`scale(${1/t.x}, ${1/t.y}) `),n){const{rotate:e,rotateX:t,rotateY:r}=n;e&&(o+=`rotate(${e}deg) `),t&&(o+=`rotateX(${t}deg) `),r&&(o+=`rotateY(${r}deg) `)}const i=e.x.scale*t.x,l=e.y.scale*t.y;return 1===i&&1===l||(o+=`scale(${i}, ${l})`),o||"none"}const k_=(e,t)=>e.depth-t.depth;class w_{constructor(){this.children=[],this.isDirty=!1}add(e){LO(this.children,e),this.isDirty=!0}remove(e){xO(this.children,e),this.isDirty=!0}forEach(e){this.isDirty&&this.children.sort(k_),this.isDirty=!1,this.children.forEach(e)}}const E_=["","X","Y","Z"];let W_=0;function L_({attachResizeListener:e,defaultParent:t,measureScroll:n,checkIsScrollRoot:o,resetTransform:r}){return class{constructor(e,n={},o=(null==t?void 0:t())){this.id=W_++,this.animationId=0,this.children=new Set,this.options={},this.isTreeAnimating=!1,this.isAnimationBlocked=!1,this.isLayoutDirty=!1,this.isTransformDirty=!1,this.isProjectionDirty=!1,this.updateManuallyBlocked=!1,this.updateBlockedByResize=!1,this.isUpdating=!1,this.isSVG=!1,this.needsReset=!1,this.shouldResetTransform=!1,this.treeScale={x:1,y:1},this.eventHandlers=new Map,this.potentialNodes=new Map,this.checkUpdateFailed=()=>{this.isUpdating&&(this.isUpdating=!1,this.clearAllSnapshots())},this.updateProjection=()=>{this.nodes.forEach(R_),this.nodes.forEach(D_),this.nodes.forEach(I_)},this.hasProjected=!1,this.isVisible=!0,this.animationProgress=0,this.sharedNodes=new Map,this.elementId=e,this.latestValues=n,this.root=o?o.root||o:this,this.path=o?[...o.path,o]:[],this.parent=o,this.depth=o?o.depth+1:0,e&&this.root.registerPotentialNode(e,this);for(let e=0;ethis.root.updateBlockedByResize=!1;e(t,(()=>{this.root.updateBlockedByResize=!0,n&&n(),n=uA(o,250),bh.hasAnimatedSinceResize&&(bh.hasAnimatedSinceResize=!1,this.nodes.forEach(B_))}))}r&&this.root.registerSharedNode(r,this),!1!==this.options.animate&&i&&(r||a)&&this.addEventListener("didUpdate",(({delta:e,hasLayoutChanged:t,hasRelativeTargetChanged:n,layout:o})=>{var r,a,l,s,c;if(this.isTreeAnimationBlocked())return this.target=void 0,void(this.relativeTarget=void 0);const u=null!==(a=null!==(r=this.options.transition)&&void 0!==r?r:i.getDefaultTransition())&&void 0!==a?a:j_,{onLayoutAnimationStart:p,onLayoutAnimationComplete:d}=i.getProps(),b=!this.targetLayout||!A_(this.targetLayout,o)||n,m=!t&&n;if((null===(l=this.resumeFrom)||void 0===l?void 0:l.instance)||m||t&&(b||!this.currentAnimation)){this.resumeFrom&&(this.resumingFrom=this.resumeFrom,this.resumingFrom.resumingFrom=void 0),this.setAnimationOrigin(e,m);const t={...vA(u,"layout"),onPlay:p,onComplete:d};i.shouldReduceMotion&&(t.delay=0,t.type=!1),this.startAnimation(t)}else t||0!==this.animationProgress||B_(this),this.isLead()&&(null===(c=(s=this.options).onExitComplete)||void 0===c||c.call(s));this.targetLayout=o}))}unmount(){var e,t;this.options.layoutId&&this.willUpdate(),this.root.nodes.remove(this),null===(e=this.getStack())||void 0===e||e.remove(this),null===(t=this.parent)||void 0===t||t.children.delete(this),this.instance=void 0,qO.preRender(this.updateProjection)}blockUpdate(){this.updateManuallyBlocked=!0}unblockUpdate(){this.updateManuallyBlocked=!1}isUpdateBlocked(){return this.updateManuallyBlocked||this.updateBlockedByResize}isTreeAnimationBlocked(){var e;return this.isAnimationBlocked||(null===(e=this.parent)||void 0===e?void 0:e.isTreeAnimationBlocked())||!1}startUpdate(){var e;this.isUpdateBlocked()||(this.isUpdating=!0,null===(e=this.nodes)||void 0===e||e.forEach(P_),this.animationId++)}willUpdate(e=!0){var t,n,o;if(this.root.isUpdateBlocked())return void(null===(n=(t=this.options).onExitComplete)||void 0===n||n.call(t));if(!this.root.isUpdating&&this.root.startUpdate(),this.isLayoutDirty)return;this.isLayoutDirty=!0;for(let e=0;e{this.isLayoutDirty?this.root.didUpdate():this.root.checkUpdateFailed()}))}updateSnapshot(){!this.snapshot&&this.instance&&(this.snapshot=this.measure())}updateLayout(){var e;if(!this.instance)return;if(this.updateScroll(),!(this.options.alwaysMeasureLayout&&this.isLead()||this.isLayoutDirty))return;if(this.resumeFrom&&!this.resumeFrom.instance)for(let e=0;e{var n;const o=t/1e3;F_(l.x,e.x,o),F_(l.y,e.y,o),this.setTargetDelta(l),this.relativeTarget&&this.relativeTargetOrigin&&this.layout&&(null===(n=this.relativeParent)||void 0===n?void 0:n.layout)&&(QA(s,this.layout.layoutBox,this.relativeParent.layout.layoutBox),function(e,t,n,o){Y_(e.x,t.x,n.x,o),Y_(e.y,t.y,n.y,o)}(this.relativeTarget,this.relativeTargetOrigin,s,o)),c&&(this.animationValues=i,function(e,t,n,o,r,a){r?(e.opacity=Av(0,void 0!==n.opacity?n.opacity:1,u_(o)),e.opacityExit=Av(void 0!==t.opacity?t.opacity:1,0,p_(o))):a&&(e.opacity=Av(void 0!==t.opacity?t.opacity:1,void 0!==n.opacity?n.opacity:1,o));for(let r=0;r{bh.hasAnimatedSinceResize=!0,this.currentAnimation=function(e,t,n={}){const o=Eh(e)?e:NO(e);return o.start(kA("",o,t,n)),{stop:()=>o.stop(),isAnimating:()=>o.isAnimating()}}(0,1e3,{...e,onUpdate:t=>{var n;this.mixTargetDelta(t),null===(n=e.onUpdate)||void 0===n||n.call(e,t)},onComplete:()=>{var t;null===(t=e.onComplete)||void 0===t||t.call(e),this.completeAnimation()}}),this.resumingFrom&&(this.resumingFrom.currentAnimation=this.currentAnimation),this.pendingAnimation=void 0}))}completeAnimation(){var e;this.resumingFrom&&(this.resumingFrom.currentAnimation=void 0,this.resumingFrom.preserveOpacity=void 0),null===(e=this.getStack())||void 0===e||e.exitAnimationComplete(),this.resumingFrom=this.currentAnimation=this.animationValues=void 0,this.notifyListeners("animationComplete")}finishAnimation(){var e;this.currentAnimation&&(null===(e=this.mixTargetDelta)||void 0===e||e.call(this,1e3),this.currentAnimation.stop()),this.completeAnimation()}applyTransformsToTarget(){const e=this.getLead();let{targetWithTransforms:t,target:n,layout:o,latestValues:r}=e;if(t&&n&&o){if(this!==e&&this.layout&&o&&$_(this.options.animationType,this.layout.layoutBox,o.layoutBox)){n=this.target||{x:{min:0,max:0},y:{min:0,max:0}};const t=UA(this.layout.layoutBox.x);n.x.min=e.target.x.min,n.x.max=n.x.min+t;const o=UA(this.layout.layoutBox.y);n.y.min=e.target.y.min,n.y.max=n.y.min+o}m_(t,n),vy(t,r),KA(this.projectionDeltaWithTransform,this.layoutCorrected,t,r)}}registerSharedNode(e,t){var n,o,r;this.sharedNodes.has(e)||this.sharedNodes.set(e,new __);this.sharedNodes.get(e).add(t),t.promote({transition:null===(n=t.options.initialPromotionConfig)||void 0===n?void 0:n.transition,preserveFollowOpacity:null===(r=null===(o=t.options.initialPromotionConfig)||void 0===o?void 0:o.shouldPreserveFollowOpacity)||void 0===r?void 0:r.call(o,t)})}isLead(){const e=this.getStack();return!e||e.lead===this}getLead(){var e;const{layoutId:t}=this.options;return t&&(null===(e=this.getStack())||void 0===e?void 0:e.lead)||this}getPrevLead(){var e;const{layoutId:t}=this.options;return t?null===(e=this.getStack())||void 0===e?void 0:e.prevLead:void 0}getStack(){const{layoutId:e}=this.options;if(e)return this.root.sharedNodes.get(e)}promote({needsReset:e,transition:t,preserveFollowOpacity:n}={}){const o=this.getStack();o&&o.promote(this,n),e&&(this.projectionDelta=void 0,this.needsReset=!0),t&&this.setOptions({transition:t})}relegate(){const e=this.getStack();return!!e&&e.relegate(this)}resetRotation(){const{visualElement:e}=this.options;if(!e)return;let t=!1;const{latestValues:n}=e;if((n.rotate||n.rotateX||n.rotateY||n.rotateZ)&&(t=!0),!t)return;const o={};for(let t=0;t{var t;return null===(t=e.currentAnimation)||void 0===t?void 0:t.stop()})),this.root.nodes.forEach(N_),this.root.sharedNodes.clear()}}}function x_(e){e.updateLayout()}function C_(e){var t,n,o;const r=(null===(t=e.resumeFrom)||void 0===t?void 0:t.snapshot)||e.snapshot;if(e.isLead()&&e.layout&&r&&e.hasListeners("didUpdate")){const{layoutBox:t,measuredBox:n}=e.layout,{animationType:o}=e.options,a=r.source!==e.layout.source;"size"===o?ay((e=>{const n=a?r.measuredBox[e]:r.layoutBox[e],o=UA(n);n.min=t[e].min,n.max=n.min+o})):$_(o,r.layoutBox,t)&&ay((e=>{const n=a?r.measuredBox[e]:r.layoutBox[e],o=UA(t[e]);n.max=n.min+o}));const i={x:{translate:0,scale:1,origin:0,originPoint:0},y:{translate:0,scale:1,origin:0,originPoint:0}};KA(i,t,r.layoutBox);const l={x:{translate:0,scale:1,origin:0,originPoint:0},y:{translate:0,scale:1,origin:0,originPoint:0}};a?KA(l,e.applyTransform(n,!0),r.measuredBox):KA(l,t,r.layoutBox);const s=!v_(i);let c=!1;if(!e.resumeFrom){const n=e.getClosestProjectingParent();if(n&&!n.resumeFrom){const{snapshot:e,layout:o}=n;if(e&&o){const n={x:{min:0,max:0},y:{min:0,max:0}};QA(n,r.layoutBox,e.layoutBox);const a={x:{min:0,max:0},y:{min:0,max:0}};QA(a,t,o.layoutBox),A_(n,a)||(c=!0)}}}e.notifyListeners("didUpdate",{layout:t,snapshot:r,delta:l,layoutDelta:i,hasLayoutChanged:s,hasRelativeTargetChanged:c})}else e.isLead()&&(null===(o=(n=e.options).onExitComplete)||void 0===o||o.call(n));e.options.transition=void 0}function R_(e){e.isProjectionDirty||(e.isProjectionDirty=Boolean(e.parent&&e.parent.isProjectionDirty)),e.isTransformDirty||(e.isTransformDirty=Boolean(e.parent&&e.parent.isTransformDirty))}function S_(e){e.clearSnapshot()}function N_(e){e.clearMeasurements()}function T_(e){const{visualElement:t}=e.options;(null==t?void 0:t.getProps().onBeforeLayoutMeasure)&&t.notify("BeforeLayoutMeasure"),e.resetTransform()}function B_(e){e.finishAnimation(),e.targetDelta=e.relativeTarget=e.target=void 0}function D_(e){e.resolveTargetDelta()}function I_(e){e.calcProjection()}function P_(e){e.resetRotation()}function H_(e){e.removeLeadSnapshot()}function F_(e,t,n){e.translate=Av(t.translate,0,n),e.scale=Av(t.scale,1,n),e.origin=t.origin,e.originPoint=t.originPoint}function Y_(e,t,n,o){e.min=Av(t.min,n.min,o),e.max=Av(t.max,n.max,o)}function X_(e){return e.animationValues&&void 0!==e.animationValues.opacityExit}const j_={duration:.45,ease:[.4,0,.1,1]};function V_(e,t){let n=e.root;for(let t=e.path.length-1;t>=0;t--)if(Boolean(e.path[t].instance)){n=e.path[t];break}const o=(n&&n!==e.root?n.instance:document).querySelector(`[data-projection-id="${t}"]`);o&&e.mount(o,!0)}function U_(e){e.min=Math.round(e.min),e.max=Math.round(e.max)}function $_(e,t,n){return"position"===e||"preserve-aspect"===e&&!$A(y_(t),y_(n),.2)}const G_=L_({attachResizeListener:(e,t)=>Wg(e,"resize",t),measureScroll:()=>({x:document.documentElement.scrollLeft||document.body.scrollLeft,y:document.documentElement.scrollTop||document.body.scrollTop}),checkIsScrollRoot:()=>!0}),K_={current:void 0},J_=L_({measureScroll:e=>({x:e.scrollLeft,y:e.scrollTop}),defaultParent:()=>{if(!K_.current){const e=new G_(0,{});e.mount(window),e.setOptions({layoutScroll:!0}),K_.current=e}return K_.current},resetTransform:(e,t)=>{e.style.transform=void 0!==t?t:"none"},checkIsScrollRoot:e=>Boolean("fixed"===window.getComputedStyle(e).position)}),Z_={...DA,...uO,...ky,...r_},Q_=vh(((e,t)=>function(e,{forwardMotionProps:t=!1},n,o,r){return{...yh(e)?kg:wg,preloadedFeatures:n,useRender:bg(t),createVisualElement:o,projectionNodeConstructor:r,Component:e}}(e,t,Z_,Jy,J_)));function eq(e){const t=(0,Bt.useMemo)((()=>{const t=function(e){return e&&"undefined"!=typeof window&&"function"==typeof window.matchMedia?window.matchMedia(e):null}(e);return{subscribe:e=>t?(t.addEventListener("change",e),()=>{t.removeEventListener("change",e)}):()=>{},getValue(){var e;return null!==(e=null==t?void 0:t.matches)&&void 0!==e&&e}}}),[e]);return(0,Bt.useSyncExternalStore)(t.subscribe,t.getValue,(()=>!1))}const tq={huge:1440,wide:1280,large:960,medium:782,small:600,mobile:480},nq={">=":"min-width","<":"max-width"},oq={">=":(e,t)=>t>=e,"<":(e,t)=>t1&&void 0!==arguments[1]?arguments[1]:">=";const n=(0,Bt.useContext)(rq),o=!n&&`(${nq[t]}: ${tq[e]}px)`,r=eq(o||void 0);return n?oq[t](tq[e],n):r};aq.__experimentalWidthProvider=rq.Provider;const iq=aq;function lq(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:null;if(!e){if("undefined"==typeof window)return!1;e=window}const{platform:t}=e.navigator;return-1!==t.indexOf("Mac")||["iPad","iPhone"].includes(t)}const sq=8,cq=13,uq=27,pq=35,dq=36,bq=37,mq=38,Mq=39,zq=40,fq=46,hq="alt",gq="ctrl",Oq="meta",vq="shift";function Aq(e,t){return Object.fromEntries(Object.entries(e).map((e=>{let[n,o]=e;return[n,t(o)]})))}const yq={primary:e=>e()?[Oq]:[gq],primaryShift:e=>e()?[vq,Oq]:[gq,vq],primaryAlt:e=>e()?[hq,Oq]:[gq,hq],secondary:e=>e()?[vq,hq,Oq]:[gq,vq,hq],access:e=>e()?[gq,hq]:[vq,hq],ctrl:()=>[gq],alt:()=>[hq],ctrlShift:()=>[gq,vq],shift:()=>[vq],shiftAlt:()=>[vq,hq],undefined:()=>[]},_q=Aq(yq,(e=>function(t){let n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:lq;return[...e(n),t.toLowerCase()].join("+")})),qq=Aq(yq,(e=>function(t){let n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:lq;const o=n(),r={[hq]:o?"⌥":"Alt",[gq]:o?"⌃":"Ctrl",[Oq]:"⌘",[vq]:o?"⇧":"Shift"},a=e(n).reduce(((e,t)=>{var n;const a=null!==(n=r[t])&&void 0!==n?n:t;return o?[...e,a]:[...e,a,"+"]}),[]),i=yp(t,{stripRegexp:/[^A-Z0-9~`,\.\\\-]/gi});return[...a,i]})),kq=Aq(qq,(e=>function(t){let n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:lq;return e(t,n).join("")})),wq=Aq(yq,(e=>function(t){let n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:lq;const o=n(),r={[vq]:"Shift",[Oq]:o?"Command":"Control",[gq]:"Control",[hq]:o?"Option":"Alt",",":gr("Comma"),".":gr("Period"),"`":gr("Backtick"),"~":gr("Tilde")};return[...e(n),t].map((e=>{var t;return yp(null!==(t=r[e])&&void 0!==t?t:e)})).join(o?" ":" + ")}));function Eq(e){return[hq,gq,Oq,vq].filter((t=>e[`${t}Key`]))}const Wq=Aq(yq,(e=>function(t,n){let o=arguments.length>2&&void 0!==arguments[2]?arguments[2]:lq;const r=e(o),a=Eq(t),i={Comma:",",Backslash:"\\",IntlRo:"\\",IntlYen:"\\"},l=r.filter((e=>!a.includes(e))),s=a.filter((e=>!r.includes(e)));if(l.length>0||s.length>0)return!1;let c=t.key.toLowerCase();return n?(t.altKey&&1===n.length&&(c=String.fromCharCode(t.keyCode).toLowerCase()),t.shiftKey&&1===n.length&&i[t.code]&&(c=i[t.code]),"del"===n&&(n="delete"),c===n.toLowerCase()):r.includes(c)}));function Lq(e){return[e?'[tabindex]:not([tabindex^="-"])':"[tabindex]","a[href]","button:not([disabled])",'input:not([type="hidden"]):not([disabled])',"select:not([disabled])","textarea:not([disabled])",'iframe:not([tabindex^="-"])',"object","embed","area[href]","[contenteditable]:not([contenteditable=false])"].join(",")}function xq(e){return e.offsetWidth>0||e.offsetHeight>0||e.getClientRects().length>0}function Cq(e){const t=e.closest("map[name]");if(!t)return!1;const n=e.ownerDocument.querySelector('img[usemap="#'+t.name+'"]');return!!n&&xq(n)}function Rq(e){let{sequential:t=!1}=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};const n=e.querySelectorAll(Lq(t));return Array.from(n).filter((e=>{if(!xq(e))return!1;const{nodeName:t}=e;return"AREA"!==t||Cq(e)}))}function Sq(e){const t=e.getAttribute("tabindex");return null===t?0:parseInt(t,10)}function Nq(e){return-1!==Sq(e)}function Tq(e,t){return{element:e,index:t}}function Bq(e){return e.element}function Dq(e,t){const n=Sq(e.element),o=Sq(t.element);return n===o?e.index-t.index:n-o}function Iq(e){return e.filter(Nq).map(Tq).sort(Dq).map(Bq).reduce(function(){const e={};return function(t,n){const{nodeName:o,type:r,checked:a,name:i}=n;if("INPUT"!==o||"radio"!==r||!i)return t.concat(n);const l=e.hasOwnProperty(i);if(!a&&l)return t;if(l){const n=e[i];t=t.filter((e=>e!==n))}return e[i]=n,t.concat(n)}}(),[])}function Pq(e){return Iq(Rq(e))}function Hq(e){return Iq(Rq(e.ownerDocument.body)).reverse().find((t=>e.compareDocumentPosition(t)&e.DOCUMENT_POSITION_PRECEDING))}function Fq(e){return Iq(Rq(e.ownerDocument.body)).find((t=>e.compareDocumentPosition(t)&e.DOCUMENT_POSITION_FOLLOWING))}const Yq={focusable:c,tabbable:u};function Xq(e,t){const n=(0,Bt.useRef)();return(0,Bt.useCallback)((t=>{t?n.current=e(t):n.current&&n.current()}),t)}const jq=function(){return Xq((e=>{function t(t){const{keyCode:n,shiftKey:o,target:r}=t;if(9!==n)return;const a=o?"findPrevious":"findNext",i=Yq.tabbable[a](r)||null;if(r.contains(i))return t.preventDefault(),void(null==i||i.focus());if(e.contains(i))return;const l=o?"append":"prepend",{ownerDocument:s}=e,c=s.createElement("div");c.tabIndex=-1,e[l](c),c.addEventListener("blur",(()=>e.removeChild(c))),c.focus()}return e.addEventListener("keydown",t),()=>{e.removeEventListener("keydown",t)}}),[])};function Vq(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"firstElement";const t=(0,Bt.useRef)(e),n=e=>{e.focus({preventScroll:!0})},o=(0,Bt.useRef)();return(0,Bt.useEffect)((()=>{t.current=e}),[e]),(0,Bt.useEffect)((()=>()=>{o.current&&clearTimeout(o.current)}),[]),(0,Bt.useCallback)((e=>{var r,a;e&&!1!==t.current&&(e.contains(null!==(r=null===(a=e.ownerDocument)||void 0===a?void 0:a.activeElement)&&void 0!==r?r:null)||("firstElement"!==t.current?n(e):o.current=setTimeout((()=>{const t=Yq.tabbable.find(e)[0];t&&n(t)}),0)))}),[])}const Uq=function(e){const t=(0,Bt.useRef)(null),n=(0,Bt.useRef)(null),o=(0,Bt.useRef)(e);return(0,Bt.useEffect)((()=>{o.current=e}),[e]),(0,Bt.useCallback)((e=>{if(e){if(t.current=e,n.current)return;n.current=e.ownerDocument.activeElement}else if(n.current){var r,a,i;const e=null===(r=t.current)||void 0===r?void 0:r.contains(null===(a=t.current)||void 0===a?void 0:a.ownerDocument.activeElement);if(null!==(i=t.current)&&void 0!==i&&i.isConnected&&!e)return;var l;if(o.current)o.current();else null===(l=n.current)||void 0===l||l.focus()}}),[])},$q=["button","submit"];function Gq(e){const t=(0,Bt.useRef)(e);(0,Bt.useEffect)((()=>{t.current=e}),[e]);const n=(0,Bt.useRef)(!1),o=(0,Bt.useRef)(),r=(0,Bt.useCallback)((()=>{clearTimeout(o.current)}),[]);(0,Bt.useEffect)((()=>()=>r()),[]),(0,Bt.useEffect)((()=>{e||r()}),[e,r]);const a=(0,Bt.useCallback)((e=>{const{type:t,target:o}=e;["mouseup","touchend"].includes(t)?n.current=!1:function(e){if(!(e instanceof window.HTMLElement))return!1;switch(e.nodeName){case"A":case"BUTTON":return!0;case"INPUT":return $q.includes(e.type)}return!1}(o)&&(n.current=!0)}),[]),i=(0,Bt.useCallback)((e=>{var r;if(e.persist(),n.current)return;const a=e.target.getAttribute("data-unstable-ignore-focus-outside-for-relatedtarget");a&&null!==(r=e.relatedTarget)&&void 0!==r&&r.closest(a)||(o.current=setTimeout((()=>{document.hasFocus()?"function"==typeof t.current&&t.current(e):e.preventDefault()}),0))}),[]);return{onFocus:r,onMouseDown:a,onMouseUp:a,onTouchStart:a,onTouchEnd:a,onBlur:i}}const Kq=function(e){const t=(0,Bt.useRef)();(0,Bt.useEffect)((()=>{t.current=e}),Object.values(e));const n=jq(),o=Vq(e.focusOnMount),r=Uq(),a=Gq((e=>{var n,o;null!==(n=t.current)&&void 0!==n&&n.__unstableOnClose?t.current.__unstableOnClose("focus-outside",e):null!==(o=t.current)&&void 0!==o&&o.onClose&&t.current.onClose()})),i=(0,Bt.useCallback)((e=>{e&&e.addEventListener("keydown",(e=>{var n;e.keyCode===uq&&!e.defaultPrevented&&null!==(n=t.current)&&void 0!==n&&n.onClose&&(e.preventDefault(),t.current.onClose())}))}),[]);return[Hz([!1!==e.focusOnMount?n:null,!1!==e.focusOnMount?r:null,!1!==e.focusOnMount?o:null,i]),{...a,tabIndex:-1}]};var Jq=n(2438),Zq=n.n(Jq);const Qq=e=>(0,Bt.createElement)("circle",e),ek=e=>(0,Bt.createElement)("g",e),tk=e=>(0,Bt.createElement)("line",e),nk=e=>(0,Bt.createElement)("path",e),ok=e=>(0,Bt.createElement)("rect",e),rk=e=>{let{className:t,isPressed:n,...o}=e;const r={...o,className:Zq()(t,{"is-pressed":n})||void 0,"aria-hidden":!0,focusable:!1};return(0,Bt.createElement)("svg",r)},ak=(0,Bt.createElement)(rk,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,Bt.createElement)(nk,{d:"M13 11.8l6.1-6.3-1-1-6.1 6.2-6.1-6.2-1 1 6.1 6.3-6.5 6.7 1 1 6.5-6.6 6.5 6.6 1-1z"}));function ik(e){return na(e.ownerDocument.defaultView),e.ownerDocument.defaultView.getComputedStyle(e)}function lk(e){if(e){if(e.scrollHeight>e.clientHeight){const{overflowY:t}=ik(e);if(/(auto|scroll)/.test(t))return e}return e.ownerDocument===e.parentNode?e:lk(e.parentNode)}}let sk=0;function ck(e){const t=document.scrollingElement||document.body;e&&(sk=t.scrollTop);const n=e?"add":"remove";t.classList[n]("lockscroll"),document.documentElement.classList[n]("lockscroll"),e||(t.scrollTop=sk)}let uk=0;const pk=function(){return(0,Bt.useEffect)((()=>(0===uk&&ck(!0),++uk,()=>{1===uk&&ck(!1),--uk})),[]),null},dk=Symbol(),bk=Symbol(),mk=Symbol();let Mk=(e,t)=>new Proxy(e,t);const zk=Object.getPrototypeOf,fk=new WeakMap,hk=e=>e&&(fk.has(e)?fk.get(e):zk(e)===Object.prototype||zk(e)===Array.prototype),gk=e=>"object"==typeof e&&null!==e,Ok=new WeakMap,vk=e=>e[mk]||e,Ak=(e,t,n)=>{if(!hk(e))return e;const o=vk(e),r=(e=>Object.isFrozen(e)||Object.values(Object.getOwnPropertyDescriptors(e)).some((e=>!e.writable)))(o);let a=n&&n.get(o);return a&&a[1].f===r||(a=((e,t)=>{const n={f:t};let o=!1;const r=(t,r)=>{if(!o){let o=n.a.get(e);o||(o=new Set,n.a.set(e,o)),r&&o.has(dk)||o.add(t)}},a={get:(t,o)=>o===mk?e:(r(o),Ak(t[o],n.a,n.c)),has:(t,a)=>a===bk?(o=!0,n.a.delete(e),!0):(r(a),a in t),getOwnPropertyDescriptor:(e,t)=>(r(t,!0),Object.getOwnPropertyDescriptor(e,t)),ownKeys:e=>(r(dk),Reflect.ownKeys(e))};return t&&(a.set=a.deleteProperty=()=>!1),[a,n]})(o,r),a[1].p=Mk(r?(e=>{let t=Ok.get(e);if(!t){if(Array.isArray(e))t=Array.from(e);else{const n=Object.getOwnPropertyDescriptors(e);Object.values(n).forEach((e=>{e.configurable=!0})),t=Object.create(zk(e),n)}Ok.set(e,t)}return t})(o):o,a[0]),n&&n.set(o,a)),a[1].a=t,a[1].c=n,a[1].p},yk=(e,t)=>{const n=Reflect.ownKeys(e),o=Reflect.ownKeys(t);return n.length!==o.length||n.some(((e,t)=>e!==o[t]))},_k=(e,t,n,o)=>{if(Object.is(e,t))return!1;if(!gk(e)||!gk(t))return!0;const r=n.get(vk(e));if(!r)return!0;if(o){const n=o.get(e);if(n&&n.n===t)return n.g;o.set(e,{n:t,g:!1})}let a=null;for(const i of r){const r=i===dk?yk(e,t):_k(e[i],t[i],n,o);if(!0!==r&&!1!==r||(a=r),a)break}return null===a&&(a=!0),o&&o.set(e,{n:t,g:a}),a},qk=(e,t=!0)=>{fk.set(e,t)};var kk=n(1688);const wk=e=>"object"==typeof e&&null!==e,Ek=new WeakSet,Wk=Symbol("VERSION"),Lk=Symbol("LISTENERS"),xk=Symbol("SNAPSHOT"),Ck=(e=Object.is,t=((e,t)=>new Proxy(e,t)),n=(e=>wk(e)&&!Ek.has(e)&&(Array.isArray(e)||!(Symbol.iterator in e))&&!(e instanceof WeakMap)&&!(e instanceof WeakSet)&&!(e instanceof Error)&&!(e instanceof Number)&&!(e instanceof Date)&&!(e instanceof String)&&!(e instanceof RegExp)&&!(e instanceof ArrayBuffer)),o=Symbol("PROMISE_RESULT"),r=Symbol("PROMISE_ERROR"),a=new WeakMap,i=((e,t,n)=>{const i=a.get(n);if((null==i?void 0:i[0])===e)return i[1];const l=Array.isArray(t)?[]:Object.create(Object.getPrototypeOf(t));return qk(l,!0),a.set(n,[e,l]),Reflect.ownKeys(t).forEach((e=>{const a=Reflect.get(t,e,n);if(Ek.has(a))qk(a,!1),l[e]=a;else if(a instanceof Promise)if(o in a)l[e]=a[o];else{const t=a[r]||a;Object.defineProperty(l,e,{get(){if(o in a)return a[o];throw t}})}else(null==a?void 0:a[Lk])?l[e]=a[xk]:l[e]=a})),Object.freeze(l)}),l=new WeakMap,s=[1],c=(a=>{if(!wk(a))throw new Error("object required");const c=l.get(a);if(c)return c;let u=s[0];const p=new Set,d=(e,t=++s[0])=>{u!==t&&(u=t,p.forEach((n=>n(e,t))))},b=new Map,m=e=>{let t=b.get(e);return t||(t=(t,n)=>{const o=[...t];o[1]=[e,...o[1]],d(o,n)},b.set(e,t)),t},M=e=>{const t=b.get(e);return b.delete(e),t},z=Array.isArray(a)?[]:Object.create(Object.getPrototypeOf(a)),f={get:(e,t,n)=>t===Wk?u:t===Lk?p:t===xk?i(u,e,n):Reflect.get(e,t,n),deleteProperty(e,t){const n=Reflect.get(e,t),o=null==n?void 0:n[Lk];o&&o.delete(M(t));const r=Reflect.deleteProperty(e,t);return r&&d(["delete",[t],n]),r},set(t,a,i,l){var s;const c=Reflect.has(t,a),u=Reflect.get(t,a,l);if(c&&e(u,i))return!0;const p=null==u?void 0:u[Lk];let b;return p&&p.delete(M(a)),wk(i)&&(i=(e=>hk(e)&&e[mk]||null)(i)||i),(null==(s=Object.getOwnPropertyDescriptor(t,a))?void 0:s.set)?b=i:i instanceof Promise?b=i.then((e=>(b[o]=e,d(["resolve",[a],e]),e))).catch((e=>{b[r]=e,d(["reject",[a],e])})):(null==i?void 0:i[Lk])?(b=i,b[Lk].add(m(a))):n(i)?(b=Sk(i),b[Lk].add(m(a))):b=i,Reflect.set(t,a,b,l),d(["set",[a],i,u]),!0}},h=t(z,f);return l.set(a,h),Reflect.ownKeys(a).forEach((e=>{const t=Object.getOwnPropertyDescriptor(a,e);t.get||t.set?Object.defineProperty(z,e,t):h[e]=a[e]})),h}))=>[c,Ek,Wk,Lk,xk,e,t,n,o,r,a,i,l,s],[Rk]=Ck();function Sk(e={}){return Rk(e)}function Nk(e,t,n){let o;(null==e?void 0:e[Lk])||console.warn("Please use proxy object");const r=[],a=e=>{r.push(e),n?t(r.splice(0)):o||(o=Promise.resolve().then((()=>{o=void 0,t(r.splice(0))})))};return e[Lk].add(a),()=>{e[Lk].delete(a)}}function Tk(e){return(null==e?void 0:e[xk])||console.warn("Please use proxy object"),e[xk]}function Bk(e){return Ek.add(e),e}const{useSyncExternalStore:Dk}=kk,Ik=(e,t)=>{const n=(0,Bt.useRef)();(0,Bt.useEffect)((()=>{n.current=((e,t)=>{const n=[],o=new WeakSet,r=(e,a)=>{if(o.has(e))return;gk(e)&&o.add(e);const i=gk(e)&&t.get(vk(e));i?i.forEach((t=>{r(e[t],a?[...a,t]:[t])})):a&&n.push(a)};return r(e),n})(e,t)})),(0,Bt.useDebugValue)(n.current)};function Pk(e,t){const n=null==t?void 0:t.sync,o=(0,Bt.useRef)(),r=(0,Bt.useRef)();let a=!0;const i=Dk((0,Bt.useCallback)((t=>{const o=Nk(e,t,n);return t(),o}),[e,n]),(()=>{const t=Tk(e);try{if(!a&&o.current&&r.current&&!_k(o.current,t,r.current,new WeakMap))return o.current}catch(e){}return t}),(()=>Tk(e)));a=!1;const l=new WeakMap;(0,Bt.useEffect)((()=>{o.current=i,r.current=l})),Ik(i,l);const s=(0,Bt.useMemo)((()=>new WeakMap),[]);return Ak(i,l,s)}Symbol();function Hk(e){const t=Sk({data:Array.from(e||[]),has(e){return this.data.some((t=>t[0]===e))},set(e,t){const n=this.data.find((t=>t[0]===e));return n?n[1]=t:this.data.push([e,t]),this},get(e){var t;return null==(t=this.data.find((t=>t[0]===e)))?void 0:t[1]},delete(e){const t=this.data.findIndex((t=>t[0]===e));return-1!==t&&(this.data.splice(t,1),!0)},clear(){this.data.splice(0)},get size(){return this.data.length},toJSON:()=>({}),forEach(e){this.data.forEach((t=>{e(t[1],t[0],this)}))},keys(){return this.data.map((e=>e[0])).values()},values(){return this.data.map((e=>e[1])).values()},entries(){return new Map(this.data).entries()},get[Symbol.toStringTag](){return"Map"},[Symbol.iterator](){return this.entries()}});return Object.defineProperties(t,{data:{enumerable:!1},size:{enumerable:!1},toJSON:{enumerable:!1}}),Object.seal(t),t}const Fk=(0,Bt.createContext)({slots:Hk(),fills:Hk(),registerSlot:()=>{},updateSlot:()=>{},unregisterSlot:()=>{},registerFill:()=>{},unregisterFill:()=>{}});function Yk(e){const{updateSlot:t,unregisterSlot:n,registerFill:o,unregisterFill:r,...a}=(0,Bt.useContext)(Fk);return{...Pk(a.slots,{sync:!0}).get(e),updateSlot:(0,Bt.useCallback)((n=>{t(e,n)}),[e,t]),unregisterSlot:(0,Bt.useCallback)((t=>{n(e,t)}),[e,n]),registerFill:(0,Bt.useCallback)((t=>{o(e,t)}),[e,o]),unregisterFill:(0,Bt.useCallback)((t=>{r(e,t)}),[e,r])}}const Xk=(0,Bt.createContext)({registerSlot:()=>{},unregisterSlot:()=>{},registerFill:()=>{},unregisterFill:()=>{},getSlot:()=>{},getFills:()=>{},subscribe:()=>{}}),jk=e=>{const{getSlot:t,subscribe:n}=(0,Bt.useContext)(Xk);return(0,Bt.useSyncExternalStore)(n,(()=>t(e)),(()=>t(e)))};function Vk(e){let{name:t,children:n,registerFill:o,unregisterFill:r}=e;const a=jk(t),i=(0,Bt.useRef)({name:t,children:n});return(0,Bt.useLayoutEffect)((()=>{const e=i.current;return o(t,e),()=>r(t,e)}),[]),(0,Bt.useLayoutEffect)((()=>{i.current.children=n,a&&a.forceUpdate()}),[n]),(0,Bt.useLayoutEffect)((()=>{t!==i.current.name&&(r(i.current.name,i.current),i.current.name=t,o(t,i.current))}),[t]),a&&a.node?("function"==typeof n&&(n=n(a.props.fillProps)),(0,It.createPortal)(n,a.node)):null}const Uk=e=>(0,Bt.createElement)(Xk.Consumer,null,(t=>{let{registerFill:n,unregisterFill:o}=t;return(0,Bt.createElement)(Vk,Pt({},e,{registerFill:n,unregisterFill:o}))}));function $k(e){return"function"==typeof e}class Gk extends Bt.Component{constructor(){super(...arguments),this.isUnmounted=!1,this.bindNode=this.bindNode.bind(this)}componentDidMount(){const{registerSlot:e}=this.props;this.isUnmounted=!1,e(this.props.name,this)}componentWillUnmount(){const{unregisterSlot:e}=this.props;this.isUnmounted=!0,e(this.props.name,this)}componentDidUpdate(e){const{name:t,unregisterSlot:n,registerSlot:o}=this.props;e.name!==t&&(n(e.name),o(t,this))}bindNode(e){this.node=e}forceUpdate(){this.isUnmounted||super.forceUpdate()}render(){var e;const{children:t,name:n,fillProps:o={},getFills:r}=this.props,a=(null!==(e=r(n,this))&&void 0!==e?e:[]).map((e=>{const t=$k(e.children)?e.children(o):e.children;return Bt.Children.map(t,((e,t)=>{if(!e||"string"==typeof e)return e;const n=e.key||t;return(0,Bt.cloneElement)(e,{key:n})}))})).filter((e=>!(e=>"number"!=typeof e&&("string"==typeof(null==e?void 0:e.valueOf())||Array.isArray(e)?!e.length:!e))(e)));return(0,Bt.createElement)(Bt.Fragment,null,$k(t)?t(a):a)}}const Kk=e=>(0,Bt.createElement)(Xk.Consumer,null,(t=>{let{registerSlot:n,unregisterSlot:o,getFills:r}=t;return(0,Bt.createElement)(Gk,Pt({},e,{registerSlot:n,unregisterSlot:o,getFills:r}))}));function Jk(){const[,e]=(0,Bt.useState)({}),t=(0,Bt.useRef)(!0);return(0,Bt.useEffect)((()=>(t.current=!0,()=>{t.current=!1})),[]),()=>{t.current&&e({})}}function Zk(e){let{name:t,children:n}=e;const{registerFill:o,unregisterFill:r,...a}=Yk(t),i=(0,Bt.useRef)({rerender:Jk()});if((0,Bt.useEffect)((()=>(o(i),()=>{r(i)})),[o,r]),!a.ref||!a.ref.current)return null;"function"==typeof n&&(n=n(a.fillProps));const l=(0,Bt.createElement)(xz,{document:a.ref.current.ownerDocument},n);return(0,It.createPortal)(l,a.ref.current)}const Qk=(0,Bt.forwardRef)((function(e,t){let{name:n,fillProps:o={},as:r="div",...a}=e;const{registerSlot:i,unregisterSlot:l,...s}=(0,Bt.useContext)(Fk),c=(0,Bt.useRef)();return(0,Bt.useLayoutEffect)((()=>(i(n,c,o),()=>{l(n,c)})),[i,l,n]),(0,Bt.useLayoutEffect)((()=>{s.updateSlot(n,o)})),(0,Bt.createElement)(r,Pt({ref:Hz([t,c])},a))}));function ew(e){let{children:t}=e;const n=function(){const e=(0,Bt.useRef)(Hk()),t=(0,Bt.useRef)(Hk()),n=(0,Bt.useCallback)(((t,n,o)=>{const r=e.current.get(t)||{};e.current.set(t,Bk({...r,ref:n||r.ref,fillProps:o||r.fillProps||{}}))}),[]),o=(0,Bt.useCallback)(((t,n)=>{var o;(null===(o=e.current.get(t))||void 0===o?void 0:o.ref)===n&&e.current.delete(t)}),[]),r=(0,Bt.useCallback)(((n,o)=>{const r=e.current.get(n);if(r&&!Os(r.fillProps,o)){r.fillProps=o;const e=t.current.get(n);e&&e.map((e=>e.current.rerender()))}}),[]),a=(0,Bt.useCallback)(((e,n)=>{t.current.set(e,Bk([...t.current.get(e)||[],n]))}),[]),i=(0,Bt.useCallback)(((e,n)=>{t.current.get(e)&&t.current.set(e,Bk(t.current.get(e).filter((e=>e!==n))))}),[]);return(0,Bt.useMemo)((()=>({slots:e.current,fills:t.current,registerSlot:n,updateSlot:r,unregisterSlot:o,registerFill:a,unregisterFill:i})),[n,r,o,a,i])}();return(0,Bt.createElement)(Fk.Provider,{value:n},t)}class tw extends Bt.Component{constructor(){super(...arguments),this.registerSlot=this.registerSlot.bind(this),this.registerFill=this.registerFill.bind(this),this.unregisterSlot=this.unregisterSlot.bind(this),this.unregisterFill=this.unregisterFill.bind(this),this.getSlot=this.getSlot.bind(this),this.getFills=this.getFills.bind(this),this.hasFills=this.hasFills.bind(this),this.subscribe=this.subscribe.bind(this),this.slots={},this.fills={},this.listeners=[],this.contextValue={registerSlot:this.registerSlot,unregisterSlot:this.unregisterSlot,registerFill:this.registerFill,unregisterFill:this.unregisterFill,getSlot:this.getSlot,getFills:this.getFills,hasFills:this.hasFills,subscribe:this.subscribe}}registerSlot(e,t){const n=this.slots[e];this.slots[e]=t,this.triggerListeners(),this.forceUpdateSlot(e),n&&n.forceUpdate()}registerFill(e,t){this.fills[e]=[...this.fills[e]||[],t],this.forceUpdateSlot(e)}unregisterSlot(e,t){this.slots[e]===t&&(delete this.slots[e],this.triggerListeners())}unregisterFill(e,t){var n,o;this.fills[e]=null!==(n=null===(o=this.fills[e])||void 0===o?void 0:o.filter((e=>e!==t)))&&void 0!==n?n:[],this.forceUpdateSlot(e)}getSlot(e){return this.slots[e]}getFills(e,t){return this.slots[e]!==t?[]:this.fills[e]}hasFills(e){return this.fills[e]&&!!this.fills[e].length}forceUpdateSlot(e){const t=this.getSlot(e);t&&t.forceUpdate()}triggerListeners(){this.listeners.forEach((e=>e()))}subscribe(e){return this.listeners.push(e),()=>{this.listeners=this.listeners.filter((t=>t!==e))}}render(){return(0,Bt.createElement)(Xk.Provider,{value:this.contextValue},this.props.children)}}function nw(e){return(0,Bt.createElement)(Bt.Fragment,null,(0,Bt.createElement)(Uk,e),(0,Bt.createElement)(Zk,e))}const ow=(0,Bt.forwardRef)(((e,t)=>{let{bubblesVirtually:n,...o}=e;return n?(0,Bt.createElement)(Qk,Pt({},o,{ref:t})):(0,Bt.createElement)(Kk,o)}));function rw(e){let{children:t,...n}=e;return(0,Bt.createElement)(tw,n,(0,Bt.createElement)(ew,null,t))}function aw(e){const t=t=>(0,Bt.createElement)(nw,Pt({name:e},t));t.displayName=e+"Fill";const n=t=>(0,Bt.createElement)(ow,Pt({name:e},t));return n.displayName=e+"Slot",n.__unstableName=e,{Fill:t,Slot:n}}const iw={bottom:"bottom",top:"top","middle left":"left","middle right":"right","bottom left":"bottom-end","bottom center":"bottom","bottom right":"bottom-start","top left":"top-end","top center":"top","top right":"top-start","middle left left":"left","middle left right":"left","middle left bottom":"left-end","middle left top":"left-start","middle right left":"right","middle right right":"right","middle right bottom":"right-end","middle right top":"right-start","bottom left left":"bottom-end","bottom left right":"bottom-end","bottom left bottom":"bottom-end","bottom left top":"bottom-end","bottom center left":"bottom","bottom center right":"bottom","bottom center bottom":"bottom","bottom center top":"bottom","bottom right left":"bottom-start","bottom right right":"bottom-start","bottom right bottom":"bottom-start","bottom right top":"bottom-start","top left left":"top-end","top left right":"top-end","top left bottom":"top-end","top left top":"top-end","top center left":"top","top center right":"top","top center bottom":"top","top center top":"top","top right left":"top-start","top right right":"top-start","top right bottom":"top-start","top right top":"top-start",middle:"bottom","middle center":"bottom","middle center bottom":"bottom","middle center left":"bottom","middle center right":"bottom","middle center top":"bottom"},lw=e=>{var t;return null!==(t=iw[e])&&void 0!==t?t:"bottom"},sw={top:{originX:.5,originY:1},"top-start":{originX:0,originY:1},"top-end":{originX:1,originY:1},right:{originX:0,originY:.5},"right-start":{originX:0,originY:0},"right-end":{originX:0,originY:1},bottom:{originX:.5,originY:0},"bottom-start":{originX:0,originY:0},"bottom-end":{originX:1,originY:0},left:{originX:1,originY:.5},"left-start":{originX:1,originY:0},"left-end":{originX:1,originY:1},overlay:{originX:.5,originY:.5}},cw=e=>{var t;const n=null==e||null===(t=e.defaultView)||void 0===t?void 0:t.frameElement;if(!n)return;const o=n.getBoundingClientRect();return{x:o.left,y:o.top}};function uw(e){return e.split("-")[0]}function pw(e){return["top","bottom"].includes(uw(e))?"x":"y"}function dw(e){return"x"===e?"y":"x"}const bw=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};return{options:e,fn(t){var n;const{x:o,y:r,placement:a,rects:i,middlewareData:l}=t,{offset:s=0,mainAxis:c=!0,crossAxis:u=!0}=e,p={x:o,y:r},d=pw(a),b=dw(d);let m=p[d],M=p[b];const z="function"==typeof s?s(t):s,f="number"==typeof z?{mainAxis:z,crossAxis:0}:{mainAxis:0,crossAxis:0,...z},h={x:0,y:0,...null===(n=l.frameOffset)||void 0===n?void 0:n.amount};if(c){const e="y"===d?"height":"width",t=i.reference[d]-i.floating[e]+f.mainAxis+h[d],n=i.reference[d]+i.reference[e]-f.mainAxis+h[d];mn&&(m=n)}if(u){var g,O,v,A;const e="y"===d?"width":"height",t=["top","left"].includes(uw(a)),n=i.reference[b]-i.floating[e]+(t&&null!==(g=null===(O=l.offset)||void 0===O?void 0:O[b])&&void 0!==g?g:0)+(t?0:f.crossAxis)+h[b],o=i.reference[b]+i.reference[e]+(t?0:null!==(v=null===(A=l.offset)||void 0===A?void 0:A[b])&&void 0!==v?v:0)-(t?f.crossAxis:0)+h[b];Mo&&(M=o)}return{[d]:m,[b]:M}}}};const mw="Popover",Mw=()=>(0,Bt.createElement)(rk,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 100 100",className:"components-popover__triangle",role:"presentation"},(0,Bt.createElement)(nk,{className:"components-popover__triangle-bg",d:"M 0 0 L 50 50 L 100 0"}),(0,Bt.createElement)(nk,{className:"components-popover__triangle-border",d:"M 0 0 L 50 50 L 100 0",vectorEffect:"non-scaling-stroke"})),zw=(0,Bt.forwardRef)(((e,t)=>{let{style:n,placement:o,shouldAnimate:r=!1,...a}=e;const[i,l]=(0,Bt.useState)(!1),s=function(){!$f.current&&Gf();const[e]=(0,Bt.useState)(Uf.current);return e}(),{style:c,...u}=(0,Bt.useMemo)((()=>(e=>{const t=e.startsWith("top")||e.startsWith("bottom")?"translateY":"translateX",n=e.startsWith("top")||e.startsWith("left")?1:-1;return{style:sw[e],initial:{opacity:0,scale:0,[t]:2*n+"em"},animate:{opacity:1,scale:1,[t]:0},transition:{duration:.1,ease:[0,0,.2,1]}}})(o)),[o]),p=(0,Bt.useCallback)((()=>l(!0)),[]),d=r&&!s?{style:{...c,...n},...u,onAnimationComplete:p,animate:!i&&u.animate}:{animate:!1,style:n};return(0,Bt.createElement)(Q_.div,Pt({},d,a,{ref:t}))})),fw=(0,Bt.createContext)(void 0),hw=(0,Bt.forwardRef)(((e,t)=>{var n,o,r,a;const{animate:i=!0,headerTitle:l,onClose:s,children:c,className:u,noArrow:p=!0,position:d,placement:b="bottom-start",offset:m=0,focusOnMount:M="firstElement",anchor:z,expandOnMobile:f,onFocusOutside:h,__unstableSlotName:g=mw,flip:O=!0,resize:v=!0,shift:A=!1,variant:y,__unstableForcePosition:_,anchorRef:q,anchorRect:k,getAnchorRect:w,isAlternate:E,...W}=e;let L=O,x=v;void 0!==_&&(jo("`__unstableForcePosition` prop in wp.components.Popover",{since:"6.1",version:"6.3",alternative:"`flip={ false }` and `resize={ false }`"}),L=!_,x=!_),void 0!==q&&jo("`anchorRef` prop in wp.components.Popover",{since:"6.1",alternative:"`anchor` prop"}),void 0!==k&&jo("`anchorRect` prop in wp.components.Popover",{since:"6.1",alternative:"`anchor` prop"}),void 0!==w&&jo("`getAnchorRect` prop in wp.components.Popover",{since:"6.1",alternative:"`anchor` prop"});const C=E?"toolbar":y;void 0!==E&&jo("`isAlternate` prop in wp.components.Popover",{since:"6.2",alternative:"`variant` prop with the `'toolbar'` value"});const R=(0,Bt.useRef)(null),[S,N]=(0,Bt.useState)(null),[T,B]=(0,Bt.useState)(),D=(0,Bt.useCallback)((e=>{N(e)}),[]),I=iq("medium","<"),P=f&&I,H=!P&&!p,F=d?lw(d):b,Y=(0,Bt.useRef)(cw(T)),X=[..."overlay"===b?[{name:"overlay",fn(e){let{rects:t}=e;return t.reference}},pf({apply(e){var t;let{rects:n,elements:o}=e;const{firstElementChild:r}=null!==(t=o.floating)&&void 0!==t?t:{};r instanceof HTMLElement&&Object.assign(r.style,{width:`${n.reference.width}px`,height:`${n.reference.height}px`})}})]:[],{name:"frameOffset",fn(e){let{x:t,y:n}=e;return Y.current?{x:t+Y.current.x,y:n+Y.current.y,data:{amount:Y.current}}:{x:t,y:n}}},sf(m),L?lf():void 0,x?pf({apply(e){var t;const{firstElementChild:n}=null!==(t=ee.floating.current)&&void 0!==t?t:{};n instanceof HTMLElement&&Object.assign(n.style,{maxHeight:`${e.availableHeight}px`,overflow:"auto"})}}):void 0,A?uf({crossAxis:!0,limiter:bw(),padding:1}):void 0,jf({element:R})].filter((e=>void 0!==e)),j=(0,Bt.useContext)(fw)||g,V=Yk(j);let U;(s||h)&&(U=(e,t)=>{"focus-outside"===e&&h?h(t):s&&s()});const[$,G]=Kq({focusOnMount:M,__unstableOnClose:U,onClose:U}),{x:K,y:J,reference:Z,floating:Q,refs:ee,strategy:te,update:ne,placement:oe,middlewareData:{arrow:re}}=Xf({placement:"overlay"===F?void 0:F,middleware:X,whileElementsMounted:(e,t,n)=>function(e,t,n,o){void 0===o&&(o={});const{ancestorScroll:r=!0,ancestorResize:a=!0,elementResize:i=!0,animationFrame:l=!1}=o,s=r&&!l,c=a&&!l,u=s||c?[...hf(e)?Bf(e):[],...Bf(t)]:[];u.forEach((e=>{s&&e.addEventListener("scroll",n,{passive:!0}),c&&e.addEventListener("resize",n)}));let p,d=null;if(i){let o=!0;d=new ResizeObserver((()=>{o||n(),o=!1})),hf(e)&&!l&&d.observe(e),d.observe(t)}let b=l?wf(e):null;return l&&function t(){const o=wf(e);!b||o.x===b.x&&o.y===b.y&&o.width===b.width&&o.height===b.height||n(),b=o,p=requestAnimationFrame(t)}(),n(),()=>{var e;u.forEach((e=>{s&&e.removeEventListener("scroll",n),c&&e.removeEventListener("resize",n)})),null==(e=d)||e.disconnect(),d=null,l&&cancelAnimationFrame(p)}}(e,t,n,{animationFrame:!0})}),ae=(0,Bt.useCallback)((e=>{R.current=e,ne()}),[ne]),ie=null==q?void 0:q.top,le=null==q?void 0:q.bottom,se=null==q?void 0:q.startContainer,ce=null==q?void 0:q.current;(0,Bt.useLayoutEffect)((()=>{const e=(e=>{var t;let n,{anchor:o,anchorRef:r,anchorRect:a,getAnchorRect:i,fallbackReferenceElement:l,fallbackDocument:s}=e;if(o)n=o.ownerDocument;else if(null!=r&&r.top)n=null==r?void 0:r.top.ownerDocument;else if(null!=r&&r.startContainer)n=r.startContainer.ownerDocument;else if(null!=r&&r.current)n=r.current.ownerDocument;else if(r)n=r.ownerDocument;else if(a&&null!=a&&a.ownerDocument)n=a.ownerDocument;else if(i){var c;n=null===(c=i(l))||void 0===c?void 0:c.ownerDocument}return null!==(t=n)&&void 0!==t?t:s})({anchor:z,anchorRef:q,anchorRect:k,getAnchorRect:w,fallbackReferenceElement:S,fallbackDocument:document}),t=(e=>{var t;const n=null==e||null===(t=e.defaultView)||void 0===t?void 0:t.frameElement;if(!n)return{x:1,y:1};const o=n.getBoundingClientRect();return{x:o.width/n.offsetWidth,y:o.height/n.offsetHeight}})(e),n=(e=>{var t;let{anchor:n,anchorRef:o,anchorRect:r,getAnchorRect:a,fallbackReferenceElement:i,scale:l}=e,s=null;if(n?s=n:null!=o&&o.top?s={getBoundingClientRect(){const e=o.top.getBoundingClientRect(),t=o.bottom.getBoundingClientRect();return new window.DOMRect(e.x,e.y,e.width,t.bottom-e.top)}}:null!=o&&o.current?s=o.current:o?s=o:r?s={getBoundingClientRect:()=>r}:a?s={getBoundingClientRect(){var e,t,n,o;const r=a(i);return new window.DOMRect(null!==(e=r.x)&&void 0!==e?e:r.left,null!==(t=r.y)&&void 0!==t?t:r.top,null!==(n=r.width)&&void 0!==n?n:r.right-r.left,null!==(o=r.height)&&void 0!==o?o:r.bottom-r.top)}}:i&&(s=i.parentElement),s&&(1!==l.x||1!==l.y)){const e=s.getBoundingClientRect();s={getBoundingClientRect:()=>new window.DOMRect(e.x*l.x,e.y*l.y,e.width*l.x,e.height*l.y)}}return null!==(t=s)&&void 0!==t?t:null})({anchor:z,anchorRef:q,anchorRect:k,getAnchorRect:w,fallbackReferenceElement:S,scale:t});Z(n),B(e)}),[z,q,ie,le,se,ce,k,w,S,Z]),(0,Bt.useLayoutEffect)((()=>{var e,t;if(T===document||T===(null===(e=ee.floating.current)||void 0===e?void 0:e.ownerDocument)||null==T||null===(t=T.defaultView)||void 0===t||!t.frameElement)return void(Y.current=void 0);const{defaultView:n}=T,{frameElement:o}=n,r=o?lk(o):null,a=()=>{Y.current=cw(T),ne()};return n.addEventListener("resize",a),null==r||r.addEventListener("scroll",a),a(),()=>{n.removeEventListener("resize",a),null==r||r.removeEventListener("scroll",a)}}),[T,ne,ee.floating]);const ue=Hz([Q,$,t]);let pe=(0,Bt.createElement)(zw,Pt({shouldAnimate:i&&!P,placement:oe,className:Sz()("components-popover",u,{"is-expanded":P,"is-positioned":null!==K&&null!==J,[`is-${"toolbar"===C?"alternate":C}`]:C})},W,{ref:ue},G,{tabIndex:-1,style:P?void 0:{position:te,top:0,left:0,x:Math.round(null!=K?K:0)||void 0,y:Math.round(null!=J?J:0)||void 0}}),P&&(0,Bt.createElement)(pk,null),P&&(0,Bt.createElement)("div",{className:"components-popover__header"},(0,Bt.createElement)("span",{className:"components-popover__header-title"},l),(0,Bt.createElement)(bE,{className:"components-popover__close",icon:ak,onClick:s})),(0,Bt.createElement)("div",{className:"components-popover__content"},c),H&&(0,Bt.createElement)("div",{ref:ae,className:["components-popover__arrow",`is-${oe.split("-")[0]}`].join(" "),style:{left:void 0!==(null==re?void 0:re.x)&&Number.isFinite(re.x)?`${re.x+(null!==(n=null===(o=Y.current)||void 0===o?void 0:o.x)&&void 0!==n?n:0)}px`:"",top:void 0!==(null==re?void 0:re.y)&&Number.isFinite(re.y)?`${re.y+(null!==(r=null===(a=Y.current)||void 0===a?void 0:a.y)&&void 0!==r?r:0)}px`:""}},(0,Bt.createElement)(Mw,null)));return V.ref&&(pe=(0,Bt.createElement)(nw,{name:j},pe)),q||k||z?pe:(0,Bt.createElement)("span",{ref:D},pe)}));hw.Slot=(0,Bt.forwardRef)((function(e,t){let{name:n=mw}=e;return(0,Bt.createElement)(ow,{bubblesVirtually:!0,name:n,className:"popover-slot",ref:t})})),hw.__unstableSlotNameProvider=fw.Provider;const gw=hw;const Ow=function(e){const{shortcut:t,className:n}=e;if(!t)return null;let o,r;return"string"==typeof t&&(o=t),null!==t&&"object"==typeof t&&(o=t.display,r=t.ariaLabel),(0,Bt.createElement)("span",{className:n,"aria-label":r},o)},vw=700,Aw=(0,Bt.createElement)("div",{className:"event-catcher"}),yw=e=>{let{eventHandlers:t,child:n,childrenWithPopover:o,mergedRefs:r}=e;return(0,Bt.cloneElement)((0,Bt.createElement)("span",{className:"disabled-element-wrapper"},(0,Bt.cloneElement)(Aw,t),(0,Bt.cloneElement)(n,{children:o,ref:r})),{...t})},_w=e=>{let{child:t,eventHandlers:n,childrenWithPopover:o,mergedRefs:r}=e;return(0,Bt.cloneElement)(t,{...n,children:o,ref:r})},qw=e=>{let{anchor:t,grandchildren:n,isOver:o,offset:r,position:a,shortcut:i,text:l,className:s,...c}=e;return function(){for(var e=arguments.length,t=new Array(e),n=0;n(Bt.Children.forEach(t,((t,o)=>{t&&"string"!=typeof t&&(t=(0,Bt.cloneElement)(t,{key:[n,o].join()})),e.push(t)})),e)),[])}(n,o&&(0,Bt.createElement)(gw,Pt({focusOnMount:!1,position:a,className:Sz()("components-tooltip",s),"aria-hidden":"true",animate:!1,offset:r,anchor:t,shift:!0},c),l,(0,Bt.createElement)(Ow,{className:"components-tooltip__shortcut",shortcut:i})))},kw=(e,t,n)=>{if(1!==Bt.Children.count(e))return;const o=Bt.Children.only(e);o.props.disabled||"function"==typeof o.props[t]&&o.props[t](n)};const ww=function(e){var t;const{children:n,position:o="bottom middle",text:r,shortcut:a,delay:i=vw,...l}=e,[s,c]=(0,Bt.useState)(!1),[u,p]=(0,Bt.useState)(!1),d=Iz(p,i),[b,m]=(0,Bt.useState)(null),M=Hz([m,null===(t=Bt.Children.toArray(n)[0])||void 0===t?void 0:t.ref]),z=e=>{"OPTION"!==e.target.tagName&&(kw(n,"onMouseDown",e),document.addEventListener("mouseup",g),c(!0))},f=e=>{"OPTION"!==e.target.tagName&&(kw(n,"onMouseUp",e),document.removeEventListener("mouseup",g),c(!1))},h=e=>"mouseUp"===e?f:"mouseDown"===e?z:void 0,g=h("mouseUp"),O=(e,t)=>o=>{if(kw(n,e,o),o.currentTarget.disabled)return;if("focus"===o.type&&s)return;d.cancel();const r=["focus","mouseenter"].includes(o.type);r!==u&&(t?d(r):p(r))},v=()=>{d.cancel(),document.removeEventListener("mouseup",g)};if((0,Bt.useEffect)((()=>v),[]),1!==Bt.Children.count(n))return n;const A={onMouseEnter:O("onMouseEnter",!0),onMouseLeave:O("onMouseLeave"),onClick:O("onClick"),onFocus:O("onFocus"),onBlur:O("onBlur"),onMouseDown:h("mouseDown")},y=Bt.Children.only(n),{children:_,disabled:q}=y.props;return(q?yw:_w)({child:y,eventHandlers:A,childrenWithPopover:qw({grandchildren:_,...{anchor:b,isOver:u,offset:4,position:o,shortcut:a,text:r},...l}),mergedRefs:M})};const Ew=function(e){let{icon:t,className:n,size:o=20,style:r={},...a}=e;const i=["dashicon","dashicons","dashicons-"+t,n].filter(Boolean).join(" "),l={...20!=o?{fontSize:`${o}px`,width:`${o}px`,height:`${o}px`}:{},...r};return(0,Bt.createElement)("span",Pt({className:i,style:l},a))};const Ww=function(e){let{icon:t=null,size:n=("string"==typeof t?20:24),...o}=e;if("string"==typeof t)return(0,Bt.createElement)(Ew,Pt({icon:t,size:n},o));if((0,Bt.isValidElement)(t)&&Ew===t.type)return(0,Bt.cloneElement)(t,{...o});if("function"==typeof t)return(0,Bt.createElement)(t,{size:n,...o});if(t&&("svg"===t.type||t.type===rk)){const e={...t.props,width:n,height:n,...o};return(0,Bt.createElement)(rk,e)}return(0,Bt.isValidElement)(t)?(0,Bt.cloneElement)(t,{size:n,...o}):t};var Lw=n(8983),xw=n.n(Lw);const Cw=function(e,t){const n=(0,Bt.useRef)(!1);(0,Bt.useEffect)((()=>{if(n.current)return e();n.current=!0}),t)},Rw=(0,Bt.createContext)({}),Sw=()=>(0,Bt.useContext)(Rw);const Nw=(0,Bt.memo)((e=>{let{children:t,value:n}=e;const o=function(e){let{value:t}=e;const n=Sw(),o=(0,Bt.useRef)(t);return Cw((()=>{Ys()(o.current,t)&&o.current}),[t]),(0,Bt.useMemo)((()=>xw()(null!=n?n:{},null!=t?t:{},{isMergeableObject:sn})),[n,t])}({value:n});return(0,Bt.createElement)(Rw.Provider,{value:o},t)})),Tw="__contextSystemKey__";const Bw=or()((function(e){return`components-${Yl(e)}`}));function Dw(e,t,n){var o="";return n.split(" ").forEach((function(n){void 0!==e[n]?t.push(e[n]+";"):o+=n+" "})),o}var Iw=function(e,t,n){var o=e.key+"-"+t.name;if(!1===n&&void 0===e.registered[o]&&(e.registered[o]=t.styles),void 0===e.inserted[t.name]){var r=t;do{e.insert(t===r?"."+o:"",r,e.sheet,!0);r=r.next}while(void 0!==r)}};function Pw(e,t){if(void 0===e.inserted[t.name])return e.insert("",t,e.sheet,!0)}function Hw(e,t,n){var o=[],r=Dw(e,o,n);return o.length<2?n:r+t(o)}var Fw=function e(t){for(var n="",o=0;onull!=e&&["name","styles"].every((t=>void 0!==e[t])),Uw=()=>{const e=(0,Bt.useContext)(zz),t=(0,Bt.useCallback)((function(){if(null===e)throw new Error("The `useCx` hook should be only used within a valid Emotion Cache Context");for(var t=arguments.length,n=new Array(t),o=0;oVw(t)?(Iw(e,t,!1),`${e.key}-${t.name}`):t)))}),[e]);return t};function $w(e,t){const n=Sw(),o=(null==n?void 0:n[t])||{},r={"data-wp-c16t":!0,...(a=t,{"data-wp-component":a})};var a;const{_overrides:i,...l}=o,s=Object.entries(l).length?Object.assign({},l,e):e,c=Uw()(Bw(t),e.className),u="function"==typeof s.renderChildren?s.renderChildren(s):s.children;for(const e in s)r[e]=s[e];for(const e in i)r[e]=i[e];return void 0!==u&&(r.children=u),r.className=c,r}function Gw(e,t){return Kw(e,t,{forwardsRef:!0})}function Kw(e,t,n){const o=null!=n&&n.forwardsRef?(0,Bt.forwardRef)(e):e;let r=o.__contextSystemKey__||[t];return Array.isArray(t)&&(r=[...r,...t]),"string"==typeof t&&(r=[...r,t]),Object.assign(o,{[Tw]:[...new Set(r)],displayName:t,selector:`.${Bw(t)}`})}function Jw(e){if(!e)return[];let t=[];return e.__contextSystemKey__&&(t=e.__contextSystemKey__),e.type&&e.type.__contextSystemKey__&&(t=e.type.__contextSystemKey__),t}function Zw(e,t){return!!e&&("string"==typeof t?Jw(e).includes(t):!!Array.isArray(t)&&t.some((t=>Jw(e).includes(t))))}const Qw={border:0,clip:"rect(1px, 1px, 1px, 1px)",WebkitClipPath:"inset( 50% )",clipPath:"inset( 50% )",height:"1px",margin:"-1px",overflow:"hidden",padding:0,position:"absolute",width:"1px",wordWrap:"normal"};var eE=/^((children|dangerouslySetInnerHTML|key|ref|autoFocus|defaultValue|defaultChecked|innerHTML|suppressContentEditableWarning|suppressHydrationWarning|valueLink|accept|acceptCharset|accessKey|action|allow|allowUserMedia|allowPaymentRequest|allowFullScreen|allowTransparency|alt|async|autoComplete|autoPlay|capture|cellPadding|cellSpacing|challenge|charSet|checked|cite|classID|className|cols|colSpan|content|contentEditable|contextMenu|controls|controlsList|coords|crossOrigin|data|dateTime|decoding|default|defer|dir|disabled|disablePictureInPicture|download|draggable|encType|enterKeyHint|form|formAction|formEncType|formMethod|formNoValidate|formTarget|frameBorder|headers|height|hidden|high|href|hrefLang|htmlFor|httpEquiv|id|inputMode|integrity|is|keyParams|keyType|kind|label|lang|list|loading|loop|low|marginHeight|marginWidth|max|maxLength|media|mediaGroup|method|min|minLength|multiple|muted|name|nonce|noValidate|open|optimum|pattern|placeholder|playsInline|poster|preload|profile|radioGroup|readOnly|referrerPolicy|rel|required|reversed|role|rows|rowSpan|sandbox|scope|scoped|scrolling|seamless|selected|shape|size|sizes|slot|span|spellCheck|src|srcDoc|srcLang|srcSet|start|step|style|summary|tabIndex|target|title|translate|type|useMap|value|width|wmode|wrap|about|datatype|inlist|prefix|property|resource|typeof|vocab|autoCapitalize|autoCorrect|autoSave|color|incremental|fallback|inert|itemProp|itemScope|itemType|itemID|itemRef|on|option|results|security|unselectable|accentHeight|accumulate|additive|alignmentBaseline|allowReorder|alphabetic|amplitude|arabicForm|ascent|attributeName|attributeType|autoReverse|azimuth|baseFrequency|baselineShift|baseProfile|bbox|begin|bias|by|calcMode|capHeight|clip|clipPathUnits|clipPath|clipRule|colorInterpolation|colorInterpolationFilters|colorProfile|colorRendering|contentScriptType|contentStyleType|cursor|cx|cy|d|decelerate|descent|diffuseConstant|direction|display|divisor|dominantBaseline|dur|dx|dy|edgeMode|elevation|enableBackground|end|exponent|externalResourcesRequired|fill|fillOpacity|fillRule|filter|filterRes|filterUnits|floodColor|floodOpacity|focusable|fontFamily|fontSize|fontSizeAdjust|fontStretch|fontStyle|fontVariant|fontWeight|format|from|fr|fx|fy|g1|g2|glyphName|glyphOrientationHorizontal|glyphOrientationVertical|glyphRef|gradientTransform|gradientUnits|hanging|horizAdvX|horizOriginX|ideographic|imageRendering|in|in2|intercept|k|k1|k2|k3|k4|kernelMatrix|kernelUnitLength|kerning|keyPoints|keySplines|keyTimes|lengthAdjust|letterSpacing|lightingColor|limitingConeAngle|local|markerEnd|markerMid|markerStart|markerHeight|markerUnits|markerWidth|mask|maskContentUnits|maskUnits|mathematical|mode|numOctaves|offset|opacity|operator|order|orient|orientation|origin|overflow|overlinePosition|overlineThickness|panose1|paintOrder|pathLength|patternContentUnits|patternTransform|patternUnits|pointerEvents|points|pointsAtX|pointsAtY|pointsAtZ|preserveAlpha|preserveAspectRatio|primitiveUnits|r|radius|refX|refY|renderingIntent|repeatCount|repeatDur|requiredExtensions|requiredFeatures|restart|result|rotate|rx|ry|scale|seed|shapeRendering|slope|spacing|specularConstant|specularExponent|speed|spreadMethod|startOffset|stdDeviation|stemh|stemv|stitchTiles|stopColor|stopOpacity|strikethroughPosition|strikethroughThickness|string|stroke|strokeDasharray|strokeDashoffset|strokeLinecap|strokeLinejoin|strokeMiterlimit|strokeOpacity|strokeWidth|surfaceScale|systemLanguage|tableValues|targetX|targetY|textAnchor|textDecoration|textRendering|textLength|to|transform|u1|u2|underlinePosition|underlineThickness|unicode|unicodeBidi|unicodeRange|unitsPerEm|vAlphabetic|vHanging|vIdeographic|vMathematical|values|vectorEffect|version|vertAdvY|vertOriginX|vertOriginY|viewBox|viewTarget|visibility|widths|wordSpacing|writingMode|x|xHeight|x1|x2|xChannelSelector|xlinkActuate|xlinkArcrole|xlinkHref|xlinkRole|xlinkShow|xlinkTitle|xlinkType|xmlBase|xmlns|xmlnsXlink|xmlLang|xmlSpace|y|y1|y2|yChannelSelector|z|zoomAndPan|for|class|autofocus)|(([Dd][Aa][Tt][Aa]|[Aa][Rr][Ii][Aa]|x)-.*))$/,tE=az((function(e){return eE.test(e)||111===e.charCodeAt(0)&&110===e.charCodeAt(1)&&e.charCodeAt(2)<91}));var nE=tE,oE=function(e){return"theme"!==e},rE=function(e){return"string"==typeof e&&e.charCodeAt(0)>96?nE:oE},aE=function(e,t,n){var o;if(t){var r=t.shouldForwardProp;o=e.__emotion_forwardProp&&r?function(t){return e.__emotion_forwardProp(t)&&r(t)}:r}return"function"!=typeof o&&n&&(o=e.__emotion_forwardProp),o},iE=function(){return null};const lE=function e(t,n){var o,r,a=t.__emotion_real===t,i=a&&t.__emotion_base||t;void 0!==n&&(o=n.label,r=n.target);var l=aE(t,n,a),s=l||rE(i),c=!s("as");return function(){var u=arguments,p=a&&void 0!==t.__emotion_styles?t.__emotion_styles.slice(0):[];if(void 0!==o&&p.push("label:"+o+";"),null==u[0]||void 0===u[0].raw)p.push.apply(p,u);else{0,p.push(u[0][0]);for(var d=u.length,b=1;b{e&&(e.stopPropagation(),e.preventDefault())}}const R=!W&&(b&&z||M||!!z&&!(null!=f&&f.length)&&!1!==b),S=v?k:void 0,N=q["aria-describedby"]||S,T={className:E,"aria-label":q["aria-label"]||z,"aria-describedby":N,ref:t},B=(0,Bt.createElement)(Bt.Fragment,null,u&&"left"===p&&(0,Bt.createElement)(Ww,{icon:u,size:d}),h&&(0,Bt.createElement)(Bt.Fragment,null,h),u&&"right"===p&&(0,Bt.createElement)(Ww,{icon:u,size:d}),f),D="a"===L?(0,Bt.createElement)("a",Pt({},C,q,T),B):(0,Bt.createElement)("button",Pt({},x,q,T),B);return R?(0,Bt.createElement)(Bt.Fragment,null,(0,Bt.createElement)(ww,{text:null!=f&&f.length&&v?v:z,shortcut:M,position:m},D),v&&(0,Bt.createElement)(uE,null,(0,Bt.createElement)("span",{id:S},v))):(0,Bt.createElement)(Bt.Fragment,null,D,v&&(0,Bt.createElement)(uE,null,(0,Bt.createElement)("span",{id:S},v)))})),bE=dE;function mE(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function ME(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(e);t&&(o=o.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,o)}return n}function zE(e){for(var t=1;t=0||(r[n]=e[n]);return r}function hE(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,o=new Array(t);n=e.length?{done:!0}:{done:!1,value:e[o++]}}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}return(n=e[Symbol.iterator]()).next.bind(n)}var OE=(0,Bt.createContext)({});var vE,AE=function(e,t,n){void 0===n&&(n=t.children);var o=(0,Bt.useContext)(OE);if(o.useCreateElement)return o.useCreateElement(e,t,n);if("string"==typeof e&&function(e){return"function"==typeof e}(n)){t.children;return n(fE(t,["children"]))}return(0,Bt.createElement)(e,t,n)};function yE(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function _E(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(e);t&&(o=o.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,o)}return n}function qE(e){for(var t=1;t=0?n[i]=e[i]:o[i]=e[i]}return[n,o]}function EE(e,t){if(void 0===t&&(t=[]),!kE(e.state))return wE(e,t);var n=wE(e,[].concat(t,["state"])),o=n[0],r=n[1],a=o.state,i=function(e,t){if(null==e)return{};var n,o,r={},a=Object.keys(e);for(o=0;o=0||(r[n]=e[n]);return r}(o,["state"]);return[qE(qE({},a),i),r]}function WE(e,t){if(e===t)return!0;if(!e)return!1;if(!t)return!1;if("object"!=typeof e)return!1;if("object"!=typeof t)return!1;var n=Object.keys(e),o=Object.keys(t),r=n.length;if(o.length!==r)return!1;for(var a=0,i=n;a=0||(r[n]=e[n]);return r}function DE(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,o=new Array(t);n=e.length?{done:!0}:{done:!1,value:e[o++]}}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}return(n=e[Symbol.iterator]()).next.bind(n)}function PE(e,t){void 0===t&&(t=null),e&&("function"==typeof e?e(t):e.current=t)}function HE(e,t){return(0,Bt.useMemo)((function(){return null==e&&null==t?null:function(n){PE(e,n),PE(t,n)}}),[e,t])}function FE(e){return e?e.ownerDocument||e:document}try{vE=window}catch(e){}function YE(e){return e&&FE(e).defaultView||vE}var XE=function(){var e=YE();return Boolean(void 0!==e&&e.document&&e.document.createElement)}(),jE=XE?Bt.useLayoutEffect:Bt.useEffect;function VE(e){var t=(0,Bt.useRef)(e);return jE((function(){t.current=e})),t}function UE(e){return e.target===e.currentTarget}function $E(e){var t=FE(e).activeElement;return null!=t&&t.nodeName?t:null}function GE(e,t){return e===t||e.contains(t)}function KE(e){var t=$E(e);if(!t)return!1;if(GE(e,t))return!0;var n=t.getAttribute("aria-activedescendant");return!!n&&(n===e.id||!!e.querySelector("#"+n))}function JE(e){return!GE(e.currentTarget,e.target)}var ZE=["button","color","file","image","reset","submit"];function QE(e){if("BUTTON"===e.tagName)return!0;if("INPUT"===e.tagName){var t=e;return-1!==ZE.indexOf(t.type)}return!1}function eW(e){return!!XE&&-1!==window.navigator.userAgent.indexOf(e)}var tW="input:not([type='hidden']):not([disabled]), select:not([disabled]), textarea:not([disabled]), a[href], button:not([disabled]), [tabindex], iframe, object, embed, area[href], audio[controls], video[controls], [contenteditable]:not([contenteditable='false'])";function nW(e){return function(e,t){return"matches"in e?e.matches(t):"msMatchesSelector"in e?e.msMatchesSelector(t):e.webkitMatchesSelector(t)}(e,tW)&&function(e){var t=e;return t.offsetWidth>0||t.offsetHeight>0||e.getClientRects().length>0}(e)}var oW=RE({name:"Role",keys:["unstable_system"],propsAreEqual:function(e,t){var n=e.unstable_system,o=BE(e,["unstable_system"]),r=t.unstable_system,a=BE(t,["unstable_system"]);return!(n!==r&&!WE(n,r))&&WE(o,a)}}),rW=(xE({as:"div",useHook:oW}),eW("Mac")&&!eW("Chrome")&&(eW("Safari")||eW("Firefox")));function aW(e){!KE(e)&&nW(e)&&e.focus()}function iW(e,t,n,o){return e?t&&!n?-1:void 0:t?o:o||0}function lW(e,t){return(0,Bt.useCallback)((function(n){var o;null===(o=e.current)||void 0===o||o.call(e,n),n.defaultPrevented||t&&(n.stopPropagation(),n.preventDefault())}),[e,t])}var sW=RE({name:"Tabbable",compose:oW,keys:["disabled","focusable"],useOptions:function(e,t){return TE({disabled:t.disabled},e)},useProps:function(e,t){var n=t.ref,o=t.tabIndex,r=t.onClickCapture,a=t.onMouseDownCapture,i=t.onMouseDown,l=t.onKeyPressCapture,s=t.style,c=BE(t,["ref","tabIndex","onClickCapture","onMouseDownCapture","onMouseDown","onKeyPressCapture","style"]),u=(0,Bt.useRef)(null),p=VE(r),d=VE(a),b=VE(i),m=VE(l),M=!!e.disabled&&!e.focusable,z=(0,Bt.useState)(!0),f=z[0],h=z[1],g=(0,Bt.useState)(!0),O=g[0],v=g[1],A=e.disabled?TE({pointerEvents:"none"},s):s;jE((function(){var e=u.current;e&&(["BUTTON","INPUT","SELECT","TEXTAREA","A"].includes(e.tagName)||h(!1),function(e){return["BUTTON","INPUT","SELECT","TEXTAREA"].includes(e.tagName)}(e)||v(!1))}),[]);var y=lW(p,e.disabled),_=lW(d,e.disabled),q=lW(m,e.disabled),k=(0,Bt.useCallback)((function(e){var t;null===(t=b.current)||void 0===t||t.call(b,e);var n=e.currentTarget;if(!e.defaultPrevented&&rW&&!JE(e)&&QE(n)){var o=requestAnimationFrame((function(){n.removeEventListener("mouseup",r,!0),aW(n)})),r=function(){cancelAnimationFrame(o),aW(n)};n.addEventListener("mouseup",r,{once:!0,capture:!0})}}),[]);return TE({ref:HE(u,n),style:A,tabIndex:iW(M,f,O,o),disabled:!(!M||!O)||void 0,"aria-disabled":!!e.disabled||void 0,onClickCapture:y,onMouseDownCapture:_,onMouseDown:k,onKeyPressCapture:q},c)}});xE({as:"div",useHook:sW});var cW=RE({name:"Clickable",compose:sW,keys:["unstable_clickOnEnter","unstable_clickOnSpace"],useOptions:function(e){var t=e.unstable_clickOnEnter,n=void 0===t||t,o=e.unstable_clickOnSpace;return TE({unstable_clickOnEnter:n,unstable_clickOnSpace:void 0===o||o},BE(e,["unstable_clickOnEnter","unstable_clickOnSpace"]))},useProps:function(e,t){var n=t.onKeyDown,o=t.onKeyUp,r=BE(t,["onKeyDown","onKeyUp"]),a=(0,Bt.useState)(!1),i=a[0],l=a[1],s=VE(n),c=VE(o),u=(0,Bt.useCallback)((function(t){var n;if(null===(n=s.current)||void 0===n||n.call(s,t),!t.defaultPrevented&&!e.disabled&&!t.metaKey&&UE(t)){var o=e.unstable_clickOnEnter&&"Enter"===t.key,r=e.unstable_clickOnSpace&&" "===t.key;if(o||r){if(function(e){var t=e.currentTarget;return!!e.isTrusted&&(QE(t)||"INPUT"===t.tagName||"TEXTAREA"===t.tagName||"A"===t.tagName||"SELECT"===t.tagName)}(t))return;t.preventDefault(),o?t.currentTarget.click():r&&l(!0)}}}),[e.disabled,e.unstable_clickOnEnter,e.unstable_clickOnSpace]),p=(0,Bt.useCallback)((function(t){var n;if(null===(n=c.current)||void 0===n||n.call(c,t),!t.defaultPrevented&&!e.disabled&&!t.metaKey){var o=e.unstable_clickOnSpace&&" "===t.key;i&&o&&(l(!1),t.currentTarget.click())}}),[e.disabled,e.unstable_clickOnSpace,i]);return TE({"data-active":i||void 0,onKeyDown:u,onKeyUp:p},r)}});xE({as:"button",memo:!0,useHook:cW});function uW(e,t){return t?e.find((function(e){return!e.disabled&&e.id!==t})):e.find((function(e){return!e.disabled}))}function pW(e,t){var n;return t||null===t?t:e.currentId||null===e.currentId?e.currentId:null===(n=uW(e.items||[]))||void 0===n?void 0:n.id}var dW=["baseId","unstable_idCountRef","setBaseId","unstable_virtual","rtl","orientation","items","groups","currentId","loop","wrap","shift","unstable_moves","unstable_hasActiveWidget","unstable_includesBaseElement","registerItem","unregisterItem","registerGroup","unregisterGroup","move","next","previous","up","down","first","last","sort","unstable_setVirtual","setRTL","setOrientation","setCurrentId","setLoop","setWrap","setShift","reset","unstable_setIncludesBaseElement","unstable_setHasActiveWidget"],bW=dW,mW=bW;function MW(e){e.userFocus=!0,e.focus(),e.userFocus=!1}function zW(e,t){e.userFocus=t}function fW(e){try{var t=e instanceof HTMLInputElement&&null!==e.selectionStart,n="TEXTAREA"===e.tagName,o="true"===e.contentEditable;return t||n||o||!1}catch(e){return!1}}function hW(e){var t=$E(e);if(!t)return!1;if(t===e)return!0;var n=t.getAttribute("aria-activedescendant");return!!n&&n===e.id}function gW(e){return void 0===e&&(e="id"),(e?e+"-":"")+Math.random().toString(32).substr(2,6)}var OW=(0,Bt.createContext)(gW);var vW=RE({keys:[].concat(["baseId","unstable_idCountRef","setBaseId"],["id"]),useOptions:function(e,t){var n=(0,Bt.useContext)(OW),o=(0,Bt.useState)((function(){return e.unstable_idCountRef?(e.unstable_idCountRef.current+=1,"-"+e.unstable_idCountRef.current):e.baseId?"-"+n(""):""}))[0],r=(0,Bt.useMemo)((function(){return e.baseId||n()}),[e.baseId,n]),a=t.id||e.id||""+r+o;return TE(TE({},e),{},{id:a})},useProps:function(e,t){return TE({id:e.id},t)}});xE({as:"div",useHook:vW});function AW(e,t,n){if("function"==typeof Event)return new Event(t,n);var o=FE(e).createEvent("Event");return o.initEvent(t,null==n?void 0:n.bubbles,null==n?void 0:n.cancelable),o}function yW(e,t){if(e instanceof HTMLInputElement||e instanceof HTMLTextAreaElement){var n,o=Object.getPrototypeOf(e),r=null===(n=Object.getOwnPropertyDescriptor(o,"value"))||void 0===n?void 0:n.set;r&&(r.call(e,t),function(e,t,n){e.dispatchEvent(AW(e,t,n))}(e,"input",{bubbles:!0}))}}function _W(e){return e.querySelector("[data-composite-item-widget]")}var qW=RE({name:"CompositeItem",compose:[cW,vW],keys:mW,propsAreEqual:function(e,t){if(!t.id||e.id!==t.id)return cW.unstable_propsAreEqual(e,t);var n=e.currentId,o=e.unstable_moves,r=BE(e,["currentId","unstable_moves"]),a=t.currentId,i=t.unstable_moves,l=BE(t,["currentId","unstable_moves"]);if(a!==n){if(t.id===a||t.id===n)return!1}else if(o!==i)return!1;return cW.unstable_propsAreEqual(r,l)},useOptions:function(e){return TE(TE({},e),{},{id:e.id,currentId:pW(e),unstable_clickOnSpace:!e.unstable_hasActiveWidget&&e.unstable_clickOnSpace})},useProps:function(e,t){var n,o=t.ref,r=t.tabIndex,a=void 0===r?0:r,i=t.onMouseDown,l=t.onFocus,s=t.onBlurCapture,c=t.onKeyDown,u=t.onClick,p=BE(t,["ref","tabIndex","onMouseDown","onFocus","onBlurCapture","onKeyDown","onClick"]),d=(0,Bt.useRef)(null),b=e.id,m=e.disabled&&!e.focusable,M=e.currentId===b,z=VE(M),f=(0,Bt.useRef)(!1),h=function(e){return(0,Bt.useMemo)((function(){var t;return null===(t=e.items)||void 0===t?void 0:t.find((function(t){return e.id&&t.id===e.id}))}),[e.items,e.id])}(e),g=VE(i),O=VE(l),v=VE(s),A=VE(c),y=VE(u),_=!e.unstable_virtual&&!e.unstable_hasActiveWidget&&M||!(null!==(n=e.items)&&void 0!==n&&n.length);(0,Bt.useEffect)((function(){var t;if(b)return null===(t=e.registerItem)||void 0===t||t.call(e,{id:b,ref:d,disabled:!!m}),function(){var t;null===(t=e.unregisterItem)||void 0===t||t.call(e,b)}}),[b,m,e.registerItem,e.unregisterItem]),(0,Bt.useEffect)((function(){var t=d.current;t&&e.unstable_moves&&z.current&&MW(t)}),[e.unstable_moves]);var q=(0,Bt.useCallback)((function(e){var t;null===(t=g.current)||void 0===t||t.call(g,e),zW(e.currentTarget,!0)}),[]),k=(0,Bt.useCallback)((function(t){var n,o,r=!!t.currentTarget.userFocus;if(zW(t.currentTarget,!1),null===(n=O.current)||void 0===n||n.call(O,t),!t.defaultPrevented&&!JE(t)&&b&&!function(e,t){if(UE(e))return!1;for(var n,o=IE(t);!(n=o()).done;)if(n.value.ref.current===e.target)return!0;return!1}(t,e.items)&&(null===(o=e.setCurrentId)||void 0===o||o.call(e,b),r&&e.unstable_virtual&&e.baseId&&UE(t))){var a=FE(t.target).getElementById(e.baseId);a&&(f.current=!0,function(e,t){var n=void 0===t?{}:t,o=n.preventScroll,r=n.isActive,a=void 0===r?hW:r;a(e)||(e.focus({preventScroll:o}),a(e)||requestAnimationFrame((function(){e.focus({preventScroll:o})})))}(a))}}),[b,e.items,e.setCurrentId,e.unstable_virtual,e.baseId]),w=(0,Bt.useCallback)((function(t){var n;null===(n=v.current)||void 0===n||n.call(v,t),t.defaultPrevented||e.unstable_virtual&&f.current&&(f.current=!1,t.preventDefault(),t.stopPropagation())}),[e.unstable_virtual]),E=(0,Bt.useCallback)((function(t){var n;if(UE(t)){var o="horizontal"!==e.orientation,r="vertical"!==e.orientation,a=!(null==h||!h.groupId),i={ArrowUp:(a||o)&&e.up,ArrowRight:(a||r)&&e.next,ArrowDown:(a||o)&&e.down,ArrowLeft:(a||r)&&e.previous,Home:function(){var n,o;!a||t.ctrlKey?null===(n=e.first)||void 0===n||n.call(e):null===(o=e.previous)||void 0===o||o.call(e,!0)},End:function(){var n,o;!a||t.ctrlKey?null===(n=e.last)||void 0===n||n.call(e):null===(o=e.next)||void 0===o||o.call(e,!0)},PageUp:function(){var t,n;a?null===(t=e.up)||void 0===t||t.call(e,!0):null===(n=e.first)||void 0===n||n.call(e)},PageDown:function(){var t,n;a?null===(t=e.down)||void 0===t||t.call(e,!0):null===(n=e.last)||void 0===n||n.call(e)}}[t.key];if(i)return t.preventDefault(),void i();if(null===(n=A.current)||void 0===n||n.call(A,t),!t.defaultPrevented)if(1===t.key.length&&" "!==t.key){var l=_W(t.currentTarget);l&&fW(l)&&(l.focus(),yW(l,""))}else if("Delete"===t.key||"Backspace"===t.key){var s=_W(t.currentTarget);s&&fW(s)&&(t.preventDefault(),yW(s,""))}}}),[e.orientation,h,e.up,e.next,e.down,e.previous,e.first,e.last]),W=(0,Bt.useCallback)((function(e){var t;if(null===(t=y.current)||void 0===t||t.call(y,e),!e.defaultPrevented){var n=_W(e.currentTarget);n&&!KE(n)&&n.focus()}}),[]);return TE({ref:HE(d,o),id:b,tabIndex:_?a:-1,"aria-selected":!(!e.unstable_virtual||!M)||void 0,onMouseDown:q,onFocus:k,onBlurCapture:w,onKeyDown:E,onClick:W},p)}}),kW=xE({as:"button",memo:!0,useHook:qW}),wW=["baseId","unstable_idCountRef","unstable_virtual","rtl","orientation","items","groups","currentId","loop","wrap","shift","unstable_moves","unstable_hasActiveWidget","unstable_includesBaseElement","setBaseId","registerItem","unregisterItem","registerGroup","unregisterGroup","move","next","previous","up","down","first","last","sort","unstable_setVirtual","setRTL","setOrientation","setCurrentId","setLoop","setWrap","setShift","reset","unstable_setIncludesBaseElement","unstable_setHasActiveWidget"],EW=wW,WW=xE({as:"button",memo:!0,useHook:RE({name:"ToolbarItem",compose:qW,keys:EW})});const LW=(0,Bt.forwardRef)((function(e,t){let{children:n,as:o,...r}=e;const a=(0,Bt.useContext)(Cz);if("function"!=typeof n&&!o)return null;const i={...r,ref:t,"data-toolbar-item":!0};return a?(0,Bt.createElement)(WW,Pt({},a,i,{as:o}),n):o?(0,Bt.createElement)(o,i,n):n(i)})),xW=e=>{let{children:t,className:n}=e;return(0,Bt.createElement)("div",{className:n},t)};const CW=(0,Bt.forwardRef)((function(e,t){let{children:n,className:o,containerClassName:r,extraProps:a,isActive:i,isDisabled:l,title:s,...c}=e;return(0,Bt.useContext)(Cz)?(0,Bt.createElement)(LW,Pt({className:Sz()("components-toolbar-button",o)},a,c,{ref:t}),(e=>(0,Bt.createElement)(bE,Pt({label:s,isPressed:i,disabled:l},e),n))):(0,Bt.createElement)(xW,{className:r},(0,Bt.createElement)(bE,Pt({ref:t,icon:c.icon,label:s,shortcut:c.shortcut,"data-subscript":c.subscript,onClick:e=>{e.stopPropagation(),c.onClick&&c.onClick(e)},className:Sz()("components-toolbar__control",o),isPressed:i,disabled:l,"data-toolbar-item":!0},a,c),n))})),RW=CW,SW=e=>{let{className:t,children:n,...o}=e;return(0,Bt.createElement)("div",Pt({className:t},o),n)},NW=(0,Bt.createElement)(rk,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,Bt.createElement)(nk,{d:"M5 5v1.5h14V5H5zm0 7.8h14v-1.5H5v1.5zM5 19h14v-1.5H5V19z"}));const TW=(0,Bt.forwardRef)((function(e,t){let{renderContent:n,renderToggle:o,className:r,contentClassName:a,expandOnMobile:i,headerTitle:l,focusOnMount:s,popoverProps:c,onClose:u,onToggle:p,style:d,position:b}=e;void 0!==b&&jo("`position` prop in wp.components.Dropdown",{since:"6.2",alternative:"`popoverProps.placement` prop",hint:"Note that the `position` prop will override any values passed through the `popoverProps.placement` prop."});const[m,M]=(0,Bt.useState)(null),z=(0,Bt.useRef)(),[f,h]=function(e,t){const[n,o]=(0,Bt.useState)(e);return[n,e=>{o(e),t&&t(e)}]}(!1,p);function g(){u&&u(),h(!1)}(0,Bt.useEffect)((()=>()=>{p&&f&&p(!1)}),[p,f]);const O={isOpen:f,onToggle:function(){h(!f)},onClose:g},v=!!(null!=c&&c.anchor||null!=c&&c.anchorRef||null!=c&&c.getAnchorRect||null!=c&&c.anchorRect);return(0,Bt.createElement)("div",{className:Sz()("components-dropdown",r),ref:Hz([z,t,M]),tabIndex:-1,style:d},o(O),f&&(0,Bt.createElement)(gw,Pt({position:b,onClose:g,onFocusOutside:function(){var e;if(!z.current)return;const{ownerDocument:t}=z.current,n=null==t||null===(e=t.activeElement)||void 0===e?void 0:e.closest('[role="dialog"]');z.current.contains(t.activeElement)||n&&!n.contains(z.current)||g()},expandOnMobile:i,headerTitle:l,focusOnMount:s,offset:13,anchor:v?void 0:m},c,{className:Sz()("components-dropdown__content",null==c?void 0:c.className,a)}),n(O)))})),BW=TW,DW=()=>{},IW=["menuitem","menuitemradio","menuitemcheckbox"];class PW extends Bt.Component{constructor(){super(...arguments),this.onKeyDown=this.onKeyDown.bind(this),this.bindContainer=this.bindContainer.bind(this),this.getFocusableContext=this.getFocusableContext.bind(this),this.getFocusableIndex=this.getFocusableIndex.bind(this)}componentDidMount(){this.container.addEventListener("keydown",this.onKeyDown),this.container.addEventListener("focus",this.onFocus)}componentWillUnmount(){this.container.removeEventListener("keydown",this.onKeyDown),this.container.removeEventListener("focus",this.onFocus)}bindContainer(e){const{forwardedRef:t}=this.props;this.container=e,"function"==typeof t?t(e):t&&"current"in t&&(t.current=e)}getFocusableContext(e){const{onlyBrowserTabstops:t}=this.props,n=(t?Yq.tabbable:Yq.focusable).find(this.container),o=this.getFocusableIndex(n,e);return o>-1&&e?{index:o,target:e,focusables:n}:null}getFocusableIndex(e,t){const n=e.indexOf(t);if(-1!==n)return n}onKeyDown(e){this.props.onKeyDown&&this.props.onKeyDown(e);const{getFocusableContext:t}=this,{cycle:n=!0,eventToOffset:o,onNavigate:r=DW,stopNavigationEvents:a}=this.props,i=o(e);if(void 0!==i&&a){e.stopImmediatePropagation();const t=e.target.getAttribute("role"),n=IW.includes(t),o="Tab"===e.code;(n||o)&&e.preventDefault()}if(!i)return;const l=t(e.target.ownerDocument.activeElement);if(!l)return;const{index:s,focusables:c}=l,u=n?function(e,t,n){const o=e+n;return o<0?t+o:o>=t?o-t:o}(s,c.length,i):s+i;u>=0&&u(0,Bt.createElement)(PW,Pt({},e,{forwardedRef:t}));HW.displayName="NavigableContainer";const FW=(0,Bt.forwardRef)(HW);const YW=(0,Bt.forwardRef)((function(e,t){let{role:n="menu",orientation:o="vertical",...r}=e;return(0,Bt.createElement)(FW,Pt({ref:t,stopNavigationEvents:!0,onlyBrowserTabstops:!1,role:n,"aria-orientation":"presentation"===n?null:o,eventToOffset:e=>{const{code:t}=e;let n=["ArrowDown"],r=["ArrowUp"];return"horizontal"===o&&(n=["ArrowRight"],r=["ArrowLeft"]),"both"===o&&(n=["ArrowRight","ArrowDown"],r=["ArrowLeft","ArrowUp"]),n.includes(t)?1:r.includes(t)?-1:["ArrowDown","ArrowUp","ArrowLeft","ArrowRight"].includes(t)?0:void 0}},r))}));function XW(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};const n={...e,...t};return t.className&&e.className&&(n.className=Sz()(t.className,e.className)),n}function jW(e){return"function"==typeof e}const VW=function(e){const{children:t,className:n,controls:o,icon:r=NW,label:a,popoverProps:i,toggleProps:l,menuProps:s,disableOpenOnArrowDown:c=!1,text:u,noIcons:p}=e;if(!(null!=o&&o.length||jW(t)))return null;let d;null!=o&&o.length&&(d=o,Array.isArray(d[0])||(d=[d]));const b=XW({className:"components-dropdown-menu__popover"},i);return(0,Bt.createElement)(BW,{className:Sz()("components-dropdown-menu",n),popoverProps:b,renderToggle:e=>{var t;let{isOpen:n,onToggle:o}=e;const{as:i=bE,...s}=null!=l?l:{},p=XW({className:Sz()("components-dropdown-menu__toggle",{"is-opened":n})},s);return(0,Bt.createElement)(i,Pt({},p,{icon:r,onClick:e=>{o(e),p.onClick&&p.onClick(e)},onKeyDown:e=>{(e=>{c||n||"ArrowDown"!==e.code||(e.preventDefault(),o())})(e),p.onKeyDown&&p.onKeyDown(e)},"aria-haspopup":"true","aria-expanded":n,label:a,text:u,showTooltip:null===(t=null==l?void 0:l.showTooltip)||void 0===t||t}),p.children)},renderContent:e=>{var n;const o=XW({"aria-label":a,className:Sz()("components-dropdown-menu__menu",{"no-icons":p})},s);return(0,Bt.createElement)(YW,Pt({},o,{role:"menu"}),jW(t)?t(e):null,null===(n=d)||void 0===n?void 0:n.flatMap(((t,n)=>t.map(((t,o)=>(0,Bt.createElement)(bE,{key:[n,o].join(),onClick:n=>{n.stopPropagation(),e.onClose(),t.onClick&&t.onClick()},className:Sz()("components-dropdown-menu__menu-item",{"has-separator":n>0&&0===o,"is-active":t.isActive,"is-icon-only":!t.title}),icon:t.icon,label:t.label,"aria-checked":"menuitemcheckbox"===t.role||"menuitemradio"===t.role?t.isActive:void 0,role:"menuitemcheckbox"===t.role||"menuitemradio"===t.role?t.role:"menuitem",disabled:t.isDisabled},t.title))))))}})};const UW=function(e){let{controls:t=[],toggleProps:n,...o}=e;const r=e=>(0,Bt.createElement)(VW,Pt({controls:t,toggleProps:{...e,"data-toolbar-item":!0}},o));return(0,Bt.useContext)(Cz)?(0,Bt.createElement)(LW,n,r):r(n)};const $W=function(e){var t;let{controls:n=[],children:o,className:r,isCollapsed:a,title:i,...l}=e;const s=(0,Bt.useContext)(Cz);if(!(n&&n.length||o))return null;const c=Sz()(s?"components-toolbar-group":"components-toolbar",r);let u=n;return Array.isArray(u[0])||(u=[u]),a?(0,Bt.createElement)(UW,Pt({label:i,controls:u,className:c,children:o},l)):(0,Bt.createElement)(SW,Pt({className:c},l),null===(t=u)||void 0===t?void 0:t.flatMap(((e,t)=>e.map(((e,n)=>(0,Bt.createElement)(RW,Pt({key:[t,n].join(),containerClassName:t>0&&0===n?"has-left-divider":null},e)))))),o)},GW={default:aw("BlockControls"),block:aw("BlockControlsBlock"),inline:aw("BlockFormatControls"),other:aw("BlockControlsOther"),parent:aw("BlockControlsParent")},KW={insertUsage:{}},JW={alignWide:!1,supportsLayout:!0,colors:[{name:gr("Black"),slug:"black",color:"#000000"},{name:gr("Cyan bluish gray"),slug:"cyan-bluish-gray",color:"#abb8c3"},{name:gr("White"),slug:"white",color:"#ffffff"},{name:gr("Pale pink"),slug:"pale-pink",color:"#f78da7"},{name:gr("Vivid red"),slug:"vivid-red",color:"#cf2e2e"},{name:gr("Luminous vivid orange"),slug:"luminous-vivid-orange",color:"#ff6900"},{name:gr("Luminous vivid amber"),slug:"luminous-vivid-amber",color:"#fcb900"},{name:gr("Light green cyan"),slug:"light-green-cyan",color:"#7bdcb5"},{name:gr("Vivid green cyan"),slug:"vivid-green-cyan",color:"#00d084"},{name:gr("Pale cyan blue"),slug:"pale-cyan-blue",color:"#8ed1fc"},{name:gr("Vivid cyan blue"),slug:"vivid-cyan-blue",color:"#0693e3"},{name:gr("Vivid purple"),slug:"vivid-purple",color:"#9b51e0"}],fontSizes:[{name:Or("Small","font size name"),size:13,slug:"small"},{name:Or("Normal","font size name"),size:16,slug:"normal"},{name:Or("Medium","font size name"),size:20,slug:"medium"},{name:Or("Large","font size name"),size:36,slug:"large"},{name:Or("Huge","font size name"),size:42,slug:"huge"}],imageDefaultSize:"large",imageSizes:[{slug:"thumbnail",name:gr("Thumbnail")},{slug:"medium",name:gr("Medium")},{slug:"large",name:gr("Large")},{slug:"full",name:gr("Full Size")}],imageEditing:!0,maxWidth:580,allowedBlockTypes:!0,maxUploadFileSize:0,allowedMimeTypes:null,canLockBlocks:!0,enableOpenverseMediaCategory:!0,clearBlockSelection:!0,__experimentalCanUserUseUnfilteredHTML:!1,__experimentalBlockDirectory:!1,__mobileEnablePageTemplates:!1,__experimentalBlockPatterns:[],__experimentalBlockPatternCategories:[],__unstableGalleryWithImageBlocks:!1,__unstableIsPreviewMode:!1,blockInspectorAnimation:{animationParent:"core/navigation","core/navigation":{enterDirection:"leftToRight"},"core/navigation-submenu":{enterDirection:"rightToLeft"},"core/navigation-link":{enterDirection:"rightToLeft"},"core/search":{enterDirection:"rightToLeft"},"core/social-links":{enterDirection:"rightToLeft"},"core/page-list":{enterDirection:"rightToLeft"},"core/spacer":{enterDirection:"rightToLeft"},"core/home-link":{enterDirection:"rightToLeft"},"core/site-title":{enterDirection:"rightToLeft"},"core/site-logo":{enterDirection:"rightToLeft"}},generateAnchors:!1,gradients:[{name:gr("Vivid cyan blue to vivid purple"),gradient:"linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%)",slug:"vivid-cyan-blue-to-vivid-purple"},{name:gr("Light green cyan to vivid green cyan"),gradient:"linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%)",slug:"light-green-cyan-to-vivid-green-cyan"},{name:gr("Luminous vivid amber to luminous vivid orange"),gradient:"linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%)",slug:"luminous-vivid-amber-to-luminous-vivid-orange"},{name:gr("Luminous vivid orange to vivid red"),gradient:"linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%)",slug:"luminous-vivid-orange-to-vivid-red"},{name:gr("Very light gray to cyan bluish gray"),gradient:"linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%)",slug:"very-light-gray-to-cyan-bluish-gray"},{name:gr("Cool to warm spectrum"),gradient:"linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%)",slug:"cool-to-warm-spectrum"},{name:gr("Blush light purple"),gradient:"linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%)",slug:"blush-light-purple"},{name:gr("Blush bordeaux"),gradient:"linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%)",slug:"blush-bordeaux"},{name:gr("Luminous dusk"),gradient:"linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%)",slug:"luminous-dusk"},{name:gr("Pale ocean"),gradient:"linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%)",slug:"pale-ocean"},{name:gr("Electric grass"),gradient:"linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%)",slug:"electric-grass"},{name:gr("Midnight"),gradient:"linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%)",slug:"midnight"}],__unstableResolvedAssets:{styles:[],scripts:[]}};function ZW(e,t,n){return[...e.slice(0,n),...Array.isArray(t)?t:[t],...e.slice(n)]}function QW(e,t,n){let o=arguments.length>3&&void 0!==arguments[3]?arguments[3]:1;const r=[...e];return r.splice(t,o),ZW(r,e.slice(t,t+o),n)}const eL=e=>e;function tL(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"";const n=new Map,o=[];return n.set(t,o),e.forEach((e=>{const{clientId:t,innerBlocks:r}=e;o.push(t),tL(r,t).forEach(((e,t)=>{n.set(t,e)}))})),n}function nL(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"";const n=[],o=[[t,e]];for(;o.length;){const[e,t]=o.shift();t.forEach((t=>{let{innerBlocks:r,...a}=t;n.push([a.clientId,e]),null!=r&&r.length&&o.push([a.clientId,r])}))}return n}function oL(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:eL;const n=[],o=[...e];for(;o.length;){const{innerBlocks:e,...r}=o.shift();o.push(...e),n.push([r.clientId,t(r)])}return n}function rL(e){const t={},n=[...e];for(;n.length;){const{innerBlocks:e,...o}=n.shift();n.push(...e),t[o.clientId]=!0}return t}function aL(e){return oL(e,(e=>{const{attributes:t,...n}=e;return n}))}function iL(e){return oL(e,(e=>e.attributes))}function lL(e,t){return"UPDATE_BLOCK_ATTRIBUTES"===e.type&&void 0!==t&&"UPDATE_BLOCK_ATTRIBUTES"===t.type&&Ys()(e.clientIds,t.clientIds)&&function(e,t){return Ys()(Object.keys(e),Object.keys(t))}(e.attributes,t.attributes)}function sL(e,t){const n=e.tree,o=[...t],r=[...t];for(;o.length;){const e=o.shift();o.push(...e.innerBlocks),r.push(...e.innerBlocks)}for(const e of r)n.set(e.clientId,{});for(const t of r)n.set(t.clientId,Object.assign(n.get(t.clientId),{...e.byClientId.get(t.clientId),attributes:e.attributes.get(t.clientId),innerBlocks:t.innerBlocks.map((e=>n.get(e.clientId)))}))}function cL(e,t){let n=arguments.length>2&&void 0!==arguments[2]&&arguments[2];const o=e.tree,r=new Set([]),a=new Set;for(const o of t){let t=n?o:e.parents.get(o);do{if(e.controlledInnerBlocks[t]){a.add(t);break}r.add(t),t=e.parents.get(t)}while(void 0!==t)}for(const e of r)o.set(e,{...o.get(e)});for(const t of r)o.get(t).innerBlocks=(e.order.get(t)||[]).map((e=>o.get(e)));for(const t of a)o.set("controlled||"+t,{innerBlocks:(e.order.get(t)||[]).map((e=>o.get(e)))})}const uL=mn(Ko,(e=>(t,n)=>{if(t&&"SAVE_REUSABLE_BLOCK_SUCCESS"===n.type){const{id:e,updatedId:o}=n;if(e===o)return t;(t={...t}).attributes=new Map(t.attributes),t.attributes.forEach(((n,r)=>{const{name:a}=t.byClientId.get(r);"core/block"===a&&n.ref===e&&t.attributes.set(r,{...n,ref:o})}))}return e(t,n)}),(e=>function(){let t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},n=arguments.length>1?arguments[1]:void 0;const o=e(t,n);if(o===t)return t;switch(o.tree=t.tree?t.tree:new Map,n.type){case"RECEIVE_BLOCKS":case"INSERT_BLOCKS":o.tree=new Map(o.tree),sL(o,n.blocks),cL(o,n.rootClientId?[n.rootClientId]:[""],!0);break;case"UPDATE_BLOCK":o.tree=new Map(o.tree),o.tree.set(n.clientId,{...o.tree.get(n.clientId),...o.byClientId.get(n.clientId),attributes:o.attributes.get(n.clientId)}),cL(o,[n.clientId],!1);break;case"UPDATE_BLOCK_ATTRIBUTES":o.tree=new Map(o.tree),n.clientIds.forEach((e=>{o.tree.set(e,{...o.tree.get(e),attributes:o.attributes.get(e)})})),cL(o,n.clientIds,!1);break;case"REPLACE_BLOCKS_AUGMENTED_WITH_CHILDREN":{const e=rL(n.blocks);o.tree=new Map(o.tree),n.replacedClientIds.concat(n.replacedClientIds.filter((t=>!e[t])).map((e=>"controlled||"+e))).forEach((e=>{o.tree.delete(e)})),sL(o,n.blocks),cL(o,n.blocks.map((e=>e.clientId)),!1);const r=[];for(const e of n.clientIds)void 0===t.parents.get(e)||""!==t.parents.get(e)&&!o.byClientId.get(t.parents.get(e))||r.push(t.parents.get(e));cL(o,r,!0);break}case"REMOVE_BLOCKS_AUGMENTED_WITH_CHILDREN":const e=[];for(const r of n.clientIds)void 0===t.parents.get(r)||""!==t.parents.get(r)&&!o.byClientId.get(t.parents.get(r))||e.push(t.parents.get(r));o.tree=new Map(o.tree),n.removedClientIds.concat(n.removedClientIds.map((e=>"controlled||"+e))).forEach((e=>{o.tree.delete(e)})),cL(o,e,!0);break;case"MOVE_BLOCKS_TO_POSITION":{const e=[];n.fromRootClientId?e.push(n.fromRootClientId):e.push(""),n.toRootClientId&&e.push(n.toRootClientId),o.tree=new Map(o.tree),cL(o,e,!0);break}case"MOVE_BLOCKS_UP":case"MOVE_BLOCKS_DOWN":{const e=[n.rootClientId?n.rootClientId:""];o.tree=new Map(o.tree),cL(o,e,!0);break}case"SAVE_REUSABLE_BLOCK_SUCCESS":{const e=[];o.attributes.forEach(((t,r)=>{"core/block"===o.byClientId.get(r).name&&t.ref===n.updatedId&&e.push(r)})),o.tree=new Map(o.tree),e.forEach((e=>{o.tree.set(e,{...o.byClientId.get(e),attributes:o.attributes.get(e),innerBlocks:o.tree.get(e).innerBlocks})})),cL(o,e,!1)}}return o}),(e=>(t,n)=>{const o=e=>{let o=e;for(let r=0;r(t,n)=>{if("REPLACE_INNER_BLOCKS"!==n.type)return e(t,n);const o={};if(Object.keys(t.controlledInnerBlocks).length){const e=[...n.blocks];for(;e.length;){const{innerBlocks:n,...r}=e.shift();e.push(...n),t.controlledInnerBlocks[r.clientId]&&(o[r.clientId]=!0)}}let r=t;t.order.get(n.rootClientId)&&(r=e(r,{type:"REMOVE_BLOCKS",keepControlledInnerBlocks:o,clientIds:t.order.get(n.rootClientId)}));let a=r;if(n.blocks.length){a=e(a,{...n,type:"INSERT_BLOCKS",index:0});const r=new Map(a.order);Object.keys(o).forEach((e=>{t.order.get(e)&&r.set(e,t.order.get(e))})),a.order=r,a.tree=new Map(a.tree),Object.keys(o).forEach((e=>{const n=`controlled||${e}`;t.tree.has(n)&&a.tree.set(n,t.tree.get(n))}))}return a}),(e=>(t,n)=>{if("RESET_BLOCKS"===n.type){const e={...t,byClientId:new Map(aL(n.blocks)),attributes:new Map(iL(n.blocks)),order:tL(n.blocks),parents:new Map(nL(n.blocks)),controlledInnerBlocks:{}};return e.tree=new Map(null==t?void 0:t.tree),sL(e,n.blocks),e.tree.set("",{innerBlocks:n.blocks.map((t=>e.tree.get(t.clientId)))}),e}return e(t,n)}),(function(e){let t,n=!1;return(o,r)=>{let a=e(o,r);const i="MARK_LAST_CHANGE_AS_PERSISTENT"===r.type||n;if(o===a&&!i){var l;n="MARK_NEXT_CHANGE_AS_NOT_PERSISTENT"===r.type;const e=null===(l=null==o?void 0:o.isPersistentChange)||void 0===l||l;return o.isPersistentChange===e?o:{...a,isPersistentChange:e}}return a={...a,isPersistentChange:i?!n:!lL(r,t)},t=r,n="MARK_NEXT_CHANGE_AS_NOT_PERSISTENT"===r.type,a}}),(function(e){const t=new Set(["RECEIVE_BLOCKS"]);return(n,o)=>{const r=e(n,o);return r!==n&&(r.isIgnoredChange=t.has(o.type)),r}}),(e=>(t,n)=>{if("SET_HAS_CONTROLLED_INNER_BLOCKS"===n.type){const o=e(t,{type:"REPLACE_INNER_BLOCKS",rootClientId:n.clientId,blocks:[]});return e(o,n)}return e(t,n)}))({byClientId(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:new Map,t=arguments.length>1?arguments[1]:void 0;switch(t.type){case"RECEIVE_BLOCKS":case"INSERT_BLOCKS":{const n=new Map(e);return aL(t.blocks).forEach((e=>{let[t,o]=e;n.set(t,o)})),n}case"UPDATE_BLOCK":{if(!e.has(t.clientId))return e;const{attributes:n,...o}=t.updates;if(0===Object.values(o).length)return e;const r=new Map(e);return r.set(t.clientId,{...e.get(t.clientId),...o}),r}case"REPLACE_BLOCKS_AUGMENTED_WITH_CHILDREN":{if(!t.blocks)return e;const n=new Map(e);return t.replacedClientIds.forEach((e=>{n.delete(e)})),aL(t.blocks).forEach((e=>{let[t,o]=e;n.set(t,o)})),n}case"REMOVE_BLOCKS_AUGMENTED_WITH_CHILDREN":{const n=new Map(e);return t.removedClientIds.forEach((e=>{n.delete(e)})),n}}return e},attributes(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:new Map,t=arguments.length>1?arguments[1]:void 0;switch(t.type){case"RECEIVE_BLOCKS":case"INSERT_BLOCKS":{const n=new Map(e);return iL(t.blocks).forEach((e=>{let[t,o]=e;n.set(t,o)})),n}case"UPDATE_BLOCK":{if(!e.get(t.clientId)||!t.updates.attributes)return e;const n=new Map(e);return n.set(t.clientId,{...e.get(t.clientId),...t.updates.attributes}),n}case"UPDATE_BLOCK_ATTRIBUTES":{if(t.clientIds.every((t=>!e.get(t))))return e;let o=!1;const r=new Map(e);for(const a of t.clientIds){var n;const i=Object.entries(t.uniqueByBlock?t.attributes[a]:null!==(n=t.attributes)&&void 0!==n?n:{});if(0===i.length)continue;let l=!1;const s=e.get(a),c={};i.forEach((e=>{let[t,n]=e;s[t]!==n&&(l=!0,c[t]=n)})),o=o||l,l&&r.set(a,{...s,...c})}return o?r:e}case"REPLACE_BLOCKS_AUGMENTED_WITH_CHILDREN":{if(!t.blocks)return e;const n=new Map(e);return t.replacedClientIds.forEach((e=>{n.delete(e)})),iL(t.blocks).forEach((e=>{let[t,o]=e;n.set(t,o)})),n}case"REMOVE_BLOCKS_AUGMENTED_WITH_CHILDREN":{const n=new Map(e);return t.removedClientIds.forEach((e=>{n.delete(e)})),n}}return e},order(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:new Map,t=arguments.length>1?arguments[1]:void 0;switch(t.type){case"RECEIVE_BLOCKS":{var n;const o=tL(t.blocks),r=new Map(e);return o.forEach(((e,t)=>{""!==t&&r.set(t,e)})),r.set("",(null!==(n=e.get(""))&&void 0!==n?n:[]).concat(o[""])),r}case"INSERT_BLOCKS":{const{rootClientId:n=""}=t,o=e.get(n)||[],r=tL(t.blocks,n),{index:a=o.length}=t,i=new Map(e);return r.forEach(((e,t)=>{i.set(t,e)})),i.set(n,ZW(o,r.get(n),a)),i}case"MOVE_BLOCKS_TO_POSITION":{var o,r;const{fromRootClientId:n="",toRootClientId:a="",clientIds:i}=t,{index:l=e.get(a).length}=t;if(n===a){const t=e.get(a).indexOf(i[0]),n=new Map(e);return n.set(a,QW(e.get(a),t,l,i.length)),n}const s=new Map(e);return s.set(n,null!==(o=null===(r=e.get(n))||void 0===r?void 0:r.filter((e=>!i.includes(e))))&&void 0!==o?o:[]),s.set(a,ZW(e.get(a),i,l)),s}case"MOVE_BLOCKS_UP":{const{clientIds:n,rootClientId:o=""}=t,r=n[0],a=e.get(o);if(!a.length||r===a[0])return e;const i=a.indexOf(r),l=new Map(e);return l.set(o,QW(a,i,i-1,n.length)),l}case"MOVE_BLOCKS_DOWN":{const{clientIds:n,rootClientId:o=""}=t,r=n[0],a=n[n.length-1],i=e.get(o);if(!i.length||a===i[i.length-1])return e;const l=i.indexOf(r),s=new Map(e);return s.set(o,QW(i,l,l+1,n.length)),s}case"REPLACE_BLOCKS_AUGMENTED_WITH_CHILDREN":{const{clientIds:n}=t;if(!t.blocks)return e;const o=tL(t.blocks),r=new Map(e);return t.replacedClientIds.forEach((e=>{r.delete(e)})),o.forEach(((e,t)=>{""!==t&&r.set(t,e)})),r.forEach(((e,t)=>{const a=Object.values(e).reduce(((e,t)=>t===n[0]?[...e,...o.get("")]:(-1===n.indexOf(t)&&e.push(t),e)),[]);r.set(t,a)})),r}case"REMOVE_BLOCKS_AUGMENTED_WITH_CHILDREN":{const n=new Map(e);return t.removedClientIds.forEach((e=>{n.delete(e)})),n.forEach(((e,o)=>{var r;const a=null!==(r=null==e?void 0:e.filter((e=>!t.removedClientIds.includes(e))))&&void 0!==r?r:[];a.length!==e.length&&n.set(o,a)})),n}}return e},parents(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:new Map,t=arguments.length>1?arguments[1]:void 0;switch(t.type){case"RECEIVE_BLOCKS":{const n=new Map(e);return nL(t.blocks).forEach((e=>{let[t,o]=e;n.set(t,o)})),n}case"INSERT_BLOCKS":{const n=new Map(e);return nL(t.blocks,t.rootClientId||"").forEach((e=>{let[t,o]=e;n.set(t,o)})),n}case"MOVE_BLOCKS_TO_POSITION":{const n=new Map(e);return t.clientIds.forEach((e=>{n.set(e,t.toRootClientId||"")})),n}case"REPLACE_BLOCKS_AUGMENTED_WITH_CHILDREN":{const n=new Map(e);return t.replacedClientIds.forEach((e=>{n.delete(e)})),nL(t.blocks,e.get(t.clientIds[0])).forEach((e=>{let[t,o]=e;n.set(t,o)})),n}case"REMOVE_BLOCKS_AUGMENTED_WITH_CHILDREN":{const n=new Map(e);return t.removedClientIds.forEach((e=>{n.delete(e)})),n}}return e},controlledInnerBlocks(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},{type:t,clientId:n,hasControlledInnerBlocks:o}=arguments.length>1?arguments[1]:void 0;return"SET_HAS_CONTROLLED_INNER_BLOCKS"===t?{...e,[n]:o}:e}});function pL(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1?arguments[1]:void 0;switch(t.type){case"CLEAR_SELECTED_BLOCK":return e.clientId?{}:e;case"SELECT_BLOCK":return t.clientId===e.clientId?e:{clientId:t.clientId};case"REPLACE_INNER_BLOCKS":case"INSERT_BLOCKS":return t.updateSelection&&t.blocks.length?{clientId:t.blocks[0].clientId}:e;case"REMOVE_BLOCKS":return t.clientIds&&t.clientIds.length&&-1!==t.clientIds.indexOf(e.clientId)?{}:e;case"REPLACE_BLOCKS":{if(-1===t.clientIds.indexOf(e.clientId))return e;const n=t.blocks[t.indexToSelect]||t.blocks[t.blocks.length-1];return n?n.clientId===e.clientId?e:{clientId:n.clientId}:{}}}return e}const dL=Ko({blocks:uL,isTyping:function(){let e=arguments.length>0&&void 0!==arguments[0]&&arguments[0],t=arguments.length>1?arguments[1]:void 0;switch(t.type){case"START_TYPING":return!0;case"STOP_TYPING":return!1}return e},isBlockInterfaceHidden:function(){let e=arguments.length>0&&void 0!==arguments[0]&&arguments[0],t=arguments.length>1?arguments[1]:void 0;switch(t.type){case"HIDE_BLOCK_INTERFACE":return!0;case"SHOW_BLOCK_INTERFACE":return!1}return e},draggedBlocks:function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[],t=arguments.length>1?arguments[1]:void 0;switch(t.type){case"START_DRAGGING_BLOCKS":return t.clientIds;case"STOP_DRAGGING_BLOCKS":return[]}return e},selection:function(){var e,t,n,o;let r=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},a=arguments.length>1?arguments[1]:void 0;switch(a.type){case"SELECTION_CHANGE":return a.clientId?{selectionStart:{clientId:a.clientId,attributeKey:a.attributeKey,offset:a.startOffset},selectionEnd:{clientId:a.clientId,attributeKey:a.attributeKey,offset:a.endOffset}}:{selectionStart:a.start||r.selectionStart,selectionEnd:a.end||r.selectionEnd};case"RESET_SELECTION":const{selectionStart:i,selectionEnd:l}=a;return{selectionStart:i,selectionEnd:l};case"MULTI_SELECT":const{start:s,end:c}=a;return s===(null===(e=r.selectionStart)||void 0===e?void 0:e.clientId)&&c===(null===(t=r.selectionEnd)||void 0===t?void 0:t.clientId)?r:{selectionStart:{clientId:s},selectionEnd:{clientId:c}};case"RESET_BLOCKS":const u=null==r||null===(n=r.selectionStart)||void 0===n?void 0:n.clientId,p=null==r||null===(o=r.selectionEnd)||void 0===o?void 0:o.clientId;if(!u&&!p)return r;if(!a.blocks.some((e=>e.clientId===u)))return{selectionStart:{},selectionEnd:{}};if(!a.blocks.some((e=>e.clientId===p)))return{...r,selectionEnd:r.selectionStart}}const i=pL(r.selectionStart,a),l=pL(r.selectionEnd,a);return i===r.selectionStart&&l===r.selectionEnd?r:{selectionStart:i,selectionEnd:l}},isMultiSelecting:function(){let e=arguments.length>0&&void 0!==arguments[0]&&arguments[0],t=arguments.length>1?arguments[1]:void 0;switch(t.type){case"START_MULTI_SELECT":return!0;case"STOP_MULTI_SELECT":return!1}return e},isSelectionEnabled:function(){let e=!(arguments.length>0&&void 0!==arguments[0])||arguments[0],t=arguments.length>1?arguments[1]:void 0;return"TOGGLE_SELECTION"===t.type?t.isSelectionEnabled:e},initialPosition:function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:null,t=arguments.length>1?arguments[1]:void 0;return"REPLACE_BLOCKS"===t.type&&void 0!==t.initialPosition||["MULTI_SELECT","SELECT_BLOCK","RESET_SELECTION","INSERT_BLOCKS","REPLACE_INNER_BLOCKS"].includes(t.type)?t.initialPosition:e},blocksMode:function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1?arguments[1]:void 0;if("TOGGLE_BLOCK_MODE"===t.type){const{clientId:n}=t;return{...e,[n]:e[n]&&"html"===e[n]?"visual":"html"}}return e},blockListSettings:function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1?arguments[1]:void 0;switch(t.type){case"REPLACE_BLOCKS":case"REMOVE_BLOCKS":return Object.fromEntries(Object.entries(e).filter((e=>{let[n]=e;return!t.clientIds.includes(n)})));case"UPDATE_BLOCK_LIST_SETTINGS":{const{clientId:n}=t;if(!t.settings){if(e.hasOwnProperty(n)){const{[n]:t,...o}=e;return o}return e}return Ys()(e[n],t.settings)?e:{...e,[n]:t.settings}}}return e},insertionPoint:function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:null,t=arguments.length>1?arguments[1]:void 0;switch(t.type){case"SHOW_INSERTION_POINT":{const{rootClientId:n,index:o,__unstableWithInserter:r,operation:a}=t,i={rootClientId:n,index:o,__unstableWithInserter:r,operation:a};return Ys()(e,i)?e:i}case"HIDE_INSERTION_POINT":return null}return e},template:function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{isValid:!0},t=arguments.length>1?arguments[1]:void 0;return"SET_TEMPLATE_VALIDITY"===t.type?{...e,isValid:t.isValid}:e},settings:function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:JW,t=arguments.length>1?arguments[1]:void 0;return"UPDATE_SETTINGS"===t.type?{...e,...t.settings}:e},preferences:function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:KW,t=arguments.length>1?arguments[1]:void 0;switch(t.type){case"INSERT_BLOCKS":case"REPLACE_BLOCKS":return t.blocks.reduce(((e,n)=>{const{attributes:o,name:r}=n,a=Jo(kl).getActiveBlockVariation(r,o);let i=null!=a&&a.name?`${r}/${a.name}`:r;const l={name:i};return"core/block"===r&&(l.ref=o.ref,i+="/"+o.ref),{...e,insertUsage:{...e.insertUsage,[i]:{time:t.time,count:e.insertUsage[i]?e.insertUsage[i].count+1:1,insert:l}}}}),e)}return e},lastBlockAttributesChange:function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:null,t=arguments.length>1?arguments[1]:void 0;switch(t.type){case"UPDATE_BLOCK":if(!t.updates.attributes)break;return{[t.clientId]:t.updates.attributes};case"UPDATE_BLOCK_ATTRIBUTES":return t.clientIds.reduce(((e,n)=>({...e,[n]:t.uniqueByBlock?t.attributes[n]:t.attributes})),{})}return e},editorMode:function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"edit",t=arguments.length>1?arguments[1]:void 0;return"INSERT_BLOCKS"===t.type&&"navigation"===e?"edit":"SET_EDITOR_MODE"===t.type?t.mode:e},hasBlockMovingClientId:function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:null,t=arguments.length>1?arguments[1]:void 0;return"SET_BLOCK_MOVING_MODE"===t.type?t.hasBlockMovingClientId:"SET_EDITOR_MODE"===t.type?null:e},highlightedBlock:function(e,t){switch(t.type){case"TOGGLE_BLOCK_HIGHLIGHT":const{clientId:n,isHighlighted:o}=t;return o?n:e===n?null:e;case"SELECT_BLOCK":if(t.clientId!==e)return null}return e},lastBlockInserted:function(){var e;let t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},n=arguments.length>1?arguments[1]:void 0;switch(n.type){case"INSERT_BLOCKS":case"REPLACE_BLOCKS":case"REPLACE_INNER_BLOCKS":if(!n.blocks.length)return t;const o=n.blocks.map((e=>e.clientId));return{clientIds:o,source:null===(e=n.meta)||void 0===e?void 0:e.source};case"RESET_BLOCKS":return{}}return t},temporarilyEditingAsBlocks:function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"",t=arguments.length>1?arguments[1]:void 0;return"SET_TEMPORARILY_EDITING_AS_BLOCKS"===t.type?t.temporarilyEditingAsBlocks:e},blockVisibility:function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1?arguments[1]:void 0;return"SET_BLOCK_VISIBILITY"===t.type?{...e,...t.updates}:e}});const bL=function(e){return(t,n)=>{const o=e(t,n);return t?(o.automaticChangeStatus=t.automaticChangeStatus,"MARK_AUTOMATIC_CHANGE"===n.type?{...o,automaticChangeStatus:"pending"}:"MARK_AUTOMATIC_CHANGE_FINAL"===n.type&&"pending"===t.automaticChangeStatus?{...o,automaticChangeStatus:"final"}:o.blocks===t.blocks&&o.selection===t.selection||"final"!==o.automaticChangeStatus&&o.selection!==t.selection?o:{...o,automaticChangeStatus:void 0}):o}}(dL),mL={OS:"web",select:e=>"web"in e?e.web:e.default,isWeb:!0},ML=(0,Bt.createElement)(rk,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,Bt.createElement)(nk,{d:"M21.3 10.8l-5.6-5.6c-.7-.7-1.8-.7-2.5 0l-5.6 5.6c-.7.7-.7 1.8 0 2.5l5.6 5.6c.3.3.8.5 1.2.5s.9-.2 1.2-.5l5.6-5.6c.8-.7.8-1.9.1-2.5zm-1 1.4l-5.6 5.6c-.1.1-.3.1-.4 0l-5.6-5.6c-.1-.1-.1-.3 0-.4l5.6-5.6s.1-.1.2-.1.1 0 .2.1l5.6 5.6c.1.1.1.3 0 .4zm-16.6-.4L10 5.5l-1-1-6.3 6.3c-.7.7-.7 1.8 0 2.5L9 19.5l1.1-1.1-6.3-6.3c-.2 0-.2-.2-.1-.3z"}));const zL=Ko({formatTypes:function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1?arguments[1]:void 0;switch(t.type){case"ADD_FORMAT_TYPES":return{...e,...t.formatTypes.reduce(((e,t)=>({...e,[t.name]:t})),{})};case"REMOVE_FORMAT_TYPES":return Object.fromEntries(Object.entries(e).filter((e=>{let[n]=e;return!t.names.includes(n)})))}return e}}),fL=Li((e=>Object.values(e.formatTypes)),(e=>[e.formatTypes]));function hL(e,t){return e.formatTypes[t]}function gL(e,t){const n=fL(e);return n.find((e=>{let{className:n,tagName:o}=e;return null===n&&t===o}))||n.find((e=>{let{className:t,tagName:n}=e;return null===t&&"*"===n}))}function OL(e,t){return fL(e).find((e=>{let{className:n}=e;return null!==n&&` ${t} `.indexOf(` ${n} `)>=0}))}function vL(e){return{type:"ADD_FORMAT_TYPES",formatTypes:Array.isArray(e)?e:[e]}}function AL(e){return{type:"REMOVE_FORMAT_TYPES",names:Array.isArray(e)?e:[e]}}const yL=co("core/rich-text",{reducer:zL,selectors:p,actions:d});function _L(e,t){if(e===t)return!0;if(!e||!t)return!1;if(e.type!==t.type)return!1;const n=e.attributes,o=t.attributes;if(n===o)return!0;if(!n||!o)return!1;const r=Object.keys(n),a=Object.keys(o);if(r.length!==a.length)return!1;const i=r.length;for(let e=0;e{const o=t[n-1];if(o){const r=e.slice();r.forEach(((e,t)=>{const n=o[t];_L(e,n)&&(r[t]=n)})),t[n]=r}})),{...e,formats:t}}function kL(e,t,n){return(e=e.slice())[t]=n,e}function wL(e,t){let n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:e.start,o=arguments.length>3&&void 0!==arguments[3]?arguments[3]:e.end;const{formats:r,activeFormats:a}=e,i=r.slice();if(n===o){var l;const e=null===(l=i[n])||void 0===l?void 0:l.find((e=>{let{type:n}=e;return n===t.type}));if(e){const r=i[n].indexOf(e);for(;i[n]&&i[n][r]===e;)i[n]=kL(i[n],r,t),n--;for(o++;i[o]&&i[o][r]===e;)i[o]=kL(i[o],r,t),o++}}else{let e=1/0;for(let r=n;r{let{type:n}=e;return n!==t.type}));const n=i[r].length;n{let{type:n}=e;return n!==t.type})))||[],t]})}function EL(e,t){let{implementation:n}=e;return EL.body||(EL.body=n.createHTMLDocument("").body),EL.body.innerHTML=t,EL.body}tr(yL);const WL="\u2028",LL="";function xL(e){let t,{tagName:n,attributes:o}=e;if(o&&o.class&&(t=Jo(yL).getFormatTypeForClassName(o.class),t&&(o.class=` ${o.class} `.replace(` ${t.className} `," ").trim(),o.class||delete o.class)),t||(t=Jo(yL).getFormatTypeForBareElement(n)),!t)return o?{type:n,attributes:o}:{type:n};if(t.__experimentalCreatePrepareEditableTree&&!t.__experimentalCreateOnChangeEditableValue)return null;if(!o)return{type:t.name,tagName:n};const r={},a={},i={...o};for(const e in t.attributes){const n=t.attributes[e];r[e]=i[n],t.__unstableFilterAttributeValue&&(r[e]=t.__unstableFilterAttributeValue(e,r[e])),delete i[n],void 0===r[e]&&delete r[e]}for(const e in i)a[e]=o[e];return{type:t.name,tagName:n,attributes:r,unregisteredAttributes:a}}function CL(){let{element:e,text:t,html:n,range:o,multilineTag:r,multilineWrapperTags:a,__unstableIsEditableTree:i,preserveWhiteSpace:l}=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};return"string"==typeof t&&t.length>0?{formats:Array(t.length),replacements:Array(t.length),text:t}:("string"==typeof n&&n.length>0&&(e=EL(document,n)),"object"!=typeof e?{formats:[],replacements:[],text:""}:r?DL({element:e,range:o,multilineTag:r,multilineWrapperTags:a,isEditableTree:i,preserveWhiteSpace:l}):BL({element:e,range:o,isEditableTree:i,preserveWhiteSpace:l}))}function RL(e,t,n,o){if(!n)return;const{parentNode:r}=t,{startContainer:a,startOffset:i,endContainer:l,endOffset:s}=n,c=e.text.length;void 0!==o.start?e.start=c+o.start:t===a&&t.nodeType===t.TEXT_NODE?e.start=c+i:r===a&&t===a.childNodes[i]?e.start=c:r===a&&t===a.childNodes[i-1]?e.start=c+o.text.length:t===a&&(e.start=c),void 0!==o.end?e.end=c+o.end:t===l&&t.nodeType===t.TEXT_NODE?e.end=c+s:r===l&&t===l.childNodes[s-1]?e.end=c+o.text.length:r===l&&t===l.childNodes[s]?e.end=c:t===l&&(e.end=c+s)}function SL(e,t,n){if(!t)return;const{startContainer:o,endContainer:r}=t;let{startOffset:a,endOffset:i}=t;return e===o&&(a=n(e.nodeValue.slice(0,a)).length),e===r&&(i=n(e.nodeValue.slice(0,i)).length),{startContainer:o,startOffset:a,endContainer:r,endOffset:i}}function NL(e){return e.replace(/[\n\r\t]+/g," ")}function TL(e){return e.replace(new RegExp("[\ufeff]","gu"),"")}function BL(e){let{element:t,range:n,multilineTag:o,multilineWrapperTags:r,currentWrapperTags:a=[],isEditableTree:i,preserveWhiteSpace:l}=e;const s={formats:[],replacements:[],text:""};if(!t)return s;if(!t.hasChildNodes())return RL(s,t,n,{formats:[],replacements:[],text:""}),s;const c=t.childNodes.length;for(let e=0;eTL(NL(e)));const t=e(c.nodeValue);n=SL(c,n,e),RL(s,c,n,{text:t}),s.formats.length+=t.length,s.replacements.length+=t.length,s.text+=t;continue}if(c.nodeType!==c.ELEMENT_NODE)continue;if(i&&(c.getAttribute("data-rich-text-placeholder")||"br"===u&&!c.getAttribute("data-rich-text-line-break"))){RL(s,c,n,{formats:[],replacements:[],text:""});continue}if("script"===u){const e={formats:[,],replacements:[{type:u,attributes:{"data-rich-text-script":c.getAttribute("data-rich-text-script")||encodeURIComponent(c.innerHTML)}}],text:LL};RL(s,c,n,e),PL(s,e);continue}if("br"===u){RL(s,c,n,{formats:[],replacements:[],text:""}),PL(s,CL({text:"\n"}));continue}const p=xL({tagName:u,attributes:IL({element:c})});if(r&&-1!==r.indexOf(u)){const e=DL({element:c,range:n,multilineTag:o,multilineWrapperTags:r,currentWrapperTags:[...a,p],isEditableTree:i,preserveWhiteSpace:l});RL(s,c,n,e),PL(s,e);continue}const d=BL({element:c,range:n,multilineTag:o,multilineWrapperTags:r,isEditableTree:i,preserveWhiteSpace:l});if(RL(s,c,n,d),p)if(0===d.text.length)p.attributes&&PL(s,{formats:[,],replacements:[p],text:LL});else{function e(t){if(e.formats===t)return e.newFormats;const n=t?[p,...t]:[p];return e.formats=t,e.newFormats=n,n}e.newFormats=[p],PL(s,{...d,formats:Array.from(d.formats,e)})}else PL(s,d)}return s}function DL(e){let{element:t,range:n,multilineTag:o,multilineWrapperTags:r,currentWrapperTags:a=[],isEditableTree:i,preserveWhiteSpace:l}=e;const s={formats:[],replacements:[],text:""};if(!t||!t.hasChildNodes())return s;const c=t.children.length;for(let e=0;e0)&&PL(s,{formats:[,],replacements:a.length>0?[a]:[,],text:WL}),RL(s,c,n,u),PL(s,u)}return s}function IL(e){let{element:t}=e;if(!t.hasAttributes())return;const n=t.attributes.length;let o;for(let e=0;e1&&void 0!==arguments[1]?arguments[1]:[];const{formats:n,start:o,end:r,activeFormats:a}=e;if(void 0===o)return t;if(o===r){if(a)return a;const e=n[o-1]||t,r=n[o]||t;return e.length_L(t,e)))||l.splice(n,1)}if(0===l.length)return t}return l||t}function FL(e,t){return HL(e).find((e=>{let{type:n}=e;return n===t}))}const YL=new RegExp("[\u2028]","g");function XL(e){let{text:t}=e;return t.replace(YL,(e=>e===LL?"":"\n"))}function jL(e){let{start:t,end:n}=e;if(void 0!==t&&void 0!==n)return t===n}function VL(e){let{text:t}=e;return 0===t.length}function UL(e){let{text:t,start:n,end:o}=e;return n===o&&(0===t.length||(0===n&&t.slice(0,1)===WL||(n===t.length&&t.slice(-1)===WL||"\u2028\u2028"===t.slice(n-1,o+1))))}function $L(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"";return"string"==typeof t&&(t=CL({text:t})),qL(e.reduce(((e,n)=>{let{formats:o,replacements:r,text:a}=n;return{formats:e.formats.concat(t.formats,o),replacements:e.replacements.concat(t.replacements,r),text:e.text+t.text+a}})))}function GL(e,t){let n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:e.start,o=arguments.length>3&&void 0!==arguments[3]?arguments[3]:e.end;const{formats:r,activeFormats:a}=e,i=r.slice();if(n===o){var l;const e=null===(l=i[n])||void 0===l?void 0:l.find((e=>{let{type:n}=e;return n===t}));if(e){for(;null!==(s=i[n])&&void 0!==s&&s.find((t=>t===e));){var s;KL(i,n,t),n--}for(o++;null!==(c=i[o])&&void 0!==c&&c.find((t=>t===e));){var c;KL(i,o,t),o++}}}else for(let e=n;e{let{type:n}=e;return n!==t})))||[]})}function KL(e,t,n){const o=e[t].filter((e=>{let{type:t}=e;return t!==n}));o.length?e[t]=o:delete e[t]}function JL(e,t){let n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:e.start,o=arguments.length>3&&void 0!==arguments[3]?arguments[3]:e.end;const{formats:r,replacements:a,text:i}=e;"string"==typeof t&&(t=CL({text:t}));const l=n+t.text.length;return qL({formats:r.slice(0,n).concat(t.formats,r.slice(o)),replacements:a.slice(0,n).concat(t.replacements,a.slice(o)),text:i.slice(0,n)+t.text+i.slice(o),start:l,end:l})}function ZL(e,t,n){return JL(e,CL(),t,n)}function QL(e,t,n){let{formats:o,replacements:r,text:a,start:i,end:l}=e;return a=a.replace(t,(function(e){for(var t=arguments.length,a=new Array(t>1?t-1:0),s=1;s1&&void 0!==arguments[1]?arguments[1]:e.start,n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:e.end;const{formats:o,replacements:r,text:a}=e;return void 0===t||void 0===n?{...e}:{formats:o.slice(t,n),replacements:r.slice(t,n),text:a.slice(t,n)}}function tx(e,t){let{formats:n,replacements:o,text:r,start:a,end:i}=e;if("string"!=typeof t)return nx(...arguments);let l=0;return r.split(t).map((e=>{const r=l,s={formats:n.slice(r,r+e.length),replacements:o.slice(r,r+e.length),text:e};return l+=t.length+e.length,void 0!==a&&void 0!==i&&(a>=r&&ar&&(s.start=0),i>=r&&il&&(s.end=e.length)),s}))}function nx(e){let{formats:t,replacements:n,text:o,start:r,end:a}=e,i=arguments.length>1&&void 0!==arguments[1]?arguments[1]:r,l=arguments.length>2&&void 0!==arguments[2]?arguments[2]:a;if(void 0===r||void 0===a)return;const s={formats:t.slice(0,i),replacements:n.slice(0,i),text:o.slice(0,i)},c={formats:t.slice(l),replacements:n.slice(l),text:o.slice(l),start:0,end:0};return[QL(s,/\u2028+$/,""),QL(c,/^\u2028+/,"")]}function ox(e,t){if(t)return e;const n={};for(const t in e){let o=t;t.startsWith("data-disable-rich-text-")&&(o=t.slice("data-disable-rich-text-".length)),n[o]=e[t]}return n}function rx(e){let{type:t,tagName:n,attributes:o,unregisteredAttributes:r,object:a,boundaryClass:i,isEditableTree:l}=e;const s=(c=t,Jo(yL).getFormatType(c));var c;let u={};if(i&&(u["data-rich-text-format-boundary"]="true"),!s)return o&&(u={...o,...u}),{type:t,attributes:ox(u,l),object:a};u={...r,...u};for(const e in o){const t=!!s.attributes&&s.attributes[e];t?u[t]=o[e]:u[e]=o[e]}return s.className&&(u.class?u.class=`${s.className} ${u.class}`:u.class=s.className),{type:"*"===s.tagName?n:s.tagName,object:s.object,attributes:ox(u,l)}}function ax(e,t,n){do{if(e[n]!==t[n])return!1}while(n--);return!0}function ix(e){let{value:t,multilineTag:n,preserveWhiteSpace:o,createEmpty:r,append:a,getLastChild:i,getParent:l,isText:s,getText:c,remove:u,appendText:p,onStartIndex:d,onEndIndex:b,isEditableTree:m,placeholder:M}=e;const{formats:z,replacements:f,text:h,start:g,end:O}=t,v=z.length+1,A=r(),y={type:n},_=HL(t),q=_[_.length-1];let k,w,E;n?(a(a(A,{type:n}),""),w=k=[y]):a(A,"");for(let e=0;e(e.push(t,y),e)),[y]):[...k,...v||[]]);let _=i(A);if(r&&t===WL){let e=_;for(;!s(e);)e=i(e);a(l(e),"\ufeff")}if(E===WL){let t=_;for(;!s(t);)t=i(t);d&&g===e&&d(A,t),b&&O===e&&b(A,t)}if(v&&v.forEach(((e,n)=>{if(_&&w&&ax(v,w,n)&&(t!==WL||v.length-1!==n))return void(_=i(_));const{type:o,tagName:r,attributes:p,unregisteredAttributes:d}=e,b=m&&t!==WL&&e===q,M=l(_),z=a(M,rx({type:o,tagName:r,attributes:p,unregisteredAttributes:d,boundaryClass:b,isEditableTree:m}));s(_)&&0===c(_).length&&u(_),_=a(z,"")})),t!==WL){var W;if(0===e&&(d&&0===g&&d(A,_),b&&0===O&&b(A,_)),t===LL)m||"script"!==(null===(W=f[e])||void 0===W?void 0:W.type)?_=a(l(_),rx({...f[e],object:!0,isEditableTree:m})):(_=a(l(_),rx({type:"script",isEditableTree:m})),a(_,{html:decodeURIComponent(f[e].attributes["data-rich-text-script"])})),_=a(l(_),"");else o||"\n"!==t?s(_)?p(_,t):_=a(l(_),t):(_=a(l(_),{type:"br",attributes:m?{"data-rich-text-line-break":"true"}:void 0,object:!0}),_=a(l(_),""));d&&g===e+1&&d(A,_),b&&O===e+1&&b(A,_),r&&e===h.length&&(a(l(_),"\ufeff"),M&&0===h.length&&a(l(_),{type:"span",attributes:{"data-rich-text-placeholder":M,contenteditable:"false",style:"pointer-events:none;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;"}})),w=v,E=t}else w=v,E=t}return A}function lx(e){let{value:t,multilineTag:n,preserveWhiteSpace:o}=e;return fx(ix({value:t,multilineTag:n,preserveWhiteSpace:o,createEmpty:sx,append:ux,getLastChild:cx,getParent:dx,isText:bx,getText:mx,remove:Mx,appendText:px}).children)}function sx(){return{}}function cx(e){let{children:t}=e;return t&&t[t.length-1]}function ux(e,t){return"string"==typeof t&&(t={text:t}),t.parent=e,e.children=e.children||[],e.children.push(t),t}function px(e,t){e.text+=t}function dx(e){let{parent:t}=e;return t}function bx(e){let{text:t}=e;return"string"==typeof t}function mx(e){let{text:t}=e;return t}function Mx(e){const t=e.parent.children.indexOf(e);return-1!==t&&e.parent.children.splice(t,1),e}function zx(e){let{type:t,attributes:n,object:o,children:r}=e,a="";for(const e in n)Kl(e)&&(a+=` ${e}="${Ul(n[e])}"`);return o?`<${t}${a}>`:`<${t}${a}>${fx(r)}`}function fx(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[];return e.map((e=>void 0!==e.html?e.html:void 0===e.text?zx(e):Gl(e.text))).join("")}function hx(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"polite";const t=document.createElement("div");t.id=`a11y-speak-${e}`,t.className="a11y-speak-region",t.setAttribute("style","position: absolute;margin: -1px;padding: 0;height: 1px;width: 1px;overflow: hidden;clip: rect(1px, 1px, 1px, 1px);-webkit-clip-path: inset(50%);clip-path: inset(50%);border: 0;word-wrap: normal !important;"),t.setAttribute("aria-live",e),t.setAttribute("aria-relevant","additions text"),t.setAttribute("aria-atomic","true");const{body:n}=document;return n&&n.appendChild(t),t}let gx="";var Ox;function vx(e,t){!function(){const e=document.getElementsByClassName("a11y-speak-region"),t=document.getElementById("a11y-speak-intro-text");for(let t=0;t]+>/g," "),gx===e&&(e+=" "),gx=e,e}(e);const n=document.getElementById("a11y-speak-intro-text"),o=document.getElementById("a11y-speak-assertive"),r=document.getElementById("a11y-speak-polite");o&&"assertive"===t?o.textContent=e:r&&(r.textContent=e),n&&n.removeAttribute("hidden")}function Ax(e,t){return FL(e,t.type)?(t.title&&vx(lr(gr("%s removed."),t.title),"assertive"),GL(e,t.type)):(t.title&&vx(lr(gr("%s applied."),t.title),"assertive"),wL(e,t))}function yx(e,t,n){if(!e)return;const{ownerDocument:o}=e,{defaultView:r}=o,a=r.getSelection();if(!a)return;if(!a.rangeCount)return;const i=a.getRangeAt(0);if(!i||!i.startContainer)return;const l=function(e,t,n,o){let r=e.startContainer;if(r=r.nextElementSibling||r,r.nodeType!==r.ELEMENT_NODE&&(r=r.parentElement),!r)return;if(r===t)return;if(!t.contains(r))return;const a=n+(o?"."+o:"");for(;r!==t;){if(r.matches(a))return r;r=r.parentElement}}(i,e,t,n);return l||function(e,t){return{ownerDocument:e.startContainer.ownerDocument,getBoundingClientRect:()=>t.contains(e.startContainer)?e.getBoundingClientRect():t.getBoundingClientRect()}}(i,e)}function _x(e){let{editableContentElement:t,settings:n={}}=e;const{tagName:o,className:r}=n,[a,i]=(0,Bt.useState)((()=>yx(t,o,r)));return(0,Bt.useLayoutEffect)((()=>{if(!t)return;const{ownerDocument:e}=t;function n(){i(yx(t,o,r))}function a(){e.addEventListener("selectionchange",n)}function l(){e.removeEventListener("selectionchange",n)}return t===e.activeElement&&a(),t.addEventListener("focusin",a),t.addEventListener("focusout",l),l}),[t,o,r]),a}function qx(e,t){return e===t||e&&t&&e.startContainer===t.startContainer&&e.startOffset===t.startOffset&&e.endContainer===t.endContainer&&e.endOffset===t.endOffset}function kx(e,t,n){const o=e.parentNode;let r=0;for(;e=e.previousSibling;)r++;return n=[r,...n],o!==t&&(n=kx(o,t,n)),n}function wx(e,t){for(t=[...t];e&&t.length>1;)e=e.childNodes[t.shift()];return{node:e,offset:t[0]}}function Ex(e,t){"string"==typeof t&&(t=e.ownerDocument.createTextNode(t));const{type:n,attributes:o}=t;if(n){t=e.ownerDocument.createElement(n);for(const e in o)t.setAttribute(e,o[e])}return e.appendChild(t)}function Wx(e,t){e.appendData(t)}function Lx(e){let{lastChild:t}=e;return t}function xx(e){let{parentNode:t}=e;return t}function Cx(e){return e.nodeType===e.TEXT_NODE}function Rx(e){let{nodeValue:t}=e;return t}function Sx(e){return e.parentNode.removeChild(e)}function Nx(e){let{value:t,current:n,multilineTag:o,prepareEditableTree:r,__unstableDomOnly:a,placeholder:i}=e;const{body:l,selection:s}=function(e){let{value:t,multilineTag:n,prepareEditableTree:o,isEditableTree:r=!0,placeholder:a,doc:i=document}=e,l=[],s=[];o&&(t={...t,formats:o(t)});const c=ix({value:t,multilineTag:n,createEmpty:()=>EL(i,""),append:Ex,getLastChild:Lx,getParent:xx,isText:Cx,getText:Rx,remove:Sx,appendText:Wx,onStartIndex(e,t){l=kx(t,e,[t.nodeValue.length])},onEndIndex(e,t){s=kx(t,e,[t.nodeValue.length])},isEditableTree:r,placeholder:a});return{body:c,selection:{startPath:l,endPath:s}}}({value:t,multilineTag:o,prepareEditableTree:r,placeholder:i,doc:n.ownerDocument});Tx(l,n),void 0===t.start||a||function(e,t){let{startPath:n,endPath:o}=e;const{node:r,offset:a}=wx(t,n),{node:i,offset:l}=wx(t,o),{ownerDocument:s}=t,{defaultView:c}=s,u=c.getSelection(),p=s.createRange();p.setStart(r,a),p.setEnd(i,l);const{activeElement:d}=s;if(u.rangeCount>0){if(qx(p,u.getRangeAt(0)))return;u.removeAllRanges()}u.addRange(p),d!==s.activeElement&&d instanceof c.HTMLElement&&d.focus()}(s,n)}function Tx(e,t){let n,o=0;for(;n=e.firstChild;){const r=t.childNodes[o];if(r)if(r.isEqualNode(n))e.removeChild(n);else if(r.nodeName!==n.nodeName||r.nodeType===r.TEXT_NODE&&r.data!==n.data)t.replaceChild(n,r);else{const t=r.attributes,o=n.attributes;if(t){let e=t.length;for(;e--;){const{name:o}=t[e];n.getAttribute(o)||r.removeAttribute(o)}}if(o)for(let e=0;e{if(!o||!o.length)return;const e="*[data-rich-text-format-boundary]",t=n.current.querySelector(e);if(!t)return;const{ownerDocument:r}=t,{defaultView:a}=r,i=`${`.rich-text:focus ${e}`} {${`background-color: ${a.getComputedStyle(t).color.replace(")",", 0.2)").replace("rgb","rgba")}`}}`,l="rich-text-boundary-style";let s=r.getElementById(l);s||(s=r.createElement("style"),s.id=l,r.head.appendChild(s)),s.innerHTML!==i&&(s.innerHTML=i)}),[o]),n}function Dx(e){const t=(0,Bt.useRef)(e);return t.current=e,Xq((e=>{function n(n){const{record:o,multilineTag:r,preserveWhiteSpace:a}=t.current;if(jL(o.current)||!e.contains(e.ownerDocument.activeElement))return;const i=ex(o.current),l=XL(i),s=lx({value:i,multilineTag:r,preserveWhiteSpace:a});n.clipboardData.setData("text/plain",l),n.clipboardData.setData("text/html",s),n.clipboardData.setData("rich-text","true"),n.clipboardData.setData("rich-text-multi-line-tag",r||""),n.preventDefault()}return e.addEventListener("copy",n),()=>{e.removeEventListener("copy",n)}}),[])}const Ix=[];function Px(e){const[,t]=(0,Bt.useReducer)((()=>({}))),n=(0,Bt.useRef)(e);return n.current=e,Xq((e=>{function o(o){const{keyCode:r,shiftKey:a,altKey:i,metaKey:l,ctrlKey:s}=o;if(a||i||l||s||r!==bq&&r!==Mq)return;const{record:c,applyRecord:u}=n.current,{text:p,formats:d,start:b,end:m,activeFormats:M=[]}=c.current,z=jL(c.current),{ownerDocument:f}=e,{defaultView:h}=f,{direction:g}=h.getComputedStyle(e),O="rtl"===g?Mq:bq,v=o.keyCode===O;if(z&&0===M.length){if(0===b&&v)return;if(m===p.length&&!v)return}if(!z)return;const A=d[b-1]||Ix,y=d[b]||Ix,_=v?A:y,q=M.every(((e,t)=>e===_[t]));let k=M.length;if(q?k<_.length&&k++:k--,k===M.length)return void(c.current._newActiveFormats=_);o.preventDefault();const w=(q?_:v?y:A).slice(0,k),E={...c.current,activeFormats:w};c.current=E,u(E),t()}return e.addEventListener("keydown",o),()=>{e.removeEventListener("keydown",o)}}),[])}const Hx=new Set(["insertParagraph","insertOrderedList","insertUnorderedList","insertHorizontalRule","insertLink"]),Fx=[],Yx="data-rich-text-placeholder";function Xx(e){const t=(0,Bt.useRef)(e);return t.current=e,Xq((e=>{const{ownerDocument:n}=e,{defaultView:o}=n;let r=!1;function a(e){if(r)return;let n;e&&(n=e.inputType);const{record:o,applyRecord:a,createRecord:i,handleChange:l}=t.current;if(n&&(0===n.indexOf("format")||Hx.has(n)))return void a(o.current);const s=i(),{start:c,activeFormats:u=[]}=o.current,p=function(e){let{value:t,start:n,end:o,formats:r}=e;const a=Math.min(n,o),i=Math.max(n,o),l=t.formats[a-1]||[],s=t.formats[i]||[];for(t.activeFormats=r.map(((e,t)=>{if(l[t]){if(_L(e,l[t]))return l[t]}else if(s[t]&&_L(e,s[t]))return s[t];return e}));--o>=n;)t.activeFormats.length>0?t.formats[o]=t.activeFormats:delete t.formats[o];return t}({value:s,start:c,end:s.start,formats:u});l(p)}function i(){const{record:i,applyRecord:l,createRecord:s,onSelectionChange:c}=t.current;if("true"!==e.contentEditable)return;if(n.activeElement!==e){if("true"!==n.activeElement.contentEditable)return;if(!n.activeElement.contains(e))return;const t=o.getSelection(),{anchorNode:r,focusNode:a}=t;if(e.contains(r)&&e!==r&&e.contains(a)&&e!==a){const{start:e,end:t}=s();i.current.activeFormats=Fx,c(e,t)}else if(e.contains(r)&&e!==r){const{start:e,end:t=e}=s();i.current.activeFormats=Fx,c(t)}else if(e.contains(a)){const{start:e,end:t=e}=s();i.current.activeFormats=Fx,c(void 0,t)}return}if(r)return;const{start:u,end:p,text:d}=s(),b=i.current;if(d!==b.text)return void a();if(u===b.start&&p===b.end)return void(0===b.text.length&&0===u&&function(e){const t=e.getSelection(),{anchorNode:n,anchorOffset:o}=t;if(n.nodeType!==n.ELEMENT_NODE)return;const r=n.childNodes[o];r&&r.nodeType===r.ELEMENT_NODE&&r.hasAttribute(Yx)&&t.collapseToStart()}(o));const m={...b,start:u,end:p,activeFormats:b._newActiveFormats,_newActiveFormats:void 0},M=HL(m,Fx);m.activeFormats=M,i.current=m,l(m,{domOnly:!0}),c(u,p)}function l(){var t;r=!0,n.removeEventListener("selectionchange",i),null===(t=e.querySelector(`[${Yx}]`))||void 0===t||t.remove()}function s(){r=!1,a({inputType:"insertText"}),n.addEventListener("selectionchange",i)}function c(){const{record:n,isSelected:o,onSelectionChange:r,applyRecord:a}=t.current;if(!e.parentElement.closest('[contenteditable="true"]'))if(o)a(n.current),r(n.current.start,n.current.end);else{const e=void 0;n.current={...n.current,start:e,end:e,activeFormats:Fx}}}return e.addEventListener("input",a),e.addEventListener("compositionstart",l),e.addEventListener("compositionend",s),e.addEventListener("focus",c),n.addEventListener("selectionchange",i),()=>{e.removeEventListener("input",a),e.removeEventListener("compositionstart",l),e.removeEventListener("compositionend",s),e.removeEventListener("focus",c),n.removeEventListener("selectionchange",i)}}),[])}function jx(e){let t=!(arguments.length>1&&void 0!==arguments[1])||arguments[1];const{replacements:n,text:o,start:r,end:a}=e,i=jL(e);let l,s=r-1,c=i?r-1:r,u=a;if(t||(s=a,c=r,u=i?a+1:a),o[s]===WL){if(i&&n[s]&&n[s].length){const t=n.slice();t[s]=n[s].slice(0,-1),l={...e,replacements:t}}else l=ZL(e,c,u);return l}}function Vx(e){const t=(0,Bt.useRef)(e);return t.current=e,Xq((e=>{function n(e){const{keyCode:n}=e,{createRecord:o,handleChange:r,multilineTag:a}=t.current;if(e.defaultPrevented)return;if(n!==fq&&n!==sq)return;const i=o(),{start:l,end:s,text:c}=i,u=n===sq;if(0===l&&0!==s&&s===c.length)return r(ZL(i)),void e.preventDefault();if(a){let t;t=u&&0===i.start&&0===i.end&&UL(i)?jx(i,!u):jx(i,u),t&&(r(t),e.preventDefault())}}return e.addEventListener("keydown",n),()=>{e.removeEventListener("keydown",n)}}),[])}function Ux(e){const{multiline:t,__unstableMultilineWrapperTags:n,__unstablePreserveWhiteSpace:o}=e;return{multilineTag:t,multilineWrapperTags:n,preserveWhiteSpace:o}}const $x=(e,t,n)=>(o,r)=>{let a,i;if("function"==typeof e?(a=e(o),i=e(r)):(a=o[e],i=r[e]),a>i)return"asc"===n?1:-1;if(i>a)return"asc"===n?-1:1;const l=t.findIndex((e=>e===o)),s=t.findIndex((e=>e===r));return l>s?1:s>l?-1:0};function Gx(e,t){let n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:"asc";return e.concat().sort($x(t,e,n))}const Kx=[],Jx=new Set;function Zx(e,t){const n=e.blocks.byClientId.get(t),o="core/social-link";if("web"!==mL.OS&&(null==n?void 0:n.name)===o){const n=e.blocks.attributes.get(t),{service:r}=null!=n?n:{};return r?`core/social-link-${r}`:o}return n?n.name:null}function Qx(e,t){const n=e.blocks.byClientId.get(t);return!!n&&n.isValid}function eC(e,t){return e.blocks.byClientId.get(t)?e.blocks.attributes.get(t):null}function tC(e,t){return e.blocks.byClientId.has(t)?e.blocks.tree.get(t):null}const nC=Li(((e,t)=>e.blocks.byClientId.has(t)?{...e.blocks.byClientId.get(t),attributes:eC(e,t)}:null),((e,t)=>[e.blocks.byClientId.get(t),e.blocks.attributes.get(t)]));function oC(e,t){var n;const o=t&&ZR(e,t)?"controlled||"+t:t||"";return(null===(n=e.blocks.tree.get(o))||void 0===n?void 0:n.innerBlocks)||Kx}const rC=Li(((e,t)=>({clientId:t,innerBlocks:aC(e,t)})),(e=>[e.blocks.order])),aC=Li((function(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"";return jC(e,t).map((t=>rC(e,t)))}),(e=>[e.blocks.order])),iC=Li(((e,t)=>{const n=[];for(const o of t)for(const t of jC(e,o))n.push(t,...iC(e,[t]));return n}),(e=>[e.blocks.order])),lC=Li((e=>{const t=[];for(const n of jC(e))t.push(n,...iC(e,[n]));return t}),(e=>[e.blocks.order])),sC=Li(((e,t)=>{const n=lC(e);return t?n.reduce(((n,o)=>e.blocks.byClientId.get(o).name===t?n+1:n),0):n.length}),(e=>[e.blocks.order,e.blocks.byClientId])),cC=Li(((e,t)=>{if(!t)return Kx;const n=lC(e).filter((n=>e.blocks.byClientId.get(n).name===t));return n.length>0?n:Kx}),(e=>[e.blocks.order,e.blocks.byClientId])),uC=Li(((e,t)=>(Array.isArray(t)?t:[t]).map((t=>tC(e,t)))),((e,t)=>(Array.isArray(t)?t:[t]).map((t=>e.blocks.tree.get(t))))),pC=Li(((e,t)=>uC(e,t).filter(Boolean).map((e=>e.name))),((e,t)=>uC(e,t)));function dC(e,t){return jC(e,t).length}function bC(e){return e.selection.selectionStart}function mC(e){return e.selection.selectionEnd}function MC(e){return e.selection.selectionStart.clientId}function zC(e){return e.selection.selectionEnd.clientId}function fC(e){const t=xC(e).length;return t||(e.selection.selectionStart.clientId?1:0)}function hC(e){const{selectionStart:t,selectionEnd:n}=e.selection;return!!t.clientId&&t.clientId===n.clientId}function gC(e){const{selectionStart:t,selectionEnd:n}=e.selection,{clientId:o}=t;return o&&o===n.clientId?o:null}function OC(e){const t=gC(e);return t?tC(e,t):null}function vC(e,t){return e.blocks.parents.has(t)?e.blocks.parents.get(t):null}const AC=Li((function(e,t){let n=arguments.length>2&&void 0!==arguments[2]&&arguments[2];const o=[];let r=t;for(;e.blocks.parents.get(r);)r=e.blocks.parents.get(r),o.push(r);return o.length?n?o:o.reverse():Kx}),(e=>[e.blocks.parents])),yC=Li((function(e,t,n){let o=arguments.length>3&&void 0!==arguments[3]&&arguments[3];const r=AC(e,t,o);return r.map((t=>({id:t,name:Zx(e,t)}))).filter((e=>{let{name:t}=e;return Array.isArray(n)?n.includes(t):t===n})).map((e=>{let{id:t}=e;return t}))}),(e=>[e.blocks.parents]));function _C(e,t){let n,o=t;do{n=o,o=e.blocks.parents.get(o)}while(o);return n}function qC(e,t){const n=gC(e),o=[...AC(e,t),t],r=[...AC(e,n),n];let a;const i=Math.min(o.length,r.length);for(let e=0;e2&&void 0!==arguments[2]?arguments[2]:1;if(void 0===t&&(t=gC(e)),void 0===t&&(t=n<0?RC(e):SC(e)),!t)return null;const o=vC(e,t);if(null===o)return null;const{order:r}=e.blocks,a=r.get(o),i=a.indexOf(t),l=i+1*n;return l<0||l===a.length?null:a[l]}function wC(e,t){return kC(e,t,-1)}function EC(e,t){return kC(e,t,1)}function WC(e){return e.initialPosition}const LC=Li((e=>{const{selectionStart:t,selectionEnd:n}=e.selection;if(!t.clientId||!n.clientId)return Kx;if(t.clientId===n.clientId)return[t.clientId];const o=vC(e,t.clientId);if(null===o)return Kx;const r=jC(e,o),a=r.indexOf(t.clientId),i=r.indexOf(n.clientId);return a>i?r.slice(i,a+1):r.slice(a,i+1)}),(e=>[e.blocks.order,e.selection.selectionStart.clientId,e.selection.selectionEnd.clientId]));function xC(e){const{selectionStart:t,selectionEnd:n}=e.selection;return t.clientId===n.clientId?Kx:LC(e)}const CC=Li((e=>{const t=xC(e);return t.length?t.map((t=>tC(e,t))):Kx}),(e=>[...LC.getDependants(e),e.blocks.byClientId,e.blocks.order,e.blocks.attributes]));function RC(e){return xC(e)[0]||null}function SC(e){const t=xC(e);return t[t.length-1]||null}function NC(e,t){return RC(e)===t}function TC(e,t){return-1!==xC(e).indexOf(t)}const BC=Li(((e,t)=>{let n=t,o=!1;for(;n&&!o;)n=vC(e,n),o=TC(e,n);return o}),(e=>[e.blocks.order,e.selection.selectionStart.clientId,e.selection.selectionEnd.clientId]));function DC(e){const{selectionStart:t,selectionEnd:n}=e.selection;return t.clientId===n.clientId?null:t.clientId||null}function IC(e){const{selectionStart:t,selectionEnd:n}=e.selection;return t.clientId===n.clientId?null:n.clientId||null}function PC(e){const t=bC(e),n=mC(e);return!t.attributeKey&&!n.attributeKey&&void 0===t.offset&&void 0===n.offset}function HC(e){const t=bC(e),n=mC(e);return!!t&&!!n&&t.clientId===n.clientId&&t.attributeKey===n.attributeKey&&t.offset===n.offset}function FC(e){return LC(e).some((t=>!Na(Zx(e,t)).merge))}function YC(e,t){const n=bC(e),o=mC(e);if(n.clientId===o.clientId)return!1;if(!n.attributeKey||!o.attributeKey||void 0===n.offset||void 0===o.offset)return!1;const r=vC(e,n.clientId);if(r!==vC(e,o.clientId))return!1;const a=jC(e,r);let i,l;a.indexOf(n.clientId)>a.indexOf(o.clientId)?(i=o,l=n):(i=n,l=o);const s=t?l.clientId:i.clientId,c=t?i.clientId:l.clientId,u=Zx(e,s);if(!Na(u).merge)return!1;const p=tC(e,c);if(p.name===u)return!0;const d=si(p,u);return d&&d.length}const XC=e=>{const t=bC(e),n=mC(e);if(t.clientId===n.clientId)return Kx;if(!t.attributeKey||!n.attributeKey||void 0===t.offset||void 0===n.offset)return Kx;const o=vC(e,t.clientId);if(o!==vC(e,n.clientId))return Kx;const r=jC(e,o),a=r.indexOf(t.clientId),i=r.indexOf(n.clientId),[l,s]=a>i?[n,t]:[t,n],c=tC(e,l.clientId),u=Na(c.name),p=tC(e,s.clientId),d=Na(p.name),b=c.attributes[l.attributeKey],m=p.attributes[s.attributeKey],M=u.attributes[l.attributeKey],z=d.attributes[s.attributeKey];let f=CL({html:b,...Ux(M)}),h=CL({html:m,...Ux(z)});return f=ZL(f,0,l.offset),h=ZL(h,s.offset,h.text.length),[{...c,attributes:{...c.attributes,[l.attributeKey]:lx({value:f,...Ux(M)})}},{...p,attributes:{...p.attributes,[s.attributeKey]:lx({value:h,...Ux(z)})}}]};function jC(e,t){return e.blocks.order.get(t||"")||Kx}function VC(e,t){return jC(e,vC(e,t)).indexOf(t)}function UC(e,t){const{selectionStart:n,selectionEnd:o}=e.selection;return n.clientId===o.clientId&&n.clientId===t}function $C(e,t){let n=arguments.length>2&&void 0!==arguments[2]&&arguments[2];return jC(e,t).some((t=>UC(e,t)||TC(e,t)||n&&$C(e,t,n)))}function GC(e,t){let n=arguments.length>2&&void 0!==arguments[2]&&arguments[2];return jC(e,t).some((t=>rR(e,t)||n&&GC(e,t,n)))}function KC(e,t){if(!t)return!1;const n=xC(e),o=n.indexOf(t);return o>-1&&orR(e,t)))}function iR(){return jo('wp.data.select( "core/block-editor" ).isCaretWithinFormattedText',{since:"6.1",version:"6.3"}),!1}const lR=Li((e=>{let t,n;const{insertionPoint:o,selection:{selectionEnd:r}}=e;if(null!==o)return o;const{clientId:a}=r;return a?(t=vC(e,a)||void 0,n=VC(e,r.clientId)+1):n=jC(e).length,{rootClientId:t,index:n}}),(e=>[e.insertionPoint,e.selection.selectionEnd.clientId,e.blocks.parents,e.blocks.order]));function sR(e){return null!==e.insertionPoint}function cR(e){return e.template.isValid}function uR(e){return e.settings.template}function pR(e,t){var n,o,r;return t?null!==(n=null===(o=IR(e,t))||void 0===o?void 0:o.templateLock)&&void 0!==n&&n:null!==(r=e.settings.templateLock)&&void 0!==r&&r}const dR=function(e,t){let n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:null;return"boolean"==typeof e?e:Array.isArray(e)?!(!e.includes("core/post-content")||null!==t)||e.includes(t):n},bR=function(e,t){let n,o=arguments.length>2&&void 0!==arguments[2]?arguments[2]:null;if(t&&"object"==typeof t?(n=t,t=n.name):n=Na(t),!n)return!1;const{allowedBlockTypes:r}=PR(e),a=dR(r,t,!0);if(!a)return!1;const i=!!pR(e,o);if(i)return!1;const l=IR(e,o);if(o&&void 0===l)return!1;const s=null==l?void 0:l.allowedBlocks,c=dR(s,t),u=n.parent,p=Zx(e,o),d=dR(u,p);let b=!0;const m=n.ancestor;if(m){b=[o,...AC(e,o)].some((t=>dR(m,Zx(e,t))))}const M=b&&(null===c&&null===d||!0===c||!0===d);return M?No("blockEditor.__unstableCanInsertBlockType",M,n,o,{getBlock:tC.bind(null,e),getBlockParentsByBlockName:yC.bind(null,e)}):M},mR=Li(bR,((e,t,n)=>[e.blockListSettings[n],e.blocks.byClientId.get(n),e.settings.allowedBlockTypes,e.settings.templateLock]));function MR(e,t){let n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:null;return t.every((t=>mR(e,Zx(e,t),n)))}function zR(e,t){let n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:null;const o=eC(e,t);if(null===o)return!0;const{lock:r}=o,a=!!pR(e,n);return void 0===r||void 0===(null==r?void 0:r.remove)?!a:!(null!=r&&r.remove)}function fR(e,t){let n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:null;return t.every((t=>zR(e,t,n)))}function hR(e,t){let n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:null;const o=eC(e,t);if(null===o)return;const{lock:r}=o,a="all"===pR(e,n);return void 0===r||void 0===(null==r?void 0:r.move)?!a:!(null!=r&&r.move)}function gR(e,t){let n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:null;return t.every((t=>hR(e,t,n)))}function OR(e,t){const n=eC(e,t);if(null===n)return!0;const{lock:o}=n;return!(null!=o&&o.edit)}function vR(e,t){var n;return!!Da(t,"lock",!0)&&!(null===(n=e.settings)||void 0===n||!n.canLockBlocks)}function AR(e,t){var n,o;return null!==(n=null===(o=e.preferences.insertUsage)||void 0===o?void 0:o[t])&&void 0!==n?n:null}const yR=(e,t,n)=>!!Da(t,"inserter",!0)&&bR(e,t.name,n),_R=(e,t)=>n=>{const o=`${t.id}/${n.name}`,{time:r,count:a=0}=AR(e,o)||{};return{...t,id:o,icon:n.icon||t.icon,title:n.title||t.title,description:n.description||t.description,category:n.category||t.category,example:n.hasOwnProperty("example")?n.example:t.example,initialAttributes:{...t.initialAttributes,...n.attributes},innerBlocks:n.innerBlocks,keywords:n.keywords||t.keywords,frecency:qR(r,a)}},qR=(e,t)=>{if(!e)return t;const n=Date.now()-e;switch(!0){case n<36e5:return 4*t;case n<864e5:return 2*t;case n<6048e5:return t/2;default:return t/4}},kR=(e,t)=>{let{buildScope:n="inserter"}=t;return t=>{const o=t.name;let r=!1;Da(t.name,"multiple",!0)||(r=uC(e,lC(e)).some((e=>{let{name:n}=e;return n===t.name})));const{time:a,count:i=0}=AR(e,o)||{},l={id:o,name:t.name,title:t.title,icon:t.icon,isDisabled:r,frecency:qR(a,i)};if("transform"===n)return l;const s=Ha(t.name,"inserter");return{...l,initialAttributes:{},description:t.description,category:t.category,keywords:t.keywords,variations:s,example:t.example,utility:1}}},wR=Li((function(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null;const n=kR(e,{buildScope:"inserter"}),o=/^\s*)[^])*)\5|[^]*?)}\s+)?(\/)?-->/,r=t=>{let n=ML;if("web"===mL.OS){const e=("string"==typeof t.content.raw?t.content.raw:t.content).match(o);if(e){const[,,t="core/",o]=e,r=Na(t+o);r&&(n=r.icon)}}const r=`core/block/${t.id}`,{time:a,count:i=0}=AR(e,r)||{},l=qR(a,i);return{id:r,name:"core/block",initialAttributes:{ref:t.id},title:t.title.raw,icon:n,category:"reusable",keywords:[],isDisabled:!1,utility:1,frecency:l}},a=Ta().filter((n=>yR(e,n,t))).map(n),i=bR(e,"core/block",t)?VR(e).map(r):[],l=a.reduce(((t,n)=>{const{variations:o=[]}=n;if(o.some((e=>{let{isDefault:t}=e;return t}))||t.push(n),o.length){const r=_R(e,n);t.push(...o.map(r))}return t}),[]),s=(e,t)=>{const{core:n,noncore:o}=e;return(t.name.startsWith("core/")?n:o).push(t),e},{core:c,noncore:u}=l.reduce(s,{core:[],noncore:[]}),p=[...c,...u];return[...p,...i]}),((e,t)=>[e.blockListSettings[t],e.blocks.byClientId,e.blocks.order,e.preferences.insertUsage,e.settings.allowedBlockTypes,e.settings.templateLock,VR(e),Ta()])),ER=Li((function(e,t){var n;let o=arguments.length>2&&void 0!==arguments[2]?arguments[2]:null;const r=Array.isArray(t)?t:[t],[a]=r,i=kR(e,{buildScope:"transform"}),l=Ta().filter((t=>yR(e,t,o))).map(i),s=Object.fromEntries(Object.entries(l).map((e=>{let[,t]=e;return[t.name,t]})));s["*"]={frecency:1/0,id:"*",isDisabled:!1,name:"*",title:gr("Unwrap"),icon:null===(n=s[null==a?void 0:a.name])||void 0===n?void 0:n.icon};const c=ri(r).reduce(((e,t)=>("*"===t?e.push(s["*"]):s[null==t?void 0:t.name]&&e.push(s[t.name]),e)),[]);return Gx(c,(e=>s[e.name].frecency),"desc")}),((e,t,n)=>[e.blockListSettings[n],e.blocks.byClientId,e.preferences.insertUsage,e.settings.allowedBlockTypes,e.settings.templateLock,Ta()])),WR=Li((function(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null;const n=Ta().some((n=>yR(e,n,t)));if(n)return!0;const o=bR(e,"core/block",t)&&VR(e).length>0;return o}),((e,t)=>[e.blockListSettings[t],e.blocks.byClientId,e.settings.allowedBlockTypes,e.settings.templateLock,VR(e),Ta()])),LR=Li((function(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null;if(t)return Ta().filter((n=>yR(e,n,t)))}),((e,t)=>[e.blockListSettings[t],e.blocks.byClientId,e.settings.allowedBlockTypes,e.settings.templateLock,Ta()])),xR=Li((function(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null;return jo('wp.data.select( "core/block-editor" ).__experimentalGetAllowedBlocks',{alternative:'wp.data.select( "core/block-editor" ).getAllowedBlocks',since:"6.2",version:"6.4"}),LR(e,t)}),((e,t)=>[...LR.getDependants(e,t)])),CR=Li((function(e){var t,n;let o=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null;if(!o)return;const r=null===(t=e.blockListSettings[o])||void 0===t?void 0:t.__experimentalDefaultBlock,a=null===(n=e.blockListSettings[o])||void 0===n?void 0:n.__experimentalDirectInsert;return r&&a?"function"==typeof a?a(tC(e,o))?r:null:r:void 0}),((e,t)=>[e.blockListSettings[t],e.blocks.tree.get(t)])),RR=Li(((e,t)=>{const n=e.settings.__experimentalBlockPatterns.find((e=>{let{name:n}=e;return n===t}));return n?{...n,blocks:Fc(n.content,{__unstableSkipMigrationLogs:!0})}:null}),(e=>[e.settings.__experimentalBlockPatterns])),SR=Li((e=>{const t=e.settings.__experimentalBlockPatterns,{allowedBlockTypes:n}=PR(e),o=t.filter((e=>{let{inserter:t=!0}=e;return!!t})).map((t=>{let{name:n}=t;return RR(e,n)})),r=o.filter((e=>{let{blocks:t}=e;return((e,t)=>{if("boolean"==typeof t)return t;const n=[...e];for(;n.length>0;){var o;const e=n.shift();if(!dR(t,e.name||e.blockName,!0))return!1;null===(o=e.innerBlocks)||void 0===o||o.forEach((e=>{n.push(e)}))}return!0})(t,n)}));return r}),(e=>[e.settings.__experimentalBlockPatterns,e.settings.allowedBlockTypes])),NR=Li((function(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null;const n=SR(e),o=n.filter((n=>{let{blocks:o}=n;return o.every((n=>{let{name:o}=n;return mR(e,o,t)}))}));return o}),((e,t)=>[e.settings.__experimentalBlockPatterns,e.settings.allowedBlockTypes,e.settings.templateLock,e.blockListSettings[t],e.blocks.byClientId.get(t)])),TR=Li((function(e,t){let n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:null;if(!t)return Kx;const o=NR(e,n),r=Array.isArray(t)?t:[t],a=o.filter((e=>{var t,n;return null==e||null===(t=e.blockTypes)||void 0===t||null===(n=t.some)||void 0===n?void 0:n.call(t,(e=>r.includes(e)))}));return 0===a.length?Kx:a}),((e,t,n)=>[...NR.getDependants(e,n)])),BR=Li((function(e,t){let n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:null;return jo('wp.data.select( "core/block-editor" ).__experimentalGetPatternsByBlockTypes',{alternative:'wp.data.select( "core/block-editor" ).getPatternsByBlockTypes',since:"6.2",version:"6.4"}),TR(e,t,n)}),((e,t,n)=>[...NR.getDependants(e,n)])),DR=Li((function(e,t){let n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:null;if(!t)return Kx;if(t.some((t=>{let{clientId:n,innerBlocks:o}=t;return o.length||ZR(e,n)})))return Kx;const o=Array.from(new Set(t.map((e=>{let{name:t}=e;return t}))));return TR(e,o,n)}),((e,t,n)=>[...TR.getDependants(e,n)]));function IR(e,t){return e.blockListSettings[t]}function PR(e){return e.settings}function HR(e){return e.blocks.isPersistentChange}const FR=Li((function(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:[];return t.reduce(((t,n)=>e.blockListSettings[n]?{...t,[n]:e.blockListSettings[n]}:t),{})}),(e=>[e.blockListSettings])),YR=Li(((e,t)=>{var n;const o=VR(e).find((e=>e.id===t));return o?null===(n=o.title)||void 0===n?void 0:n.raw:null}),(e=>[VR(e)]));function XR(e){return e.blocks.isIgnoredChange}function jR(e){return e.lastBlockAttributesChange}function VR(e){var t,n;return null!==(t=null==e||null===(n=e.settings)||void 0===n?void 0:n.__experimentalReusableBlocks)&&void 0!==t?t:Kx}function UR(e){return"navigation"===e.editorMode}function $R(e){return e.editorMode}function GR(e){return e.hasBlockMovingClientId}function KR(e){return!!e.automaticChangeStatus}function JR(e,t){return e.highlightedBlock===t}function ZR(e,t){return!!e.blocks.controlledInnerBlocks[t]}const QR=Li(((e,t)=>{if(!t.length)return null;const n=gC(e);if(t.includes(Zx(e,n)))return n;const o=xC(e),r=yC(e,n||o[0],t);return r?r[r.length-1]:null}),((e,t)=>[e.selection.selectionStart.clientId,e.selection.selectionEnd.clientId,t]));function eS(e,t,n){var o;const{lastBlockInserted:r}=e;return(null===(o=r.clientIds)||void 0===o?void 0:o.includes(t))&&r.source===n}function tS(e,t){var n,o;return null===(n=null===(o=e.blockVisibility)||void 0===o?void 0:o[t])||void 0===n||n}const nS=Li((e=>{const t=new Set(Object.keys(e.blockVisibility).filter((t=>e.blockVisibility[t])));return 0===t.size?Jx:t}),(e=>[e.blockVisibility])),oS=Li(((e,t)=>{let n,o=t;for(;e.blocks.parents.has(o);)o=e.blocks.parents.get(o),o&&"contentOnly"===pR(e,o)&&(n=o);return n}),(e=>[e.blocks.parents,e.blockListSettings]));function rS(e){return e.temporarilyEditingAsBlocks}function aS(e,t){if(!OR(e,t))return!0;const n=$R(e);if("zoom-out"===n&&t&&!vC(e,t))return!0;const o=Da(Zx(e,t),"__experimentalDisableBlockOverlay",!1);return("navigation"===n||!o&&ZR(e,t))&&!UC(e,t)&&!$C(e,t,!0)}function iS(e,t){let n=e.blocks.parents.get(t);for(;n;){if(aS(e,n))return!0;n=e.blocks.parents.get(n)}return!1}const lS=["inserterMediaCategories","blockInspectorAnimation"];function sS(e){let t=arguments.length>1&&void 0!==arguments[1]&&arguments[1],n=e;if(t&&"web"===mL.OS){n={};for(const t in e)lS.includes(t)||(n[t]=e[t])}return{type:"UPDATE_SETTINGS",settings:n}}function cS(){return{type:"HIDE_BLOCK_INTERFACE"}}function uS(){return{type:"SHOW_BLOCK_INTERFACE"}}function pS(e){return e.isBlockInterfaceHidden}function dS(e){var t;return null==e||null===(t=e.lastBlockInserted)||void 0===t?void 0:t.clientIds}const bS="†";function mS(e){if(e)return Object.keys(e).find((t=>{const n=e[t];return"string"==typeof n&&-1!==n.indexOf(bS)}))}const MS=e=>Array.isArray(e)?e:[e],zS=e=>t=>{let{dispatch:n}=t;n({type:"RESET_BLOCKS",blocks:e}),n(fS(e))},fS=e=>t=>{let{select:n,dispatch:o}=t;const r=n.getTemplate(),a=n.getTemplateLock(),i=!r||"all"!==a||ep(e,r);if(i!==n.isValidTemplate())return o.setTemplateValidity(i),i};function hS(e,t,n){return{type:"RESET_SELECTION",selectionStart:e,selectionEnd:t,initialPosition:n}}function gS(e){return jo('wp.data.dispatch( "core/block-editor" ).receiveBlocks',{since:"5.9",alternative:"resetBlocks or insertBlocks"}),{type:"RECEIVE_BLOCKS",blocks:e}}function OS(e,t){let n=arguments.length>2&&void 0!==arguments[2]&&arguments[2];return{type:"UPDATE_BLOCK_ATTRIBUTES",clientIds:MS(e),attributes:t,uniqueByBlock:n}}function vS(e,t){return{type:"UPDATE_BLOCK",clientId:e,updates:t}}function AS(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:0;return{type:"SELECT_BLOCK",initialPosition:t,clientId:e}}const yS=function(e){let t=arguments.length>1&&void 0!==arguments[1]&&arguments[1];return n=>{let{select:o,dispatch:r}=n;const a=o.getPreviousBlockClientId(e);if(a)r.selectBlock(a,-1);else if(t){const t=o.getBlockRootClientId(e);t&&r.selectBlock(t,-1)}}},_S=e=>t=>{let{select:n,dispatch:o}=t;const r=n.getNextBlockClientId(e);r&&o.selectBlock(r)};function qS(){return{type:"START_MULTI_SELECT"}}function kS(){return{type:"STOP_MULTI_SELECT"}}const wS=function(e,t){let n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:0;return o=>{let{select:r,dispatch:a}=o;if(r.getBlockRootClientId(e)!==r.getBlockRootClientId(t))return;a({type:"MULTI_SELECT",start:e,end:t,initialPosition:n});const i=r.getSelectedBlockCount();vx(lr(vr("%s block selected.","%s blocks selected.",i),i),"assertive")}};function ES(){return{type:"CLEAR_SELECTED_BLOCK"}}function WS(){let e=!(arguments.length>0&&void 0!==arguments[0])||arguments[0];return{type:"TOGGLE_SELECTION",isSelectionEnabled:e}}function LS(e,t){var n,o;const r=null!==(n=null==t||null===(o=t.__experimentalPreferredStyleVariations)||void 0===o?void 0:o.value)&&void 0!==n?n:{};return e.map((e=>{var t;const n=e.name;if(!Da(n,"defaultStylePicker",!0))return e;if(!r[n])return e;const o=null===(t=e.attributes)||void 0===t?void 0:t.className;if(null!=o&&o.includes("is-style-"))return e;const{attributes:a={}}=e,i=r[n];return{...e,attributes:{...a,className:`${o||""} is-style-${i}`.trim()}}}))}const xS=function(e,t,n){let o=arguments.length>3&&void 0!==arguments[3]?arguments[3]:0,r=arguments.length>4?arguments[4]:void 0;return a=>{let{select:i,dispatch:l}=a;e=MS(e),t=LS(MS(t),i.getSettings());const s=i.getBlockRootClientId(e[0]);for(let e=0;e{let{select:t,dispatch:n}=e;if(t.getBlockCount()>0)return;const{__unstableHasCustomAppender:o}=t.getSettings();o||n.insertDefaultBlock()}))}};function CS(e,t){return xS(e,t)}const RS=e=>(t,n)=>o=>{let{select:r,dispatch:a}=o;r.canMoveBlocks(t,n)&&a({type:e,clientIds:MS(t),rootClientId:n})},SS=RS("MOVE_BLOCKS_DOWN"),NS=RS("MOVE_BLOCKS_UP"),TS=function(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"",n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:"",o=arguments.length>3?arguments[3]:void 0;return r=>{let{select:a,dispatch:i}=r;if(a.canMoveBlocks(e,t)){if(t!==n){if(!a.canRemoveBlocks(e,t))return;if(!a.canInsertBlocks(e,n))return}i({type:"MOVE_BLOCKS_TO_POSITION",fromRootClientId:t,toRootClientId:n,clientIds:e,index:o})}}};function BS(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"",n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:"",o=arguments.length>3?arguments[3]:void 0;return TS([e],t,n,o)}function DS(e,t,n,o,r){return IS([e],t,n,o,0,r)}const IS=function(e,t,n){let o=!(arguments.length>3&&void 0!==arguments[3])||arguments[3],r=arguments.length>4&&void 0!==arguments[4]?arguments[4]:0,a=arguments.length>5?arguments[5]:void 0;return i=>{let{select:l,dispatch:s}=i;null!==r&&"object"==typeof r&&(a=r,r=0,jo("meta argument in wp.data.dispatch('core/block-editor')",{since:"5.8",hint:"The meta argument is now the 6th argument of the function"})),e=LS(MS(e),l.getSettings());const c=[];for(const t of e){l.canInsertBlockType(t.name,n)&&c.push(t)}c.length&&s({type:"INSERT_BLOCKS",blocks:c,index:t,rootClientId:n,time:Date.now(),updateSelection:o,initialPosition:o?r:null,meta:a})}};function PS(e,t){let n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};const{__unstableWithInserter:o,operation:r}=n;return{type:"SHOW_INSERTION_POINT",rootClientId:e,index:t,__unstableWithInserter:o,operation:r}}const HS=()=>e=>{let{select:t,dispatch:n}=e;t.isBlockInsertionPointVisible()&&n({type:"HIDE_INSERTION_POINT"})};function FS(e){return{type:"SET_TEMPLATE_VALIDITY",isValid:e}}const YS=()=>e=>{let{select:t,dispatch:n}=e;n({type:"SYNCHRONIZE_TEMPLATE"});const o=tp(t.getBlocks(),t.getTemplate());n.resetBlocks(o)},XS=e=>t=>{let{registry:n,select:o,dispatch:r}=t;const a=o.getSelectionStart(),i=o.getSelectionEnd();if(a.clientId===i.clientId)return;if(!a.attributeKey||!i.attributeKey||void 0===a.offset||void 0===i.offset)return!1;const l=o.getBlockRootClientId(a.clientId);if(l!==o.getBlockRootClientId(i.clientId))return;const s=o.getBlockOrder(l);let c,u;s.indexOf(a.clientId)>s.indexOf(i.clientId)?(c=i,u=a):(c=a,u=i);const p=e?u:c,d=o.getBlock(p.clientId),b=Na(d.name);if(!b.merge)return;const m=c,M=u,z=o.getBlock(m.clientId),f=Na(z.name),h=o.getBlock(M.clientId),g=Na(h.name),O=z.attributes[m.attributeKey],v=h.attributes[M.attributeKey],A=f.attributes[m.attributeKey],y=g.attributes[M.attributeKey];let _=CL({html:O,...Ux(A)}),q=CL({html:v,...Ux(y)});_=ZL(_,m.offset,_.text.length),q=JL(q,bS,0,M.offset);const k=ei(z,{[m.attributeKey]:lx({value:_,...Ux(A)})}),w=ei(h,{[M.attributeKey]:lx({value:q,...Ux(y)})}),E=e?k:w,W=z.name===h.name?[E]:si(E,b.name);if(!W||!W.length)return;let L;if(e){const e=W.pop();L=b.merge(e.attributes,w.attributes)}else{const e=W.shift();L=b.merge(k.attributes,e.attributes)}const x=mS(L),C=CL({html:L[x],...Ux(b.attributes[x])}),R=C.text.indexOf(bS),S=lx({value:ZL(C,R,R+1),...Ux(b.attributes[x])});L[x]=S;const N=o.getSelectedBlockClientIds(),T=[...e?W:[],{...d,attributes:{...d.attributes,...L}},...e?[]:W];n.batch((()=>{r.selectionChange(d.clientId,x,R,R),r.replaceBlocks(N,T,0,o.getSelectedBlocksInitialCaretPosition())}))},jS=()=>e=>{let{select:t,dispatch:n}=e;const o=t.getSelectionStart(),r=t.getSelectionEnd();if(o.clientId===r.clientId)return;if(!o.attributeKey||!r.attributeKey||void 0===o.offset||void 0===r.offset)return;const a=t.getBlockRootClientId(o.clientId);if(a!==t.getBlockRootClientId(r.clientId))return;const i=t.getBlockOrder(a);let l,s;i.indexOf(o.clientId)>i.indexOf(r.clientId)?(l=r,s=o):(l=o,s=r);const c=l,u=s,p=t.getBlock(c.clientId),d=Na(p.name),b=t.getBlock(u.clientId),m=Na(b.name),M=p.attributes[c.attributeKey],z=b.attributes[u.attributeKey],f=d.attributes[c.attributeKey],h=m.attributes[u.attributeKey];let g=CL({html:M,...Ux(f)}),O=CL({html:z,...Ux(h)});g=ZL(g,c.offset,g.text.length),O=ZL(O,0,u.offset),n.replaceBlocks(t.getSelectedBlockClientIds(),[{...p,attributes:{...p.attributes,[c.attributeKey]:lx({value:g,...Ux(f)})}},Ja(Sa()),{...b,attributes:{...b.attributes,[u.attributeKey]:lx({value:O,...Ux(h)})}}],1,t.getSelectedBlocksInitialCaretPosition())},VS=()=>e=>{let{select:t,dispatch:n}=e;const o=t.getSelectionStart(),r=t.getSelectionEnd();n.selectionChange({start:{clientId:o.clientId},end:{clientId:r.clientId}})},US=(e,t)=>n=>{let{registry:o,select:r,dispatch:a}=n;const i=[e,t];a({type:"MERGE_BLOCKS",blocks:i});const[l,s]=i,c=r.getBlock(l),u=Na(c.name);if(!u)return;const p=r.getBlock(s);if(u&&!u.merge){const e=si(p,u.name);if(1!==(null==e?void 0:e.length))return void a.selectBlock(c.clientId);const[t]=e;return t.innerBlocks.length<1?void a.selectBlock(c.clientId):void o.batch((()=>{a.insertBlocks(t.innerBlocks,void 0,l),a.removeBlock(s),a.selectBlock(t.innerBlocks[0].clientId)}))}const d=Na(p.name),{clientId:b,attributeKey:m,offset:M}=r.getSelectionStart(),z=(b===l?u:d).attributes[m],f=(b===l||b===s)&&void 0!==m&&void 0!==M&&!!z;z||("number"==typeof m?window.console.error("RichText needs an identifier prop that is the block attribute key of the attribute it controls. Its type is expected to be a string, but was "+typeof m):window.console.error("The RichText identifier prop does not match any attributes defined by the block."));const h=ei(c),g=ei(p);if(f){const e=b===l?h:g,t=JL(CL({html:e.attributes[m],...Ux(z)}),bS,M,M);e.attributes[m]=lx({value:t,...Ux(z)})}const O=c.name===p.name?[g]:si(g,c.name);if(!O||!O.length)return;const v=u.merge(h.attributes,O[0].attributes);if(f){const e=mS(v),t=CL({html:v[e],...Ux(u.attributes[e])}),n=t.text.indexOf(bS),o=lx({value:ZL(t,n,n+1),...Ux(u.attributes[e])});v[e]=o,a.selectionChange(c.clientId,e,n,n)}a.replaceBlocks([c.clientId,p.clientId],[{...c,attributes:{...c.attributes,...v}},...O.slice(1)],0)},$S=function(e){let t=!(arguments.length>1&&void 0!==arguments[1])||arguments[1];return n=>{let{select:o,dispatch:r}=n;if(!e||!e.length)return;e=MS(e);const a=o.getBlockRootClientId(e[0]);o.canRemoveBlocks(e,a)&&(t&&r.selectPreviousBlock(e[0],t),r({type:"REMOVE_BLOCKS",clientIds:e}),r((e=>{let{select:t,dispatch:n}=e;if(t.getBlockCount()>0)return;const{__unstableHasCustomAppender:o}=t.getSettings();o||n.insertDefaultBlock()})))}};function GS(e,t){return $S([e],t)}function KS(e,t){let n=arguments.length>2&&void 0!==arguments[2]&&arguments[2],o=arguments.length>3&&void 0!==arguments[3]?arguments[3]:0;return{type:"REPLACE_INNER_BLOCKS",rootClientId:e,blocks:t,updateSelection:n,initialPosition:n?o:null,time:Date.now()}}function JS(e){return{type:"TOGGLE_BLOCK_MODE",clientId:e}}function ZS(){return{type:"START_TYPING"}}function QS(){return{type:"STOP_TYPING"}}function eN(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[];return{type:"START_DRAGGING_BLOCKS",clientIds:e}}function tN(){return{type:"STOP_DRAGGING_BLOCKS"}}function nN(){return jo('wp.data.dispatch( "core/block-editor" ).enterFormattedText',{since:"6.1",version:"6.3"}),{type:"DO_NOTHING"}}function oN(){return jo('wp.data.dispatch( "core/block-editor" ).exitFormattedText',{since:"6.1",version:"6.3"}),{type:"DO_NOTHING"}}function rN(e,t,n,o){return"string"==typeof e?{type:"SELECTION_CHANGE",clientId:e,attributeKey:t,startOffset:n,endOffset:o}:{type:"SELECTION_CHANGE",...e}}const aN=(e,t,n)=>o=>{let{dispatch:r}=o;const a=Sa();if(!a)return;const i=Ja(a,e);return r.insertBlock(i,n,t)};function iN(e,t){return{type:"UPDATE_BLOCK_LIST_SETTINGS",clientId:e,settings:t}}function lN(e){return sS(e,!0)}function sN(e,t){return{type:"SAVE_REUSABLE_BLOCK_SUCCESS",id:e,updatedId:t}}function cN(){return{type:"MARK_LAST_CHANGE_AS_PERSISTENT"}}function uN(){return{type:"MARK_NEXT_CHANGE_AS_NOT_PERSISTENT"}}const pN=()=>e=>{let{dispatch:t}=e;t({type:"MARK_AUTOMATIC_CHANGE"});const{requestIdleCallback:n=(e=>setTimeout(e,100))}=window;n((()=>{t({type:"MARK_AUTOMATIC_CHANGE_FINAL"})}))},dN=function(){let e=!(arguments.length>0&&void 0!==arguments[0])||arguments[0];return t=>{let{dispatch:n}=t;n.__unstableSetEditorMode(e?"navigation":"edit")}},bN=e=>t=>{let{dispatch:n,select:o}=t;if("zoom-out"===e){const e=o.getBlockSelectionStart();e&&n.selectBlock(o.getBlockHierarchyRootClientId(e))}n({type:"SET_EDITOR_MODE",mode:e}),"navigation"===e?vx(gr("You are currently in navigation mode. Navigate blocks using the Tab key and Arrow keys. Use Left and Right Arrow keys to move between nesting levels. To exit navigation mode and edit the selected block, press Enter.")):"edit"===e?vx(gr("You are currently in edit mode. To return to the navigation mode, press Escape.")):"zoom-out"===e&&vx(gr("You are currently in zoom-out mode."))},mN=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:null;return t=>{let{dispatch:n}=t;n({type:"SET_BLOCK_MOVING_MODE",hasBlockMovingClientId:e}),e&&vx(gr("Use the Tab key and Arrow keys to choose new block location. Use Left and Right Arrow keys to move between nesting levels. Once location is selected press Enter or Space to move the block."))}},MN=function(e){let t=!(arguments.length>1&&void 0!==arguments[1])||arguments[1];return n=>{let{select:o,dispatch:r}=n;if(!e||!e.length)return;const a=o.getBlocksByClientId(e);if(a.some((e=>!e)))return;const i=a.map((e=>e.name));if(i.some((e=>!Da(e,"multiple",!0))))return;const l=o.getBlockRootClientId(e[0]),s=MS(e),c=o.getBlockIndex(s[s.length-1]),u=a.map((e=>Qa(e)));return r.insertBlocks(u,c+1,l,t),u.length>1&&t&&r.multiSelect(u[0].clientId,u[u.length-1].clientId),u.map((e=>e.clientId))}},zN=e=>t=>{let{select:n,dispatch:o}=t;if(!e)return;const r=n.getBlockRootClientId(e);if(n.getTemplateLock(r))return;const a=n.getBlockIndex(e);return o.insertDefaultBlock({},r,a)},fN=e=>t=>{let{select:n,dispatch:o}=t;if(!e)return;const r=n.getBlockRootClientId(e);if(n.getTemplateLock(r))return;const a=n.getBlockIndex(e);return o.insertDefaultBlock({},r,a+1)};function hN(e,t){return{type:"TOGGLE_BLOCK_HIGHLIGHT",clientId:e,isHighlighted:t}}const gN=e=>async t=>{let{dispatch:n}=t;n(hN(e,!0)),await new Promise((e=>setTimeout(e,150))),n(hN(e,!1))};function ON(e,t){return{type:"SET_HAS_CONTROLLED_INNER_BLOCKS",hasControlledInnerBlocks:t,clientId:e}}function vN(e){return{type:"SET_BLOCK_VISIBILITY",updates:e}}function AN(e){return{type:"SET_TEMPORARILY_EDITING_AS_BLOCKS",temporarilyEditingAsBlocks:e}}const yN="core/block-editor",{lock:_N,unlock:qN}=wn("I know using unstable features means my plugin or theme will inevitably break on the next WordPress release.","@wordpress/block-editor"),kN={reducer:bL,selectors:b,actions:z},wN=co(yN,{...kN,persist:["preferences"]}),EN=Qo(yN,{...kN,persist:["preferences"]});qN(EN).registerPrivateActions(m),qN(EN).registerPrivateSelectors(M);const WN={name:"",isSelected:!1},LN=(0,Bt.createContext)(WN),{Provider:xN}=LN;function CN(){return(0,Bt.useContext)(LN)}function RN(){const{isSelected:e,clientId:t,name:n}=CN();return fp((o=>{if(e)return!0;const{getBlockName:r,isFirstMultiSelectedBlock:a,getMultiSelectedBlockClientIds:i}=o(wN);return!!a(t)&&i().every((e=>r(e)===n))}),[t,e,n])}function SN(e){let{group:t="default",controls:n,children:o,__experimentalShareWithChildBlocks:r=!1}=e;const a=function(e,t){const n=RN(),{clientId:o}=CN(),r=fp((e=>{const{getBlockName:n,hasSelectedInnerBlock:r}=e(wN),{hasBlockSupport:a}=e(kl);return t&&a(n(o),"__experimentalExposeControlsToChildren",!1)&&r(o)}),[t,o]);var a;return n?null===(a=GW[e])||void 0===a?void 0:a.Fill:r?GW.parent.Fill:null}(t,r);return a?(0,Bt.createElement)(xz,{document},(0,Bt.createElement)(a,null,(e=>{const r=(0,Ht.isEmpty)(e)?null:e;return(0,Bt.createElement)(Cz.Provider,{value:r},"default"===t&&(0,Bt.createElement)($W,{controls:n}),o)}))):null}function NN(e){return Pk((0,Bt.useContext)(Fk).fills,{sync:!0}).get(e)}function TN(e){let{group:t="default",...n}=e;const o=(0,Bt.useContext)(Cz),r=GW[t].Slot,a=NN(r.__unstableName);return Boolean(a&&a.length)?"default"===t?(0,Bt.createElement)(r,Pt({},n,{bubblesVirtually:!0,fillProps:o})):(0,Bt.createElement)($W,null,(0,Bt.createElement)(r,Pt({},n,{bubblesVirtually:!0,fillProps:o}))):null}const BN=SN;BN.Slot=TN;const DN=BN;const IN=(0,Bt.forwardRef)((function(e,t){return(0,Bt.useContext)(Cz)?(0,Bt.createElement)(LW,Pt({ref:t},e.toggleProps),(t=>(0,Bt.createElement)(VW,Pt({},e,{popoverProps:{variant:"toolbar",...e.popoverProps},toggleProps:t})))):(0,Bt.createElement)(VW,e)}));const PN=function e(t){const{children:n,className:o="",label:r,hideSeparator:a}=t,i=Tz(e);if(!Bt.Children.count(n))return null;const l=`components-menu-group-label-${i}`,s=Sz()(o,"components-menu-group",{"has-hidden-separator":a});return(0,Bt.createElement)("div",{className:s},r&&(0,Bt.createElement)("div",{className:"components-menu-group__label",id:l,"aria-hidden":"true"},r),(0,Bt.createElement)("div",{role:"group","aria-labelledby":r?l:void 0},n))};const HN=(0,Bt.forwardRef)((function(e,t){let{children:n,info:o,className:r,icon:a,iconPosition:i="right",shortcut:l,isSelected:s,role:c="menuitem",suffix:u,...p}=e;return r=Sz()("components-menu-item__button",r),o&&(n=(0,Bt.createElement)("span",{className:"components-menu-item__info-wrapper"},(0,Bt.createElement)("span",{className:"components-menu-item__item"},n),(0,Bt.createElement)("span",{className:"components-menu-item__info"},o))),a&&"string"!=typeof a&&(a=(0,Bt.cloneElement)(a,{className:Sz()("components-menu-items__item-icon",{"has-icon-right":"right"===i})})),(0,Bt.createElement)(bE,Pt({ref:t,"aria-checked":"menuitemcheckbox"===c||"menuitemradio"===c?s:void 0,role:c,icon:"left"===i?a:void 0,className:r},p),(0,Bt.createElement)("span",{className:"components-menu-item__item"},n),!u&&(0,Bt.createElement)(Ow,{className:"components-menu-item__shortcut",shortcut:l}),!u&&a&&"right"===i&&(0,Bt.createElement)(Ww,{icon:a}),u)})),FN=(0,Bt.createElement)(rk,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,Bt.createElement)(nk,{d:"M9 9v6h11V9H9zM4 20h1.5V4H4v16z"})),YN=(0,Bt.createElement)(rk,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,Bt.createElement)(nk,{d:"M20 9h-7.2V4h-1.6v5H4v6h7.2v5h1.6v-5H20z"})),XN=(0,Bt.createElement)(rk,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,Bt.createElement)(nk,{d:"M4 15h11V9H4v6zM18.5 4v16H20V4h-1.5z"})),jN=(0,Bt.createElement)(rk,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,Bt.createElement)(nk,{d:"M9 15h6V9H9v6zm-5 5h1.5V4H4v16zM18.5 4v16H20V4h-1.5z"})),VN=(0,Bt.createElement)(rk,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,Bt.createElement)(nk,{d:"M4 4H5.5V20H4V4ZM7 10L17 10V14L7 14V10ZM20 4H18.5V20H20V4Z"})),UN=(0,Bt.createElement)(rk,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,Bt.createElement)(nk,{d:"m14.5 6.5-1 1 3.7 3.7H4v1.6h13.2l-3.7 3.7 1 1 5.6-5.5z"})),$N=(0,Bt.createElement)(rk,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,Bt.createElement)(nk,{d:"m16.5 13.5-3.7 3.7V4h-1.5v13.2l-3.8-3.7-1 1 5.5 5.6 5.5-5.6z"}));n(8679);function GN(){for(var e=arguments.length,t=new Array(e),n=0;n0&&void 0!==arguments[0]?arguments[0]:{};const{defaultIndex:t=0}=e;if("number"!=typeof t)throw new TypeError(`Default breakpoint index should be a number. Got: ${t}, ${typeof t}`);if(t<0||t>KN.length-1)throw new RangeError(`Default breakpoint index out of range. Theme has ${KN.length} breakpoints, got index ${t}`);const[n,o]=(0,Bt.useState)(t);return(0,Bt.useEffect)((()=>{const e=()=>{const e=KN.filter((e=>"undefined"!=typeof window&&window.matchMedia(`screen and (min-width: ${e})`).matches)).length;n!==e&&o(e)};return e(),"undefined"!=typeof window&&window.addEventListener("resize",e),()=>{"undefined"!=typeof window&&window.removeEventListener("resize",e)}}),[n]),n};function ZN(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};const n=JN(t);if(!Array.isArray(e)&&"function"!=typeof e)return e;const o=e||[];return o[n>=o.length?o.length-1:n]}function QN(e){var t,n;if(void 0===e)return;if(!e)return"0";const o="number"==typeof e?e:Number(e);return"undefined"!=typeof window&&null!==(t=window.CSS)&&void 0!==t&&null!==(n=t.supports)&&void 0!==n&&n.call(t,"margin",e.toString())||Number.isNaN(o)?e.toString():`calc(4px * ${e})`}const eT={name:"zjik7",styles:"display:flex"},tT={name:"qgaee5",styles:"display:block;max-height:100%;max-width:100%;min-height:0;min-width:0"},nT={name:"82a6rk",styles:"flex:1"},oT={name:"13nosa1",styles:">*{min-height:0;}"},rT={name:"1pwxzk4",styles:">*{min-width:0;}"};function aT(e){const{align:t,className:n,direction:o="row",expanded:r=!0,gap:a=2,justify:i="space-between",wrap:l=!1,...s}=$w(function(e){const{isReversed:t,...n}=e;return void 0!==t?(jo("Flex isReversed",{alternative:'Flex direction="row-reverse" or "column-reverse"',since:"5.9"}),{...n,direction:t?"row-reverse":"row"}):n}(e),"Flex"),c=ZN(Array.isArray(o)?o:[o]),u="string"==typeof c&&!!c.includes("column"),p=Uw();return{...s,className:(0,Bt.useMemo)((()=>{const e=GN({alignItems:null!=t?t:u?"normal":"center",flexDirection:c,flexWrap:l?"wrap":void 0,gap:QN(a),justifyContent:i,height:u&&r?"100%":void 0,width:!u&&r?"100%":void 0},"","");return p(eT,e,u?oT:rT,n)}),[t,n,p,c,r,a,u,i,l]),isColumn:u}}const iT=(0,Bt.createContext)({flexItemDisplay:void 0});const lT=Gw((function(e,t){const{children:n,isColumn:o,...r}=aT(e);return(0,Bt.createElement)(iT.Provider,{value:{flexItemDisplay:o?"block":void 0}},(0,Bt.createElement)(cE,Pt({},r,{ref:t}),n))}),"Flex");function sT(e){const{className:t,display:n,isBlock:o=!1,...r}=$w(e,"FlexItem"),a={},i=(0,Bt.useContext)(iT).flexItemDisplay;a.Base=GN({display:n||i},"","");return{...r,className:Uw()(tT,a.Base,o&&nT,t)}}const cT=Gw((function(e,t){const n=sT(e);return(0,Bt.createElement)(cE,Pt({},n,{ref:t}))}),"FlexItem"),uT={"default.fontFamily":"-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif","default.fontSize":"13px","helpText.fontSize":"12px",mobileTextMinFontSize:"16px"};function pT(e){var t;return null!==(t=uT[e])&&void 0!==t?t:""}const dT={name:"kv6lnz",styles:"box-sizing:border-box;*,*::before,*::after{box-sizing:inherit;}"};const bT={name:"9amh4a",styles:"font-size:11px;font-weight:500;line-height:1.4;text-transform:uppercase"};function mT(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"",t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:1;return Gr(e).alpha(t).toRgbString()}Jr([Zr]);const MT="#fff",zT={900:"#1e1e1e",800:"#2f2f2f",700:"#757575",600:"#949494",400:"#ccc",300:"#ddd",200:"#e0e0e0",100:"#f0f0f0"},fT="var(--wp-components-color-accent-darker-10, var(--wp-admin-theme-color-darker-10, #006ba1))",hT={theme:"var(--wp-components-color-accent, var(--wp-admin-theme-color, #007cba))",themeDark10:fT,background:MT,backgroundDisabled:zT[100],border:zT[600],borderHover:zT[700],borderFocus:fT,borderDisabled:zT[400],textDisabled:zT[600],textDark:MT,darkGrayPlaceholder:mT(zT[900],.62),lightGrayPlaceholder:mT(MT,.65)},gT=Object.freeze({gray:zT,white:MT,alert:{yellow:"#f0b849",red:"#d94f4f",green:"#4ab866"},ui:hT});const OT=lE("div",{target:"ej5x27r4"})("font-family:",pT("default.fontFamily"),";font-size:",pT("default.fontSize"),";",dT,";"),vT=lE("div",{target:"ej5x27r3"})((e=>{let{__nextHasNoMarginBottom:t=!1}=e;return!t&&GN("margin-bottom:",QN(2),";","")})," .components-panel__row &{margin-bottom:inherit;}"),AT=GN(bT,";display:inline-block;margin-bottom:",QN(2),";padding:0;",""),yT=lE("label",{target:"ej5x27r2"})(AT,";");var _T={name:"11yad0w",styles:"margin-bottom:revert"};const qT=lE("p",{target:"ej5x27r1"})("margin-top:",QN(2),";margin-bottom:0;font-size:",pT("helpText.fontSize"),";font-style:normal;color:",gT.gray[700],";",(e=>{let{__nextHasNoMarginBottom:t=!1}=e;return!t&&_T}),";"),kT=lE("span",{target:"ej5x27r0"})(AT,";"),wT=e=>{let{__nextHasNoMarginBottom:t=!1,id:n,label:o,hideLabelFromVision:r=!1,help:a,className:i,children:l}=e;return(0,Bt.createElement)(OT,{className:Sz()("components-base-control",i)},(0,Bt.createElement)(vT,{className:"components-base-control__field",__nextHasNoMarginBottom:t},o&&n&&(r?(0,Bt.createElement)(uE,{as:"label",htmlFor:n},o):(0,Bt.createElement)(yT,{className:"components-base-control__label",htmlFor:n},o)),o&&!n&&(r?(0,Bt.createElement)(uE,{as:"label"},o):(0,Bt.createElement)(wT.VisualLabel,null,o)),l),!!a&&(0,Bt.createElement)(qT,{id:n?n+"__help":void 0,className:"components-base-control__help",__nextHasNoMarginBottom:t},a))};wT.VisualLabel=e=>{let{className:t,children:n,...o}=e;return(0,Bt.createElement)(kT,Pt({},o,{className:Sz()("components-base-control__label",t)}),n)};const ET=wT,WT="36px",LT="12px",xT={controlSurfaceColor:gT.white,controlTextActiveColor:gT.ui.theme,controlPaddingX:LT,controlPaddingXLarge:"calc(12px * 1.3334)",controlPaddingXSmall:"calc(12px / 1.3334)",controlBackgroundColor:gT.white,controlBorderRadius:"2px",controlBoxShadow:"transparent",controlBoxShadowFocus:`0 0 0 0.5px ${gT.ui.theme}`,controlDestructiveBorderColor:gT.alert.red,controlHeight:WT,controlHeightXSmall:"calc( 36px * 0.6 )",controlHeightSmall:"calc( 36px * 0.8 )",controlHeightLarge:"calc( 36px * 1.2 )",controlHeightXLarge:"calc( 36px * 1.4 )"},CT={toggleGroupControlBackgroundColor:xT.controlBackgroundColor,toggleGroupControlBorderColor:gT.ui.border,toggleGroupControlBackdropBackgroundColor:xT.controlSurfaceColor,toggleGroupControlBackdropBorderColor:gT.ui.border,toggleGroupControlButtonColorActive:xT.controlBackgroundColor},RT=Object.assign({},xT,CT,{colorDivider:"rgba(0, 0, 0, 0.1)",colorScrollbarThumb:"rgba(0, 0, 0, 0.2)",colorScrollbarThumbHover:"rgba(0, 0, 0, 0.5)",colorScrollbarTrack:"rgba(0, 0, 0, 0.04)",elevationIntensity:1,radiusBlockUi:"2px",borderWidth:"1px",borderWidthFocus:"1.5px",borderWidthTab:"4px",spinnerSize:16,fontSize:"13px",fontSizeH1:"calc(2.44 * 13px)",fontSizeH2:"calc(1.95 * 13px)",fontSizeH3:"calc(1.56 * 13px)",fontSizeH4:"calc(1.25 * 13px)",fontSizeH5:"13px",fontSizeH6:"calc(0.8 * 13px)",fontSizeInputMobile:"16px",fontSizeMobile:"15px",fontSizeSmall:"calc(0.92 * 13px)",fontSizeXSmall:"calc(0.75 * 13px)",fontLineHeightBase:"1.2",fontWeight:"normal",fontWeightHeading:"600",gridBase:"4px",cardBorderRadius:"2px",cardPaddingXSmall:`${QN(2)}`,cardPaddingSmall:`${QN(4)}`,cardPaddingMedium:`${QN(4)} ${QN(6)}`,cardPaddingLarge:`${QN(6)} ${QN(8)}`,surfaceBackgroundColor:gT.white,surfaceBackgroundSubtleColor:"#F3F3F3",surfaceBackgroundTintColor:"#F5F5F5",surfaceBorderColor:"rgba(0, 0, 0, 0.1)",surfaceBorderBoldColor:"rgba(0, 0, 0, 0.15)",surfaceBorderSubtleColor:"rgba(0, 0, 0, 0.05)",surfaceBackgroundTertiaryColor:gT.white,surfaceColor:gT.white,transitionDuration:"200ms",transitionDurationFast:"160ms",transitionDurationFaster:"120ms",transitionDurationFastest:"100ms",transitionTimingFunction:"cubic-bezier(0.08, 0.52, 0.52, 1)",transitionTimingFunctionControl:"cubic-bezier(0.12, 0.8, 0.32, 1)"});function ST(){let e,t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"transition";switch(t){case"transition":e="transition-duration: 0ms;";break;case"animation":e="animation-duration: 1ms;";break;default:e="\n\t\t\t\tanimation-duration: 1ms;\n\t\t\t\ttransition-duration: 0ms;\n\t\t\t"}return`\n\t\t@media ( prefers-reduced-motion: reduce ) {\n\t\t\t${e};\n\t\t}\n\t`}const NT=e=>{const t=GN("border-color:",gT.ui.border,";","");return GN(e&&t," &:hover{border-color:",gT.ui.borderHover,";}&:focus-within{border-color:",gT.ui.borderFocus,";box-shadow:",RT.controlBoxShadowFocus,";outline:none;z-index:1;}","")},TT=e=>GN("min-height:",{default:"36px","__unstable-large":"40px"}[e],";",""),BT={name:"7whenc",styles:"display:flex;width:100%"},DT=lE("div",{target:"eakva831"})("background:",gT.gray[900],";border-radius:",RT.controlBorderRadius,";left:0;position:absolute;top:2px;bottom:2px;transition:transform ",RT.transitionDurationFast," ease;",ST("transition")," z-index:1;"),IT=lE("div",{target:"eakva830"})({name:"zjik7",styles:"display:flex"});function PT(e){return(0,Bt.useState)(e)[0]}function HT(e){for(var t,n=[[]],o=function(){var e=t.value,o=n.find((function(t){return!t[0]||t[0].groupId===e.groupId}));o?o.push(e):n.push([e])},r=IE(e);!(t=r()).done;)o();return n}function FT(e){for(var t,n=[],o=IE(e);!(t=o()).done;){var r=t.value;n.push.apply(n,r)}return n}function YT(e){return e.slice().reverse()}function XT(e,t){if(t)return null==e?void 0:e.find((function(e){return e.id===t&&!e.disabled}))}function jT(e,t){return function(e){return"function"==typeof e}(e)?e(t):e}function VT(e){void 0===e&&(e={});var t=PT(e).baseId,n=(0,Bt.useContext)(OW),o=(0,Bt.useRef)(0),r=(0,Bt.useState)((function(){return t||n()}));return{baseId:r[0],setBaseId:r[1],unstable_idCountRef:o}}function UT(e,t){return Boolean(t.compareDocumentPosition(e)&Node.DOCUMENT_POSITION_PRECEDING)}function $T(e,t){return e.findIndex((function(e){return!(!e.ref.current||!t.ref.current)&&UT(t.ref.current,e.ref.current)}))}function GT(e){for(var t,n=0,o=IE(e);!(t=o()).done;){var r=t.value.length;r>n&&(n=r)}return n}function KT(e){for(var t=HT(e),n=GT(t),o=[],r=0;ra&&(n=!0),-1):(o{let i=null;n.current?i=n.current:t&&(i=t instanceof HTMLElement?t:t.current),o.current&&o.current.element===i&&o.current.reporter===a||(r.current&&(r.current(),r.current=null),o.current={reporter:a,element:i},i&&(r.current=e(i)))}),[t,e]);return(0,Bt.useEffect)((()=>{a()}),[a]),(0,Bt.useCallback)((e=>{n.current=e,a()}),[a])}const AB=(e,t,n)=>e[t]?e[t][0]?e[t][0][n]:e[t][n]:"contentBoxSize"===t?e.contentRect["inlineSize"===n?"width":"height"]:void 0;function yB(){const{ref:e,width:t,height:n}=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};const t=e.onResize,n=(0,Bt.useRef)(void 0);n.current=t;const o=e.round||Math.round,r=(0,Bt.useRef)(),[a,i]=(0,Bt.useState)({width:void 0,height:void 0}),l=(0,Bt.useRef)(!1);(0,Bt.useEffect)((()=>(l.current=!1,()=>{l.current=!0})),[]);const s=(0,Bt.useRef)({width:void 0,height:void 0}),c=vB((0,Bt.useCallback)((t=>(r.current&&r.current.box===e.box&&r.current.round===o||(r.current={box:e.box,round:o,instance:new ResizeObserver((t=>{const r=t[0];let a="borderBoxSize";a="border-box"===e.box?"borderBoxSize":"device-pixel-content-box"===e.box?"devicePixelContentBoxSize":"contentBoxSize";const c=AB(r,a,"inlineSize"),u=AB(r,a,"blockSize"),p=c?o(c):void 0,d=u?o(u):void 0;if(s.current.width!==p||s.current.height!==d){const e={width:p,height:d};s.current.width=p,s.current.height=d,n.current?n.current(e):l.current||i(e)}}))}),r.current.instance.observe(t,{box:e.box}),()=>{r.current&&r.current.instance.unobserve(t)})),[e.box,o]),e.ref);return(0,Bt.useMemo)((()=>({ref:c,width:a.width,height:a.height})),[c,a?a.width:null,a?a.height:null])}(),o=(0,Bt.useMemo)((()=>({width:null!=t?t:null,height:null!=n?n:null})),[t,n]);return[(0,Bt.createElement)("div",{style:{position:"absolute",top:0,left:0,right:0,bottom:0,pointerEvents:"none",opacity:0,overflow:"hidden",zIndex:-1},"aria-hidden":"true",ref:e}),o]}function _B(e){const t=(0,Bt.useRef)();return(0,Bt.useEffect)((()=>{t.current=e}),[e]),t.current}const qB=(0,Bt.memo)((function(e){let{containerRef:t,containerWidth:n,isAdaptiveWidth:o,state:r}=e;const[a,i]=(0,Bt.useState)(0),[l,s]=(0,Bt.useState)(0),[c,u]=(0,Bt.useState)(!1),[p,d]=(0,Bt.useState)(!1);return(0,Bt.useEffect)((()=>{const e=null==t?void 0:t.current;if(!e)return;const n=e.querySelector(`[data-value="${r}"]`);if(d(!!n),!n)return;const o=window.setTimeout((()=>{const{width:t,x:o}=n.getBoundingClientRect(),{x:r}=e.getBoundingClientRect();i(o-r-1),s(t)}),100);let a;return c||(a=window.requestAnimationFrame((()=>{u(!0)}))),()=>{window.clearTimeout(o),window.cancelAnimationFrame(a)}}),[c,t,n,r,o]),p?(0,Bt.createElement)(DT,{role:"presentation",style:{transform:`translateX(${a}px)`,transition:c?void 0:"none",width:l}}):null})),kB=(0,Bt.createContext)({}),wB=kB;const EB=(0,Bt.forwardRef)((function(e,t){let{children:n,isAdaptiveWidth:o,label:r,onChange:a,size:i,value:l,...s}=e;const c=(0,Bt.useRef)(),[u,p]=yB(),d=function(e){void 0===e&&(e={});var t=PT(e),n=t.state,o=t.loop,r=void 0===o||o,a=BE(t,["state","loop"]),i=(0,Bt.useState)(n),l=i[0],s=i[1],c=sB(TE(TE({},a),{},{loop:r}));return TE(TE({},c),{},{state:l,setState:s})}({baseId:Tz(EB,"toggle-group-control-as-radio-group").toString(),state:l}),b=_B(l);return Cw((()=>{b!==d.state&&a(d.state)}),[d.state]),Cw((()=>{l!==d.state&&d.setState(l)}),[l]),(0,Bt.createElement)(wB.Provider,{value:{...d,isBlock:!o,size:i}},(0,Bt.createElement)(OB,Pt({},d,{"aria-label":r,as:cE},s,{ref:Hz([c,t])}),u,(0,Bt.createElement)(qB,{state:d.state,containerRef:c,containerWidth:p.width,isAdaptiveWidth:o}),n))}));const WB=(0,Bt.forwardRef)((function(e,t){let{children:n,isAdaptiveWidth:o,label:r,onChange:a,size:i,value:l,...s}=e;const c=(0,Bt.useRef)(),[u,p]=yB(),d=Tz(WB,"toggle-group-control-as-button-group").toString(),[b,m]=(0,Bt.useState)(l),M={baseId:d,state:b,setState:m},z=_B(l);return Cw((()=>{z!==M.state&&a(M.state)}),[M.state]),Cw((()=>{l!==M.state&&M.setState(l)}),[l]),(0,Bt.createElement)(wB.Provider,{value:{...M,isBlock:!o,isDeselectable:!0,size:i}},(0,Bt.createElement)(cE,Pt({"aria-label":r},s,{ref:Hz([c,t]),role:"group"}),u,(0,Bt.createElement)(qB,{state:M.state,containerRef:c,containerWidth:p.width,isAdaptiveWidth:o}),n))})),LB=()=>{};const xB=Gw((function(e,t){const{__nextHasNoMarginBottom:n=!1,className:o,isAdaptiveWidth:r=!1,isBlock:a=!1,isDeselectable:i=!1,label:l,hideLabelFromVision:s=!1,help:c,onChange:u=LB,size:p="default",value:d,children:b,...m}=$w(e,"ToggleGroupControl"),M=Uw(),z=(0,Bt.useMemo)((()=>M((e=>{let{isBlock:t,isDeselectable:n,size:o}=e;return GN("background:",gT.ui.background,";border:1px solid transparent;border-radius:",RT.controlBorderRadius,";display:inline-flex;min-width:0;padding:2px;position:relative;transition:transform ",RT.transitionDurationFastest," linear;",ST("transition")," ",TT(o)," ",!n&&NT(t),";","")})({isBlock:a,isDeselectable:i,size:p}),a&&BT,o)),[o,M,a,i,p]),f=i?WB:EB;return(0,Bt.createElement)(ET,{help:c,__nextHasNoMarginBottom:n},!s&&(0,Bt.createElement)(IT,null,(0,Bt.createElement)(ET.VisualLabel,null,l)),(0,Bt.createElement)(f,Pt({},m,{children:b,className:z,isAdaptiveWidth:r,label:l,onChange:u,ref:t,size:p,value:d})))}),"ToggleGroupControl"),CB=xB;function RB(e){return void 0!==e.checked?e.checked:void 0!==e.value&&e.state===e.value}function SB(e,t){var n=AW(e,"change");Object.defineProperties(n,{type:{value:"change"},target:{value:e},currentTarget:{value:e}}),null==t||t(n)}var NB=RE({name:"Radio",compose:qW,keys:gB,useOptions:function(e,t){var n,o=t.value,r=t.checked,a=e.unstable_clickOnEnter,i=void 0!==a&&a,l=e.unstable_checkOnFocus,s=void 0===l||l,c=BE(e,["unstable_clickOnEnter","unstable_checkOnFocus"]);return TE(TE({checked:r,unstable_clickOnEnter:i,unstable_checkOnFocus:s},c),{},{value:null!=(n=c.value)?n:o})},useProps:function(e,t){var n=t.ref,o=t.onChange,r=t.onClick,a=BE(t,["ref","onChange","onClick"]),i=(0,Bt.useRef)(null),l=(0,Bt.useState)(!0),s=l[0],c=l[1],u=RB(e),p=VE(e.currentId===e.id),d=VE(o),b=VE(r);!function(e){var t=(0,Bt.useState)((function(){return RB(e)}))[0],n=(0,Bt.useState)(e.currentId)[0],o=e.id,r=e.setCurrentId;(0,Bt.useEffect)((function(){t&&o&&n!==o&&(null==r||r(o))}),[t,o,r,n])}(e),(0,Bt.useEffect)((function(){var e=i.current;e&&("INPUT"===e.tagName&&"radio"===e.type||c(!1))}),[]);var m=(0,Bt.useCallback)((function(t){var n,o;null===(n=d.current)||void 0===n||n.call(d,t),t.defaultPrevented||e.disabled||null===(o=e.setState)||void 0===o||o.call(e,e.value)}),[e.disabled,e.setState,e.value]),M=(0,Bt.useCallback)((function(e){var t;null===(t=b.current)||void 0===t||t.call(b,e),e.defaultPrevented||s||SB(e.currentTarget,m)}),[m,s]);return(0,Bt.useEffect)((function(){var t=i.current;t&&e.unstable_moves&&p.current&&e.unstable_checkOnFocus&&SB(t,m)}),[e.unstable_moves,e.unstable_checkOnFocus,m]),TE({ref:HE(i,n),role:s?void 0:"radio",type:s?"radio":void 0,value:s?e.value:void 0,name:s?e.baseId:void 0,"aria-checked":u,checked:u,onChange:m,onClick:M},a)}}),TB=xE({as:"input",memo:!0,useHook:NB});const BB=lE("div",{target:"et6ln9s1"})({name:"sln1fl",styles:"display:inline-flex;max-width:100%;min-width:0;position:relative"}),DB={name:"82a6rk",styles:"flex:1"},IB=e=>{let{isDeselectable:t,isIcon:n,isPressed:o,size:r}=e;return GN("align-items:center;appearance:none;background:transparent;border:none;border-radius:",RT.controlBorderRadius,";color:",gT.gray[700],";fill:currentColor;cursor:pointer;display:flex;font-family:inherit;height:100%;justify-content:center;line-height:100%;outline:none;padding:0 12px;position:relative;text-align:center;transition:background ",RT.transitionDurationFast," linear,color ",RT.transitionDurationFast," linear,font-weight 60ms linear;",ST("transition")," user-select:none;width:100%;z-index:2;&::-moz-focus-inner{border:0;}&:active{background:",RT.toggleGroupControlBackgroundColor,";}",t&&HB," ",n&&YB({size:r})," ",o&&PB,";","")},PB=GN("color:",gT.white,";&:active{background:transparent;}",""),HB=GN("color:",gT.gray[900],";&:focus{box-shadow:inset 0 0 0 1px ",gT.white,",0 0 0 ",RT.borderWidthFocus," ",gT.ui.theme,";outline:2px solid transparent;}",""),FB=lE("div",{target:"et6ln9s0"})("display:flex;font-size:",RT.fontSize,";line-height:1;"),YB=e=>{let{size:t="default"}=e;return GN("color:",gT.gray[900],";width:",{default:"30px","__unstable-large":"34px"}[t],";padding-left:0;padding-right:0;","")},{ButtonContentView:XB,LabelView:jB}=f,VB=e=>{let{showTooltip:t,text:n,children:o}=e;return t&&n?(0,Bt.createElement)(ww,{text:n,position:"top center"},o):(0,Bt.createElement)(Bt.Fragment,null,o)};const UB=Gw((function e(t,n){const o=(0,Bt.useContext)(kB),r=$w({...t,id:Tz(e,o.baseId||"toggle-group-control-option-base")},"ToggleGroupControlOptionBase"),{isBlock:a=!1,isDeselectable:i=!1,size:l="default",...s}=o,{className:c,isIcon:u=!1,value:p,children:d,showTooltip:b=!1,...m}=r,M=s.state===p,z=Uw(),f=z(a&&DB),h=z(IB({isDeselectable:i,isIcon:u,isPressed:M,size:l}),c),g={...m,className:h,"data-value":p,ref:n};return(0,Bt.createElement)(jB,{className:f},(0,Bt.createElement)(VB,{showTooltip:b,text:m["aria-label"]},i?(0,Bt.createElement)("button",Pt({},g,{"aria-pressed":M,type:"button",onClick:()=>{i&&M?s.setState(void 0):s.setState(p)}}),(0,Bt.createElement)(XB,null,d)):(0,Bt.createElement)(TB,Pt({},g,s,{as:"button",value:p}),(0,Bt.createElement)(XB,null,d))))}),"ToggleGroupControlOptionBase"),$B=UB;const GB=(0,Bt.forwardRef)((function(e,t){const{icon:n,label:o,...r}=e;return(0,Bt.createElement)($B,Pt({},r,{isIcon:!0,"aria-label":o,showTooltip:!0,ref:t}),(0,Bt.createElement)(Ww,{icon:n}))})),KB=GB;const JB=Gw((function(e,t){const n=function(e){return sT({isBlock:!0,...$w(e,"FlexBlock")})}(e);return(0,Bt.createElement)(cE,Pt({},n,{ref:t}))}),"FlexBlock"),ZB=()=>{};const QB=function(e){const{className:t,checked:n,id:o,disabled:r,onChange:a=ZB,...i}=e,l=Sz()("components-form-toggle",t,{"is-checked":n,"is-disabled":r});return(0,Bt.createElement)("span",{className:l},(0,Bt.createElement)("input",Pt({className:"components-form-toggle__input",id:o,type:"checkbox",checked:n,onChange:a,disabled:r},i)),(0,Bt.createElement)("span",{className:"components-form-toggle__track"}),(0,Bt.createElement)("span",{className:"components-form-toggle__thumb"}))};function eD(e){return null!=e}function tD(){var e;let t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[],n=arguments.length>1?arguments[1]:void 0;return null!==(e=t.find(eD))&&void 0!==e?e:n}const nD=e=>"string"==typeof e?(e=>parseFloat(e))(e):e,oD={bottom:{align:"flex-end",justify:"center"},bottomLeft:{align:"flex-end",justify:"flex-start"},bottomRight:{align:"flex-end",justify:"flex-end"},center:{align:"center",justify:"center"},edge:{align:"center",justify:"space-between"},left:{align:"center",justify:"flex-start"},right:{align:"center",justify:"flex-end"},stretch:{align:"stretch"},top:{align:"flex-start",justify:"center"},topLeft:{align:"flex-start",justify:"flex-start"},topRight:{align:"flex-start",justify:"flex-end"}},rD={bottom:{justify:"flex-end",align:"center"},bottomLeft:{justify:"flex-end",align:"flex-start"},bottomRight:{justify:"flex-end",align:"flex-end"},center:{justify:"center",align:"center"},edge:{justify:"space-between",align:"center"},left:{justify:"center",align:"flex-start"},right:{justify:"center",align:"flex-end"},stretch:{align:"stretch"},top:{justify:"flex-start",align:"center"},topLeft:{justify:"flex-start",align:"flex-start"},topRight:{justify:"flex-start",align:"flex-end"}};function aD(e){return"string"==typeof e?[e]:Bt.Children.toArray(e).filter((e=>(0,Bt.isValidElement)(e)))}function iD(e){const{alignment:t="edge",children:n,direction:o,spacing:r=2,...a}=$w(e,"HStack"),i=function(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"row";if(!eD(e))return{};const n="column"===t?rD:oD;return e in n?n[e]:{align:e}}(t,o),l=aD(n).map(((e,t)=>{if(Zw(e,["Spacer"])){const n=e,o=n.key||`hstack-${t}`;return(0,Bt.createElement)(cT,Pt({isBlock:!0,key:o},n.props))}return e}));return aT({children:l,direction:o,justify:"center",...i,...a,gap:r})}const lD=Gw((function(e,t){const n=iD(e);return(0,Bt.createElement)(cE,Pt({},n,{ref:t}))}),"HStack");const sD=function e(t){let{__nextHasNoMarginBottom:n,label:o,checked:r,help:a,className:i,onChange:l,disabled:s}=t;const c=`inspector-toggle-control-${Tz(e)}`,u=Uw()("components-toggle-control",i,!n&&GN({marginBottom:QN(3)},"",""));let p,d;return a&&("function"==typeof a?void 0!==r&&(d=a(r)):d=a,d&&(p=c+"__help")),(0,Bt.createElement)(ET,{id:c,help:d,className:u,__nextHasNoMarginBottom:!0},(0,Bt.createElement)(lD,{justify:"flex-start",spacing:3},(0,Bt.createElement)(QB,{id:c,checked:r,onChange:function(e){l(e.target.checked)},"aria-describedby":p,disabled:s}),(0,Bt.createElement)(JB,{as:"label",htmlFor:c,className:"components-toggle-control__label"},o)))};function cD(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"";return e.split(",").map((e=>`.editor-styles-wrapper ${e}${t?` ${t}`:""}`)).join(",")}function uD(e,t,n,o){var r,a;let i="";return null!=t&&null!==(r=t[n])&&void 0!==r&&null!==(a=r.spacingStyles)&&void 0!==a&&a.length&&o&&t[n].spacingStyles.forEach((t=>{i+=`${cD(e,t.selector.trim())} { `,i+=Object.entries(t.rules).map((e=>{let[t,n]=e;return`${t}: ${n||o}`})).join("; "),i+="; }"})),i}function pD(e){const{contentSize:t,wideSize:n,type:o="default"}=e,r={},a=/^(?!0)\d+(px|em|rem|vw|vh|%)?$/i;return a.test(t)&&"constrained"===o&&(r.none=lr(gr("Max %s wide"),t)),a.test(n)&&(r.wide=lr(gr("Max %s wide"),n)),r}function dD(e){return!(null==e||!e.includes)&&("0"===e||e.includes("var:preset|spacing|"))}function bD(e){if(!e)return;const t=e.match(/var:preset\|spacing\|(.+)/);return t?`var(--wp--preset--spacing--${t[1]})`:e}function mD(e){if(!e)return;if("0"===e||"default"===e)return e;const t=e.match(/var:preset\|spacing\|(.+)/);return t?t[1]:void 0}const MD={all:gr("All sides"),top:gr("Top"),bottom:gr("Bottom"),left:gr("Left"),right:gr("Right"),mixed:gr("Mixed"),vertical:gr("Vertical"),horizontal:gr("Horizontal")},zD={top:void 0,right:void 0,bottom:void 0,left:void 0},fD=["top","right","bottom","left"];function hD(e){return e.sort(((t,n)=>e.filter((e=>e===t)).length-e.filter((e=>e===n)).length)).pop()}function gD(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:fD;return Object.values(e).length>=1&&Object.values(e).length1}function OD(e){return null!=e&&Object.values(e).filter((e=>!!e)).length>0}function vD(e){if(!e)return null;const t="string"==typeof e;return{top:t?e:null==e?void 0:e.top,left:t?e:null==e?void 0:e.left}}function AD(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"0";const n=vD(e);if(!n)return null;const o=bD(null==n?void 0:n.top)||t,r=bD(null==n?void 0:n.left)||t;return o===r?o:`${o} ${r}`}const yD=(0,Bt.createElement)(rk,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,Bt.createElement)(nk,{d:"M15 4H9v11h6V4zM4 18.5V20h16v-1.5H4z"})),_D=(0,Bt.createElement)(rk,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,Bt.createElement)(nk,{d:"M20 11h-5V4H9v7H4v1.5h5V20h6v-7.5h5z"})),qD=(0,Bt.createElement)(rk,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,Bt.createElement)(nk,{d:"M9 20h6V9H9v11zM4 4v1.5h16V4H4z"})),kD=(0,Bt.createElement)(rk,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,Bt.createElement)(nk,{d:"M4 4L20 4L20 5.5L4 5.5L4 4ZM10 7L14 7L14 17L10 17L10 7ZM20 18.5L4 18.5L4 20L20 20L20 18.5Z"})),wD=(0,Bt.createElement)(rk,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,Bt.createElement)(nk,{d:"M7 4H17V8L7 8V4ZM7 16L17 16V20L7 20V16ZM20 11.25H4V12.75H20V11.25Z"})),ED={top:{icon:qD,title:Or("Align top","Block vertical alignment setting")},center:{icon:_D,title:Or("Align middle","Block vertical alignment setting")},bottom:{icon:yD,title:Or("Align bottom","Block vertical alignment setting")},stretch:{icon:kD,title:Or("Stretch to fill","Block vertical alignment setting")},"space-between":{icon:wD,title:Or("Space between","Block vertical alignment setting")}},WD=["top","center","bottom"];const LD=function(e){let{value:t,onChange:n,controls:o=WD,isCollapsed:r=!0,isToolbar:a}=e;const i=ED[t],l=ED.top,s=a?$W:IN,c=a?{isCollapsed:r}:{popoverProps:{variant:"toolbar"}};return(0,Bt.createElement)(s,Pt({icon:i?i.icon:l.icon,label:Or("Change vertical alignment","Block vertical alignment setting label"),controls:o.map((e=>{return{...ED[e],isActive:t===e,role:r?"menuitemradio":void 0,onClick:(o=e,()=>n(t===o?void 0:o))};var o}))},c))},xD=e=>(0,Bt.createElement)(LD,Pt({},e,{isToolbar:!1})),CD=e=>(0,Bt.createElement)(LD,Pt({},e,{isToolbar:!0})),RD={left:FN,center:YN,right:XN,"space-between":jN,stretch:VN};const SD=function(e){let{allowedControls:t=["left","center","right","space-between"],isCollapsed:n=!0,onChange:o,value:r,popoverProps:a,isToolbar:i}=e;const l=e=>{o(e===r?void 0:e)},s=r?RD[r]:RD.left,c=[{name:"left",icon:FN,title:gr("Justify items left"),isActive:"left"===r,onClick:()=>l("left")},{name:"center",icon:YN,title:gr("Justify items center"),isActive:"center"===r,onClick:()=>l("center")},{name:"right",icon:XN,title:gr("Justify items right"),isActive:"right"===r,onClick:()=>l("right")},{name:"space-between",icon:jN,title:gr("Space between items"),isActive:"space-between"===r,onClick:()=>l("space-between")},{name:"stretch",icon:VN,title:gr("Stretch items"),isActive:"stretch"===r,onClick:()=>l("stretch")}],u=i?$W:IN,p=i?{isCollapsed:n}:{};return(0,Bt.createElement)(u,Pt({icon:s,popoverProps:a,label:gr("Change items justification"),controls:c.filter((e=>t.includes(e.name)))},p))},ND=e=>(0,Bt.createElement)(SD,Pt({},e,{isToolbar:!1})),TD=["color","border","dimensions","typography","spacing"],BD={"color.palette":e=>e.colors,"color.gradients":e=>e.gradients,"color.custom":e=>void 0===e.disableCustomColors?void 0:!e.disableCustomColors,"color.customGradient":e=>void 0===e.disableCustomGradients?void 0:!e.disableCustomGradients,"typography.fontSizes":e=>e.fontSizes,"typography.customFontSize":e=>void 0===e.disableCustomFontSizes?void 0:!e.disableCustomFontSizes,"typography.lineHeight":e=>e.enableCustomLineHeight,"spacing.units":e=>{if(void 0!==e.enableCustomUnits)return!0===e.enableCustomUnits?["px","em","rem","vh","vw","%"]:e.enableCustomUnits},"spacing.padding":e=>e.enableCustomSpacing},DD={"border.customColor":"border.color","border.customStyle":"border.style","border.customWidth":"border.width","typography.customFontStyle":"typography.fontStyle","typography.customFontWeight":"typography.fontWeight","typography.customLetterSpacing":"typography.letterSpacing","typography.customTextDecorations":"typography.textDecoration","typography.customTextTransforms":"typography.textTransform","border.customRadius":"border.radius","spacing.customMargin":"spacing.margin","spacing.customPadding":"spacing.padding","typography.customLineHeight":"typography.lineHeight"};function ID(e){const{name:t,clientId:n}=CN();return fp((o=>{if(TD.includes(e))return void console.warn("Top level useSetting paths are disabled. Please use a subpath to query the information needed.");let r=No("blockEditor.useSetting.before",void 0,e,n,t);if(void 0!==r)return r;const a=(e=>DD[e]||e)(e),i=[n,...o(wN).getBlockParents(n,!0)];for(const e of i){if(Da(o(wN).getBlockName(e),"__experimentalSettings",!1)){var l;const n=o(wN).getBlockAttributes(e);if(r=null!==(l=(0,Ht.get)(n,`settings.blocks.${t}.${a}`))&&void 0!==l?l:(0,Ht.get)(n,`settings.${a}`),void 0!==r)break}}const s=o(wN).getSettings();if(void 0===r){var c;const e=`__experimentalFeatures.${a}`,n=`__experimentalFeatures.blocks.${t}.${a}`;r=null!==(c=(0,Ht.get)(s,n))&&void 0!==c?c:(0,Ht.get)(s,e)}var u,p;if(void 0!==r)return ua[a]?null!==(u=null!==(p=r.custom)&&void 0!==p?p:r.theme)&&void 0!==u?u:r.default:r;const d=BD[a]?BD[a](s):void 0;return void 0!==d?d:"typography.dropCap"===a||void 0}),[t,n,e])}const PD="1600px",HD="768px",FD=1,YD=.75;function XD(e){let{minimumFontSize:t,maximumFontSize:n,fontSize:o,minimumViewPortWidth:r=HD,maximumViewPortWidth:a=PD,scaleFactor:i=FD,minimumFontSizeFactor:l=YD,minimumFontSizeLimit:s}=e;if(s=jD(s)?s:"14px",o){const e=jD(o);if(null==e||!e.unit)return null;const r=jD(s,{coerceTo:e.unit});if(null!=r&&r.value&&!t&&!n&&(null==e?void 0:e.value)<=(null==r?void 0:r.value))return null;if(n||(n=`${e.value}${e.unit}`),!t){const n=VD(e.value*l,3);t=null!=r&&r.value&&n<(null==r?void 0:r.value)?`${r.value}${r.unit}`:`${n}${e.unit}`}}const c=jD(t),u=(null==c?void 0:c.unit)||"rem",p=jD(n,{coerceTo:u});if(!c||!p)return null;const d=jD(t,{coerceTo:"rem"}),b=jD(a,{coerceTo:u}),m=jD(r,{coerceTo:u});if(!b||!m||!d)return null;const M=VD(m.value/100,3),z=VD(M,3)+u,f=VD(((p.value-c.value)/(b.value-m.value)*100||1)*i,3);return`clamp(${t}, ${`${d.value}${d.unit} + ((1vw - ${z}) * ${f})`}, ${n})`}function jD(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};if("string"!=typeof e&&"number"!=typeof e)return null;isFinite(e)&&(e=`${e}px`);const{coerceTo:n,rootSizeValue:o,acceptableUnits:r}={coerceTo:"",rootSizeValue:16,acceptableUnits:["rem","px","em"],...t},a=null==r?void 0:r.join("|"),i=new RegExp(`^(\\d*\\.?\\d+)(${a}){1,1}$`),l=e.match(i);if(!l||l.length<3)return null;let[,s,c]=l,u=parseFloat(s);return"px"!==n||"em"!==c&&"rem"!==c||(u*=o,c=n),"px"!==c||"em"!==n&&"rem"!==n||(u/=o,c=n),"em"!==n&&"rem"!==n||"em"!==c&&"rem"!==c||(c=n),{value:VD(u,3),unit:c}}function VD(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:3;const n=Math.pow(10,t);return Number.isFinite(e)?parseFloat(Math.round(e*n)/n):void 0}function UD(e,t){var n,o;const{size:r}=e;if(!r||"0"===r)return r;if(null==t||!t.fluid||"object"==typeof(null==t?void 0:t.fluid)&&0===Object.keys(t.fluid).length)return r;if(!1===(null==e?void 0:e.fluid))return r;const a="object"==typeof(null==t?void 0:t.fluid)?null==t?void 0:t.fluid:{},i=XD({minimumFontSize:null==e||null===(n=e.fluid)||void 0===n?void 0:n.min,maximumFontSize:null==e||null===(o=e.fluid)||void 0===o?void 0:o.max,fontSize:r,minimumFontSizeLimit:null==a?void 0:a.minFontSize});return i||r}const $D="body",GD=[{path:["color","palette"],valueKey:"color",cssVarInfix:"color",classes:[{classSuffix:"color",propertyName:"color"},{classSuffix:"background-color",propertyName:"background-color"},{classSuffix:"border-color",propertyName:"border-color"}]},{path:["color","gradients"],valueKey:"gradient",cssVarInfix:"gradient",classes:[{classSuffix:"gradient-background",propertyName:"background"}]},{path:["color","duotone"],valueKey:"colors",cssVarInfix:"duotone",valueFunc:e=>{let{slug:t}=e;return`url( '#wp-duotone-${t}' )`},classes:[]},{path:["shadow","presets"],valueKey:"shadow",cssVarInfix:"shadow",classes:[]},{path:["typography","fontSizes"],valueFunc:(e,t)=>{let{typography:n}=t;return UD(e,n)},valueKey:"size",cssVarInfix:"font-size",classes:[{classSuffix:"font-size",propertyName:"font-size"}]},{path:["typography","fontFamilies"],valueKey:"fontFamily",cssVarInfix:"font-family",classes:[{classSuffix:"font-family",propertyName:"font-family"}]},{path:["spacing","spacingSizes"],valueKey:"size",cssVarInfix:"spacing",valueFunc:e=>{let{size:t}=e;return t},classes:[]}],KD={"color.background":"color","color.text":"color","filter.duotone":"duotone","elements.link.color.text":"color","elements.link.:hover.color.text":"color","elements.link.typography.fontFamily":"font-family","elements.link.typography.fontSize":"font-size","elements.button.color.text":"color","elements.button.color.background":"color","elements.caption.color.text":"color","elements.button.typography.fontFamily":"font-family","elements.button.typography.fontSize":"font-size","elements.heading.color":"color","elements.heading.color.background":"color","elements.heading.typography.fontFamily":"font-family","elements.heading.gradient":"gradient","elements.heading.color.gradient":"gradient","elements.h1.color":"color","elements.h1.color.background":"color","elements.h1.typography.fontFamily":"font-family","elements.h1.color.gradient":"gradient","elements.h2.color":"color","elements.h2.color.background":"color","elements.h2.typography.fontFamily":"font-family","elements.h2.color.gradient":"gradient","elements.h3.color":"color","elements.h3.color.background":"color","elements.h3.typography.fontFamily":"font-family","elements.h3.color.gradient":"gradient","elements.h4.color":"color","elements.h4.color.background":"color","elements.h4.typography.fontFamily":"font-family","elements.h4.color.gradient":"gradient","elements.h5.color":"color","elements.h5.color.background":"color","elements.h5.typography.fontFamily":"font-family","elements.h5.color.gradient":"gradient","elements.h6.color":"color","elements.h6.color.background":"color","elements.h6.typography.fontFamily":"font-family","elements.h6.color.gradient":"gradient","color.gradient":"gradient",shadow:"shadow","typography.fontSize":"font-size","typography.fontFamily":"font-family"};function JD(e,t,n,o,r){const a=[(0,Ht.get)(e,["blocks",t,...n]),(0,Ht.get)(e,n)];for(const i of a)if(i){const a=["custom","theme","default"];for(const l of a){const a=i[l];if(a){const i=a.find((e=>e[o]===r));if(i){if("slug"===o)return i;return JD(e,t,n,"slug",i.slug)[o]===i[o]?i:void 0}}}}}function ZD(e,t,n,o){if(!o)return o;const r=KD[n],a=GD.find((e=>e.cssVarInfix===r));if(!a)return o;const{valueKey:i,path:l}=a,s=JD(e,t,l,i,o);return s?`var:preset|${r}|${s.slug}`:o}function QD(e,t,n){if(!n||"string"!=typeof n){var o,r;if(null===(o=n)||void 0===o||!o.ref||"string"!=typeof(null===(r=n)||void 0===r?void 0:r.ref))return n;{var a;const t=n.ref.split(".");if(!(n=(0,Ht.get)(e,t))||null!==(a=n)&&void 0!==a&&a.ref)return n}}const i="var:",l="var(--wp--";let s;if(n.startsWith(i))s=n.slice(i.length).split("|");else{if(!n.startsWith(l)||!n.endsWith(")"))return n;s=n.slice(l.length,-")".length).split("--")}const[c,...u]=s;return"preset"===c?function(e,t,n,o){let[r,a]=o;const i=GD.find((e=>e.cssVarInfix===r));if(!i)return n;const l=JD(e.settings,t,i.path,"slug",a);if(l){const{valueKey:n}=i;return QD(e,t,l[n])}return n}(e,t,n,u):"custom"===c?function(e,t,n,o){var r;const a=null!==(r=(0,Ht.get)(e.settings,["blocks",t,"custom",...o]))&&void 0!==r?r:(0,Ht.get)(e.settings,["custom",...o]);return a?QD(e,t,a):n}(e,t,n,u):n}function eI(e,t){const n=e.split(","),o=t.split(","),r=[];return n.forEach((e=>{o.forEach((t=>{r.push(`${e.trim()} ${t.trim()}`)}))})),r.join(", ")}const tI=(0,Bt.createContext)({user:{},base:{},merged:{},setUserConfig:()=>{}}),nI={settings:{},styles:{}},oI=["appearanceTools","useRootPaddingAwareAlignments","border.color","border.radius","border.style","border.width","shadow.presets","shadow.defaultPresets","color.background","color.button","color.caption","color.custom","color.customDuotone","color.customGradient","color.defaultDuotone","color.defaultGradients","color.defaultPalette","color.duotone","color.gradients","color.heading","color.link","color.palette","color.text","custom","dimensions.minHeight","layout.contentSize","layout.definitions","layout.wideSize","position.fixed","position.sticky","spacing.customSpacingSize","spacing.spacingSizes","spacing.spacingScale","spacing.blockGap","spacing.margin","spacing.padding","spacing.units","typography.fluid","typography.customFontSize","typography.dropCap","typography.fontFamilies","typography.fontSizes","typography.fontStyle","typography.fontWeight","typography.letterSpacing","typography.lineHeight","typography.textColumns","typography.textDecoration","typography.textTransform"],rI=()=>{const{user:e,setUserConfig:t}=(0,Bt.useContext)(tI);return[!!e&&!Ys()(e,nI),(0,Bt.useCallback)((()=>t((()=>nI))),[t])]};function aI(e,t){let n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:"all";const{setUserConfig:o,...r}=(0,Bt.useContext)(tI),a=t?".blocks."+t:"",i=e?"."+e:"",l=`settings${a}${i}`,s=`settings${i}`,c="all"===n?"merged":n,u=(0,Bt.useMemo)((()=>{const t=r[c];if(!t)throw"Unsupported source";var n;if(e)return null!==(n=(0,Ht.get)(t,l))&&void 0!==n?n:(0,Ht.get)(t,s);const o={};return oI.forEach((e=>{var n;const r=null!==(n=(0,Ht.get)(t,`settings${a}.${e}`))&&void 0!==n?n:(0,Ht.get)(t,`settings.${e}`);r&&(0,Ht.set)(o,e,r)})),o}),[r,c,e,l,s,a]),p=e=>{o((t=>{const n=JSON.parse(JSON.stringify(t));return(0,Ht.set)(n,l,e),n}))};return[u,p]}function iI(e,t){let n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:"all",{shouldDecodeEncode:o=!0}=arguments.length>3&&void 0!==arguments[3]?arguments[3]:{};const{merged:r,base:a,user:i,setUserConfig:l}=(0,Bt.useContext)(tI),s=e?"."+e:"",c=t?`styles.blocks.${t}${s}`:`styles${s}`,u=n=>{l((a=>{const i=JSON.parse(JSON.stringify(a));return(0,Ht.set)(i,c,o?ZD(r.settings,t,e,n):n),i}))};let p,d;switch(n){case"all":p="styles.css"===c?(0,Ht.get)(i,c):(0,Ht.get)(r,c),d=o?QD(r,t,p):p;break;case"user":p=(0,Ht.get)(i,c),d=o?QD(r,t,p):p;break;case"base":p=(0,Ht.get)(a,c),d=o?QD(a,t,p):p;break;default:throw"Unsupported source"}return[d,u]}function lI(e,t,n){const{supportedStyles:o,supports:r}=fp((e=>{var o;return{supportedStyles:qN(e(kl)).getSupportedStyles(t,n),supports:null===(o=e(kl).getBlockType(t))||void 0===o?void 0:o.supports}}),[t,n]);return(0,Bt.useMemo)((()=>{var t,n,a,i,l,s;const c={...e};return o.includes("fontSize")||(c.typography={...c.typography,fontSizes:{},customFontSize:!1}),o.includes("fontFamily")||(c.typography={...c.typography,fontFamilies:{}}),c.color={...c.color,text:(null===(t=c.color)||void 0===t?void 0:t.text)&&o.includes("color"),background:(null===(n=c.color)||void 0===n?void 0:n.background)&&(o.includes("background")||o.includes("backgroundColor")),button:(null===(a=c.color)||void 0===a?void 0:a.button)&&o.includes("buttonColor"),heading:(null===(i=c.color)||void 0===i?void 0:i.heading)&&o.includes("headingColor"),link:(null===(l=c.color)||void 0===l?void 0:l.link)&&o.includes("linkColor"),caption:(null===(s=c.color)||void 0===s?void 0:s.caption)&&o.includes("captionColor")},o.includes("background")||(c.color.gradients=[],c.color.customGradient=!1),o.includes("filter")||(c.color.defaultDuotone=!1,c.color.customDuotone=!1),["lineHeight","fontStyle","fontWeight","letterSpacing","textTransform","textDecoration"].forEach((e=>{o.includes(e)||(c.typography={...c.typography,[e]:!1})})),o.includes("columnCount")||(c.typography={...c.typography,textColumns:!1}),["contentSize","wideSize"].forEach((e=>{o.includes(e)||(c.layout={...c.layout,[e]:!1})})),["padding","margin","blockGap"].forEach((e=>{var t,n,a,i;o.includes(e)||(c.spacing={...c.spacing,[e]:!1});const l=Array.isArray(null==r||null===(t=r.spacing)||void 0===t?void 0:t[e])?null==r||null===(n=r.spacing)||void 0===n?void 0:n[e]:null==r||null===(a=r.spacing)||void 0===a||null===(i=a[e])||void 0===i?void 0:i.sides;var s;null!=l&&l.length&&(c.spacing={...c.spacing,[e]:{...null===(s=c.spacing)||void 0===s?void 0:s[e],sides:l}})})),o.includes("minHeight")||(c.dimensions={...c.dimensions,minHeight:!1}),["radius","color","style","width"].forEach((e=>{o.includes("border"+e.charAt(0).toUpperCase()+e.slice(1))||(c.border={...c.border,[e]:!1})})),c.shadow=!!o.includes("shadow")&&c.shadow,c}),[e,o,r])}function sI(e){var t,n,o,r,a,i,l;const s=null==e||null===(t=e.color)||void 0===t||null===(n=t.palette)||void 0===n?void 0:n.custom,c=null==e||null===(o=e.color)||void 0===o||null===(r=o.palette)||void 0===r?void 0:r.theme,u=null==e||null===(a=e.color)||void 0===a||null===(i=a.palette)||void 0===i?void 0:i.default,p=null==e||null===(l=e.color)||void 0===l?void 0:l.defaultPalette;return(0,Bt.useMemo)((()=>{const e=[];return c&&c.length&&e.push({name:Or("Theme","Indicates this palette comes from the theme."),colors:c}),p&&u&&u.length&&e.push({name:Or("Default","Indicates this palette comes from WordPress."),colors:u}),s&&s.length&&e.push({name:Or("Custom","Indicates this palette is created by the user."),colors:s}),e}),[s,c,u,p])}function cI(e){var t,n,o,r,a,i,l;const s=null==e||null===(t=e.color)||void 0===t||null===(n=t.gradients)||void 0===n?void 0:n.custom,c=null==e||null===(o=e.color)||void 0===o||null===(r=o.gradients)||void 0===r?void 0:r.theme,u=null==e||null===(a=e.color)||void 0===a||null===(i=a.gradients)||void 0===i?void 0:i.default,p=null==e||null===(l=e.color)||void 0===l?void 0:l.defaultGradients;return(0,Bt.useMemo)((()=>{const e=[];return c&&c.length&&e.push({name:Or("Theme","Indicates this palette comes from the theme."),gradients:c}),p&&u&&u.length&&e.push({name:Or("Default","Indicates this palette comes from WordPress."),gradients:u}),s&&s.length&&e.push({name:Or("Custom","Indicates this palette is created by the user."),gradients:s}),e}),[s,c,u,p])}function uI(e){return e&&"object"==typeof e?{...Object.fromEntries(Object.entries(e).map((e=>{let[t,n]=e;return[t,uI(n)]})))}:e}function pI(e,t,n){const o=function(e){return Array.isArray(e)?e:"number"==typeof e?[e.toString()]:[e]}(t),r=e?uI(e):{};return o.reduce(((e,t,r)=>(void 0===e[t]&&(e[t]={}),r===o.length-1&&(e[t]=n),e[t])),r),r}const dI=e=>{if(null===e||"object"!=typeof e||Array.isArray(e))return e;const t=Object.fromEntries(Object.entries(e).map((e=>{let[t,n]=e;return[t,dI(n)]})).filter((e=>{let[,t]=e;return Boolean(t)})));return(0,Ht.isEmpty)(t)?void 0:t};function bI(e,t,n,o,r,a){var i;if(Object.values(null!=e?e:{}).every((e=>!e)))return n;if(1===a.length&&n.innerBlocks.length===o.length)return n;let l=null===(i=o[0])||void 0===i?void 0:i.attributes;if(a.length>1&&o.length>1){if(!o[r])return n;var s;l=null===(s=o[r])||void 0===s?void 0:s.attributes}let c=n;return Object.entries(e).forEach((e=>{let[n,o]=e;o&&t[n].forEach((e=>{const t=(0,Ht.get)(l,e);t&&(c={...c,attributes:pI(c.attributes,e,t)})}))})),c}function mI(e,t,n){const o=Ba(e,t),r=null==o?void 0:o.__experimentalSkipSerialization;return Array.isArray(r)?r.includes(n):r}function MI(e,t){const n=ID("typography.fontFamilies"),o=ID("typography.fontSizes"),r=ID("typography.customFontSize"),a=ID("typography.fontStyle"),i=ID("typography.fontWeight"),l=ID("typography.lineHeight"),s=ID("typography.textColumns"),c=ID("typography.textDecoration"),u=ID("typography.textTransform"),p=ID("typography.letterSpacing"),d=ID("spacing.padding"),b=ID("spacing.margin"),m=ID("spacing.blockGap"),M=ID("spacing.spacingSizes"),z=ID("spacing.units"),f=ID("dimensions.minHeight"),h=ID("layout"),g=ID("border.color"),O=ID("border.radius"),v=ID("border.style"),A=ID("border.width"),y=ID("color.custom"),_=ID("color.palette.custom"),q=ID("color.palette.theme"),k=ID("color.palette.default"),w=ID("color.defaultPalette"),E=ID("color.gradients.custom"),W=ID("color.gradients.theme"),L=ID("color.gradients.default"),x=ID("color.defaultGradients"),C=ID("color.customGradient"),R=ID("color.background"),S=ID("color.link"),N=ID("color.text");return lI((0,Bt.useMemo)((()=>({color:{palette:{custom:_,theme:q,default:k},gradients:{custom:E,theme:W,default:L},defaultGradients:x,defaultPalette:w,custom:y,customGradient:C,background:R,link:S,text:N},typography:{fontFamilies:{custom:n},fontSizes:{custom:o},customFontSize:r,fontStyle:a,fontWeight:i,lineHeight:l,textColumns:s,textDecoration:c,textTransform:u,letterSpacing:p},spacing:{spacingSizes:{custom:M},padding:d,margin:b,blockGap:m,units:z},border:{color:g,radius:O,style:v,width:A},dimensions:{minHeight:f},layout:h,parentLayout:t})),[n,o,r,a,i,l,s,c,u,p,d,b,m,M,z,f,h,t,g,O,v,A,y,_,q,k,w,E,W,L,x,C,R,S,N]),e)}const zI={left:"flex-start",right:"flex-end",center:"center","space-between":"space-between"},fI={left:"flex-start",right:"flex-end",center:"center",stretch:"stretch"},hI={top:"flex-start",center:"center",bottom:"flex-end",stretch:"stretch","space-between":"space-between"},gI=["wrap","nowrap"],OI={name:"flex",label:gr("Flex"),inspectorControls:function(e){let{layout:t={},onChange:n,layoutBlockSupport:o={}}=e;const{allowOrientation:r=!0}=o;return(0,Bt.createElement)(Bt.Fragment,null,(0,Bt.createElement)(lT,null,(0,Bt.createElement)(cT,null,(0,Bt.createElement)(AI,{layout:t,onChange:n})),(0,Bt.createElement)(cT,null,r&&(0,Bt.createElement)(_I,{layout:t,onChange:n}))),(0,Bt.createElement)(yI,{layout:t,onChange:n}))},toolBarControls:function(e){let{layout:t={},onChange:n,layoutBlockSupport:o}=e;if(null!=o&&o.allowSwitching)return null;const{allowVerticalAlignment:r=!0}=o;return(0,Bt.createElement)(DN,{group:"block",__experimentalShareWithChildBlocks:!0},(0,Bt.createElement)(AI,{layout:t,onChange:n,isToolbar:!0}),r&&(0,Bt.createElement)(vI,{layout:t,onChange:n,isToolbar:!0}))},getLayoutStyle:function(e){var t,n;let{selector:o,layout:r,style:a,blockName:i,hasBlockGapSupport:l,layoutDefinitions:s}=e;const{orientation:c="horizontal"}=r,u=null!=a&&null!==(t=a.spacing)&&void 0!==t&&t.blockGap&&!mI(i,"spacing","blockGap")?AD(null==a||null===(n=a.spacing)||void 0===n?void 0:n.blockGap,"0.5em"):void 0,p=zI[r.justifyContent],d=gI.includes(r.flexWrap)?r.flexWrap:"wrap",b=hI[r.verticalAlignment],m=fI[r.justifyContent]||fI.left;let M="";const z=[];return d&&"wrap"!==d&&z.push(`flex-wrap: ${d}`),"horizontal"===c?(b&&z.push(`align-items: ${b}`),p&&z.push(`justify-content: ${p}`)):(b&&z.push(`justify-content: ${b}`),z.push("flex-direction: column"),z.push(`align-items: ${m}`)),z.length&&(M=`${cD(o)} {\n\t\t\t\t${z.join("; ")};\n\t\t\t}`),l&&u&&(M+=uD(o,s,"flex",u)),M},getOrientation(e){const{orientation:t="horizontal"}=e;return t},getAlignments:()=>[]};function vI(e){let{layout:t,onChange:n,isToolbar:o=!1}=e;const{orientation:r="horizontal"}=t,a="horizontal"===r?hI.center:hI.top,{verticalAlignment:i=a}=t,l=e=>{n({...t,verticalAlignment:e})};if(o)return(0,Bt.createElement)(xD,{onChange:l,value:i,controls:"horizontal"===r?["top","center","bottom","stretch"]:["top","center","bottom","space-between"]});const s=[{value:"flex-start",label:gr("Align items top")},{value:"center",label:gr("Align items center")},{value:"flex-end",label:gr("Align items bottom")}];return(0,Bt.createElement)("fieldset",{className:"block-editor-hooks__flex-layout-vertical-alignment-control"},(0,Bt.createElement)("legend",null,gr("Vertical alignment")),(0,Bt.createElement)("div",null,s.map(((e,t,n)=>(0,Bt.createElement)(bE,{key:e,label:n,icon:t,isPressed:i===e,onClick:()=>l(e)})))))}function AI(e){let{layout:t,onChange:n,isToolbar:o=!1}=e;const{justifyContent:r="left",orientation:a="horizontal"}=t,i=e=>{n({...t,justifyContent:e})},l=["left","center","right"];if("horizontal"===a?l.push("space-between"):l.push("stretch"),o)return(0,Bt.createElement)(ND,{allowedControls:l,value:r,onChange:i,popoverProps:{position:"bottom right",variant:"toolbar"}});const s=[{value:"left",icon:FN,label:gr("Justify items left")},{value:"center",icon:YN,label:gr("Justify items center")},{value:"right",icon:XN,label:gr("Justify items right")}];return"horizontal"===a?s.push({value:"space-between",icon:jN,label:gr("Space between items")}):s.push({value:"stretch",icon:VN,label:gr("Stretch items")}),(0,Bt.createElement)(CB,{__nextHasNoMarginBottom:!0,label:gr("Justification"),value:r,onChange:i,className:"block-editor-hooks__flex-layout-justification-controls"},s.map((e=>{let{value:t,icon:n,label:o}=e;return(0,Bt.createElement)(KB,{key:t,value:t,icon:n,label:o})})))}function yI(e){let{layout:t,onChange:n}=e;const{flexWrap:o="wrap"}=t;return(0,Bt.createElement)(sD,{__nextHasNoMarginBottom:!0,label:gr("Allow to wrap to multiple lines"),onChange:e=>{n({...t,flexWrap:e?"wrap":"nowrap"})},checked:"wrap"===o})}function _I(e){let{layout:t,onChange:n}=e;const{orientation:o="horizontal",verticalAlignment:r,justifyContent:a}=t;return(0,Bt.createElement)(CB,{__nextHasNoMarginBottom:!0,className:"block-editor-hooks__flex-layout-orientation-controls",label:gr("Orientation"),value:o,onChange:e=>{let o=r,i=a;return"horizontal"===e?("space-between"===r&&(o="center"),"stretch"===a&&(i="left")):("stretch"===r&&(o="top"),"space-between"===a&&(i="left")),n({...t,orientation:e,verticalAlignment:o,justifyContent:i})}},(0,Bt.createElement)(KB,{icon:UN,value:"horizontal",label:gr("Horizontal")}),(0,Bt.createElement)(KB,{icon:$N,value:"vertical",label:gr("Vertical")}))}const qI={name:"default",label:gr("Flow"),inspectorControls:function(){return null},toolBarControls:function(){return null},getLayoutStyle:function(e){var t;let{selector:n,style:o,blockName:r,hasBlockGapSupport:a,layoutDefinitions:i}=e;const l=AD(null==o||null===(t=o.spacing)||void 0===t?void 0:t.blockGap);let s="";mI(r,"spacing","blockGap")||(null!=l&&l.top?s=AD(null==l?void 0:l.top):"string"==typeof l&&(s=AD(l)));let c="";return a&&s&&(c+=uD(n,i,"default",s)),c},getOrientation:()=>"vertical",getAlignments(e,t){const n=pD(e);if(void 0!==e.alignments)return e.alignments.includes("none")||e.alignments.unshift("none"),e.alignments.map((e=>({name:e,info:n[e]})));const o=[{name:"left"},{name:"center"},{name:"right"}];if(!t){const{contentSize:t,wideSize:r}=e;t&&o.unshift({name:"full"}),r&&o.unshift({name:"wide",info:n.wide})}return o.unshift({name:"none",info:n.none}),o}},kI="web"===mL.OS,wI={px:{value:"px",label:kI?"px":gr("Pixels (px)"),a11yLabel:gr("Pixels (px)"),step:1},"%":{value:"%",label:kI?"%":gr("Percentage (%)"),a11yLabel:gr("Percent (%)"),step:.1},em:{value:"em",label:kI?"em":gr("Relative to parent font size (em)"),a11yLabel:Or("ems","Relative to parent font size (em)"),step:.01},rem:{value:"rem",label:kI?"rem":gr("Relative to root font size (rem)"),a11yLabel:Or("rems","Relative to root font size (rem)"),step:.01},vw:{value:"vw",label:kI?"vw":gr("Viewport width (vw)"),a11yLabel:gr("Viewport width (vw)"),step:.1},vh:{value:"vh",label:kI?"vh":gr("Viewport height (vh)"),a11yLabel:gr("Viewport height (vh)"),step:.1},vmin:{value:"vmin",label:kI?"vmin":gr("Viewport smallest dimension (vmin)"),a11yLabel:gr("Viewport smallest dimension (vmin)"),step:.1},vmax:{value:"vmax",label:kI?"vmax":gr("Viewport largest dimension (vmax)"),a11yLabel:gr("Viewport largest dimension (vmax)"),step:.1},ch:{value:"ch",label:kI?"ch":gr("Width of the zero (0) character (ch)"),a11yLabel:gr("Width of the zero (0) character (ch)"),step:.01},ex:{value:"ex",label:kI?"ex":gr("x-height of the font (ex)"),a11yLabel:gr("x-height of the font (ex)"),step:.01},cm:{value:"cm",label:kI?"cm":gr("Centimeters (cm)"),a11yLabel:gr("Centimeters (cm)"),step:.001},mm:{value:"mm",label:kI?"mm":gr("Millimeters (mm)"),a11yLabel:gr("Millimeters (mm)"),step:.1},in:{value:"in",label:kI?"in":gr("Inches (in)"),a11yLabel:gr("Inches (in)"),step:.001},pc:{value:"pc",label:kI?"pc":gr("Picas (pc)"),a11yLabel:gr("Picas (pc)"),step:1},pt:{value:"pt",label:kI?"pt":gr("Points (pt)"),a11yLabel:gr("Points (pt)"),step:1}},EI=Object.values(wI),WI=[wI.px,wI["%"],wI.em,wI.rem,wI.vw,wI.vh],LI=wI.px;function xI(e,t,n){return RI(t?`${null!=e?e:""}${t}`:e,n)}function CI(e){return Array.isArray(e)&&!!e.length}function RI(e){var t,n;let o,r,a=arguments.length>1&&void 0!==arguments[1]?arguments[1]:EI;if(void 0!==e||null===e){o=`${e}`.trim();const t=parseFloat(o);r=isFinite(t)?t:void 0}const i=null===(t=o)||void 0===t?void 0:t.match(/[\d.\-\+]*\s*(.*)/),l=null==i||null===(n=i[1])||void 0===n?void 0:n.toLowerCase();let s;if(CI(a)){const e=a.find((e=>e.value===l));s=null==e?void 0:e.value}else s=LI.value;return[r,s]}function SI(e,t,n,o){const[r,a]=RI(e,t),i=null!=r?r:n;let l=a||o;return!l&&CI(t)&&(l=t[0].value),[i,l]}const NI=e=>{let{units:t=EI,availableUnits:n=[],defaultValues:o}=e;const r=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[],t=arguments.length>1?arguments[1]:void 0;return Array.isArray(t)?t.filter((t=>e.includes(t.value))):[]}(n,t);return o&&r.forEach(((e,t)=>{if(o[e.value]){const[n]=RI(o[e.value]);r[t].default=n}})),r};const TI="CHANGE",BI="COMMIT",DI="CONTROL",II="DRAG_END",PI="DRAG_START",HI="DRAG",FI="INVALIDATE",YI="PRESS_DOWN",XI="PRESS_ENTER",jI="PRESS_UP",VI="RESET",UI=new RegExp(/-left/g),$I=new RegExp(/-right/g),GI=new RegExp(/Left/g),KI=new RegExp(/Right/g);function JI(e){return"left"===e?"right":"right"===e?"left":UI.test(e)?e.replace(UI,"-right"):$I.test(e)?e.replace($I,"-left"):GI.test(e)?e.replace(GI,"Right"):KI.test(e)?e.replace(KI,"Left"):e}const ZI=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};return Object.fromEntries(Object.entries(e).map((e=>{let[t,n]=e;return[JI(t),n]})))};function QI(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1?arguments[1]:void 0;return()=>t?Ar()?GN(t,""):GN(e,""):Ar()?GN(ZI(e),""):GN(e,"")}QI.watch=()=>Ar();const eP=(0,Bt.createElement)(rk,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,Bt.createElement)(nk,{d:"M18 11.2h-5.2V6h-1.6v5.2H6v1.6h5.2V18h1.6v-5.2H18z"})),tP=(0,Bt.createElement)(rk,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,Bt.createElement)(nk,{d:"M7 11.5h10V13H7z"}));const nP={name:"hdknak",styles:"display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap"},oP="…",rP={auto:"auto",head:"head",middle:"middle",tail:"tail",none:"none"},aP={ellipsis:oP,ellipsizeMode:rP.auto,limit:0,numberOfLines:0};function iP(e,t,n,o){if("string"!=typeof e)return"";const r=e.length,a=~~t,i=~~n,l=eD(o)?o:oP;return 0===a&&0===i||a>=r||i>=r||a+i>=r?e:0===i?e.slice(0,a)+l:e.slice(0,a)+l+e.slice(r-i)}function lP(e){const{className:t,children:n,ellipsis:o=oP,ellipsizeMode:r=rP.auto,limit:a=0,numberOfLines:i=0,...l}=$w(e,"Truncate"),s=Uw(),c=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"",t=arguments.length>1?arguments[1]:void 0;const n={...aP,...t},{ellipsis:o,ellipsizeMode:r,limit:a}=n;if(r===rP.none)return e;let i,l;switch(r){case rP.head:i=0,l=a;break;case rP.middle:i=Math.floor(a/2),l=Math.floor(a/2);break;default:i=a,l=0}return r!==rP.auto?iP(e,i,l,o):e}("string"==typeof n?n:"",{ellipsis:o,ellipsizeMode:r,limit:a,numberOfLines:i}),u=r===rP.auto;return{...l,className:(0,Bt.useMemo)((()=>s(u&&!i&&nP,u&&!!i&&GN("-webkit-box-orient:vertical;-webkit-line-clamp:",i,";display:-webkit-box;overflow:hidden;",""),t)),[t,s,i,u]),children:c}}let sP;Jr([Zr]);const cP=or()((function(e){var t,n;if("string"!=typeof e)return"";if("string"==typeof(n=e)&&Gr(n).isValid())return e;if(!e.includes("var("))return"";if("undefined"==typeof document)return"";const o=function(){if("undefined"!=typeof document){if(!sP){const e=document.createElement("div");e.setAttribute("data-g2-color-computation-node",""),document.body.appendChild(e),sP=e}return sP}}();if(!o)return"";o.style.background=e;const r=null===(t=window)||void 0===t?void 0:t.getComputedStyle(o).background;return o.style.background="",r||""}));function uP(e){const t=function(e){const t=cP(e);return Gr(t).isLight()?"#000000":"#ffffff"}(e);return"#000000"===t?"dark":"light"}const pP=GN("color:",gT.gray[900],";line-height:",RT.fontLineHeightBase,";margin:0;",""),dP={name:"4zleql",styles:"display:block"},bP=GN("color:",gT.alert.green,";",""),mP=GN("color:",gT.alert.red,";",""),MP=GN("color:",gT.gray[700],";",""),zP=GN("mark{background:",gT.alert.yellow,";border-radius:2px;box-shadow:0 0 0 1px rgba( 0, 0, 0, 0.05 ) inset,0 -1px 0 rgba( 0, 0, 0, 0.1 ) inset;}",""),fP={name:"50zrmy",styles:"text-transform:uppercase"};var hP=n(6928);const gP=or()((e=>{const t={};for(const n in e)t[n.toLowerCase()]=e[n];return t}));const OP={body:13,caption:10,footnote:11,largeTitle:28,subheadline:12,title:20},vP=[1,2,3,4,5,6].flatMap((e=>[e,e.toString()]));function AP(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:13;if(e in OP)return AP(OP[e]);if("number"!=typeof e){const t=parseFloat(e);if(Number.isNaN(t))return e;e=t}const t=`(${e} / 13)`;return`calc(${t} * ${RT.fontSize})`}function yP(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:3;if(!vP.includes(e))return AP(e);const t=`fontSizeH${e}`;return RT[t]}var _P={name:"50zrmy",styles:"text-transform:uppercase"};function qP(e){const{adjustLineHeightForInnerControls:t,align:n,children:o,className:r,color:a,ellipsizeMode:i,isDestructive:l=!1,display:s,highlightEscape:c=!1,highlightCaseSensitive:u=!1,highlightWords:p,highlightSanitize:d,isBlock:b=!1,letterSpacing:m,lineHeight:M,optimizeReadabilityFor:z,size:f,truncate:g=!1,upperCase:O=!1,variant:v,weight:A=RT.fontWeight,...y}=$w(e,"Text");let _=o;const q=Array.isArray(p),k="caption"===f;if(q){if("string"!=typeof o)throw new TypeError("`children` of `Text` must only be `string` types when `highlightWords` is defined");_=function(e){let{activeClassName:t="",activeIndex:n=-1,activeStyle:o,autoEscape:r,caseSensitive:a=!1,children:i,findChunks:l,highlightClassName:s="",highlightStyle:c={},highlightTag:u="mark",sanitize:p,searchWords:d=[],unhighlightClassName:b="",unhighlightStyle:m}=e;if(!i)return null;if("string"!=typeof i)return i;const M=i,z=(0,hP.findAll)({autoEscape:r,caseSensitive:a,findChunks:l,sanitize:p,searchWords:d,textToHighlight:M}),f=u;let h,g=-1,O="";const v=z.map(((e,r)=>{const i=M.substr(e.start,e.end-e.start);if(e.highlight){let e;g++,"object"==typeof s?a?e=s[i]:(s=gP(s),e=s[i.toLowerCase()]):e=s;const l=g===+n;O=`${e} ${l?t:""}`,h=!0===l&&null!==o?Object.assign({},c,o):c;const u={children:i,className:O,key:r,style:h};return"string"!=typeof f&&(u.highlightIndex=g),(0,Bt.createElement)(f,u)}return(0,Bt.createElement)("span",{children:i,className:b,key:r,style:m})}));return v}({autoEscape:c,children:o,caseSensitive:u,searchWords:p,sanitize:d})}const w=Uw(),E=(0,Bt.useMemo)((()=>{const e={},o=function(e,t){if(t)return t;if(!e)return;let n=`calc(${RT.controlHeight} + ${QN(2)})`;switch(e){case"large":n=`calc(${RT.controlHeightLarge} + ${QN(2)})`;break;case"small":n=`calc(${RT.controlHeightSmall} + ${QN(2)})`;break;case"xSmall":n=`calc(${RT.controlHeightXSmall} + ${QN(2)})`}return n}(t,M);if(e.Base=GN({color:a,display:s,fontSize:AP(f),fontWeight:A,lineHeight:o,letterSpacing:m,textAlign:n},"",""),e.upperCase=_P,e.optimalTextColor=null,z){const t="dark"===uP(z);e.optimalTextColor=GN(t?{color:gT.gray[900]}:{color:gT.white},"","")}return w(pP,e.Base,e.optimalTextColor,l&&mP,!!q&&zP,b&&dP,k&&MP,v&&h[v],O&&e.upperCase,r)}),[t,n,r,a,w,s,b,k,l,q,m,M,z,f,O,v,A]);let W;!0===g&&(W="auto"),!1===g&&(W="none");const L=lP({...y,className:E,children:o,ellipsizeMode:i||W});return!g&&Array.isArray(o)&&(_=Bt.Children.map(o,(e=>{if("object"!=typeof e||null===e||!("props"in e))return e;return Zw(e,["Link"])?(0,Bt.cloneElement)(e,{size:e.props.size||"inherit"}):e}))),{...L,children:g?L.children:_}}const kP=Gw((function(e,t){const n=qP(e);return(0,Bt.createElement)(cE,Pt({as:"span"},n,{ref:t}))}),"Text");var wP={name:"1739oy8",styles:"z-index:1"};const EP=e=>{let{isFocused:t}=e;return t?wP:""},WP=lE(lT,{target:"em5sgkm7"})("box-sizing:border-box;position:relative;border-radius:2px;padding-top:0;",EP,";");var LP={name:"1d3w5wq",styles:"width:100%"};const xP=lE("div",{target:"em5sgkm6"})("align-items:center;box-sizing:border-box;border-radius:inherit;display:flex;flex:1;position:relative;",(e=>{let{disabled:t}=e;return GN({backgroundColor:t?gT.ui.backgroundDisabled:gT.ui.background},"","")})," ",(e=>{let{__unstableInputWidth:t,labelPosition:n}=e;return t?"side"===n?"":GN("edge"===n?{flex:`0 0 ${t}`}:{width:t},"",""):LP}),";"),CP=e=>{let{inputSize:t,__next36pxDefaultSize:n}=e;const o={default:{height:36,lineHeight:1,minHeight:36,paddingLeft:QN(4),paddingRight:QN(4)},small:{height:24,lineHeight:1,minHeight:24,paddingLeft:QN(2),paddingRight:QN(2)},"__unstable-large":{height:40,lineHeight:1,minHeight:40,paddingLeft:QN(4),paddingRight:QN(4)}};return n||(o.default={height:30,lineHeight:1,minHeight:30,paddingLeft:QN(2),paddingRight:QN(2)}),o[t]||o.default},RP=lE("input",{target:"em5sgkm5"})("&&&{background-color:transparent;box-sizing:border-box;border:none;box-shadow:none!important;color:",gT.gray[900],";display:block;font-family:inherit;margin:0;outline:none;width:100%;",(e=>{let t,n,{isDragging:o,dragCursor:r}=e;return o&&(t=GN("cursor:",r,";user-select:none;&::-webkit-outer-spin-button,&::-webkit-inner-spin-button{-webkit-appearance:none!important;margin:0!important;}","")),o&&r&&(n=GN("&:active{cursor:",r,";}","")),GN(t," ",n,";","")})," ",(e=>{let{disabled:t}=e;return t?GN({color:gT.ui.textDisabled},"",""):""})," ",(e=>{let{inputSize:t}=e;const n={default:"13px",small:"11px","__unstable-large":"13px"},o=n[t]||n.default;return o?GN("font-size:","16px",";@media ( min-width: 600px ){font-size:",o,";}",""):""})," ",(e=>GN(CP(e),"",""))," ",(e=>{let{paddingInlineStart:t,paddingInlineEnd:n}=e;return GN({paddingInlineStart:t,paddingInlineEnd:n},"","")})," &::-webkit-input-placeholder{line-height:normal;}}"),SP=lE(kP,{target:"em5sgkm4"})("&&&{",bT,";box-sizing:border-box;display:block;padding-top:0;padding-bottom:0;max-width:100%;z-index:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}"),NP=e=>(0,Bt.createElement)(SP,Pt({},e,{as:"label"})),TP=lE(cT,{target:"em5sgkm3"})({name:"1b6uupn",styles:"max-width:calc( 100% - 10px )"}),BP=lE("div",{target:"em5sgkm2"})("&&&{box-sizing:border-box;border-radius:inherit;bottom:0;left:0;margin:0;padding:0;pointer-events:none;position:absolute;right:0;top:0;",(e=>{let t,{disabled:n,isFocused:o}=e,r=o?gT.ui.borderFocus:gT.ui.border;return o&&(t=`0 0 0 1px ${gT.ui.borderFocus} inset`),n&&(r=gT.ui.borderDisabled),GN({boxShadow:t,borderColor:r,borderStyle:"solid",borderWidth:1},"","")})," ",QI({paddingLeft:2}),";}"),DP=lE("span",{target:"em5sgkm1"})({name:"pvvbxf",styles:"box-sizing:border-box;display:block"}),IP=lE("span",{target:"em5sgkm0"})({name:"jgf79h",styles:"align-items:center;align-self:stretch;box-sizing:border-box;display:flex"});const PP=(0,Bt.memo)((function(e){let{disabled:t=!1,isFocused:n=!1}=e;return(0,Bt.createElement)(BP,{"aria-hidden":"true",className:"components-input-control__backdrop",disabled:t,isFocused:n})})),HP=PP;function FP(e){let{children:t,hideLabelFromVision:n,htmlFor:o,...r}=e;return t?n?(0,Bt.createElement)(uE,{as:"label",htmlFor:o},t):(0,Bt.createElement)(TP,null,(0,Bt.createElement)(NP,Pt({htmlFor:o},r),t)):null}function YP(e,t){let{__next36pxDefaultSize:n,__unstableInputWidth:o,children:r,className:a,disabled:i=!1,hideLabelFromVision:l=!1,labelPosition:s,id:c,isFocused:u=!1,label:p,prefix:d,size:b="default",suffix:m,...M}=e;const z=function(e){const t=Tz(YP);return e||`input-base-control-${t}`}(c),f=l||!p,{paddingLeft:h,paddingRight:g}=CP({inputSize:b,__next36pxDefaultSize:n}),O=(0,Bt.useMemo)((()=>({InputControlPrefixWrapper:{paddingLeft:h},InputControlSuffixWrapper:{paddingRight:g}})),[h,g]);return(0,Bt.createElement)(WP,Pt({},M,function(e){const t={};switch(e){case"top":t.direction="column",t.expanded=!1,t.gap=0;break;case"bottom":t.direction="column-reverse",t.expanded=!1,t.gap=0;break;case"edge":t.justify="space-between"}return t}(s),{className:a,gap:2,isFocused:u,labelPosition:s,ref:t}),(0,Bt.createElement)(FP,{className:"components-input-control__label",hideLabelFromVision:l,labelPosition:s,htmlFor:z},p),(0,Bt.createElement)(xP,{__unstableInputWidth:o,className:"components-input-control__container",disabled:i,hideLabel:f,labelPosition:s},(0,Bt.createElement)(Nw,{value:O},d&&(0,Bt.createElement)(DP,{className:"components-input-control__prefix"},d),r,m&&(0,Bt.createElement)(IP,{className:"components-input-control__suffix"},m)),(0,Bt.createElement)(HP,{disabled:i,isFocused:u})))}const XP=(0,Bt.forwardRef)(YP);const jP={toVector:(e,t)=>(void 0===e&&(e=t),Array.isArray(e)?e:[e,e]),add:(e,t)=>[e[0]+t[0],e[1]+t[1]],sub:(e,t)=>[e[0]-t[0],e[1]-t[1]],addTo(e,t){e[0]+=t[0],e[1]+=t[1]},subTo(e,t){e[0]-=t[0],e[1]-=t[1]}};function VP(e,t,n){return 0===t||Math.abs(t)===1/0?Math.pow(e,5*n):e*t*n/(t+n*e)}function UP(e,t,n,o=.15){return 0===o?function(e,t,n){return Math.max(t,Math.min(e,n))}(e,t,n):en?+VP(e-n,n-t,o)+n:e}function $P(e){var t=function(e,t){if("object"!=typeof e||null===e)return e;var n=e[Symbol.toPrimitive];if(void 0!==n){var o=n.call(e,t||"default");if("object"!=typeof o)return o;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===t?String:Number)(e)}(e,"string");return"symbol"==typeof t?t:String(t)}function GP(e,t,n){return(t=$P(t))in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function KP(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(e);t&&(o=o.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,o)}return n}function JP(e){for(var t=1;t{var n,o;return t.target===e.currentTarget||(null===(n=e.currentTarget)||void 0===n||null===(o=n.contains)||void 0===o?void 0:o.call(n,t.target))}))}(e).map((e=>e.identifier))}function sH(e){const t=iH(e);return rH(e)?t.identifier:t.pointerId}function cH(e){const t=iH(e);return[t.clientX,t.clientY]}function uH(e,...t){return"function"==typeof e?e(...t):e}function pH(){}function dH(...e){return 0===e.length?pH:1===e.length?e[0]:function(){let t;for(const n of e)t=n.apply(this,arguments)||t;return t}}function bH(e,t){return Object.assign({},t,e||{})}class mH{constructor(e,t,n){this.ctrl=e,this.args=t,this.key=n,this.state||(this.state={},this.computeValues([0,0]),this.computeInitial(),this.init&&this.init(),this.reset())}get state(){return this.ctrl.state[this.key]}set state(e){this.ctrl.state[this.key]=e}get shared(){return this.ctrl.state.shared}get eventStore(){return this.ctrl.gestureEventStores[this.key]}get timeoutStore(){return this.ctrl.gestureTimeoutStores[this.key]}get config(){return this.ctrl.config[this.key]}get sharedConfig(){return this.ctrl.config.shared}get handler(){return this.ctrl.handlers[this.key]}reset(){const{state:e,shared:t,ingKey:n,args:o}=this;t[n]=e._active=e.active=e._blocked=e._force=!1,e._step=[!1,!1],e.intentional=!1,e._movement=[0,0],e._distance=[0,0],e._direction=[0,0],e._delta=[0,0],e._bounds=[[-1/0,1/0],[-1/0,1/0]],e.args=o,e.axis=void 0,e.memo=void 0,e.elapsedTime=0,e.direction=[0,0],e.distance=[0,0],e.overflow=[0,0],e._movementBound=[!1,!1],e.velocity=[0,0],e.movement=[0,0],e.delta=[0,0],e.timeStamp=0}start(e){const t=this.state,n=this.config;t._active||(this.reset(),this.computeInitial(),t._active=!0,t.target=e.target,t.currentTarget=e.currentTarget,t.lastOffset=n.from?uH(n.from,t):t.offset,t.offset=t.lastOffset,t.startTime=t.timeStamp=e.timeStamp)}computeValues(e){const t=this.state;t._values=e,t.values=this.config.transform(e)}computeInitial(){const e=this.state;e._initial=e._values,e.initial=e.values}compute(e){const{state:t,config:n,shared:o}=this;t.args=this.args;let r=0;if(e&&(t.event=e,n.preventDefault&&e.cancelable&&t.event.preventDefault(),t.type=e.type,o.touches=this.ctrl.pointerIds.size||this.ctrl.touchIds.size,o.locked=!!document.pointerLockElement,Object.assign(o,function(e){const t={};if("buttons"in e&&(t.buttons=e.buttons),"shiftKey"in e){const{shiftKey:n,altKey:o,metaKey:r,ctrlKey:a}=e;Object.assign(t,{shiftKey:n,altKey:o,metaKey:r,ctrlKey:a})}return t}(e)),o.down=o.pressed=o.buttons%2==1||o.touches>0,r=e.timeStamp-t.timeStamp,t.timeStamp=e.timeStamp,t.elapsedTime=t.timeStamp-t.startTime),t._active){const e=t._delta.map(Math.abs);jP.addTo(t._distance,e)}this.axisIntent&&this.axisIntent(e);const[a,i]=t._movement,[l,s]=n.threshold,{_step:c,values:u}=t;if(n.hasCustomTransform?(!1===c[0]&&(c[0]=Math.abs(a)>=l&&u[0]),!1===c[1]&&(c[1]=Math.abs(i)>=s&&u[1])):(!1===c[0]&&(c[0]=Math.abs(a)>=l&&Math.sign(a)*l),!1===c[1]&&(c[1]=Math.abs(i)>=s&&Math.sign(i)*s)),t.intentional=!1!==c[0]||!1!==c[1],!t.intentional)return;const p=[0,0];if(n.hasCustomTransform){const[e,t]=u;p[0]=!1!==c[0]?e-c[0]:0,p[1]=!1!==c[1]?t-c[1]:0}else p[0]=!1!==c[0]?a-c[0]:0,p[1]=!1!==c[1]?i-c[1]:0;this.restrictToAxis&&!t._blocked&&this.restrictToAxis(p);const d=t.offset,b=t._active&&!t._blocked||t.active;b&&(t.first=t._active&&!t.active,t.last=!t._active&&t.active,t.active=o[this.ingKey]=t._active,e&&(t.first&&("bounds"in n&&(t._bounds=uH(n.bounds,t)),this.setup&&this.setup()),t.movement=p,this.computeOffset()));const[m,M]=t.offset,[[z,f],[h,g]]=t._bounds;t.overflow=[mf?1:0,Mg?1:0],t._movementBound[0]=!!t.overflow[0]&&(!1===t._movementBound[0]?t._movement[0]:t._movementBound[0]),t._movementBound[1]=!!t.overflow[1]&&(!1===t._movementBound[1]?t._movement[1]:t._movementBound[1]);const O=t._active&&n.rubberband||[0,0];if(t.offset=function(e,[t,n],[o,r]){const[[a,i],[l,s]]=e;return[UP(t,a,i,o),UP(n,l,s,r)]}(t._bounds,t.offset,O),t.delta=jP.sub(t.offset,d),this.computeMovement(),b&&(!t.last||r>32)){t.delta=jP.sub(t.offset,d);const e=t.delta.map(Math.abs);jP.addTo(t.distance,e),t.direction=t.delta.map(Math.sign),t._direction=t._delta.map(Math.sign),!t.first&&r>0&&(t.velocity=[e[0]/r,e[1]/r])}}emit(){const e=this.state,t=this.shared,n=this.config;if(e._active||this.clean(),(e._blocked||!e.intentional)&&!e._force&&!n.triggerAllEvents)return;const o=this.handler(JP(JP(JP({},t),e),{},{[this.aliasKey]:e.values}));void 0!==o&&(e.memo=o)}clean(){this.eventStore.clean(),this.timeoutStore.clean()}}class MH extends mH{constructor(...e){super(...e),GP(this,"aliasKey","xy")}reset(){super.reset(),this.state.axis=void 0}init(){this.state.offset=[0,0],this.state.lastOffset=[0,0]}computeOffset(){this.state.offset=jP.add(this.state.lastOffset,this.state.movement)}computeMovement(){this.state.movement=jP.sub(this.state.offset,this.state.lastOffset)}axisIntent(e){const t=this.state,n=this.config;if(!t.axis&&e){const o="object"==typeof n.axisThreshold?n.axisThreshold[aH(e)]:n.axisThreshold;t.axis=function([e,t],n){const o=Math.abs(e),r=Math.abs(t);return o>r&&o>n?"x":r>o&&r>n?"y":void 0}(t._movement,o)}t._blocked=(n.lockDirection||!!n.axis)&&!t.axis||!!n.axis&&n.axis!==t.axis}restrictToAxis(e){if(this.config.axis||this.config.lockDirection)switch(this.state.axis){case"x":e[1]=0;break;case"y":e[0]=0}}}const zH=e=>e,fH={enabled:(e=!0)=>e,eventOptions:(e,t,n)=>JP(JP({},n.shared.eventOptions),e),preventDefault:(e=!1)=>e,triggerAllEvents:(e=!1)=>e,rubberband(e=0){switch(e){case!0:return[.15,.15];case!1:return[0,0];default:return jP.toVector(e)}},from:e=>"function"==typeof e?e:null!=e?jP.toVector(e):void 0,transform(e,t,n){const o=e||n.shared.transform;return this.hasCustomTransform=!!o,o||zH},threshold:e=>jP.toVector(e,0)};const hH=JP(JP({},fH),{},{axis(e,t,{axis:n}){if(this.lockDirection="lock"===n,!this.lockDirection)return n},axisThreshold:(e=0)=>e,bounds(e={}){if("function"==typeof e)return t=>hH.bounds(e(t));if("current"in e)return()=>e.current;if("function"==typeof HTMLElement&&e instanceof HTMLElement)return e;const{left:t=-1/0,right:n=1/0,top:o=-1/0,bottom:r=1/0}=e;return[[t,n],[o,r]]}}),gH={ArrowRight:(e,t=1)=>[e*t,0],ArrowLeft:(e,t=1)=>[-1*e*t,0],ArrowUp:(e,t=1)=>[0,-1*e*t],ArrowDown:(e,t=1)=>[0,e*t]};const OH="undefined"!=typeof window&&window.document&&window.document.createElement;function vH(){return OH&&"ontouchstart"in window||OH&&window.navigator.maxTouchPoints>1}const AH={isBrowser:OH,gesture:function(){try{return"constructor"in GestureEvent}catch(e){return!1}}(),touch:vH(),touchscreen:vH(),pointer:OH&&"onpointerdown"in window,pointerLock:OH&&"exitPointerLock"in window.document},yH={mouse:0,touch:0,pen:8},_H=JP(JP({},hH),{},{device(e,t,{pointer:{touch:n=!1,lock:o=!1,mouse:r=!1}={}}){return this.pointerLock=o&&AH.pointerLock,AH.touch&&n?"touch":this.pointerLock?"mouse":AH.pointer&&!r?"pointer":AH.touch?"touch":"mouse"},preventScrollAxis(e,t,{preventScroll:n}){if(this.preventScrollDelay="number"==typeof n?n:n||void 0===n&&e?250:void 0,AH.touchscreen&&!1!==n)return e||(void 0!==n?"y":void 0)},pointerCapture(e,t,{pointer:{capture:n=!0,buttons:o=1,keys:r=!0}={}}){return this.pointerButtons=o,this.keys=r,!this.pointerLock&&"pointer"===this.device&&n},threshold(e,t,{filterTaps:n=!1,tapsThreshold:o=3,axis:r}){const a=jP.toVector(e,n?o:r?1:0);return this.filterTaps=n,this.tapsThreshold=o,a},swipe({velocity:e=.5,distance:t=50,duration:n=250}={}){return{velocity:this.transform(jP.toVector(e)),distance:this.transform(jP.toVector(t)),duration:n}},delay(e=0){switch(e){case!0:return 180;case!1:return 0;default:return e}},axisThreshold:e=>e?JP(JP({},yH),e):yH,keyboardDisplacement:(e=10)=>e});JP(JP({},fH),{},{device(e,t,{shared:n,pointer:{touch:o=!1}={}}){if(n.target&&!AH.touch&&AH.gesture)return"gesture";if(AH.touch&&o)return"touch";if(AH.touchscreen){if(AH.pointer)return"pointer";if(AH.touch)return"touch"}},bounds(e,t,{scaleBounds:n={},angleBounds:o={}}){const r=e=>{const t=bH(uH(n,e),{min:-1/0,max:1/0});return[t.min,t.max]},a=e=>{const t=bH(uH(o,e),{min:-1/0,max:1/0});return[t.min,t.max]};return"function"!=typeof n&&"function"!=typeof o?[r(),a()]:e=>[r(e),a(e)]},threshold(e,t,n){this.lockDirection="lock"===n.axis;return jP.toVector(e,this.lockDirection?[.1,3]:0)},modifierKey:e=>void 0===e?"ctrlKey":e,pinchOnWheel:(e=!0)=>e});JP(JP({},hH),{},{mouseOnly:(e=!0)=>e});const qH=JP(JP({},hH),{},{mouseOnly:(e=!0)=>e}),kH=new Map,wH=new Map;function EH(e){kH.set(e.key,e.engine),wH.set(e.key,e.resolver)}const WH={key:"drag",engine:class extends MH{constructor(...e){super(...e),GP(this,"ingKey","dragging")}reset(){super.reset();const e=this.state;e._pointerId=void 0,e._pointerActive=!1,e._keyboardActive=!1,e._preventScroll=!1,e._delayed=!1,e.swipe=[0,0],e.tap=!1,e.canceled=!1,e.cancel=this.cancel.bind(this)}setup(){const e=this.state;if(e._bounds instanceof HTMLElement){const t=e._bounds.getBoundingClientRect(),n=e.currentTarget.getBoundingClientRect(),o={left:t.left-n.left+e.offset[0],right:t.right-n.right+e.offset[0],top:t.top-n.top+e.offset[1],bottom:t.bottom-n.bottom+e.offset[1]};e._bounds=hH.bounds(o)}}cancel(){const e=this.state;e.canceled||(e.canceled=!0,e._active=!1,setTimeout((()=>{this.compute(),this.emit()}),0))}setActive(){this.state._active=this.state._pointerActive||this.state._keyboardActive}clean(){this.pointerClean(),this.state._pointerActive=!1,this.state._keyboardActive=!1,super.clean()}pointerDown(e){const t=this.config,n=this.state;if(null!=e.buttons&&(Array.isArray(t.pointerButtons)?!t.pointerButtons.includes(e.buttons):-1!==t.pointerButtons&&t.pointerButtons!==e.buttons))return;const o=this.ctrl.setEventIds(e);t.pointerCapture&&e.target.setPointerCapture(e.pointerId),o&&o.size>1&&n._pointerActive||(this.start(e),this.setupPointer(e),n._pointerId=sH(e),n._pointerActive=!0,this.computeValues(cH(e)),this.computeInitial(),t.preventScrollAxis&&"mouse"!==aH(e)?(n._active=!1,this.setupScrollPrevention(e)):t.delay>0?(this.setupDelayTrigger(e),t.triggerAllEvents&&(this.compute(e),this.emit())):this.startPointerDrag(e))}startPointerDrag(e){const t=this.state;t._active=!0,t._preventScroll=!0,t._delayed=!1,this.compute(e),this.emit()}pointerMove(e){const t=this.state,n=this.config;if(!t._pointerActive)return;if(t.type===e.type&&e.timeStamp===t.timeStamp)return;const o=sH(e);if(void 0!==t._pointerId&&o!==t._pointerId)return;const r=cH(e);return document.pointerLockElement===e.target?t._delta=[e.movementX,e.movementY]:(t._delta=jP.sub(r,t._values),this.computeValues(r)),jP.addTo(t._movement,t._delta),this.compute(e),t._delayed&&t.intentional?(this.timeoutStore.remove("dragDelay"),t.active=!1,void this.startPointerDrag(e)):n.preventScrollAxis&&!t._preventScroll?t.axis?t.axis===n.preventScrollAxis||"xy"===n.preventScrollAxis?(t._active=!1,void this.clean()):(this.timeoutStore.remove("startPointerDrag"),void this.startPointerDrag(e)):void 0:void this.emit()}pointerUp(e){this.ctrl.setEventIds(e);try{this.config.pointerCapture&&e.target.hasPointerCapture(e.pointerId)&&e.target.releasePointerCapture(e.pointerId)}catch(e){0}const t=this.state,n=this.config;if(!t._active||!t._pointerActive)return;const o=sH(e);if(void 0!==t._pointerId&&o!==t._pointerId)return;this.state._pointerActive=!1,this.setActive(),this.compute(e);const[r,a]=t._distance;if(t.tap=r<=n.tapsThreshold&&a<=n.tapsThreshold,t.tap&&n.filterTaps)t._force=!0;else{const[e,o]=t.direction,[r,a]=t.velocity,[i,l]=t.movement,[s,c]=n.swipe.velocity,[u,p]=n.swipe.distance,d=n.swipe.duration;t.elapsedTimes&&Math.abs(i)>u&&(t.swipe[0]=e),Math.abs(a)>c&&Math.abs(l)>p&&(t.swipe[1]=o))}this.emit()}pointerClick(e){!this.state.tap&&e.detail>0&&(e.preventDefault(),e.stopPropagation())}setupPointer(e){const t=this.config,n=t.device;t.pointerLock&&e.currentTarget.requestPointerLock(),t.pointerCapture||(this.eventStore.add(this.sharedConfig.window,n,"change",this.pointerMove.bind(this)),this.eventStore.add(this.sharedConfig.window,n,"end",this.pointerUp.bind(this)),this.eventStore.add(this.sharedConfig.window,n,"cancel",this.pointerUp.bind(this)))}pointerClean(){this.config.pointerLock&&document.pointerLockElement===this.state.currentTarget&&document.exitPointerLock()}preventScroll(e){this.state._preventScroll&&e.cancelable&&e.preventDefault()}setupScrollPrevention(e){this.state._preventScroll=!1,function(e){"persist"in e&&"function"==typeof e.persist&&e.persist()}(e);const t=this.eventStore.add(this.sharedConfig.window,"touch","change",this.preventScroll.bind(this),{passive:!1});this.eventStore.add(this.sharedConfig.window,"touch","end",t),this.eventStore.add(this.sharedConfig.window,"touch","cancel",t),this.timeoutStore.add("startPointerDrag",this.startPointerDrag.bind(this),this.config.preventScrollDelay,e)}setupDelayTrigger(e){this.state._delayed=!0,this.timeoutStore.add("dragDelay",(()=>{this.state._step=[0,0],this.startPointerDrag(e)}),this.config.delay)}keyDown(e){const t=gH[e.key];if(t){const n=this.state,o=e.shiftKey?10:e.altKey?.1:1;this.start(e),n._delta=t(this.config.keyboardDisplacement,o),n._keyboardActive=!0,jP.addTo(n._movement,n._delta),this.compute(e),this.emit()}}keyUp(e){e.key in gH&&(this.state._keyboardActive=!1,this.setActive(),this.compute(e),this.emit())}bind(e){const t=this.config.device;e(t,"start",this.pointerDown.bind(this)),this.config.pointerCapture&&(e(t,"change",this.pointerMove.bind(this)),e(t,"end",this.pointerUp.bind(this)),e(t,"cancel",this.pointerUp.bind(this)),e("lostPointerCapture","",this.pointerUp.bind(this))),this.config.keys&&(e("key","down",this.keyDown.bind(this)),e("key","up",this.keyUp.bind(this))),this.config.filterTaps&&e("click","",this.pointerClick.bind(this),{capture:!0,passive:!1})}},resolver:_H},LH={key:"hover",engine:class extends MH{constructor(...e){super(...e),GP(this,"ingKey","hovering")}enter(e){this.config.mouseOnly&&"mouse"!==e.pointerType||(this.start(e),this.computeValues(cH(e)),this.compute(e),this.emit())}leave(e){if(this.config.mouseOnly&&"mouse"!==e.pointerType)return;const t=this.state;if(!t._active)return;t._active=!1;const n=cH(e);t._movement=t._delta=jP.sub(n,t._values),this.computeValues(n),this.compute(e),t.delta=t.movement,this.emit()}bind(e){e("pointer","enter",this.enter.bind(this)),e("pointer","leave",this.leave.bind(this))}},resolver:qH};function xH(e,t){if(null==e)return{};var n,o,r=function(e,t){if(null==e)return{};var n,o,r={},a=Object.keys(e);for(o=0;o=0||(r[n]=e[n]);return r}(e,t);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);for(o=0;o=0||Object.prototype.propertyIsEnumerable.call(e,n)&&(r[n]=e[n])}return r}const CH={target(e){if(e)return()=>"current"in e?e.current:e},enabled:(e=!0)=>e,window:(e=(AH.isBrowser?window:void 0))=>e,eventOptions:({passive:e=!0,capture:t=!1}={})=>({passive:e,capture:t}),transform:e=>e},RH=["target","eventOptions","window","enabled","transform"];function SH(e={},t){const n={};for(const[o,r]of Object.entries(t))switch(typeof r){case"function":n[o]=r.call(n,e[o],o,e);break;case"object":n[o]=SH(e[o],r);break;case"boolean":r&&(n[o]=e[o])}return n}class NH{constructor(e,t){GP(this,"_listeners",new Set),this._ctrl=e,this._gestureKey=t}add(e,t,n,o,r){const a=this._listeners,i=function(e,t=""){const n=ZP[e];return e+(n&&n[t]||t)}(t,n),l=JP(JP({},this._gestureKey?this._ctrl.config[this._gestureKey].eventOptions:{}),r);e.addEventListener(i,o,l);const s=()=>{e.removeEventListener(i,o,l),a.delete(s)};return a.add(s),s}clean(){this._listeners.forEach((e=>e())),this._listeners.clear()}}class TH{constructor(){GP(this,"_timeouts",new Map)}add(e,t,n=140,...o){this.remove(e),this._timeouts.set(e,window.setTimeout(t,n,...o))}remove(e){const t=this._timeouts.get(e);t&&window.clearTimeout(t)}clean(){this._timeouts.forEach((e=>{window.clearTimeout(e)})),this._timeouts.clear()}}class BH{constructor(e){GP(this,"gestures",new Set),GP(this,"_targetEventStore",new NH(this)),GP(this,"gestureEventStores",{}),GP(this,"gestureTimeoutStores",{}),GP(this,"handlers",{}),GP(this,"config",{}),GP(this,"pointerIds",new Set),GP(this,"touchIds",new Set),GP(this,"state",{shared:{shiftKey:!1,metaKey:!1,ctrlKey:!1,altKey:!1}}),function(e,t){t.drag&&DH(e,"drag");t.wheel&&DH(e,"wheel");t.scroll&&DH(e,"scroll");t.move&&DH(e,"move");t.pinch&&DH(e,"pinch");t.hover&&DH(e,"hover")}(this,e)}setEventIds(e){return rH(e)?(this.touchIds=new Set(lH(e)),this.touchIds):"pointerId"in e?("pointerup"===e.type||"pointercancel"===e.type?this.pointerIds.delete(e.pointerId):"pointerdown"===e.type&&this.pointerIds.add(e.pointerId),this.pointerIds):void 0}applyHandlers(e,t){this.handlers=e,this.nativeHandlers=t}applyConfig(e,t){this.config=function(e,t,n={}){const o=e,{target:r,eventOptions:a,window:i,enabled:l,transform:s}=o,c=xH(o,RH);if(n.shared=SH({target:r,eventOptions:a,window:i,enabled:l,transform:s},CH),t){const e=wH.get(t);n[t]=SH(JP({shared:n.shared},c),e)}else for(const e in c){const t=wH.get(e);t&&(n[e]=SH(JP({shared:n.shared},c[e]),t))}return n}(e,t,this.config)}clean(){this._targetEventStore.clean();for(const e of this.gestures)this.gestureEventStores[e].clean(),this.gestureTimeoutStores[e].clean()}effect(){return this.config.shared.target&&this.bind(),()=>this._targetEventStore.clean()}bind(...e){const t=this.config.shared,n={};let o;if(!t.target||(o=t.target(),o)){if(t.enabled){for(const t of this.gestures){const r=this.config[t],a=IH(n,r.eventOptions,!!o);if(r.enabled){new(kH.get(t))(this,e,t).bind(a)}}const r=IH(n,t.eventOptions,!!o);for(const t in this.nativeHandlers)r(t,"",(n=>this.nativeHandlers[t](JP(JP({},this.state.shared),{},{event:n,args:e}))),void 0,!0)}for(const e in n)n[e]=dH(...n[e]);if(!o)return n;for(const e in n){const{device:t,capture:r,passive:a}=oH(e);this._targetEventStore.add(o,t,"",n[e],{capture:r,passive:a})}}}}function DH(e,t){e.gestures.add(t),e.gestureEventStores[t]=new NH(e,t),e.gestureTimeoutStores[t]=new TH}const IH=(e,t,n)=>(o,r,a,i={},l=!1)=>{var s,c;const u=null!==(s=i.capture)&&void 0!==s?s:t.capture,p=null!==(c=i.passive)&&void 0!==c?c:t.passive;let d=l?o:tH(o,r,u);n&&p&&(d+="Passive"),e[d]=e[d]||[],e[d].push(a)};function PH(e,t={},n,o){const r=Dt().useMemo((()=>new BH(e)),[]);if(r.applyHandlers(e,o),r.applyConfig(t,n),Dt().useEffect(r.effect.bind(r)),Dt().useEffect((()=>r.clean.bind(r)),[]),void 0===t.target)return r.bind.bind(r)}const HH=e=>e,FH={error:null,initialValue:"",isDirty:!1,isDragEnabled:!1,isDragging:!1,isPressEnterToChange:!1,value:""};function YH(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:FH;const{value:t}=e;return{...FH,...e,initialValue:t}}function XH(e){return(t,n)=>{const o={...t};switch(n.type){case DI:return o.value=n.payload.value,o.isDirty=!1,o._event=void 0,o;case jI:case YI:o.isDirty=!1;break;case PI:o.isDragging=!0;break;case II:o.isDragging=!1;break;case TI:o.error=null,o.value=n.payload.value,t.isPressEnterToChange&&(o.isDirty=!0);break;case BI:o.value=n.payload.value,o.isDirty=!1;break;case VI:o.error=null,o.isDirty=!1,o.value=n.payload.value||t.initialValue;break;case FI:o.error=n.payload.error}return o._event=n.payload.event,e(o,n)}}const jH=()=>{};const VH=(0,Bt.forwardRef)((function(e,t){let{disabled:n=!1,dragDirection:o="n",dragThreshold:r=10,id:a,isDragEnabled:i=!1,isFocused:l,isPressEnterToChange:s=!1,onBlur:c=jH,onChange:u=jH,onDrag:p=jH,onDragEnd:d=jH,onDragStart:b=jH,onFocus:m=jH,onKeyDown:M=jH,onValidate:z=jH,size:f="default",setIsFocused:h,stateReducer:g=(e=>e),value:O,type:v,...A}=e;const{state:y,change:_,commit:q,drag:k,dragEnd:w,dragStart:E,invalidate:W,pressDown:L,pressEnter:x,pressUp:C,reset:R}=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:HH,t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:FH,n=arguments.length>2?arguments[2]:void 0;const[o,r]=(0,Bt.useReducer)(XH(e),YH(t)),a=e=>(t,n)=>{r({type:e,payload:{value:t,event:n}})},i=e=>t=>{r({type:e,payload:{event:t}})},l=e=>t=>{r({type:e,payload:t})},s=a(TI),c=(e,t)=>r({type:FI,payload:{error:e,event:t}}),u=a(VI),p=a(BI),d=l(PI),b=l(HI),m=l(II),M=i(jI),z=i(YI),f=i(XI),h=(0,Bt.useRef)(o),g=(0,Bt.useRef)({value:t.value,onChangeHandler:n});return(0,Bt.useLayoutEffect)((()=>{h.current=o,g.current={value:t.value,onChangeHandler:n}})),(0,Bt.useLayoutEffect)((()=>{var e;void 0===h.current._event||o.value===g.current.value||o.isDirty||g.current.onChangeHandler(null!==(e=o.value)&&void 0!==e?e:"",{event:h.current._event})}),[o.value,o.isDirty]),(0,Bt.useLayoutEffect)((()=>{var e;t.value===h.current.value||h.current.isDirty||r({type:DI,payload:{value:null!==(e=t.value)&&void 0!==e?e:""}})}),[t.value]),{change:s,commit:p,dispatch:r,drag:b,dragEnd:m,dragStart:d,invalidate:c,pressDown:z,pressEnter:f,pressUp:M,reset:u,state:o}}(g,{isDragEnabled:i,value:O,isPressEnterToChange:s},u),{value:S,isDragging:N,isDirty:T}=y,B=(0,Bt.useRef)(!1),D=function(e,t){const n=function(e){let t="ns-resize";switch(e){case"n":case"s":t="ns-resize";break;case"e":case"w":t="ew-resize"}return t}(t);return(0,Bt.useEffect)((()=>{document.documentElement.style.cursor=e?n:null}),[e,n]),n}(N,o),I=e=>{const t=e.currentTarget.value;try{z(t),q(t,e)}catch(t){W(t,e)}},P=function(e,t){return EH(WH),PH({drag:e},t||{},"drag")}((e=>{const{distance:t,dragging:n,event:o,target:r}=e;if(e.event={...e.event,target:r},t){if(o.stopPropagation(),!n)return d(e),void w(e);p(e),k(e),N||(b(e),E(e))}}),{axis:"e"===o||"w"===o?"x":"y",threshold:r,enabled:i,pointer:{capture:!1}}),H=i?P():{};let F;return"number"===v&&(F=e=>{var t;null===(t=A.onMouseDown)||void 0===t||t.call(A,e),e.currentTarget!==e.currentTarget.ownerDocument.activeElement&&e.currentTarget.focus()}),(0,Bt.createElement)(RP,Pt({},A,H,{className:"components-input-control__input",disabled:n,dragCursor:D,isDragging:N,id:a,onBlur:e=>{c(e),null==h||h(!1),!T&&e.target.validity.valid||(B.current=!0,I(e))},onChange:e=>{const t=e.target.value;_(t,e)},onFocus:e=>{m(e),null==h||h(!0)},onKeyDown:e=>{const{key:t}=e;switch(M(e),t){case"ArrowUp":C(e);break;case"ArrowDown":L(e);break;case"Enter":x(e),s&&(e.preventDefault(),I(e));break;case"Escape":s&&T&&(e.preventDefault(),R(O,e))}},onMouseDown:F,ref:t,inputSize:f,value:null!=S?S:"",type:v}))})),UH=VH,$H=()=>{};const GH=(0,Bt.forwardRef)((function(e,t){let{__next36pxDefaultSize:n,__unstableStateReducer:o=(e=>e),__unstableInputWidth:r,className:a,disabled:i=!1,help:l,hideLabelFromVision:s=!1,id:c,isPressEnterToChange:u=!1,label:p,labelPosition:d="top",onChange:b=$H,onValidate:m=$H,onKeyDown:M=$H,prefix:z,size:f="default",style:h,suffix:g,value:O,...v}=e;const[A,y]=(0,Bt.useState)(!1),_=function(e){const t=Tz(GH);return e||`inspector-input-control-${t}`}(c),q=Sz()("components-input-control",a),k=function(e){const t=(0,Bt.useRef)(e.value),[n,o]=(0,Bt.useState)({}),r=void 0!==n.value?n.value:e.value;return(0,Bt.useLayoutEffect)((()=>{const{current:r}=t;t.current=e.value,void 0===n.value||n.isStale?n.isStale&&e.value!==r&&o({}):o({...n,isStale:!0})}),[e.value,n]),{value:r,onBlur:t=>{var n;o({}),null===(n=e.onBlur)||void 0===n||n.call(e,t)},onChange:(t,n)=>{o((e=>Object.assign(e,{value:t,isStale:!1}))),e.onChange(t,n)}}}({value:O,onBlur:v.onBlur,onChange:b}),w=l?{["string"==typeof l?"aria-describedby":"aria-details"]:`${_}__help`}:{};return(0,Bt.createElement)(ET,{className:q,help:l,id:_,__nextHasNoMarginBottom:!0},(0,Bt.createElement)(XP,{__next36pxDefaultSize:n,__unstableInputWidth:r,disabled:i,gap:3,hideLabelFromVision:s,id:_,isFocused:A,justify:"left",label:p,labelPosition:d,prefix:z,size:f,style:h,suffix:g},(0,Bt.createElement)(UH,Pt({},v,w,{__next36pxDefaultSize:n,className:"components-input-control__input",disabled:i,id:_,isFocused:A,isPressEnterToChange:u,onKeyDown:M,onValidate:m,paddingInlineStart:z?QN(2):void 0,paddingInlineEnd:g?QN(2):void 0,ref:t,setIsFocused:y,size:f,stateReducer:o},k))))})),KH=GH;var JH={name:"euqsgg",styles:"input[type='number']::-webkit-outer-spin-button,input[type='number']::-webkit-inner-spin-button{-webkit-appearance:none!important;margin:0!important;}input[type='number']{-moz-appearance:textfield;}"};const ZH=e=>{let{hideHTMLArrows:t}=e;return t?JH:""},QH=lE(KH,{target:"ep09it41"})(ZH,";"),eF=e=>{let{size:t}=e;return"small"!==t?"":GN("width:",QN(5),";min-width:",QN(5),";height:",QN(5),";","")},tF=lE(bE,{target:"ep09it40"})("&&&&&{color:",gT.ui.theme,";",eF,";}");function nF(e){const t=Number(e);return isNaN(t)?0:t}function oF(){for(var e=arguments.length,t=new Array(e),n=0;ne+nF(t)),0)}function rF(e){const t=(e+"").split(".");return void 0!==t[1]?t[1].length:0}function aF(e,t,n){const o=nF(e);return Math.max(t,Math.min(o,n))}function iF(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:0,t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:1/0,n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:1/0,o=arguments.length>3&&void 0!==arguments[3]?arguments[3]:1;const r=nF(e),a=nF(o),i=rF(o),l=Math.round(r/a)*a,s=aF(l,t,n);return i?nF(s.toFixed(i)):s}const lF=e=>null!=e;const sF=Gw((function(e,t){const n=function(e){const{className:t,margin:n,marginBottom:o=2,marginLeft:r,marginRight:a,marginTop:i,marginX:l,marginY:s,padding:c,paddingBottom:u,paddingLeft:p,paddingRight:d,paddingTop:b,paddingX:m,paddingY:M,...z}=$w(e,"Spacer");return{...z,className:Uw()(lF(n)&&GN("margin:",QN(n),";",""),lF(s)&&GN("margin-bottom:",QN(s),";margin-top:",QN(s),";",""),lF(l)&&GN("margin-left:",QN(l),";margin-right:",QN(l),";",""),lF(i)&&GN("margin-top:",QN(i),";",""),lF(o)&&GN("margin-bottom:",QN(o),";",""),lF(r)&&QI({marginLeft:QN(r)})(),lF(a)&&QI({marginRight:QN(a)})(),lF(c)&&GN("padding:",QN(c),";",""),lF(M)&&GN("padding-bottom:",QN(M),";padding-top:",QN(M),";",""),lF(m)&&GN("padding-left:",QN(m),";padding-right:",QN(m),";",""),lF(b)&&GN("padding-top:",QN(b),";",""),lF(u)&&GN("padding-bottom:",QN(u),";",""),lF(p)&&QI({paddingLeft:QN(p)})(),lF(d)&&QI({paddingRight:QN(d)})(),t)}}(e);return(0,Bt.createElement)(cE,Pt({},n,{ref:t}))}),"Spacer"),cF=sF,uF=()=>{};const pF=(0,Bt.forwardRef)((function(e,t){let{__unstableStateReducer:n,className:o,dragDirection:r="n",hideHTMLArrows:a=!1,spinControls:i="native",isDragEnabled:l=!0,isShiftStepEnabled:s=!0,label:c,max:u=1/0,min:p=-1/0,required:d=!1,shiftStep:b=10,step:m=1,type:M="number",value:z,size:f="default",suffix:h,onChange:g=uF,...O}=e;a&&(jo("wp.components.NumberControl hideHTMLArrows prop ",{alternative:'spinControls="none"',since:"6.2",version:"6.3"}),i="none");const v=(0,Bt.useRef)(),A=Hz([v,t]),y="any"===m,_=y?1:nD(m),q=iF(0,p,u,_),k=(e,t)=>y?Math.min(u,Math.max(p,nD(e))):iF(e,p,u,null!=t?t:_),w="number"===M?"off":void 0,E=Sz()("components-number-control",o),W=(e,t,n)=>{null==n||n.preventDefault();const o=(null==n?void 0:n.shiftKey)&&s,r=o?nD(b)*_:_;let a=function(e){const t=""===e;return!eD(e)||t}(e)?q:e;return"up"===t?a=oF(a,r):"down"===t&&(a=function(){for(var e=arguments.length,t=new Array(e),n=0;n{const o=nF(t);return 0===n?o:e-o}),0)}(a,r)),k(a,o?r:void 0)},L=e=>t=>g(String(W(z,e,t)),{event:{...t,target:v.current}});return(0,Bt.createElement)(QH,Pt({autoComplete:w,inputMode:"numeric"},O,{className:E,dragDirection:r,hideHTMLArrows:"native"!==i,isDragEnabled:l,label:c,max:u,min:p,ref:A,required:d,step:m,type:M,value:z,__unstableStateReducer:(e,t)=>{var o;const a=((e,t)=>{const n={...e},{type:o,payload:a}=t,i=a.event,c=n.value;if(o!==jI&&o!==YI||(n.value=W(c,o===jI?"up":"down",i)),o===HI&&l){const[e,t]=a.delta,o=a.shiftKey&&s,i=o?nD(b)*_:_;let l,u;switch(r){case"n":u=t,l=-1;break;case"e":u=e,l=Ar()?-1:1;break;case"s":u=t,l=1;break;case"w":u=e,l=Ar()?1:-1}if(0!==u){u=Math.ceil(Math.abs(u))*Math.sign(u);const e=u*i*l;n.value=k(oF(c,e),o?i:void 0)}}if(o===XI||o===BI){const e=!1===d&&""===c;n.value=e?c:k(c)}return n})(e,t);return null!==(o=null==n?void 0:n(a,t))&&void 0!==o?o:a},size:f,suffix:"custom"===i?(0,Bt.createElement)(Bt.Fragment,null,h,(0,Bt.createElement)(cF,{marginBottom:0,marginRight:2},(0,Bt.createElement)(lD,{spacing:1},(0,Bt.createElement)(tF,{icon:eP,isSmall:!0,"aria-hidden":"true","aria-label":gr("Increment"),tabIndex:-1,onClick:L("up"),size:f}),(0,Bt.createElement)(tF,{icon:tP,isSmall:!0,"aria-hidden":"true","aria-label":gr("Decrement"),tabIndex:-1,onClick:L("down"),size:f})))):h,onChange:g}))})),dF=pF,bF=lE(dF,{target:"e1bagdl32"})("&&&{input{display:block;width:100%;}",BP,"{transition:box-shadow 0.1s linear;}}"),mF=e=>{let{selectSize:t}=e;const n={default:GN("box-sizing:border-box;padding:2px 1px;width:20px;color:",gT.gray[800],";font-size:8px;line-height:1;letter-spacing:-0.5px;text-transform:uppercase;text-align-last:center;",""),large:GN("box-sizing:border-box;min-width:24px;max-width:48px;height:24px;margin-inline-end:",QN(2),";padding:",QN(1),";color:",gT.ui.theme,";font-size:13px;line-height:1;text-align-last:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;","")};return"__unstable-large"===t?n.large:n.default},MF=lE("div",{target:"e1bagdl31"})("&&&{pointer-events:none;",mF,";color:",gT.gray[900],";}"),zF=lE("select",{target:"e1bagdl30"})("&&&{appearance:none;background:transparent;border-radius:2px;border:none;display:block;outline:none;margin:0;min-height:auto;font-family:inherit;",mF,";",(e=>{let{selectSize:t="default"}=e;const n={default:GN("height:100%;border:1px solid transparent;transition:box-shadow 0.1s linear,border 0.1s linear;",QI({borderTopLeftRadius:0,borderBottomLeftRadius:0})()," &:not(:disabled):hover{background-color:",gT.gray[100],";}&:focus{border:1px solid ",gT.ui.borderFocus,";box-shadow:inset 0 0 0 ",RT.borderWidth+" "+gT.ui.borderFocus,";outline-offset:0;outline:2px solid transparent;z-index:1;}",""),large:GN("display:flex;justify-content:center;align-items:center;&:hover{color:",gT.ui.borderFocus,";box-shadow:inset 0 0 0 ",RT.borderWidth+" "+gT.ui.borderFocus,";outline:",RT.borderWidth," solid transparent;}&:focus{box-shadow:0 0 0 ",RT.borderWidthFocus+" "+gT.ui.borderFocus,";outline:",RT.borderWidthFocus," solid transparent;}","")};return"__unstable-large"===t?n.large:n.default}),";&:not( :disabled ){cursor:pointer;}}");function fF(e){let{className:t,isUnitSelectTabbable:n=!0,onChange:o,size:r="default",unit:a="px",units:i=WI,...l}=e;if(!CI(i)||1===(null==i?void 0:i.length))return(0,Bt.createElement)(MF,{className:"components-unit-control__unit-label",selectSize:r},a);const s=Sz()("components-unit-control__select",t);return(0,Bt.createElement)(zF,Pt({className:s,onChange:e=>{const{value:t}=e.target,n=i.find((e=>e.value===t));null==o||o(t,{event:e,data:n})},selectSize:r,tabIndex:n?void 0:-1,value:a},l),i.map((e=>(0,Bt.createElement)("option",{value:e.value,key:e.value},e.label))))}const hF={initial:void 0,fallback:""};const gF=function(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:hF;const{initial:n,fallback:o}={...hF,...t},[r,a]=(0,Bt.useState)(e),i=eD(e);(0,Bt.useEffect)((()=>{i&&r&&a(void 0)}),[i,r]);const l=tD([e,r,n],o),s=(0,Bt.useCallback)((e=>{i||a(e)}),[i]);return[l,s]};const OF=(0,Bt.forwardRef)((function(e,t){const{__unstableStateReducer:n,autoComplete:o="off",children:r,className:a,disabled:i=!1,disableUnits:l=!1,isPressEnterToChange:s=!1,isResetValueOnUnitChange:c=!1,isUnitSelectTabbable:u=!0,label:p,onChange:d,onUnitChange:b,size:m="default",unit:M,units:z=WI,value:f,onBlur:h,onFocus:g,...O}=e;"unit"in e&&jo("UnitControl unit prop",{since:"5.6",hint:"The unit should be provided within the `value` prop.",version:"6.2"});const v=null!=f?f:void 0,A=(0,Bt.useMemo)((()=>function(e,t){let n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:EI;const o=Array.isArray(n)?[...n]:[],[,r]=xI(e,t,EI);return r&&!o.some((e=>e.value===r))&&wI[r]&&o.unshift(wI[r]),o}(v,M,z)),[v,M,z]),[y,_]=xI(v,M,A),[q,k]=gF(1===A.length?A[0].value:M,{initial:_,fallback:""});(0,Bt.useEffect)((()=>{void 0!==_&&k(_)}),[_,k]);const w=(0,Bt.useRef)(void 0),E=Sz()("components-unit-control","components-unit-control-wrapper",a),W=e=>{if(!isNaN(Number(e.currentTarget.value)))return void(w.current=void 0);const[t,n]=SI(e.currentTarget.value,A,y,q);if(w.current=t,s&&n!==q){const t={event:e,data:Array.isArray(A)?A.find((e=>e.value===n)):void 0};null==b||b(n,t),k(n)}},L=(e,t)=>{const n={...e};var o;t.type===BI&&(void 0!==w.current&&(n.value=(null!==(o=w.current)&&void 0!==o?o:"").toString(),w.current=void 0));return n};let x=L;n&&(x=(e,t)=>{const o=L(e,t);return n(o,t)});const C=l?null:(0,Bt.createElement)(fF,{"aria-label":gr("Select unit"),disabled:i,isUnitSelectTabbable:u,onChange:(e,t)=>{const{data:n}=t;let o=`${null!=y?y:""}${e}`;c&&void 0!==(null==n?void 0:n.default)&&(o=`${n.default}${e}`),null==d||d(o,t),null==b||b(e,t),k(e)},size:m,unit:q,units:A,onBlur:h,onFocus:g});let R=O.step;if(!R&&A){var S;const e=A.find((e=>e.value===q));R=null!==(S=null==e?void 0:e.step)&&void 0!==S?S:1}return(0,Bt.createElement)(bF,Pt({type:s?"text":"number"},O,{autoComplete:o,className:E,disabled:i,spinControls:"none",isPressEnterToChange:s,label:p,onBlur:e=>{W(e),null==h||h(e)},onKeyDown:e=>{const{key:t}=e;"Enter"===t&&W(e)},onChange:(e,t)=>{if(""===e||null==e)return void(null==d||d("",t));const n=SI(e,A,y,q).join("");null==d||d(n,t)},ref:t,size:m,suffix:C,value:null!=y?y:"",step:R,__unstableStateReducer:x,onFocus:g}))})),vF=OF;const AF=function(e){let{icon:t,size:n=24,...o}=e;return(0,Bt.cloneElement)(t,{width:n,height:n,...o})},yF=(0,Bt.createElement)(rk,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,Bt.createElement)(nk,{d:"M7 9v6h10V9H7zM5 19.8h14v-1.5H5v1.5zM5 4.3v1.5h14V4.3H5z"})),_F=(0,Bt.createElement)(rk,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,Bt.createElement)(nk,{d:"M5 9v6h14V9H5zm11-4.8H8v1.5h8V4.2zM8 19.8h8v-1.5H8v1.5z"})),qF="var:";function kF(e,t,n,o){const r=(0,Ht.get)(e,n);return r?[{selector:null==t?void 0:t.selector,key:o,value:EF(r)}]:[]}function wF(e,t,n,o){let r=arguments.length>4&&void 0!==arguments[4]?arguments[4]:["top","right","bottom","left"];const a=(0,Ht.get)(e,n);if(!a)return[];const i=[];if("string"==typeof a)i.push({selector:null==t?void 0:t.selector,key:o.default,value:a});else{const e=r.reduce(((e,n)=>{const r=EF((0,Ht.get)(a,[n]));return r&&e.push({selector:null==t?void 0:t.selector,key:null==o?void 0:o.individual.replace("%s",WF(n)),value:r}),e}),[]);i.push(...e)}return i}function EF(e){if("string"==typeof e&&e.startsWith(qF)){return`var(--wp--${e.slice(qF.length).split("|").map((e=>(0,Ht.kebabCase)(e))).join("--")})`}return e}function WF(e){const[t,...n]=e;return t.toUpperCase()+n.join("")}function LF(e){return(t,n)=>kF(t,n,e,function(e){const[t,...n]=e;return t.toLowerCase()+n.map(WF).join("")}(e))}function xF(e){return(t,n)=>["color","style","width"].flatMap((o=>LF(["border",e,o])(t,n)))}const CF={name:"radius",generate:(e,t)=>wF(e,t,["border","radius"],{default:"borderRadius",individual:"border%sRadius"},["topLeft","topRight","bottomLeft","bottomRight"])},RF={name:"background",generate:(e,t)=>kF(e,t,["color","background"],"backgroundColor")},SF={name:"gradient",generate:(e,t)=>kF(e,t,["color","gradient"],"background")},NF={name:"text",generate:(e,t)=>kF(e,t,["color","text"],"color")},TF={name:"minHeight",generate:(e,t)=>kF(e,t,["dimensions","minHeight"],"minHeight")},BF={name:"shadow",generate:(e,t)=>kF(e,t,["shadow"],"boxShadow")},DF={name:"color",generate:function(e,t){let n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:["outline","color"],o=arguments.length>3&&void 0!==arguments[3]?arguments[3]:"outlineColor";return kF(e,t,n,o)}},IF={name:"offset",generate:function(e,t){let n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:["outline","offset"],o=arguments.length>3&&void 0!==arguments[3]?arguments[3]:"outlineOffset";return kF(e,t,n,o)}},PF={name:"style",generate:function(e,t){let n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:["outline","style"],o=arguments.length>3&&void 0!==arguments[3]?arguments[3]:"outlineStyle";return kF(e,t,n,o)}},HF={name:"width",generate:function(e,t){let n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:["outline","width"],o=arguments.length>3&&void 0!==arguments[3]?arguments[3]:"outlineWidth";return kF(e,t,n,o)}},FF={name:"padding",generate:(e,t)=>wF(e,t,["spacing","padding"],{default:"padding",individual:"padding%s"})},YF={name:"margin",generate:(e,t)=>wF(e,t,["spacing","margin"],{default:"margin",individual:"margin%s"})},XF={name:"fontSize",generate:(e,t)=>kF(e,t,["typography","fontSize"],"fontSize")},jF={name:"fontStyle",generate:(e,t)=>kF(e,t,["typography","fontStyle"],"fontStyle")},VF={name:"fontWeight",generate:(e,t)=>kF(e,t,["typography","fontWeight"],"fontWeight")},UF={name:"fontFamily",generate:(e,t)=>kF(e,t,["typography","fontFamily"],"fontFamily")},$F={name:"letterSpacing",generate:(e,t)=>kF(e,t,["typography","letterSpacing"],"letterSpacing")},GF={name:"lineHeight",generate:(e,t)=>kF(e,t,["typography","lineHeight"],"lineHeight")},KF={name:"textColumns",generate:(e,t)=>kF(e,t,["typography","textColumns"],"columnCount")},JF={name:"textDecoration",generate:(e,t)=>kF(e,t,["typography","textDecoration"],"textDecoration")},ZF={name:"textTransform",generate:(e,t)=>kF(e,t,["typography","textTransform"],"textTransform")},QF=[...[{name:"color",generate:LF(["border","color"])},{name:"style",generate:LF(["border","style"])},{name:"width",generate:LF(["border","width"])},CF,{name:"borderTop",generate:xF("top")},{name:"borderRight",generate:xF("right")},{name:"borderBottom",generate:xF("bottom")},{name:"borderLeft",generate:xF("left")}],...[NF,SF,RF],...[TF],...[DF,PF,IF,HF],...[YF,FF],...[UF,XF,jF,VF,$F,GF,KF,JF,ZF],...[BF]];function eY(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};const n=tY(e,t);if(null==t||!t.selector){const e=[];return n.forEach((t=>{e.push(`${(0,Ht.kebabCase)(t.key)}: ${t.value};`)})),e.join(" ")}const o=n.reduce(((e,t)=>{const{selector:n}=t;return n?(e[n]||(e[n]=[]),e[n].push(t),e):e}),{}),r=Object.keys(o).reduce(((e,t)=>(e.push(`${t} { ${o[t].map((e=>`${(0,Ht.kebabCase)(e.key)}: ${e.value};`)).join(" ")} }`),e)),[]);return r.join("\n")}function tY(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};const n=[];return QF.forEach((o=>{"function"==typeof o.generate&&n.push(...o.generate(e,t))})),n}const nY={name:"constrained",label:gr("Constrained"),inspectorControls:function(e){let{layout:t,onChange:n,layoutBlockSupport:o={}}=e;const{wideSize:r,contentSize:a,justifyContent:i="center"}=t,{allowJustification:l=!0}=o,s=[{value:"left",icon:FN,label:gr("Justify items left")},{value:"center",icon:YN,label:gr("Justify items center")},{value:"right",icon:XN,label:gr("Justify items right")}],c=NI({availableUnits:ID("spacing.units")||["%","px","em","rem","vw"]});return(0,Bt.createElement)(Bt.Fragment,null,(0,Bt.createElement)("div",{className:"block-editor-hooks__layout-controls"},(0,Bt.createElement)("div",{className:"block-editor-hooks__layout-controls-unit"},(0,Bt.createElement)(vF,{className:"block-editor-hooks__layout-controls-unit-input",label:gr("Content"),labelPosition:"top",__unstableInputWidth:"80px",value:a||r||"",onChange:e=>{e=0>parseFloat(e)?"0":e,n({...t,contentSize:e})},units:c}),(0,Bt.createElement)(AF,{icon:yF})),(0,Bt.createElement)("div",{className:"block-editor-hooks__layout-controls-unit"},(0,Bt.createElement)(vF,{className:"block-editor-hooks__layout-controls-unit-input",label:gr("Wide"),labelPosition:"top",__unstableInputWidth:"80px",value:r||a||"",onChange:e=>{e=0>parseFloat(e)?"0":e,n({...t,wideSize:e})},units:c}),(0,Bt.createElement)(AF,{icon:_F}))),(0,Bt.createElement)("p",{className:"block-editor-hooks__layout-controls-helptext"},gr("Customize the width for all elements that are assigned to the center or wide columns.")),l&&(0,Bt.createElement)(CB,{__nextHasNoMarginBottom:!0,label:gr("Justification"),value:i,onChange:e=>{n({...t,justifyContent:e})}},s.map((e=>{let{value:t,icon:n,label:o}=e;return(0,Bt.createElement)(KB,{key:t,value:t,icon:n,label:o})}))))},toolBarControls:function(){return null},getLayoutStyle:function(e){var t,n;let{selector:o,layout:r={},style:a,blockName:i,hasBlockGapSupport:l,layoutDefinitions:s}=e;const{contentSize:c,wideSize:u,justifyContent:p}=r,d=AD(null==a||null===(t=a.spacing)||void 0===t?void 0:t.blockGap);let b="";mI(i,"spacing","blockGap")||(null!=d&&d.top?b=AD(null==d?void 0:d.top):"string"==typeof d&&(b=AD(d)));const m="left"===p?"0 !important":"auto !important",M="right"===p?"0 !important":"auto !important";let z=c||u?`\n\t\t\t\t\t${cD(o,"> :where(:not(.alignleft):not(.alignright):not(.alignfull))")} {\n\t\t\t\t\t\tmax-width: ${null!=c?c:u};\n\t\t\t\t\t\tmargin-left: ${m};\n\t\t\t\t\t\tmargin-right: ${M};\n\t\t\t\t\t}\n\t\t\t\t\t${cD(o,"> .alignwide")} {\n\t\t\t\t\t\tmax-width: ${null!=u?u:c};\n\t\t\t\t\t}\n\t\t\t\t\t${cD(o,"> .alignfull")} {\n\t\t\t\t\t\tmax-width: none;\n\t\t\t\t\t}\n\t\t\t\t`:"";if("left"===p?z+=`${cD(o,"> :where(:not(.alignleft):not(.alignright):not(.alignfull))")}\n\t\t\t{ margin-left: ${m}; }`:"right"===p&&(z+=`${cD(o,"> :where(:not(.alignleft):not(.alignright):not(.alignfull))")}\n\t\t\t{ margin-right: ${M}; }`),null!=a&&null!==(n=a.spacing)&&void 0!==n&&n.padding){tY(a).forEach((e=>{"paddingRight"===e.key?z+=`\n\t\t\t\t\t${cD(o,"> .alignfull")} {\n\t\t\t\t\t\tmargin-right: calc(${e.value} * -1);\n\t\t\t\t\t}\n\t\t\t\t\t`:"paddingLeft"===e.key&&(z+=`\n\t\t\t\t\t${cD(o,"> .alignfull")} {\n\t\t\t\t\t\tmargin-left: calc(${e.value} * -1);\n\t\t\t\t\t}\n\t\t\t\t\t`)}))}return l&&b&&(z+=uD(o,s,"constrained",b)),z},getOrientation:()=>"vertical",getAlignments(e){const t=pD(e);if(void 0!==e.alignments)return e.alignments.includes("none")||e.alignments.unshift("none"),e.alignments.map((e=>({name:e,info:t[e]})));const{contentSize:n,wideSize:o}=e,r=[{name:"left"},{name:"center"},{name:"right"}];return n&&r.unshift({name:"full"}),o&&r.unshift({name:"wide",info:t.wide}),r.unshift({name:"none",info:t.none}),r}};function oY(e,t,n){return"number"!=typeof e?null:parseFloat(`${aF(e,t,n)}`)}const rY=()=>GN({height:30,minHeight:30},"",""),aY=12,iY=lE("div",{target:"e1epgpqk14"})({name:"1se47kl",styles:"-webkit-tap-highlight-color:transparent;align-items:flex-start;display:flex;justify-content:flex-start;padding:0;position:relative;touch-action:none;width:100%"}),lY=lE("div",{target:"e1epgpqk13"})("display:block;flex:1;position:relative;width:100%;",(e=>{let{color:t=gT.ui.borderFocus}=e;return GN({color:t},"","")}),";",rY,";",(e=>{let{marks:t,__nextHasNoMarginBottom:n}=e;return n?"":GN({marginBottom:t?16:void 0},"","")}),";"),sY=lE("span",{target:"e1epgpqk12"})("display:flex;margin-top:",4,"px;",QI({marginRight:6}),";"),cY=lE("span",{target:"e1epgpqk11"})("display:flex;margin-top:",4,"px;",QI({marginLeft:6}),";"),uY=lE("span",{target:"e1epgpqk10"})("background-color:",gT.gray[300],";left:0;pointer-events:none;right:0;display:block;height:",4,"px;position:absolute;margin-top:",13,"px;top:0;border-radius:",4,"px;",(e=>{let{disabled:t,railColor:n}=e,o=n||"";return t&&(o=gT.ui.backgroundDisabled),GN({background:o},"","")}),";"),pY=lE("span",{target:"e1epgpqk9"})("background-color:currentColor;border-radius:",4,"px;height:",4,"px;pointer-events:none;display:block;position:absolute;margin-top:",13,"px;top:0;",(e=>{let{disabled:t,trackColor:n}=e,o=n||"currentColor";return t&&(o=gT.gray[400]),GN({background:o},"","")}),";"),dY=lE("span",{target:"e1epgpqk8"})({name:"l7tjj5",styles:"display:block;pointer-events:none;position:relative;width:100%;user-select:none"}),bY=lE("span",{target:"e1epgpqk7"})("height:",aY,"px;left:0;position:absolute;top:-4px;width:1px;",(e=>{let{disabled:t,isFilled:n}=e,o=n?"currentColor":gT.gray[300];return t&&(o=gT.gray[400]),GN({backgroundColor:o},"","")}),";"),mY=lE("span",{target:"e1epgpqk6"})("color:",gT.gray[300],";left:0;font-size:11px;position:absolute;top:12px;transform:translateX( -50% );white-space:nowrap;",(e=>{let{isFilled:t}=e;return GN({color:t?gT.gray[700]:gT.gray[300]},"","")}),";"),MY=e=>{let{disabled:t}=e;return GN("background-color:",t?gT.gray[400]:gT.ui.theme,";","")},zY=lE("span",{target:"e1epgpqk5"})("align-items:center;display:flex;height:",aY,"px;justify-content:center;margin-top:",9,"px;outline:0;pointer-events:none;position:absolute;top:0;user-select:none;width:",aY,"px;border-radius:50%;",MY,";",QI({marginLeft:-10}),";",QI({transform:"translateX( 4.5px )"},{transform:"translateX( -4.5px )"}),";"),fY=lE("span",{target:"e1epgpqk4"})("align-items:center;border-radius:50%;height:100%;outline:0;position:absolute;user-select:none;width:100%;",MY,";",(e=>{let{isFocused:t}=e;return t?GN("&::before{content:' ';position:absolute;background-color:",gT.ui.theme,";opacity:0.4;border-radius:50%;height:",20,"px;width:",20,"px;top:-4px;left:-4px;}",""):""}),";"),hY=lE("input",{target:"e1epgpqk3"})("box-sizing:border-box;cursor:pointer;display:block;height:100%;left:0;margin:0 -",6,"px;opacity:0;outline:none;position:absolute;right:0;top:0;width:calc( 100% + ",aY,"px );");var gY={name:"1cypxip",styles:"top:-80%"},OY={name:"1lr98c4",styles:"bottom:-80%"};const vY=lE("span",{target:"e1epgpqk2"})("background:rgba( 0, 0, 0, 0.8 );border-radius:2px;color:white;display:inline-block;font-size:12px;min-width:32px;opacity:0;padding:4px 8px;pointer-events:none;position:absolute;text-align:center;transition:opacity 120ms ease;user-select:none;line-height:1.4;",(e=>{let{show:t}=e;return GN({opacity:t?1:0},"","")}),";",(e=>{let{position:t}=e;return"bottom"===t?OY:gY}),";",ST("transition"),";",QI({transform:"translateX(-50%)"},{transform:"translateX(50%)"}),";"),AY=lE(dF,{target:"e1epgpqk1"})("display:inline-block;font-size:13px;margin-top:0;width:",QN(16),"!important;input[type='number']&{",rY,";}",QI({marginLeft:`${QN(4)} !important`}),";"),yY=lE("span",{target:"e1epgpqk0"})("display:block;margin-top:0;button,button.is-small{margin-left:0;",rY,";}",QI({marginLeft:8}),";");const _Y=(0,Bt.forwardRef)((function(e,t){const{describedBy:n,label:o,value:r,...a}=e;return(0,Bt.createElement)(hY,Pt({},a,{"aria-describedby":n,"aria-label":o,"aria-hidden":!1,ref:t,tabIndex:0,type:"range",value:r}))}));function qY(e){const{className:t,isFilled:n=!1,label:o,style:r={},...a}=e,i=Sz()("components-range-control__mark",n&&"is-filled",t),l=Sz()("components-range-control__mark-label",n&&"is-filled");return(0,Bt.createElement)(Bt.Fragment,null,(0,Bt.createElement)(bY,Pt({},a,{"aria-hidden":"true",className:i,isFilled:n,style:r})),o&&(0,Bt.createElement)(mY,{"aria-hidden":"true",className:l,isFilled:n,style:r},o))}function kY(e){const{disabled:t=!1,marks:n=!1,min:o=0,max:r=100,step:a=1,value:i=0,...l}=e;return(0,Bt.createElement)(Bt.Fragment,null,(0,Bt.createElement)(uY,Pt({disabled:t},l)),n&&(0,Bt.createElement)(wY,{disabled:t,marks:n,min:o,max:r,step:a,value:i}))}function wY(e){const{disabled:t=!1,marks:n=!1,min:o=0,max:r=100,step:a=1,value:i=0}=e,l=function(e){let{marks:t,min:n=0,max:o=100,step:r=1,value:a=0}=e;if(!t)return[];const i=o-n;if(!Array.isArray(t)){t=[];const e=1+Math.round(i/r);for(;e>t.push({value:r*t.length+n}););}const l=[];return t.forEach(((e,t)=>{if(e.valueo)return;const r=`mark-${t}`,s=e.value<=a,c=(e.value-n)/i*100+"%",u={[Ar()?"right":"left"]:c};l.push({...e,isFilled:s,key:r,style:u})})),l}({marks:n,min:o,max:r,step:"any"===a?1:a,value:i});return(0,Bt.createElement)(dY,{"aria-hidden":"true",className:"components-range-control__marks"},l.map((e=>(0,Bt.createElement)(qY,Pt({},e,{key:e.key,"aria-hidden":"true",disabled:t})))))}function EY(e){const{className:t,inputRef:n,tooltipPosition:o,show:r=!1,style:a={},value:i=0,renderTooltipContent:l=(e=>e),zIndex:s=100,...c}=e,u=function(e){let{inputRef:t,tooltipPosition:n}=e;const[o,r]=(0,Bt.useState)(),a=(0,Bt.useCallback)((()=>{t&&t.current&&r(n)}),[n,t]);return(0,Bt.useEffect)((()=>{a()}),[a]),(0,Bt.useEffect)((()=>(window.addEventListener("resize",a),()=>{window.removeEventListener("resize",a)}))),o}({inputRef:n,tooltipPosition:o}),p=Sz()("components-simple-tooltip",t),d={...a,zIndex:s};return(0,Bt.createElement)(vY,Pt({},c,{"aria-hidden":r,className:p,position:u,show:r,role:"tooltip",style:d}),l(i))}const WY=()=>{};const LY=(0,Bt.forwardRef)((function e(t,n){var o;const{__nextHasNoMarginBottom:r=!1,afterIcon:a,allowReset:i=!1,beforeIcon:l,className:s,color:c=gT.ui.theme,currentInput:u,disabled:p=!1,help:d,hideLabelFromVision:b=!1,initialPosition:m,isShiftStepEnabled:M=!0,label:z,marks:f=!1,max:h=100,min:g=0,onBlur:O=WY,onChange:v=WY,onFocus:A=WY,onMouseLeave:y=WY,onMouseMove:_=WY,railColor:q,renderTooltipContent:k=(e=>e),resetFallbackValue:w,shiftStep:E=10,showTooltip:W,step:L=1,trackColor:x,value:C,withInputField:R=!0,...S}=t,[N,T]=function(e){const{min:t,max:n,value:o,initial:r}=e,[a,i]=gF(oY(o,t,n),{initial:oY(null!=r?r:null,t,n),fallback:null});return[a,(0,Bt.useCallback)((e=>{i(null===e?null:oY(e,t,n))}),[t,n,i])]}({min:g,max:h,value:null!=C?C:null,initial:m}),B=(0,Bt.useRef)(!1);let D=W,I=R;"any"===L&&(D=!1,I=!1);const[P,H]=(0,Bt.useState)(D),[F,Y]=(0,Bt.useState)(!1),X=(0,Bt.useRef)(),j=null===(o=X.current)||void 0===o?void 0:o.matches(":focus"),V=!p&&F,U=null===N,$=U?"":void 0!==N?N:u,G=U?(h-g)/2+g:N,K=`${aF(U?50:(N-g)/(h-g)*100,0,100)}%`,J=Sz()("components-range-control",s),Z=Sz()("components-range-control__wrapper",!!f&&"is-marked"),Q=Tz(e,"inspector-range-control"),ee=d?`${Q}__help`:void 0,te=!1!==D&&Number.isFinite(N),ne=()=>{let e=parseFloat(`${w}`),t=e;isNaN(e)&&(e=null,t=void 0),T(e),v(t)},oe={[Ar()?"right":"left"]:K};return(0,Bt.createElement)(ET,{__nextHasNoMarginBottom:r,className:J,label:z,hideLabelFromVision:b,id:`${Q}`,help:d},(0,Bt.createElement)(iY,{className:"components-range-control__root"},l&&(0,Bt.createElement)(sY,null,(0,Bt.createElement)(Ww,{icon:l})),(0,Bt.createElement)(lY,{__nextHasNoMarginBottom:r,className:Z,color:c,marks:!!f},(0,Bt.createElement)(_Y,Pt({},S,{className:"components-range-control__slider",describedBy:ee,disabled:p,id:`${Q}`,label:z,max:h,min:g,onBlur:e=>{O(e),Y(!1),H(!1)},onChange:e=>{const t=parseFloat(e.target.value);T(t),v(t)},onFocus:e=>{A(e),Y(!0),H(!0)},onMouseMove:_,onMouseLeave:y,ref:Hz([X,n]),step:L,value:null!=$?$:void 0})),(0,Bt.createElement)(kY,{"aria-hidden":!0,disabled:p,marks:f,max:h,min:g,railColor:q,step:L,value:G}),(0,Bt.createElement)(pY,{"aria-hidden":!0,className:"components-range-control__track",disabled:p,style:{width:K},trackColor:x}),(0,Bt.createElement)(zY,{className:"components-range-control__thumb-wrapper",style:oe,disabled:p},(0,Bt.createElement)(fY,{"aria-hidden":!0,isFocused:V,disabled:p})),te&&(0,Bt.createElement)(EY,{className:"components-range-control__tooltip",inputRef:X,tooltipPosition:"bottom",renderTooltipContent:k,show:j||P,style:oe,value:N})),a&&(0,Bt.createElement)(cY,null,(0,Bt.createElement)(Ww,{icon:a})),I&&(0,Bt.createElement)(AY,{"aria-label":z,className:"components-range-control__number",disabled:p,inputMode:"decimal",isShiftStepEnabled:M,max:h,min:g,onBlur:()=>{B.current&&(ne(),B.current=!1)},onChange:e=>{let t=parseFloat(e);T(t),isNaN(t)?i&&(B.current=!0):((th)&&(t=oY(t,g,h)),v(t),B.current=!1)},shiftStep:E,step:L,value:$}),i&&(0,Bt.createElement)(yY,null,(0,Bt.createElement)(bE,{className:"components-range-control__reset",disabled:p||void 0===N,variant:"secondary",isSmall:!0,onClick:ne},gr("Reset")))))})),xY=LY,CY={px:600,"%":100,vw:100,vh:100,em:38,rem:38},RY={name:"grid",label:gr("Grid"),inspectorControls:function(e){let{layout:t={},onChange:n}=e;return(0,Bt.createElement)(SY,{layout:t,onChange:n})},toolBarControls:function(){return null},getLayoutStyle:function(e){var t,n;let{selector:o,layout:r,style:a,blockName:i,hasBlockGapSupport:l,layoutDefinitions:s}=e;const{minimumColumnWidth:c="12rem"}=r,u=null!=a&&null!==(t=a.spacing)&&void 0!==t&&t.blockGap&&!mI(i,"spacing","blockGap")?AD(null==a||null===(n=a.spacing)||void 0===n?void 0:n.blockGap,"0.5em"):void 0;let p="";const d=[];return c&&d.push(`grid-template-columns: repeat(auto-fill, minmax(min(${c}, 100%), 1fr))`),d.length&&(p=`${cD(o)} { ${d.join("; ")}; }`),l&&u&&(p+=uD(o,s,"grid",u)),p},getOrientation:()=>"horizontal",getAlignments:()=>[]};function SY(e){let{layout:t,onChange:n}=e;const{minimumColumnWidth:o="12rem"}=t,[r,a]=RI(o);return(0,Bt.createElement)("fieldset",null,(0,Bt.createElement)(ET.VisualLabel,{as:"legend"},gr("Minimum column width")),(0,Bt.createElement)(lT,{gap:4},(0,Bt.createElement)(cT,{isBlock:!0},(0,Bt.createElement)(vF,{size:"__unstable-large",onChange:e=>{n({...t,minimumColumnWidth:e})},onUnitChange:e=>{let o;["em","rem"].includes(e)&&"px"===a?o=(r/16).toFixed(2)+e:["em","rem"].includes(a)&&"px"===e?o=Math.round(16*r)+e:["vh","vw","%"].includes(e)&&r>100&&(o=100+e),n({...t,minimumColumnWidth:o})},value:o,min:0})),(0,Bt.createElement)(cT,{isBlock:!0},(0,Bt.createElement)(xY,{onChange:e=>{n({...t,minimumColumnWidth:[e,a].join("")})},value:r,min:0,max:CY[a]||600,withInputField:!1}))))}const NY=[qI,OI,nY,RY];function TY(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"default";return NY.find((t=>t.name===e))}const BY={type:"default"},DY=(0,Bt.createContext)(BY),IY=DY.Provider;function PY(){return(0,Bt.useContext)(DY)}function HY(e){let{layout:t={},css:n,...o}=e;const r=TY(t.type),a=null!==ID("spacing.blockGap");if(r){var i;if(n)return(0,Bt.createElement)("style",null,n);const e=null===(i=r.getLayoutStyle)||void 0===i?void 0:i.call(r,{hasBlockGapSupport:a,layout:t,...o});if(e)return(0,Bt.createElement)("style",null,e)}return null}const FY=[],YY=["none","left","center","right","wide","full"],XY=["wide","full"];function jY(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:YY;e.includes("none")||(e=["none",...e]);const{wideControlsEnabled:t=!1,themeSupportsLayout:n,isBlockBasedTheme:o}=fp((e=>{const{getSettings:t}=e(wN),n=t();return{wideControlsEnabled:n.alignWide,themeSupportsLayout:n.supportsLayout,isBlockBasedTheme:n.__unstableIsBlockBasedTheme}}),[]),r=PY(),a=TY(null==r?void 0:r.type),i=a.getAlignments(r,o);if(n){const t=i.filter((t=>{let{name:n}=t;return e.includes(n)}));return 1===t.length&&"none"===t[0].name?FY:t}if("default"!==a.name&&"constrained"!==a.name)return FY;const{alignments:l=YY}=r,s=e.filter((e=>(r.alignments||t||!XY.includes(e))&&l.includes(e))).map((e=>({name:e})));return 1===s.length&&"none"===s[0].name?FY:s}const VY=(0,Bt.createElement)(rk,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,Bt.createElement)(nk,{d:"M5 15h14V9H5v6zm0 4.8h14v-1.5H5v1.5zM5 4.2v1.5h14V4.2H5z"})),UY=(0,Bt.createElement)(rk,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,Bt.createElement)(nk,{d:"M4 9v6h14V9H4zm8-4.8H4v1.5h8V4.2zM4 19.8h8v-1.5H4v1.5z"})),$Y=(0,Bt.createElement)(rk,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,Bt.createElement)(nk,{d:"M6 15h14V9H6v6zm6-10.8v1.5h8V4.2h-8zm0 15.6h8v-1.5h-8v1.5z"})),GY=(0,Bt.createElement)(rk,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,Bt.createElement)(nk,{d:"M5 4v11h14V4H5zm3 15.8h8v-1.5H8v1.5z"})),KY={none:{icon:VY,title:Or("None","Alignment option")},left:{icon:UY,title:gr("Align left")},center:{icon:yF,title:gr("Align center")},right:{icon:$Y,title:gr("Align right")},wide:{icon:_F,title:gr("Wide width")},full:{icon:GY,title:gr("Full width")}},JY={variant:"toolbar"};const ZY=function(e){let{value:t,onChange:n,controls:o,isToolbar:r,isCollapsed:a=!0}=e;const i=jY(o);if(!!!i.length)return null;function l(e){n([t,"none"].includes(e)?void 0:e)}const s=KY[t],c=KY.none,u=r?$W:IN,p={icon:s?s.icon:c.icon,label:gr("Align")},d=r?{isCollapsed:a,controls:i.map((e=>{let{name:n}=e;return{...KY[n],isActive:t===n||!t&&"none"===n,role:a?"menuitemradio":void 0,onClick:()=>l(n)}}))}:{toggleProps:{describedBy:gr("Change alignment")},popoverProps:JY,children:e=>{let{onClose:n}=e;return(0,Bt.createElement)(Bt.Fragment,null,(0,Bt.createElement)(PN,{className:"block-editor-block-alignment-control__menu-group"},i.map((e=>{let{name:o,info:r}=e;const{icon:a,title:i}=KY[o],s=o===t||!t&&"none"===o;return(0,Bt.createElement)(HN,{key:o,icon:a,iconPosition:"left",className:eM()("components-dropdown-menu__menu-item",{"is-active":s}),isSelected:s,onClick:()=>{l(o),n()},role:"menuitemradio",info:r},i)}))))}};return(0,Bt.createElement)(u,Pt({},p,d))},QY=e=>(0,Bt.createElement)(ZY,Pt({},e,{isToolbar:!1})),eX=e=>(0,Bt.createElement)(ZY,Pt({},e,{isToolbar:!0})),tX=["left","center","right","wide","full"],nX=["wide","full"];function oX(e){let t,n=!(arguments.length>1&&void 0!==arguments[1])||arguments[1],o=!(arguments.length>2&&void 0!==arguments[2])||arguments[2];return t=Array.isArray(e)?tX.filter((t=>e.includes(t))):!0===e?[...tX]:[],!o||!0===e&&!n?t.filter((e=>!nX.includes(e))):t}const rX=Jm((e=>t=>{const n=(0,Bt.createElement)(e,Pt({key:"edit"},t)),{name:o}=t,r=jY(oX(Ba(o,"align"),Da(o,"alignWide",!0))).map((e=>{let{name:t}=e;return t})),a=fp((e=>e(wN).__unstableGetContentLockingParent(t.clientId)),[t.clientId]);if(!r.length||a)return n;return(0,Bt.createElement)(Bt.Fragment,null,(0,Bt.createElement)(DN,{group:"block",__experimentalShareWithChildBlocks:!0},(0,Bt.createElement)(QY,{value:t.attributes.align,onChange:e=>{if(!e){var n,o;const r=Na(t.name);(null==r||null===(n=r.attributes)||void 0===n||null===(o=n.align)||void 0===o?void 0:o.default)&&(e="")}t.setAttributes({align:e})},controls:r})),n)}),"withToolbarControls"),aX=Jm((e=>t=>{const{name:n,attributes:o}=t,{align:r}=o,a=jY(oX(Ba(n,"align"),Da(n,"alignWide",!0)));if(void 0===r)return(0,Bt.createElement)(e,t);let i=t.wrapperProps;return a.some((e=>e.name===r))&&(i={...i,"data-align":r}),(0,Bt.createElement)(e,Pt({},t,{wrapperProps:i}))}));wo("blocks.registerBlockType","core/align/addAttribute",(function(e){var t,n;return"type"in(null!==(t=null===(n=e.attributes)||void 0===n?void 0:n.align)&&void 0!==t?t:{})||Da(e,"align")&&(e.attributes={...e.attributes,align:{type:"string",enum:[...tX,""]}}),e})),wo("editor.BlockListBlock","core/editor/align/with-data-align",aX),wo("editor.BlockEdit","core/editor/align/with-toolbar-controls",rX),wo("blocks.getSaveContent.extraProps","core/align/addAssignedAlign",(function(e,t,n){const{align:o}=n;return oX(Ba(t,"align"),Da(t,"alignWide",!0)).includes(o)&&(e.className=eM()(`align${o}`,e.className)),e})),wo("blocks.registerBlockType","core/lock/addAttribute",(function(e){var t,n;return"type"in(null!==(t=null===(n=e.attributes)||void 0===n?void 0:n.lock)&&void 0!==t?t:{})||(e.attributes={...e.attributes,lock:{type:"object"}}),e}));const iX=(0,Bt.forwardRef)((function(e,t){const{__nextHasNoMarginBottom:n,label:o,hideLabelFromVision:r,value:a,help:i,className:l,onChange:s,type:c="text",...u}=e,p=`inspector-text-control-${Tz(iX)}`;return(0,Bt.createElement)(ET,{__nextHasNoMarginBottom:n,label:o,hideLabelFromVision:r,id:p,help:i,className:l},(0,Bt.createElement)("input",Pt({className:"components-text-control__input",type:c,id:p,value:a,onChange:e=>s(e.target.value),"aria-describedby":i?p+"__help":void 0,ref:t},u)))})),lX=iX,sX=(0,Bt.createElement)(rk,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,Bt.createElement)(nk,{d:"M18.2 17c0 .7-.6 1.2-1.2 1.2H7c-.7 0-1.2-.6-1.2-1.2V7c0-.7.6-1.2 1.2-1.2h3.2V4.2H7C5.5 4.2 4.2 5.5 4.2 7v10c0 1.5 1.2 2.8 2.8 2.8h10c1.5 0 2.8-1.2 2.8-2.8v-3.6h-1.5V17zM14.9 3v1.5h3.7l-6.4 6.4 1.1 1.1 6.4-6.4v3.7h1.5V3h-6.3z"}));const cX=lE(AF,{target:"esh4a730"})({name:"rvs7bx",styles:"width:1em;height:1em;margin:0;vertical-align:middle;fill:currentColor"});const uX=(0,Bt.forwardRef)((function(e,t){const{href:n,children:o,className:r,rel:a="",...i}=e,l=[...new Set([...a.split(" "),"external","noreferrer","noopener"].filter(Boolean))].join(" "),s=Sz()("components-external-link",r),c=!(null==n||!n.startsWith("#"));return(0,Bt.createElement)("a",Pt({},i,{className:s,href:n,onClick:t=>{c&&t.preventDefault(),e.onClick&&e.onClick(t)},target:"_blank",rel:l,ref:t}),o,(0,Bt.createElement)(uE,{as:"span"},gr("(opens in a new tab)")),(0,Bt.createElement)(cX,{icon:sX,className:"components-external-link__icon"}))})),pX=()=>eq("(prefers-reduced-motion: reduce)"),dX=(0,Bt.createElement)(rk,{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,Bt.createElement)(nk,{d:"M6.5 12.4L12 8l5.5 4.4-.9 1.2L12 10l-4.5 3.6-1-1.2z"})),bX=(0,Bt.createElement)(rk,{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,Bt.createElement)(nk,{d:"M17.5 11.6L12 16l-5.5-4.4.9-1.2L12 14l4.5-3.6 1 1.2z"})),mX=()=>{};const MX=(0,Bt.forwardRef)(((e,t)=>{let{isOpened:n,icon:o,title:r,...a}=e;return r?(0,Bt.createElement)("h2",{className:"components-panel__body-title"},(0,Bt.createElement)(bE,Pt({className:"components-panel__body-toggle","aria-expanded":n,ref:t},a),(0,Bt.createElement)("span",{"aria-hidden":"true"},(0,Bt.createElement)(Ww,{className:"components-panel__arrow",icon:n?dX:bX})),r,o&&(0,Bt.createElement)(Ww,{icon:o,className:"components-panel__icon",size:20}))):null})),zX=(0,Bt.forwardRef)((function(e,t){const{buttonProps:n={},children:o,className:r,icon:a,initialOpen:i,onToggle:l=mX,opened:s,title:c,scrollAfterOpen:u=!0}=e,[p,d]=gF(s,{initial:void 0===i||i,fallback:!1}),b=(0,Bt.useRef)(null),m=pX()?"auto":"smooth",M=(0,Bt.useRef)();M.current=u,Cw((()=>{var e;p&&M.current&&null!==(e=b.current)&&void 0!==e&&e.scrollIntoView&&b.current.scrollIntoView({inline:"nearest",block:"nearest",behavior:m})}),[p,m]);const z=Sz()("components-panel__body",r,{"is-opened":p});return(0,Bt.createElement)("div",{className:z,ref:Hz([b,t])},(0,Bt.createElement)(MX,Pt({icon:a,isOpened:Boolean(p),onClick:e=>{e.preventDefault();const t=!p;d(t),l(t)},title:c},n)),"function"==typeof o?o({opened:Boolean(p)}):p&&o)})),fX=zX,hX=()=>{},gX=(0,Bt.createContext)({menuItems:{default:{},optional:{}},hasMenuItems:!1,isResetting:!1,shouldRenderPlaceholderItems:!1,registerPanelItem:hX,deregisterPanelItem:hX,flagItemCustomization:hX,registerResetAllFilter:hX,deregisterResetAllFilter:hX,areAllOptionalControlsHidden:!0}),OX=()=>(0,Bt.useContext)(gX),vX=aw("InspectorControls"),AX=aw("InspectorAdvancedControls"),yX=aw("InspectorControlsBorder"),_X=aw("InspectorControlsColor"),qX=aw("InspectorControlsDimensions"),kX=aw("InspectorControlsPosition"),wX=aw("InspectorControlsTypography"),EX={default:vX,advanced:AX,border:yX,color:_X,dimensions:qX,list:aw("InspectorControlsListView"),settings:vX,styles:aw("InspectorControlsStyles"),typography:wX,position:kX};function WX(e){var t;let{children:n,group:o="default",__experimentalGroup:r,resetAllFilter:a}=e;r&&(jo("`__experimentalGroup` property in `InspectorControlsFill`",{since:"6.2",version:"6.4",alternative:"`group`"}),o=r);const i=RN(),l=null===(t=EX[o])||void 0===t?void 0:t.Fill;return l&&i?(0,Bt.createElement)(xz,{document},(0,Bt.createElement)(l,null,(e=>(0,Bt.createElement)(LX,{fillProps:e,children:n,resetAllFilter:a})))):null}function LX(e){let{children:t,resetAllFilter:n,fillProps:o}=e;const{registerResetAllFilter:r,deregisterResetAllFilter:a}=o;(0,Bt.useEffect)((()=>(n&&r&&r(n),()=>{n&&a&&a(n)})),[n,r,a]);const i=(0,Ht.isEmpty)(o)?null:o;return(0,Bt.createElement)(gX.Provider,{value:i},t)}const xX=(0,Bt.createElement)(rk,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,Bt.createElement)(nk,{d:"M16.7 7.1l-6.3 8.5-3.3-2.5-.9 1.2 4.5 3.4L17.9 8z"})),CX=(0,Bt.createElement)(rk,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,Bt.createElement)(nk,{d:"M13 19h-2v-2h2v2zm0-6h-2v-2h2v2zm0-6h-2V5h2v2z"}));const RX=Gw((function(e,t){const n=function(e){const{as:t,level:n=2,...o}=$w(e,"Heading"),r=t||`h${n}`,a={};return"string"==typeof r&&"h"!==r[0]&&(a.role="heading",a["aria-level"]="string"==typeof n?parseInt(n):n),{...qP({color:gT.gray[900],size:yP(n),isBlock:!0,weight:RT.fontWeightHeading,...o}),...a,as:r}}(e);return(0,Bt.createElement)(cE,Pt({},n,{ref:t}))}),"Heading");const SX={columns:e=>GN("grid-template-columns:",`repeat( ${e}, minmax(0, 1fr) )`,";",""),spacing:GN("column-gap:",QN(2),";row-gap:",QN(4),";",""),item:{fullWidth:{name:"18iuzk9",styles:"grid-column:1/-1"}}},NX={name:"huufmu",styles:">div:not( :first-of-type ){display:none;}"},TX=GN(SX.item.fullWidth," gap:",QN(2),";.components-dropdown-menu{margin:",QN(-1)," 0;line-height:0;}&&&& .components-dropdown-menu__toggle{padding:0;min-width:",QN(6),";}",""),BX={name:"1pmxm02",styles:"font-size:inherit;font-weight:500;line-height:normal;&&{margin:0;}"},DX=GN(SX.item.fullWidth,"&>div,&>fieldset{padding-bottom:0;margin-bottom:0;max-width:100%;}&& ",OT,"{margin-bottom:0;",vT,":last-child{margin-bottom:0;}}",qT,"{margin-bottom:0;}&& ",TP,"{label{line-height:1.4em;}}",""),IX={name:"eivff4",styles:"display:none"},PX={name:"16gsvie",styles:"min-width:200px"},HX=lE("span",{target:"ews648u0"})("color:",gT.ui.themeDark10,";font-size:11px;font-weight:500;line-height:1.4;",QI({marginLeft:QN(3)})," text-transform:uppercase;"),FX=GN("color:",gT.gray[900],";&&[aria-disabled='true']{color:",gT.gray[700],";opacity:1;&:hover{color:",gT.gray[700],";}",HX,"{opacity:0.3;}}","");const YX=e=>{let{itemClassName:t,items:n,toggleItem:o}=e;if(!n.length)return null;const r=(0,Bt.createElement)(HX,{"aria-hidden":!0},gr("Reset"));return(0,Bt.createElement)(PN,{label:gr("Defaults")},n.map((e=>{let[n,a]=e;return a?(0,Bt.createElement)(HN,{key:n,className:t,role:"menuitem",label:lr(gr("Reset %s"),n),onClick:()=>{o(n),vx(lr(gr("%s reset to default"),n),"assertive")},suffix:r},n):(0,Bt.createElement)(HN,{key:n,className:t,role:"menuitemcheckbox",isSelected:!0,"aria-disabled":!0},n)})))},XX=e=>{let{items:t,toggleItem:n}=e;return t.length?(0,Bt.createElement)(PN,{label:gr("Tools")},t.map((e=>{let[t,o]=e;const r=lr(gr(o?"Hide and reset %s":"Show %s"),t);return(0,Bt.createElement)(HN,{key:t,icon:o&&xX,isSelected:o,label:r,onClick:()=>{vx(lr(gr(o?"%s hidden and reset to default":"%s is now visible"),t),"assertive"),n(t)},role:"menuitemcheckbox"},t)}))):null},jX=Gw(((e,t)=>{const{areAllOptionalControlsHidden:n,defaultControlsItemClassName:o,dropdownMenuClassName:r,hasMenuItems:a,headingClassName:i,headingLevel:l=2,label:s,menuItems:c,resetAll:u,toggleItem:p,...d}=function(e){const{className:t,headingLevel:n=2,...o}=$w(e,"ToolsPanelHeader"),r=Uw(),a=(0,Bt.useMemo)((()=>r(TX,t)),[t,r]),i=(0,Bt.useMemo)((()=>r(PX)),[r]),l=(0,Bt.useMemo)((()=>r(BX)),[r]),s=(0,Bt.useMemo)((()=>r(FX)),[r]),{menuItems:c,hasMenuItems:u,areAllOptionalControlsHidden:p}=OX();return{...o,areAllOptionalControlsHidden:p,defaultControlsItemClassName:s,dropdownMenuClassName:i,hasMenuItems:u,headingClassName:l,headingLevel:n,menuItems:c,className:a}}(e);if(!s)return null;const b=Object.entries((null==c?void 0:c.default)||{}),m=Object.entries((null==c?void 0:c.optional)||{}),M=n?eP:CX,z=lr(Or("%s options","Button label to reveal tool panel options"),s),f=n?gr("All options are currently hidden"):void 0,h=[...b,...m].some((e=>{let[,t]=e;return t}));return(0,Bt.createElement)(lD,Pt({},d,{ref:t}),(0,Bt.createElement)(RX,{level:l,className:i},s),a&&(0,Bt.createElement)(VW,{icon:M,label:z,menuProps:{className:r},toggleProps:{isSmall:!0,describedBy:f}},(()=>(0,Bt.createElement)(Bt.Fragment,null,(0,Bt.createElement)(YX,{items:b,toggleItem:p,itemClassName:o}),(0,Bt.createElement)(XX,{items:m,toggleItem:p}),(0,Bt.createElement)(PN,null,(0,Bt.createElement)(HN,{"aria-disabled":!h,variant:"tertiary",onClick:()=>{h&&(u(),vx(gr("All options reset"),"assertive"))}},gr("Reset all")))))))}),"ToolsPanelHeader"),VX=e=>{let{panelItems:t,shouldReset:n,currentMenuItems:o,menuItemOrder:r}=e;const a={default:{},optional:{}},i={default:{},optional:{}};return t.forEach((e=>{var t;let{hasValue:r,isShownByDefault:i,label:l}=e;const s=i?"default":"optional",c=null==o||null===(t=o[s])||void 0===t?void 0:t[l],u=c||r();a[s][l]=!n&&u})),r.forEach((e=>{a.default.hasOwnProperty(e)&&(i.default[e]=a.default[e]),a.optional.hasOwnProperty(e)&&(i.optional[e]=a.optional[e])})),Object.keys(a.default).forEach((e=>{i.default.hasOwnProperty(e)||(i.default[e]=a.default[e])})),Object.keys(a.optional).forEach((e=>{i.optional.hasOwnProperty(e)||(i.optional[e]=a.optional[e])})),i},UX=e=>e&&0===Object.keys(e).length;function $X(e){const{className:t,headingLevel:n=2,resetAll:o,panelId:r,hasInnerWrapper:a=!1,shouldRenderPlaceholderItems:i=!1,__experimentalFirstVisibleItemClass:l,__experimentalLastVisibleItemClass:s,...c}=$w(e,"ToolsPanel"),u=(0,Bt.useRef)(!1),p=u.current;(0,Bt.useEffect)((()=>{p&&(u.current=!1)}),[p]);const[d,b]=(0,Bt.useState)([]),[m,M]=(0,Bt.useState)([]),[z,f]=(0,Bt.useState)([]),h=(0,Bt.useCallback)((e=>{b((t=>{const n=[...t],o=n.findIndex((t=>t.label===e.label));return-1!==o&&n.splice(o,1),[...n,e]})),M((t=>t.includes(e.label)?t:[...t,e.label]))}),[b,M]),g=(0,Bt.useCallback)((e=>{b((t=>{const n=[...t],o=n.findIndex((t=>t.label===e));return-1!==o&&n.splice(o,1),n}))}),[b]),O=(0,Bt.useCallback)((e=>{f((t=>[...t,e]))}),[f]),v=(0,Bt.useCallback)((e=>{f((t=>t.filter((t=>t!==e))))}),[f]),[A,y]=(0,Bt.useState)({default:{},optional:{}});(0,Bt.useEffect)((()=>{y((e=>VX({panelItems:d,shouldReset:!1,currentMenuItems:e,menuItemOrder:m})))}),[d,y,m]);const _=(0,Bt.useCallback)((function(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"default";y((n=>({...n,[t]:{...n[t],[e]:!0}})))}),[y]),[q,k]=(0,Bt.useState)(!1);(0,Bt.useEffect)((()=>{if(UX(null==A?void 0:A.default)&&!UX(null==A?void 0:A.optional)){const e=!Object.entries(A.optional).some((e=>{let[,t]=e;return t}));k(e)}}),[A,k]);const w=Uw(),E=(0,Bt.useMemo)((()=>{const e=a&&(e=>GN(">div:not( :first-of-type ){display:grid;",SX.columns(e)," ",SX.spacing," ",SX.item.fullWidth,";}",""))(2),n=UX(null==A?void 0:A.default)&&q&&NX;return w((e=>GN(SX.columns(e)," ",SX.spacing," border-top:",RT.borderWidth," solid ",gT.gray[300],";margin-top:-1px;padding:",QN(4),";",""))(2),e,n,t)}),[q,t,w,a,A]),W=(0,Bt.useCallback)((e=>{const t=d.find((t=>t.label===e));if(!t)return;const n=t.isShownByDefault?"default":"optional",o={...A,[n]:{...A[n],[e]:!A[n][e]}};y(o)}),[A,d,y]),L=(0,Bt.useCallback)((()=>{"function"==typeof o&&(u.current=!0,o(z));const e=VX({panelItems:d,menuItemOrder:m,shouldReset:!0});y(e)}),[d,z,o,y,m]),x=e=>{const t=A.optional||{},n=e.find((e=>e.isShownByDefault||!!t[e.label]));return null==n?void 0:n.label},C=x(d),R=x([...d].reverse());return{...c,headingLevel:n,panelContext:(0,Bt.useMemo)((()=>({areAllOptionalControlsHidden:q,deregisterPanelItem:g,deregisterResetAllFilter:v,firstDisplayedItem:C,flagItemCustomization:_,hasMenuItems:!!d.length,isResetting:u.current,lastDisplayedItem:R,menuItems:A,panelId:r,registerPanelItem:h,registerResetAllFilter:O,shouldRenderPlaceholderItems:i,__experimentalFirstVisibleItemClass:l,__experimentalLastVisibleItemClass:s})),[q,g,v,C,_,R,A,r,d,O,h,i,l,s]),resetAllItems:L,toggleItem:W,className:E}}const GX={bottom:{alignItems:"flex-end",justifyContent:"center"},bottomLeft:{alignItems:"flex-start",justifyContent:"flex-end"},bottomRight:{alignItems:"flex-end",justifyContent:"flex-end"},center:{alignItems:"center",justifyContent:"center"},spaced:{alignItems:"center",justifyContent:"space-between"},left:{alignItems:"center",justifyContent:"flex-start"},right:{alignItems:"center",justifyContent:"flex-end"},stretch:{alignItems:"stretch"},top:{alignItems:"flex-start",justifyContent:"center"},topLeft:{alignItems:"flex-start",justifyContent:"flex-start"},topRight:{alignItems:"flex-start",justifyContent:"flex-end"}};function KX(e){const{align:t,alignment:n,className:o,columnGap:r,columns:a=2,gap:i=3,isInline:l=!1,justify:s,rowGap:c,rows:u,templateColumns:p,templateRows:d,...b}=$w(e,"Grid"),m=ZN(Array.isArray(a)?a:[a]),M=ZN(Array.isArray(u)?u:[u]),z=p||!!a&&`repeat( ${m}, 1fr )`,f=d||!!u&&`repeat( ${M}, 1fr )`,h=Uw();return{...b,className:(0,Bt.useMemo)((()=>{const e=function(e){return e?GX[e]:{}}(n),a=GN({alignItems:t,display:l?"inline-grid":"grid",gap:`calc( ${RT.gridBase} * ${i} )`,gridTemplateColumns:z||void 0,gridTemplateRows:f||void 0,gridRowGap:c,gridColumnGap:r,justifyContent:s,verticalAlign:l?"middle":void 0,...e},"","");return h(a,o)}),[t,n,o,r,h,i,z,f,l,s,c])}}const JX=Gw((function(e,t){const n=KX(e);return(0,Bt.createElement)(cE,Pt({},n,{ref:t}))}),"Grid"),ZX=Gw(((e,t)=>{const{children:n,label:o,panelContext:r,resetAllItems:a,toggleItem:i,headingLevel:l,...s}=$X(e);return(0,Bt.createElement)(JX,Pt({},s,{columns:2,ref:t}),(0,Bt.createElement)(gX.Provider,{value:r},(0,Bt.createElement)(jX,{label:o,resetAll:a,toggleItem:i,headingLevel:l}),n))}),"ToolsPanel");function QX(e){let{children:t,group:n,label:o}=e;const{updateBlockAttributes:r}=Lm(wN),{getBlockAttributes:a,getMultiSelectedBlockClientIds:i,getSelectedBlockClientId:l,hasMultiSelection:s}=fp(wN),c=l(),u=(0,Bt.useCallback)((function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[];const t={},n=s()?i():[c];n.forEach((n=>{const{style:o}=a(n);let r={style:o};e.forEach((e=>{r={...r,...e(r)}})),r={...r,style:dI(r.style)},t[n]=r})),r(n,t,!0)}),[a,i,s,c,r]);return(0,Bt.createElement)(ZX,{className:`${n}-block-support-panel`,label:o,resetAll:u,key:c,panelId:c,hasInnerWrapper:!0,shouldRenderPlaceholderItems:!0,__experimentalFirstVisibleItemClass:"first",__experimentalLastVisibleItemClass:"last"},t)}function ej(e){let{Slot:t,...n}=e;const o=(0,Bt.useContext)(gX);return(0,Bt.createElement)(t,Pt({},n,{fillProps:o,bubblesVirtually:!0}))}function tj(e){var t;let{__experimentalGroup:n,group:o="default",label:r,...a}=e;n&&(jo("`__experimentalGroup` property in `InspectorControlsSlot`",{since:"6.2",version:"6.4",alternative:"`group`"}),o=n);const i=null===(t=EX[o])||void 0===t?void 0:t.Slot,l=Yk(null==i?void 0:i.__unstableName),s=NN(null==i?void 0:i.__unstableName);if(!i||!l)return null;return Boolean(s&&s.length)?r?(0,Bt.createElement)(QX,{group:o,label:r},(0,Bt.createElement)(ej,Pt({},a,{Slot:i}))):(0,Bt.createElement)(i,Pt({},a,{bubblesVirtually:!0})):null}const nj=WX;nj.Slot=tj;const oj=e=>(0,Bt.createElement)(WX,Pt({},e,{group:"advanced"}));oj.Slot=e=>(0,Bt.createElement)(tj,Pt({},e,{group:"advanced"})),oj.slotName="InspectorAdvancedControls";const rj=nj,aj=/[\s#]/g,ij={type:"string",source:"attribute",attribute:"id",selector:"*"};const lj=Jm((e=>t=>{if(Da(t.name,"anchor")&&t.isSelected){const n="web"===mL.OS,o=(0,Bt.createElement)(lX,{__nextHasNoMarginBottom:!0,className:"html-anchor-control",label:gr("HTML anchor"),help:(0,Bt.createElement)(Bt.Fragment,null,gr("Enter a word or two — without spaces — to make a unique web address just for this block, called an “anchor.” Then, you’ll be able to link directly to this section of your page."),n&&(0,Bt.createElement)(uX,{href:gr("https://wordpress.org/documentation/article/page-jumps/")},gr("Learn more about anchors"))),value:t.attributes.anchor||"",placeholder:n?null:gr("Add an anchor"),onChange:e=>{e=e.replace(aj,"-"),t.setAttributes({anchor:e})},autoCapitalize:"none",autoComplete:"off"});return(0,Bt.createElement)(Bt.Fragment,null,(0,Bt.createElement)(e,t),n&&(0,Bt.createElement)(rj,{group:"advanced"},o),!n&&"core/heading"===t.name&&(0,Bt.createElement)(rj,null,(0,Bt.createElement)(fX,{title:gr("Heading settings")},o)))}return(0,Bt.createElement)(e,t)}),"withInspectorControl");wo("blocks.registerBlockType","core/anchor/attribute",(function(e){var t,n;return"type"in(null!==(t=null===(n=e.attributes)||void 0===n?void 0:n.anchor)&&void 0!==t?t:{})||Da(e,"anchor")&&(e.attributes={...e.attributes,anchor:ij}),e})),wo("editor.BlockEdit","core/editor/anchor/with-inspector-control",lj),wo("blocks.getSaveContent.extraProps","core/anchor/save-props",(function(e,t,n){return Da(t,"anchor")&&(e.id=""===n.anchor?null:n.anchor),e}));const sj={type:"string",source:"attribute",attribute:"aria-label",selector:"*"};wo("blocks.registerBlockType","core/ariaLabel/attribute",(function(e){var t,n;return null!=e&&null!==(t=e.attributes)&&void 0!==t&&null!==(n=t.ariaLabel)&&void 0!==n&&n.type||Da(e,"ariaLabel")&&(e.attributes={...e.attributes,ariaLabel:sj}),e})),wo("blocks.getSaveContent.extraProps","core/ariaLabel/save-props",(function(e,t,n){return Da(t,"ariaLabel")&&(e["aria-label"]=""===n.ariaLabel?null:n.ariaLabel),e}));const cj=Jm((e=>t=>Da(t.name,"customClassName",!0)&&t.isSelected?(0,Bt.createElement)(Bt.Fragment,null,(0,Bt.createElement)(e,t),(0,Bt.createElement)(rj,{group:"advanced"},(0,Bt.createElement)(lX,{__nextHasNoMarginBottom:!0,autoComplete:"off",label:gr("Additional CSS class(es)"),value:t.attributes.className||"",onChange:e=>{t.setAttributes({className:""!==e?e:void 0})},help:gr("Separate multiple classes with spaces.")}))):(0,Bt.createElement)(e,t)),"withInspectorControl");wo("blocks.registerBlockType","core/custom-class-name/attribute",(function(e){return Da(e,"customClassName",!0)&&(e.attributes={...e.attributes,className:{type:"string"}}),e})),wo("editor.BlockEdit","core/editor/custom-class-name/with-inspector-control",cj),wo("blocks.getSaveContent.extraProps","core/custom-class-name/save-props",(function(e,t,n){return Da(t,"customClassName",!0)&&n.className&&(e.className=eM()(e.className,n.className)),e})),wo("blocks.switchToBlockType.transformedBlock","core/color/addTransforms",(function(e,t,n,o){if(!Da(e.name,"customClassName",!0))return e;if(1===o.length&&e.innerBlocks.length===t.length)return e;if(1===o.length&&t.length>1||o.length>1&&1===t.length)return e;if(t[n]){var r;const o=null===(r=t[n])||void 0===r?void 0:r.attributes.className;if(o)return{...e,attributes:{...e.attributes,className:o}}}return e})),wo("blocks.getSaveContent.extraProps","core/generated-class-name/save-props",(function(e,t){return Da(t,"className",!0)&&("string"==typeof e.className?e.className=[...new Set([As(t.name),...e.className.split(" ")])].join(" ").trim():e.className=As(t.name)),e}));function uj(e){return Jm((t=>{const n="core/with-filters/"+e;let o;class r extends Bt.Component{constructor(n){super(n),void 0===o&&(o=No(e,t))}componentDidMount(){r.instances.push(this),1===r.instances.length&&(ko("hookRemoved",n,i),ko("hookAdded",n,i))}componentWillUnmount(){r.instances=r.instances.filter((e=>e!==this)),0===r.instances.length&&(Eo("hookRemoved",n),Eo("hookAdded",n))}render(){return(0,Bt.createElement)(o,this.props)}}r.instances=[];const a=Dz((()=>{o=No(e,t),r.instances.forEach((e=>{e.forceUpdate()}))}),16);function i(t){t===e&&a()}return r}),"withFilters")}const pj=Jm((function(e){return e.prototype instanceof Bt.Component?class extends e{shouldComponentUpdate(e,t){return!Os(e,this.props)||!Os(t,this.state)}}:class extends Bt.Component{shouldComponentUpdate(e){return!Os(e,this.props)}render(){return(0,Bt.createElement)(e,this.props)}}}),"pure"),dj=e=>Jm((t=>pj((n=>{const o=fp(((t,o)=>e(t,n,o)));return(0,Bt.createElement)(t,Pt({},n,o))}))),"withSelect"),bj="undefined"!=typeof window?Bt.useLayoutEffect:Bt.useEffect,mj=(e,t)=>{const n=cp(),o=(0,Bt.useRef)(e);return bj((()=>{o.current=e})),(0,Bt.useMemo)((()=>{const e=o.current(n.dispatch,n);return Object.fromEntries(Object.entries(e).map((e=>{let[t,r]=e;return"function"!=typeof r&&console.warn(`Property ${t} returned from dispatchMap in useDispatchWithMap must be a function.`),[t,function(){return o.current(n.dispatch,n)[t](...arguments)}]})))}),[n,...t])},Mj=e=>Jm((t=>n=>{const o=mj(((t,o)=>e(t,n,o)),[]);return(0,Bt.createElement)(t,Pt({},n,o))}),"withDispatch");const zj=function(e){return Jm((t=>n=>e(n)?(0,Bt.createElement)(t,n):null),"ifCondition")},fj=(0,Bt.createContext)({});function hj(e){let{value:t,children:n}=e;const o=(0,Bt.useContext)(fj),r=(0,Bt.useMemo)((()=>({...o,...t})),[o,t]);return(0,Bt.createElement)(fj.Provider,{value:r,children:n})}const gj=fj,Oj={},vj=uj("editor.BlockEdit")((e=>{const{attributes:t={},name:n}=e,o=Na(n),r=(0,Bt.useContext)(gj),a=(0,Bt.useMemo)((()=>o&&o.usesContext?Object.fromEntries(Object.entries(r).filter((e=>{let[t]=e;return o.usesContext.includes(t)}))):Oj),[o,r]);if(!o)return null;const i=o.edit||o.save;if(o.apiVersion>1)return(0,Bt.createElement)(i,Pt({},e,{context:a}));const l=Da(o,"className",!0)?As(n):null,s=eM()(l,t.className,e.className);return(0,Bt.createElement)(i,Pt({},e,{context:a,className:s}))}));function Aj(e){const{name:t,isSelected:n,clientId:o,attributes:r={},__unstableLayoutClassNames:a}=e,{layout:i=null}=r,l={name:t,isSelected:n,clientId:o,layout:Da(t,"__experimentalLayout",!1)?i:null,__unstableLayoutClassNames:a};return(0,Bt.createElement)(xN,{value:(0,Bt.useMemo)((()=>l),Object.values(l))},(0,Bt.createElement)(vj,e))}const yj=new Set(["alert","status","log","marquee","timer"]);let _j=[],qj=!1;function kj(e){if(qj)return;Array.from(document.body.children).forEach((t=>{t!==e&&function(e){const t=e.getAttribute("role");return!("SCRIPT"===e.tagName||e.hasAttribute("aria-hidden")||e.hasAttribute("aria-live")||t&&yj.has(t))}(t)&&(t.setAttribute("aria-hidden","true"),_j.push(t))})),qj=!0}let wj=0;const Ej=(0,Bt.forwardRef)((function(e,t){const{bodyOpenClassName:n="modal-open",role:o="dialog",title:r=null,focusOnMount:a=!0,shouldCloseOnEsc:i=!0,shouldCloseOnClickOutside:l=!0,isDismissible:s=!0,aria:c={labelledby:void 0,describedby:void 0},onRequestClose:u,icon:p,closeButtonLabel:d,children:b,style:m,overlayClassName:M,className:z,contentLabel:f,onKeyDown:h,isFullScreen:g=!1,__experimentalHideHeader:O=!1}=e,v=(0,Bt.useRef)(),A=Tz(Ej),y=r?`components-modal-header-${A}`:c.labelledby,_=Vq(a),q=jq(),k=Uq(),w=Gq(u),E=(0,Bt.useRef)(null),W=(0,Bt.useRef)(null),[L,x]=(0,Bt.useState)(!1),[C,R]=(0,Bt.useState)(!1),S=(0,Bt.useCallback)((()=>{if(!E.current)return;const e=lk(E.current);E.current===e?R(!0):R(!1)}),[E]);(0,Bt.useEffect)((()=>(wj++,1===wj&&(kj(v.current),document.body.classList.add(n)),()=>{wj--,0===wj&&(document.body.classList.remove(n),qj&&(_j.forEach((e=>{e.removeAttribute("aria-hidden")})),_j=[],qj=!1))})),[n]),(0,Bt.useLayoutEffect)((()=>{if(!window.ResizeObserver||!W.current)return;const e=new ResizeObserver(S);return e.observe(W.current),S(),()=>{e.disconnect()}}),[S,W]);const N=(0,Bt.useCallback)((e=>{var t,n;const o=null!==(t=null==e||null===(n=e.currentTarget)||void 0===n?void 0:n.scrollTop)&&void 0!==t?t:-1;!L&&o>0?x(!0):L&&o<=0&&x(!1)}),[L]);return(0,It.createPortal)((0,Bt.createElement)("div",{ref:Hz([v,t]),className:Sz()("components-modal__screen-overlay",M),onKeyDown:function(e){e.nativeEvent.isComposing||229===e.keyCode||i&&"Escape"===e.code&&!e.defaultPrevented&&(e.preventDefault(),u&&u(e))}},(0,Bt.createElement)(xz,{document},(0,Bt.createElement)("div",Pt({className:Sz()("components-modal__frame",z,{"is-full-screen":g}),style:m,ref:Hz([q,k,_]),role:o,"aria-label":f,"aria-labelledby":f?void 0:y,"aria-describedby":c.describedby,tabIndex:-1},l?w:{},{onKeyDown:h}),(0,Bt.createElement)("div",{className:Sz()("components-modal__content",{"hide-header":O,"is-scrollable":C,"has-scrolled-content":L}),role:"document",onScroll:N,ref:E,"aria-label":C?gr("Scrollable section"):void 0,tabIndex:C?0:void 0},!O&&(0,Bt.createElement)("div",{className:"components-modal__header"},(0,Bt.createElement)("div",{className:"components-modal__header-heading-container"},p&&(0,Bt.createElement)("span",{className:"components-modal__icon-container","aria-hidden":!0},p),r&&(0,Bt.createElement)("h1",{id:y,className:"components-modal__header-heading"},r)),s&&(0,Bt.createElement)(bE,{onClick:u,icon:ak,label:d||gr("Close")})),(0,Bt.createElement)("div",{ref:W},b))))),document.body)})),Wj=Ej,Lj=(0,Bt.createElement)(rk,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,Bt.createElement)(nk,{d:"M11 13h2v-2h-2v2zm-6 0h2v-2H5v2zm12-2v2h2v-2h-2z"}));const xj=function(e){let{className:t,actions:n,children:o,secondaryActions:r}=e;return(0,Bt.createElement)("div",{style:{display:"contents",all:"initial"}},(0,Bt.createElement)("div",{className:eM()(t,"block-editor-warning")},(0,Bt.createElement)("div",{className:"block-editor-warning__contents"},(0,Bt.createElement)("p",{className:"block-editor-warning__message"},o),(Bt.Children.count(n)>0||r)&&(0,Bt.createElement)("div",{className:"block-editor-warning__actions"},Bt.Children.count(n)>0&&Bt.Children.map(n,((e,t)=>(0,Bt.createElement)("span",{key:t,className:"block-editor-warning__action"},e))),r&&(0,Bt.createElement)(VW,{className:"block-editor-warning__secondary",icon:Lj,label:gr("More options"),popoverProps:{position:"bottom left",className:"block-editor-warning__dropdown"},noIcons:!0},(()=>(0,Bt.createElement)(PN,null,r.map(((e,t)=>(0,Bt.createElement)(HN,{onClick:e.onClick,key:t},e.title))))))))))};var Cj=n(7630);function Rj(e){let{title:t,rawContent:n,renderedContent:o,action:r,actionText:a,className:i}=e;return(0,Bt.createElement)("div",{className:i},(0,Bt.createElement)("div",{className:"block-editor-block-compare__content"},(0,Bt.createElement)("h2",{className:"block-editor-block-compare__heading"},t),(0,Bt.createElement)("div",{className:"block-editor-block-compare__html"},n),(0,Bt.createElement)("div",{className:"block-editor-block-compare__preview edit-post-visual-editor"},(0,Bt.createElement)(Fl,null,ra(o)))),(0,Bt.createElement)("div",{className:"block-editor-block-compare__action"},(0,Bt.createElement)(bE,{variant:"secondary",tabIndex:"0",onClick:r},a)))}const Sj=function(e){let{block:t,onKeep:n,onConvert:o,convertor:r,convertButtonText:a}=e;const i=function(e){const t=(Array.isArray(e)?e:[e]).map((e=>ks(e.name,e.attributes,e.innerBlocks)));return t.join("")}(r(t)),l=(s=t.originalContent,c=i,(0,Cj.Kx)(s,c).map(((e,t)=>{const n=eM()({"block-editor-block-compare__added":e.added,"block-editor-block-compare__removed":e.removed});return(0,Bt.createElement)("span",{key:t,className:n},e.value)})));var s,c;return(0,Bt.createElement)("div",{className:"block-editor-block-compare__wrapper"},(0,Bt.createElement)(Rj,{title:gr("Current"),className:"block-editor-block-compare__current",action:n,actionText:gr("Convert to HTML"),rawContent:t.originalContent,renderedContent:t.originalContent}),(0,Bt.createElement)(Rj,{title:gr("After Conversion"),className:"block-editor-block-compare__converted",action:o,actionText:a,rawContent:l,renderedContent:i}))},Nj=e=>gu({HTML:e.originalContent});function Tj(e){let{clientId:t}=e;const{block:n,canInsertHTMLBlock:o,canInsertClassicBlock:r}=fp((e=>{const{canInsertBlockType:n,getBlock:o,getBlockRootClientId:r}=e(wN),a=r(t);return{block:o(t),canInsertHTMLBlock:n("core/html",a),canInsertClassicBlock:n("core/freeform",a)}}),[t]),{replaceBlock:a}=Lm(wN),[i,l]=(0,Bt.useState)(!1),s=(0,Bt.useCallback)((()=>l(!1)),[]),c=(0,Bt.useMemo)((()=>({toClassic(){const e=Ja("core/freeform",{content:n.originalContent});return a(n.clientId,e)},toHTML(){const e=Ja("core/html",{content:n.originalContent});return a(n.clientId,e)},toBlocks(){const e=Nj(n);return a(n.clientId,e)},toRecoveredBlock(){const e=Ja(n.name,n.attributes,n.innerBlocks);return a(n.clientId,e)}})),[n,a]),u=(0,Bt.useMemo)((()=>[{title:Or("Resolve","imperative verb"),onClick:()=>l(!0)},o&&{title:gr("Convert to HTML"),onClick:c.toHTML},r&&{title:gr("Convert to Classic Block"),onClick:c.toClassic}].filter(Boolean)),[o,r,c]);return(0,Bt.createElement)(Bt.Fragment,null,(0,Bt.createElement)(xj,{actions:[(0,Bt.createElement)(bE,{key:"recover",onClick:c.toRecoveredBlock,variant:"primary"},gr("Attempt Block Recovery"))],secondaryActions:u},gr("This block contains unexpected or invalid content.")),i&&(0,Bt.createElement)(Wj,{title:gr("Resolve Block"),onRequestClose:s,className:"block-editor-block-compare"},(0,Bt.createElement)(Sj,{block:n,onKeep:c.toHTML,onConvert:c.toBlocks,convertor:Nj,convertButtonText:gr("Convert to Blocks")})))}const Bj=(0,Bt.createElement)(xj,{className:"block-editor-block-list__block-crash-warning"},gr("This block has encountered an error and cannot be previewed.")),Dj=()=>Bj;class Ij extends Bt.Component{constructor(){super(...arguments),this.state={hasError:!1}}componentDidCatch(){this.setState({hasError:!0})}render(){return this.state.hasError?this.props.fallback:this.props.children}}const Pj=Ij;var Hj=n(4042);const Fj=function(e){let{clientId:t}=e;const[n,o]=(0,Bt.useState)(""),r=fp((e=>e(wN).getBlock(t)),[t]),{updateBlock:a}=Lm(wN);return(0,Bt.useEffect)((()=>{o(Es(r))}),[r]),(0,Bt.createElement)(Hj.Z,{className:"block-editor-block-list__block-html-textarea",value:n,onBlur:()=>{const e=Na(r.name);if(!e)return;const i=Tc(e,n,r.attributes),l=n||ks(e,i),[s]=n?fc({...r,attributes:i,originalContent:l}):[!0];a(t,{attributes:i,originalContent:l,isValid:s}),n||o(l)},onChange:e=>o(e.target.value)})};function Yj(){let{isDisabled:e=!1}=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};return Xq((t=>{var n;if(e)return;const o=null==t||null===(n=t.ownerDocument)||void 0===n?void 0:n.defaultView;if(!o)return;const r=[],a=()=>{t.childNodes.forEach((e=>{e instanceof o.HTMLElement&&(e.getAttribute("inert")||(e.setAttribute("inert","true"),r.push((()=>{e.removeAttribute("inert")}))))}))},i=Dz(a,0,{leading:!0});a();const l=new window.MutationObserver(i);return l.observe(t,{childList:!0}),()=>{l&&l.disconnect(),i.cancel(),r.forEach((e=>e()))}}),[e])}let Xj=iV();const jj=e=>nV(e,Xj);let Vj=iV();jj.write=e=>nV(e,Vj);let Uj=iV();jj.onStart=e=>nV(e,Uj);let $j=iV();jj.onFrame=e=>nV(e,$j);let Gj=iV();jj.onFinish=e=>nV(e,Gj);let Kj=[];jj.setTimeout=(e,t)=>{let n=jj.now()+t,o=()=>{let e=Kj.findIndex((e=>e.cancel==o));~e&&Kj.splice(e,1),eV-=~e?1:0},r={time:n,handler:e,cancel:o};return Kj.splice(Jj(n),0,r),eV+=1,oV(),r};let Jj=e=>~(~Kj.findIndex((t=>t.time>e))||~Kj.length);jj.cancel=e=>{Uj.delete(e),$j.delete(e),Xj.delete(e),Vj.delete(e),Gj.delete(e)},jj.sync=e=>{tV=!0,jj.batchedUpdates(e),tV=!1},jj.throttle=e=>{let t;function n(){try{e(...t)}finally{t=null}}function o(...e){t=e,jj.onStart(n)}return o.handler=e,o.cancel=()=>{Uj.delete(n),t=null},o};let Zj="undefined"!=typeof window?window.requestAnimationFrame:()=>{};jj.use=e=>Zj=e,jj.now="undefined"!=typeof performance?()=>performance.now():Date.now,jj.batchedUpdates=e=>e(),jj.catch=console.error,jj.frameLoop="always",jj.advance=()=>{"demand"!==jj.frameLoop?console.warn("Cannot call the manual advancement of rafz whilst frameLoop is not set as demand"):aV()};let Qj=-1,eV=0,tV=!1;function nV(e,t){tV?(t.delete(e),e(0)):(t.add(e),oV())}function oV(){Qj<0&&(Qj=0,"demand"!==jj.frameLoop&&Zj(rV))}function rV(){~Qj&&(Zj(rV),jj.batchedUpdates(aV))}function aV(){let e=Qj;Qj=jj.now();let t=Jj(Qj);t&&(lV(Kj.splice(0,t),(e=>e.handler())),eV-=t),Uj.flush(),Xj.flush(e?Math.min(64,Qj-e):16.667),$j.flush(),Vj.flush(),Gj.flush(),eV||(Qj=-1)}function iV(){let e=new Set,t=e;return{add(n){eV+=t!=e||e.has(n)?0:1,e.add(n)},delete:n=>(eV-=t==e&&e.has(n)?1:0,e.delete(n)),flush(n){t.size&&(e=new Set,eV-=t.size,lV(t,(t=>t(n)&&e.add(t))),eV+=e.size,t=e)}}}function lV(e,t){e.forEach((e=>{try{t(e)}catch(e){jj.catch(e)}}))}function sV(){}const cV={arr:Array.isArray,obj:e=>!!e&&"Object"===e.constructor.name,fun:e=>"function"==typeof e,str:e=>"string"==typeof e,num:e=>"number"==typeof e,und:e=>void 0===e};function uV(e,t){if(cV.arr(e)){if(!cV.arr(t)||e.length!==t.length)return!1;for(let n=0;ne.forEach(t);function dV(e,t,n){if(cV.arr(e))for(let o=0;ocV.und(e)?[]:cV.arr(e)?e:[e];function mV(e,t){if(e.size){const n=Array.from(e);e.clear(),pV(n,t)}}const MV=(e,...t)=>mV(e,(e=>e(...t))),zV=()=>"undefined"==typeof window||!window.navigator||/ServerSideRendering|^Deno\//.test(window.navigator.userAgent);let fV,hV,gV=null,OV=!1,vV=sV;var AV=Object.freeze({__proto__:null,get createStringInterpolator(){return fV},get to(){return hV},get colors(){return gV},get skipAnimation(){return OV},get willAdvance(){return vV},assign:e=>{e.to&&(hV=e.to),e.now&&(jj.now=e.now),void 0!==e.colors&&(gV=e.colors),null!=e.skipAnimation&&(OV=e.skipAnimation),e.createStringInterpolator&&(fV=e.createStringInterpolator),e.requestAnimationFrame&&jj.use(e.requestAnimationFrame),e.batchedUpdates&&(jj.batchedUpdates=e.batchedUpdates),e.willAdvance&&(vV=e.willAdvance),e.frameLoop&&(jj.frameLoop=e.frameLoop)}});const yV=new Set;let _V=[],qV=[],kV=0;const wV={get idle(){return!yV.size&&!_V.length},start(e){kV>e.priority?(yV.add(e),jj.onStart(EV)):(WV(e),jj(xV))},advance:xV,sort(e){if(kV)jj.onFrame((()=>wV.sort(e)));else{const t=_V.indexOf(e);~t&&(_V.splice(t,1),LV(e))}},clear(){_V=[],yV.clear()}};function EV(){yV.forEach(WV),yV.clear(),jj(xV)}function WV(e){_V.includes(e)||LV(e)}function LV(e){_V.splice(function(e,t){const n=e.findIndex(t);return n<0?e.length:n}(_V,(t=>t.priority>e.priority)),0,e)}function xV(e){const t=qV;for(let n=0;n<_V.length;n++){const o=_V[n];kV=o.priority,o.idle||(vV(o),o.advance(e),o.idle||t.push(o))}return kV=0,qV=_V,qV.length=0,_V=t,_V.length>0}const CV="[-+]?\\d*\\.?\\d+",RV=CV+"%";function SV(...e){return"\\(\\s*("+e.join(")\\s*,\\s*(")+")\\s*\\)"}const NV=new RegExp("rgb"+SV(CV,CV,CV)),TV=new RegExp("rgba"+SV(CV,CV,CV,CV)),BV=new RegExp("hsl"+SV(CV,RV,RV)),DV=new RegExp("hsla"+SV(CV,RV,RV,CV)),IV=/^#([0-9a-fA-F]{1})([0-9a-fA-F]{1})([0-9a-fA-F]{1})$/,PV=/^#([0-9a-fA-F]{1})([0-9a-fA-F]{1})([0-9a-fA-F]{1})([0-9a-fA-F]{1})$/,HV=/^#([0-9a-fA-F]{6})$/,FV=/^#([0-9a-fA-F]{8})$/;function YV(e,t,n){return n<0&&(n+=1),n>1&&(n-=1),n<1/6?e+6*(t-e)*n:n<.5?t:n<2/3?e+(t-e)*(2/3-n)*6:e}function XV(e,t,n){const o=n<.5?n*(1+t):n+t-n*t,r=2*n-o,a=YV(r,o,e+1/3),i=YV(r,o,e),l=YV(r,o,e-1/3);return Math.round(255*a)<<24|Math.round(255*i)<<16|Math.round(255*l)<<8}function jV(e){const t=parseInt(e,10);return t<0?0:t>255?255:t}function VV(e){return(parseFloat(e)%360+360)%360/360}function UV(e){const t=parseFloat(e);return t<0?0:t>1?255:Math.round(255*t)}function $V(e){const t=parseFloat(e);return t<0?0:t>100?1:t/100}function GV(e){let t=function(e){let t;return"number"==typeof e?e>>>0===e&&e>=0&&e<=4294967295?e:null:(t=HV.exec(e))?parseInt(t[1]+"ff",16)>>>0:gV&&void 0!==gV[e]?gV[e]:(t=NV.exec(e))?(jV(t[1])<<24|jV(t[2])<<16|jV(t[3])<<8|255)>>>0:(t=TV.exec(e))?(jV(t[1])<<24|jV(t[2])<<16|jV(t[3])<<8|UV(t[4]))>>>0:(t=IV.exec(e))?parseInt(t[1]+t[1]+t[2]+t[2]+t[3]+t[3]+"ff",16)>>>0:(t=FV.exec(e))?parseInt(t[1],16)>>>0:(t=PV.exec(e))?parseInt(t[1]+t[1]+t[2]+t[2]+t[3]+t[3]+t[4]+t[4],16)>>>0:(t=BV.exec(e))?(255|XV(VV(t[1]),$V(t[2]),$V(t[3])))>>>0:(t=DV.exec(e))?(XV(VV(t[1]),$V(t[2]),$V(t[3]))|UV(t[4]))>>>0:null}(e);return null===t?e:(t=t||0,`rgba(${(4278190080&t)>>>24}, ${(16711680&t)>>>16}, ${(65280&t)>>>8}, ${(255&t)/255})`)}const KV=(e,t,n)=>{if(cV.fun(e))return e;if(cV.arr(e))return KV({range:e,output:t,extrapolate:n});if(cV.str(e.output[0]))return fV(e);const o=e,r=o.output,a=o.range||[0,1],i=o.extrapolateLeft||o.extrapolate||"extend",l=o.extrapolateRight||o.extrapolate||"extend",s=o.easing||(e=>e);return e=>{const t=function(e,t){for(var n=1;n=e);++n);return n-1}(e,a);return function(e,t,n,o,r,a,i,l,s){let c=s?s(e):e;if(cn){if("identity"===l)return c;"clamp"===l&&(c=n)}if(o===r)return o;if(t===n)return e<=t?o:r;t===-1/0?c=-c:n===1/0?c-=t:c=(c-t)/(n-t);c=a(c),o===-1/0?c=-c:r===1/0?c+=o:c=c*(r-o)+o;return c}(e,a[t],a[t+1],r[t],r[t+1],s,i,l,o.map)}};function JV(){return JV=Object.assign||function(e){for(var t=1;tBoolean(e&&e[ZV]),tU=e=>e&&e[ZV]?e[ZV]():e,nU=e=>e[QV]||null;function oU(e,t){let n=e[QV];n&&n.forEach((e=>{!function(e,t){e.eventObserved?e.eventObserved(t):e(t)}(e,t)}))}class rU{constructor(e){if(this[ZV]=void 0,this[QV]=void 0,!e&&!(e=this.get))throw Error("Unknown getter");aU(this,e)}}const aU=(e,t)=>sU(e,ZV,t);function iU(e,t){if(e[ZV]){let n=e[QV];n||sU(e,QV,n=new Set),n.has(t)||(n.add(t),e.observerAdded&&e.observerAdded(n.size,t))}return t}function lU(e,t){let n=e[QV];if(n&&n.has(t)){const o=n.size-1;o?n.delete(t):e[QV]=null,e.observerRemoved&&e.observerRemoved(o,t)}}const sU=(e,t,n)=>Object.defineProperty(e,t,{value:n,writable:!0,configurable:!0}),cU=/[+\-]?(?:0|[1-9]\d*)(?:\.\d*)?(?:[eE][+\-]?\d+)?/g,uU=/(#(?:[0-9a-f]{2}){2,4}|(#[0-9a-f]{3})|(rgb|hsl)a?\((-?\d+%?[,\s]+){2,3}\s*[\d\.]+%?\))/gi,pU=new RegExp(`(${cU.source})(%|[a-z]+)`,"i"),dU=/rgba\(([0-9\.-]+), ([0-9\.-]+), ([0-9\.-]+), ([0-9\.-]+)\)/gi,bU=/var\((--[a-zA-Z0-9-_]+),? ?([a-zA-Z0-9 ()%#.,-]+)?\)/,mU=e=>{const[t,n]=MU(e);if(!t||zV())return e;const o=window.getComputedStyle(document.documentElement).getPropertyValue(t);if(o)return o.trim();if(n&&n.startsWith("--")){const t=window.getComputedStyle(document.documentElement).getPropertyValue(n);return t||e}return n&&bU.test(n)?mU(n):n||e},MU=e=>{const t=bU.exec(e);if(!t)return[,];const[,n,o]=t;return[n,o]};let zU;const fU=(e,t,n,o,r)=>`rgba(${Math.round(t)}, ${Math.round(n)}, ${Math.round(o)}, ${r})`,hU=e=>{zU||(zU=gV?new RegExp(`(${Object.keys(gV).join("|")})(?!\\w)`,"g"):/^\b$/);const t=e.output.map((e=>tU(e).replace(bU,mU).replace(uU,GV).replace(zU,GV))),n=t.map((e=>e.match(cU).map(Number))),o=n[0].map(((e,t)=>n.map((e=>{if(!(t in e))throw Error('The arity of each "output" value must be equal');return e[t]})))),r=o.map((t=>KV(JV({},e,{output:t}))));return e=>{var n;const o=!pU.test(t[0])&&(null==(n=t.find((e=>pU.test(e))))?void 0:n.replace(cU,""));let a=0;return t[0].replace(cU,(()=>`${r[a++](e)}${o||""}`)).replace(dU,fU)}},gU=e=>{const t=e;let n=!1;if("function"!=typeof t)throw new TypeError("react-spring: once requires a function parameter");return(...e)=>{n||(t(...e),n=!0)}},OU=gU(console.warn);const vU=gU(console.warn);function AU(e){return cV.str(e)&&("#"==e[0]||/\d/.test(e)||!zV()&&bU.test(e)||e in(gV||{}))}const yU="undefined"!=typeof window&&window.document&&window.document.createElement?Bt.useLayoutEffect:Bt.useEffect;function _U(){const e=(0,Bt.useState)()[1],t=(()=>{const e=(0,Bt.useRef)(!1);return yU((()=>(e.current=!0,()=>{e.current=!1})),[]),e})();return()=>{t.current&&e(Math.random())}}const qU=e=>(0,Bt.useEffect)(e,kU),kU=[];function wU(e){const t=(0,Bt.useRef)();return(0,Bt.useEffect)((()=>{t.current=e})),t.current}const EU=Symbol.for("Animated:node"),WU=e=>e&&e[EU],LU=(e,t)=>{return n=e,o=EU,r=t,Object.defineProperty(n,o,{value:r,writable:!0,configurable:!0});var n,o,r},xU=e=>e&&e[EU]&&e[EU].getPayload();class CU{constructor(){this.payload=void 0,LU(this,this)}getPayload(){return this.payload||[]}}class RU extends CU{constructor(e){super(),this.done=!0,this.elapsedTime=void 0,this.lastPosition=void 0,this.lastVelocity=void 0,this.v0=void 0,this.durationProgress=0,this._value=e,cV.num(this._value)&&(this.lastPosition=this._value)}static create(e){return new RU(e)}getPayload(){return[this]}getValue(){return this._value}setValue(e,t){return cV.num(e)&&(this.lastPosition=e,t&&(e=Math.round(e/t)*t,this.done&&(this.lastPosition=e))),this._value!==e&&(this._value=e,!0)}reset(){const{done:e}=this;this.done=!1,cV.num(this._value)&&(this.elapsedTime=0,this.durationProgress=0,this.lastPosition=this._value,e&&(this.lastVelocity=null),this.v0=null)}}class SU extends RU{constructor(e){super(0),this._string=null,this._toString=void 0,this._toString=KV({output:[e,e]})}static create(e){return new SU(e)}getValue(){let e=this._string;return null==e?this._string=this._toString(this._value):e}setValue(e){if(cV.str(e)){if(e==this._string)return!1;this._string=e,this._value=1}else{if(!super.setValue(e))return!1;this._string=null}return!0}reset(e){e&&(this._toString=KV({output:[this.getValue(),e]})),this._value=0,super.reset()}}const NU={dependencies:null};class TU extends CU{constructor(e){super(),this.source=e,this.setValue(e)}getValue(e){const t={};return dV(this.source,((n,o)=>{var r;(r=n)&&r[EU]===r?t[o]=n.getValue(e):eU(n)?t[o]=tU(n):e||(t[o]=n)})),t}setValue(e){this.source=e,this.payload=this._makePayload(e)}reset(){this.payload&&pV(this.payload,(e=>e.reset()))}_makePayload(e){if(e){const t=new Set;return dV(e,this._addToPayload,t),Array.from(t)}}_addToPayload(e){NU.dependencies&&eU(e)&&NU.dependencies.add(e);const t=xU(e);t&&pV(t,(e=>this.add(e)))}}class BU extends TU{constructor(e){super(e)}static create(e){return new BU(e)}getValue(){return this.source.map((e=>e.getValue()))}setValue(e){const t=this.getPayload();return e.length==t.length?t.map(((t,n)=>t.setValue(e[n]))).some(Boolean):(super.setValue(e.map(DU)),!0)}}function DU(e){return(AU(e)?SU:RU).create(e)}function IU(e){const t=WU(e);return t?t.constructor:cV.arr(e)?BU:AU(e)?SU:RU}function PU(){return PU=Object.assign||function(e){for(var t=1;t{const n=!cV.fun(e)||e.prototype&&e.prototype.isReactComponent;return(0,Bt.forwardRef)(((o,r)=>{const a=(0,Bt.useRef)(null),i=n&&(0,Bt.useCallback)((e=>{a.current=function(e,t){e&&(cV.fun(e)?e(t):e.current=t);return t}(r,e)}),[r]),[l,s]=function(e,t){const n=new Set;NU.dependencies=n,e.style&&(e=PU({},e,{style:t.createAnimatedStyle(e.style)}));return e=new TU(e),NU.dependencies=null,[e,n]}(o,t),c=_U(),u=()=>{const e=a.current;if(n&&!e)return;!1===(!!e&&t.applyAnimatedValues(e,l.getValue(!0)))&&c()},p=new FU(u,s),d=(0,Bt.useRef)();yU((()=>(d.current=p,pV(s,(e=>iU(e,p))),()=>{d.current&&(pV(d.current.deps,(e=>lU(e,d.current))),jj.cancel(d.current.update))}))),(0,Bt.useEffect)(u,[]),qU((()=>()=>{const e=d.current;pV(e.deps,(t=>lU(t,e)))}));const b=t.getComponentProps(l.getValue());return Bt.createElement(e,PU({},b,{ref:i}))}))};class FU{constructor(e,t){this.update=e,this.deps=t}eventObserved(e){"change"==e.type&&jj.write(this.update)}}const YU=Symbol.for("AnimatedComponent"),XU=e=>cV.str(e)?e:e&&cV.str(e.displayName)?e.displayName:cV.fun(e)&&e.name||null;function jU(){return jU=Object.assign||function(e){for(var t=1;t!0===e||!!(t&&e&&(cV.fun(e)?e(t):bV(e).includes(t))),$U=(e,t)=>cV.obj(e)?t&&e[t]:e,GU=(e,t)=>!0===e.default?e[t]:e.default?e.default[t]:void 0,KU=e=>e,JU=(e,t=KU)=>{let n=ZU;e.default&&!0!==e.default&&(e=e.default,n=Object.keys(e));const o={};for(const r of n){const n=t(e[r],r);cV.und(n)||(o[r]=n)}return o},ZU=["config","onProps","onStart","onChange","onPause","onResume","onRest"],QU={config:1,from:1,to:1,ref:1,loop:1,reset:1,pause:1,cancel:1,reverse:1,immediate:1,default:1,delay:1,onProps:1,onStart:1,onChange:1,onPause:1,onResume:1,onRest:1,onResolve:1,items:1,trail:1,sort:1,expires:1,initial:1,enter:1,update:1,leave:1,children:1,onDestroyed:1,keys:1,callId:1,parentId:1};function e$(e){const t=function(e){const t={};let n=0;if(dV(e,((e,o)=>{QU[o]||(t[o]=e,n++)})),n)return t}(e);if(t){const n={to:t};return dV(e,((e,o)=>o in t||(n[o]=e))),n}return jU({},e)}function t$(e){return e=tU(e),cV.arr(e)?e.map(t$):AU(e)?AV.createStringInterpolator({range:[0,1],output:[e,e]})(1):e}function n$(e){for(const t in e)return!0;return!1}function o$(e){return cV.fun(e)||cV.arr(e)&&cV.obj(e[0])}function r$(e,t){var n;null==(n=e.ref)||n.delete(e),null==t||t.delete(e)}function a$(e,t){var n;t&&e.ref!==t&&(null==(n=e.ref)||n.delete(e),t.add(e),e.ref=t)}const i$=1.70158,l$=1.525*i$,s$=i$+1,c$=2*Math.PI/3,u$=2*Math.PI/4.5,p$=e=>{const t=7.5625,n=2.75;return e<1/n?t*e*e:e<2/n?t*(e-=1.5/n)*e+.75:e<2.5/n?t*(e-=2.25/n)*e+.9375:t*(e-=2.625/n)*e+.984375},d$={linear:e=>e,easeInQuad:e=>e*e,easeOutQuad:e=>1-(1-e)*(1-e),easeInOutQuad:e=>e<.5?2*e*e:1-Math.pow(-2*e+2,2)/2,easeInCubic:e=>e*e*e,easeOutCubic:e=>1-Math.pow(1-e,3),easeInOutCubic:e=>e<.5?4*e*e*e:1-Math.pow(-2*e+2,3)/2,easeInQuart:e=>e*e*e*e,easeOutQuart:e=>1-Math.pow(1-e,4),easeInOutQuart:e=>e<.5?8*e*e*e*e:1-Math.pow(-2*e+2,4)/2,easeInQuint:e=>e*e*e*e*e,easeOutQuint:e=>1-Math.pow(1-e,5),easeInOutQuint:e=>e<.5?16*e*e*e*e*e:1-Math.pow(-2*e+2,5)/2,easeInSine:e=>1-Math.cos(e*Math.PI/2),easeOutSine:e=>Math.sin(e*Math.PI/2),easeInOutSine:e=>-(Math.cos(Math.PI*e)-1)/2,easeInExpo:e=>0===e?0:Math.pow(2,10*e-10),easeOutExpo:e=>1===e?1:1-Math.pow(2,-10*e),easeInOutExpo:e=>0===e?0:1===e?1:e<.5?Math.pow(2,20*e-10)/2:(2-Math.pow(2,-20*e+10))/2,easeInCirc:e=>1-Math.sqrt(1-Math.pow(e,2)),easeOutCirc:e=>Math.sqrt(1-Math.pow(e-1,2)),easeInOutCirc:e=>e<.5?(1-Math.sqrt(1-Math.pow(2*e,2)))/2:(Math.sqrt(1-Math.pow(-2*e+2,2))+1)/2,easeInBack:e=>s$*e*e*e-i$*e*e,easeOutBack:e=>1+s$*Math.pow(e-1,3)+i$*Math.pow(e-1,2),easeInOutBack:e=>e<.5?Math.pow(2*e,2)*(7.189819*e-l$)/2:(Math.pow(2*e-2,2)*((l$+1)*(2*e-2)+l$)+2)/2,easeInElastic:e=>0===e?0:1===e?1:-Math.pow(2,10*e-10)*Math.sin((10*e-10.75)*c$),easeOutElastic:e=>0===e?0:1===e?1:Math.pow(2,-10*e)*Math.sin((10*e-.75)*c$)+1,easeInOutElastic:e=>0===e?0:1===e?1:e<.5?-Math.pow(2,20*e-10)*Math.sin((20*e-11.125)*u$)/2:Math.pow(2,-20*e+10)*Math.sin((20*e-11.125)*u$)/2+1,easeInBounce:e=>1-p$(1-e),easeOutBounce:p$,easeInOutBounce:e=>e<.5?(1-p$(1-2*e))/2:(1+p$(2*e-1))/2},b$=jU({},{tension:170,friction:26},{mass:1,damping:1,easing:d$.linear,clamp:!1});class m${constructor(){this.tension=void 0,this.friction=void 0,this.frequency=void 0,this.damping=void 0,this.mass=void 0,this.velocity=0,this.restVelocity=void 0,this.precision=void 0,this.progress=void 0,this.duration=void 0,this.easing=void 0,this.clamp=void 0,this.bounce=void 0,this.decay=void 0,this.round=void 0,Object.assign(this,b$)}}function M$(e,t){if(cV.und(t.decay)){const n=!cV.und(t.tension)||!cV.und(t.friction);!n&&cV.und(t.frequency)&&cV.und(t.damping)&&cV.und(t.mass)||(e.duration=void 0,e.decay=void 0),n&&(e.frequency=void 0)}else e.duration=void 0}const z$=[];class f${constructor(){this.changed=!1,this.values=z$,this.toValues=null,this.fromValues=z$,this.to=void 0,this.from=void 0,this.config=new m$,this.immediate=!1}}function h$(e,{key:t,props:n,defaultProps:o,state:r,actions:a}){return new Promise(((i,l)=>{var s;let c,u,p=UU(null!=(s=n.cancel)?s:null==o?void 0:o.cancel,t);if(p)m();else{cV.und(n.pause)||(r.paused=UU(n.pause,t));let e=null==o?void 0:o.pause;!0!==e&&(e=r.paused||UU(e,t)),c=VU(n.delay||0,t),e?(r.resumeQueue.add(b),a.pause()):(a.resume(),b())}function d(){r.resumeQueue.add(b),r.timeouts.delete(u),u.cancel(),c=u.time-jj.now()}function b(){c>0&&!AV.skipAnimation?(r.delayed=!0,u=jj.setTimeout(m,c),r.pauseQueue.add(d),r.timeouts.add(u)):m()}function m(){r.delayed&&(r.delayed=!1),r.pauseQueue.delete(d),r.timeouts.delete(u),e<=(r.cancelId||0)&&(p=!0);try{a.start(jU({},n,{callId:e,cancel:p}),i)}catch(e){l(e)}}}))}const g$=(e,t)=>1==t.length?t[0]:t.some((e=>e.cancelled))?A$(e.get()):t.every((e=>e.noop))?O$(e.get()):v$(e.get(),t.every((e=>e.finished))),O$=e=>({value:e,noop:!0,finished:!0,cancelled:!1}),v$=(e,t,n=!1)=>({value:e,finished:t,cancelled:n}),A$=e=>({value:e,cancelled:!0,finished:!1});function y$(e,t,n,o){const{callId:r,parentId:a,onRest:i}=t,{asyncTo:l,promise:s}=n;return a||e!==l||t.reset?n.promise=(async()=>{n.asyncId=r,n.asyncTo=e;const c=JU(t,((e,t)=>"onRest"===t?void 0:e));let u,p;const d=new Promise(((e,t)=>(u=e,p=t))),b=e=>{const t=r<=(n.cancelId||0)&&A$(o)||r!==n.asyncId&&v$(o,!1);if(t)throw e.result=t,p(e),e},m=(e,t)=>{const a=new q$,i=new k$;return(async()=>{if(AV.skipAnimation)throw _$(n),i.result=v$(o,!1),p(i),i;b(a);const l=cV.obj(e)?jU({},e):jU({},t,{to:e});l.parentId=r,dV(c,((e,t)=>{cV.und(l[t])&&(l[t]=e)}));const s=await o.start(l);return b(a),n.paused&&await new Promise((e=>{n.resumeQueue.add(e)})),s})()};let M;if(AV.skipAnimation)return _$(n),v$(o,!1);try{let t;t=cV.arr(e)?(async e=>{for(const t of e)await m(t)})(e):Promise.resolve(e(m,o.stop.bind(o))),await Promise.all([t.then(u),d]),M=v$(o.get(),!0,!1)}catch(e){if(e instanceof q$)M=e.result;else{if(!(e instanceof k$))throw e;M=e.result}}finally{r==n.asyncId&&(n.asyncId=a,n.asyncTo=a?l:void 0,n.promise=a?s:void 0)}return cV.fun(i)&&jj.batchedUpdates((()=>{i(M,o,o.item)})),M})():s}function _$(e,t){mV(e.timeouts,(e=>e.cancel())),e.pauseQueue.clear(),e.resumeQueue.clear(),e.asyncId=e.asyncTo=e.promise=void 0,t&&(e.cancelId=t)}class q$ extends Error{constructor(){super("An async animation has been interrupted. You see this error because you forgot to use `await` or `.catch(...)` on its returned promise."),this.result=void 0}}class k$ extends Error{constructor(){super("SkipAnimationSignal"),this.result=void 0}}const w$=e=>e instanceof W$;let E$=1;class W$ extends rU{constructor(...e){super(...e),this.id=E$++,this.key=void 0,this._priority=0}get priority(){return this._priority}set priority(e){this._priority!=e&&(this._priority=e,this._onPriorityChange(e))}get(){const e=WU(this);return e&&e.getValue()}to(...e){return AV.to(this,e)}interpolate(...e){return OU('react-spring: The "interpolate" function is deprecated in v9 (use "to" instead)'),AV.to(this,e)}toJSON(){return this.get()}observerAdded(e){1==e&&this._attach()}observerRemoved(e){0==e&&this._detach()}_attach(){}_detach(){}_onChange(e,t=!1){oU(this,{type:"change",parent:this,value:e,idle:t})}_onPriorityChange(e){this.idle||wV.sort(this),oU(this,{type:"priority",parent:this,priority:e})}}const L$=Symbol.for("SpringPhase"),x$=e=>(1&e[L$])>0,C$=e=>(2&e[L$])>0,R$=e=>(4&e[L$])>0,S$=(e,t)=>t?e[L$]|=3:e[L$]&=-3,N$=(e,t)=>t?e[L$]|=4:e[L$]&=-5;class T$ extends W${constructor(e,t){if(super(),this.key=void 0,this.animation=new f$,this.queue=void 0,this.defaultProps={},this._state={paused:!1,delayed:!1,pauseQueue:new Set,resumeQueue:new Set,timeouts:new Set},this._pendingCalls=new Set,this._lastCallId=0,this._lastToId=0,this._memoizedDuration=0,!cV.und(e)||!cV.und(t)){const n=cV.obj(e)?jU({},e):jU({},t,{from:e});cV.und(n.default)&&(n.default=!0),this.start(n)}}get idle(){return!(C$(this)||this._state.asyncTo)||R$(this)}get goal(){return tU(this.animation.to)}get velocity(){const e=WU(this);return e instanceof RU?e.lastVelocity||0:e.getPayload().map((e=>e.lastVelocity||0))}get hasAnimated(){return x$(this)}get isAnimating(){return C$(this)}get isPaused(){return R$(this)}get isDelayed(){return this._state.delayed}advance(e){let t=!0,n=!1;const o=this.animation;let{config:r,toValues:a}=o;const i=xU(o.to);!i&&eU(o.to)&&(a=bV(tU(o.to))),o.values.forEach(((l,s)=>{if(l.done)return;const c=l.constructor==SU?1:i?i[s].lastPosition:a[s];let u=o.immediate,p=c;if(!u){if(p=l.lastPosition,r.tension<=0)return void(l.done=!0);let t=l.elapsedTime+=e;const n=o.fromValues[s],a=null!=l.v0?l.v0:l.v0=cV.arr(r.velocity)?r.velocity[s]:r.velocity;let i;if(cV.und(r.duration))if(r.decay){const e=!0===r.decay?.998:r.decay,o=Math.exp(-(1-e)*t);p=n+a/(1-e)*(1-o),u=Math.abs(l.lastPosition-p)<.1,i=a*o}else{i=null==l.lastVelocity?a:l.lastVelocity;const t=r.precision||(n==c?.005:Math.min(1,.001*Math.abs(c-n))),o=r.restVelocity||t/10,s=r.clamp?0:r.bounce,d=!cV.und(s),b=n==c?l.v0>0:no,m||(u=Math.abs(c-p)<=t,!u));++e){d&&(M=p==c||p>c==b,M&&(i=-i*s,p=c));i+=(1e-6*-r.tension*(p-c)+.001*-r.friction*i)/r.mass*z,p+=i*z}}else{let o=1;r.duration>0&&(this._memoizedDuration!==r.duration&&(this._memoizedDuration=r.duration,l.durationProgress>0&&(l.elapsedTime=r.duration*l.durationProgress,t=l.elapsedTime+=e)),o=(r.progress||0)+t/this._memoizedDuration,o=o>1?1:o<0?0:o,l.durationProgress=o),p=n+r.easing(o)*(c-n),i=(p-l.lastPosition)/e,u=1==o}l.lastVelocity=i,Number.isNaN(p)&&(console.warn("Got NaN while animating:",this),u=!0)}i&&!i[s].done&&(u=!1),u?l.done=!0:t=!1,l.setValue(p,r.round)&&(n=!0)}));const l=WU(this),s=l.getValue();if(t){const e=tU(o.to);s===e&&!n||r.decay?n&&r.decay&&this._onChange(s):(l.setValue(e),this._onChange(e)),this._stop()}else n&&this._onChange(s)}set(e){return jj.batchedUpdates((()=>{this._stop(),this._focus(e),this._set(e)})),this}pause(){this._update({pause:!0})}resume(){this._update({pause:!1})}finish(){if(C$(this)){const{to:e,config:t}=this.animation;jj.batchedUpdates((()=>{this._onStart(),t.decay||this._set(e,!1),this._stop()}))}return this}update(e){return(this.queue||(this.queue=[])).push(e),this}start(e,t){let n;return cV.und(e)?(n=this.queue||[],this.queue=[]):n=[cV.obj(e)?e:jU({},t,{to:e})],Promise.all(n.map((e=>this._update(e)))).then((e=>g$(this,e)))}stop(e){const{to:t}=this.animation;return this._focus(this.get()),_$(this._state,e&&this._lastCallId),jj.batchedUpdates((()=>this._stop(t,e))),this}reset(){this._update({reset:!0})}eventObserved(e){"change"==e.type?this._start():"priority"==e.type&&(this.priority=e.priority+1)}_prepareNode(e){const t=this.key||"";let{to:n,from:o}=e;n=cV.obj(n)?n[t]:n,(null==n||o$(n))&&(n=void 0),o=cV.obj(o)?o[t]:o,null==o&&(o=void 0);const r={to:n,from:o};return x$(this)||(e.reverse&&([n,o]=[o,n]),o=tU(o),cV.und(o)?WU(this)||this._set(n):this._set(o)),r}_update(e,t){let n=jU({},e);const{key:o,defaultProps:r}=this;n.default&&Object.assign(r,JU(n,((e,t)=>/^on/.test(t)?$U(e,o):e))),Y$(this,n,"onProps"),X$(this,"onProps",n,this);const a=this._prepareNode(n);if(Object.isFrozen(this))throw Error("Cannot animate a `SpringValue` object that is frozen. Did you forget to pass your component to `animated(...)` before animating its props?");const i=this._state;return h$(++this._lastCallId,{key:o,props:n,defaultProps:r,state:i,actions:{pause:()=>{R$(this)||(N$(this,!0),MV(i.pauseQueue),X$(this,"onPause",v$(this,B$(this,this.animation.to)),this))},resume:()=>{R$(this)&&(N$(this,!1),C$(this)&&this._resume(),MV(i.resumeQueue),X$(this,"onResume",v$(this,B$(this,this.animation.to)),this))},start:this._merge.bind(this,a)}}).then((e=>{if(n.loop&&e.finished&&(!t||!e.noop)){const e=D$(n);if(e)return this._update(e,!0)}return e}))}_merge(e,t,n){if(t.cancel)return this.stop(!0),n(A$(this));const o=!cV.und(e.to),r=!cV.und(e.from);if(o||r){if(!(t.callId>this._lastToId))return n(A$(this));this._lastToId=t.callId}const{key:a,defaultProps:i,animation:l}=this,{to:s,from:c}=l;let{to:u=s,from:p=c}=e;!r||o||t.default&&!cV.und(u)||(u=p),t.reverse&&([u,p]=[p,u]);const d=!uV(p,c);d&&(l.from=p),p=tU(p);const b=!uV(u,s);b&&this._focus(u);const m=o$(t.to),{config:M}=l,{decay:z,velocity:f}=M;(o||r)&&(M.velocity=0),t.config&&!m&&function(e,t,n){n&&(M$(n=jU({},n),t),t=jU({},n,t)),M$(e,t),Object.assign(e,t);for(const t in b$)null==e[t]&&(e[t]=b$[t]);let{mass:o,frequency:r,damping:a}=e;cV.und(r)||(r<.01&&(r=.01),a<0&&(a=0),e.tension=Math.pow(2*Math.PI/r,2)*o,e.friction=4*Math.PI*a*o/r)}(M,VU(t.config,a),t.config!==i.config?VU(i.config,a):void 0);let h=WU(this);if(!h||cV.und(u))return n(v$(this,!0));const g=cV.und(t.reset)?r&&!t.default:!cV.und(p)&&UU(t.reset,a),O=g?p:this.get(),v=t$(u),A=cV.num(v)||cV.arr(v)||AU(v),y=!m&&(!A||UU(i.immediate||t.immediate,a));if(b){const e=IU(u);if(e!==h.constructor){if(!y)throw Error(`Cannot animate between ${h.constructor.name} and ${e.name}, as the "to" prop suggests`);h=this._set(v)}}const _=h.constructor;let q=eU(u),k=!1;if(!q){const e=g||!x$(this)&&d;(b||e)&&(k=uV(t$(O),v),q=!k),(uV(l.immediate,y)||y)&&uV(M.decay,z)&&uV(M.velocity,f)||(q=!0)}if(k&&C$(this)&&(l.changed&&!g?q=!0:q||this._stop(s)),!m&&((q||eU(s))&&(l.values=h.getPayload(),l.toValues=eU(u)?null:_==SU?[1]:bV(v)),l.immediate!=y&&(l.immediate=y,y||g||this._set(s)),q)){const{onRest:e}=l;pV(F$,(e=>Y$(this,t,e)));const o=v$(this,B$(this,s));MV(this._pendingCalls,o),this._pendingCalls.add(n),l.changed&&jj.batchedUpdates((()=>{l.changed=!g,null==e||e(o,this),g?VU(i.onRest,o):null==l.onStart||l.onStart(o,this)}))}g&&this._set(O),m?n(y$(t.to,t,this._state,this)):q?this._start():C$(this)&&!b?this._pendingCalls.add(n):n(O$(O))}_focus(e){const t=this.animation;e!==t.to&&(nU(this)&&this._detach(),t.to=e,nU(this)&&this._attach())}_attach(){let e=0;const{to:t}=this.animation;eU(t)&&(iU(t,this),w$(t)&&(e=t.priority+1)),this.priority=e}_detach(){const{to:e}=this.animation;eU(e)&&lU(e,this)}_set(e,t=!0){const n=tU(e);if(!cV.und(n)){const e=WU(this);if(!e||!uV(n,e.getValue())){const o=IU(n);e&&e.constructor==o?e.setValue(n):LU(this,o.create(n)),e&&jj.batchedUpdates((()=>{this._onChange(n,t)}))}}return WU(this)}_onStart(){const e=this.animation;e.changed||(e.changed=!0,X$(this,"onStart",v$(this,B$(this,e.to)),this))}_onChange(e,t){t||(this._onStart(),VU(this.animation.onChange,e,this)),VU(this.defaultProps.onChange,e,this),super._onChange(e,t)}_start(){const e=this.animation;WU(this).reset(tU(e.to)),e.immediate||(e.fromValues=e.values.map((e=>e.lastPosition))),C$(this)||(S$(this,!0),R$(this)||this._resume())}_resume(){AV.skipAnimation?this.finish():wV.start(this)}_stop(e,t){if(C$(this)){S$(this,!1);const n=this.animation;pV(n.values,(e=>{e.done=!0})),n.toValues&&(n.onChange=n.onPause=n.onResume=void 0),oU(this,{type:"idle",parent:this});const o=t?A$(this.get()):v$(this.get(),B$(this,null!=e?e:n.to));MV(this._pendingCalls,o),n.changed&&(n.changed=!1,X$(this,"onRest",o,this))}}}function B$(e,t){const n=t$(t);return uV(t$(e.get()),n)}function D$(e,t=e.loop,n=e.to){let o=VU(t);if(o){const r=!0!==o&&e$(o),a=(r||e).reverse,i=!r||r.reset;return I$(jU({},e,{loop:t,default:!1,pause:void 0,to:!a||o$(n)?n:void 0,from:i?e.from:void 0,reset:i},r))}}function I$(e){const{to:t,from:n}=e=e$(e),o=new Set;return cV.obj(t)&&H$(t,o),cV.obj(n)&&H$(n,o),e.keys=o.size?Array.from(o):null,e}function P$(e){const t=I$(e);return cV.und(t.default)&&(t.default=JU(t)),t}function H$(e,t){dV(e,((e,n)=>null!=e&&t.add(n)))}const F$=["onStart","onRest","onChange","onPause","onResume"];function Y$(e,t,n){e.animation[n]=t[n]!==GU(t,n)?$U(t[n],e.key):void 0}function X$(e,t,...n){var o,r,a,i;null==(o=(r=e.animation)[t])||o.call(r,...n),null==(a=(i=e.defaultProps)[t])||a.call(i,...n)}const j$=["onStart","onChange","onRest"];let V$=1;class U${constructor(e,t){this.id=V$++,this.springs={},this.queue=[],this.ref=void 0,this._flush=void 0,this._initialProps=void 0,this._lastAsyncId=0,this._active=new Set,this._changed=new Set,this._started=!1,this._item=void 0,this._state={paused:!1,pauseQueue:new Set,resumeQueue:new Set,timeouts:new Set},this._events={onStart:new Map,onChange:new Map,onRest:new Map},this._onFrame=this._onFrame.bind(this),t&&(this._flush=t),e&&this.start(jU({default:!0},e))}get idle(){return!this._state.asyncTo&&Object.values(this.springs).every((e=>e.idle&&!e.isDelayed&&!e.isPaused))}get item(){return this._item}set item(e){this._item=e}get(){const e={};return this.each(((t,n)=>e[n]=t.get())),e}set(e){for(const t in e){const n=e[t];cV.und(n)||this.springs[t].set(n)}}update(e){return e&&this.queue.push(I$(e)),this}start(e){let{queue:t}=this;return e?t=bV(e).map(I$):this.queue=[],this._flush?this._flush(this,t):(eG(this,t),$$(this,t))}stop(e,t){if(e!==!!e&&(t=e),t){const n=this.springs;pV(bV(t),(t=>n[t].stop(!!e)))}else _$(this._state,this._lastAsyncId),this.each((t=>t.stop(!!e)));return this}pause(e){if(cV.und(e))this.start({pause:!0});else{const t=this.springs;pV(bV(e),(e=>t[e].pause()))}return this}resume(e){if(cV.und(e))this.start({pause:!1});else{const t=this.springs;pV(bV(e),(e=>t[e].resume()))}return this}each(e){dV(this.springs,e)}_onFrame(){const{onStart:e,onChange:t,onRest:n}=this._events,o=this._active.size>0,r=this._changed.size>0;(o&&!this._started||r&&!this._started)&&(this._started=!0,mV(e,(([e,t])=>{t.value=this.get(),e(t,this,this._item)})));const a=!o&&this._started,i=r||a&&n.size?this.get():null;r&&t.size&&mV(t,(([e,t])=>{t.value=i,e(t,this,this._item)})),a&&(this._started=!1,mV(n,(([e,t])=>{t.value=i,e(t,this,this._item)})))}eventObserved(e){if("change"==e.type)this._changed.add(e.parent),e.idle||this._active.add(e.parent);else{if("idle"!=e.type)return;this._active.delete(e.parent)}jj.onFrame(this._onFrame)}}function $$(e,t){return Promise.all(t.map((t=>G$(e,t)))).then((t=>g$(e,t)))}async function G$(e,t,n){const{keys:o,to:r,from:a,loop:i,onRest:l,onResolve:s}=t,c=cV.obj(t.default)&&t.default;i&&(t.loop=!1),!1===r&&(t.to=null),!1===a&&(t.from=null);const u=cV.arr(r)||cV.fun(r)?r:void 0;u?(t.to=void 0,t.onRest=void 0,c&&(c.onRest=void 0)):pV(j$,(n=>{const o=t[n];if(cV.fun(o)){const r=e._events[n];t[n]=({finished:e,cancelled:t})=>{const n=r.get(o);n?(e||(n.finished=!1),t&&(n.cancelled=!0)):r.set(o,{value:null,finished:e||!1,cancelled:t||!1})},c&&(c[n]=t[n])}}));const p=e._state;t.pause===!p.paused?(p.paused=t.pause,MV(t.pause?p.pauseQueue:p.resumeQueue)):p.paused&&(t.pause=!0);const d=(o||Object.keys(e.springs)).map((n=>e.springs[n].start(t))),b=!0===t.cancel||!0===GU(t,"cancel");(u||b&&p.asyncId)&&d.push(h$(++e._lastAsyncId,{props:t,state:p,actions:{pause:sV,resume:sV,start(t,n){b?(_$(p,e._lastAsyncId),n(A$(e))):(t.onRest=l,n(y$(u,t,p,e)))}}})),p.paused&&await new Promise((e=>{p.resumeQueue.add(e)}));const m=g$(e,await Promise.all(d));if(i&&m.finished&&(!n||!m.noop)){const n=D$(t,i,r);if(n)return eG(e,[n]),G$(e,n,!0)}return s&&jj.batchedUpdates((()=>s(m,e,e.item))),m}function K$(e,t){const n=jU({},e.springs);return t&&pV(bV(t),(e=>{cV.und(e.keys)&&(e=I$(e)),cV.obj(e.to)||(e=jU({},e,{to:void 0})),Q$(n,e,(e=>Z$(e)))})),J$(e,n),n}function J$(e,t){dV(t,((t,n)=>{e.springs[n]||(e.springs[n]=t,iU(t,e))}))}function Z$(e,t){const n=new T$;return n.key=e,t&&iU(n,t),n}function Q$(e,t,n){t.keys&&pV(t.keys,(o=>{(e[o]||(e[o]=n(o)))._prepareNode(t)}))}function eG(e,t){pV(t,(t=>{Q$(e.springs,t,(t=>Z$(t,e)))}))}function tG(e,t){if(null==e)return{};var n,o,r={},a=Object.keys(e);for(o=0;o=0||(r[n]=e[n]);return r}const nG=["children"],oG=e=>{let{children:t}=e,n=tG(e,nG);const o=(0,Bt.useContext)(rG),r=n.pause||!!o.pause,a=n.immediate||!!o.immediate;n=function(e,t){const[n]=(0,Bt.useState)((()=>({inputs:t,result:e()}))),o=(0,Bt.useRef)(),r=o.current;let a=r;if(a){const n=Boolean(t&&a.inputs&&function(e,t){if(e.length!==t.length)return!1;for(let n=0;n{o.current=a,r==n&&(n.inputs=n.result=void 0)}),[a]),a.result}((()=>({pause:r,immediate:a})),[r,a]);const{Provider:i}=rG;return Bt.createElement(i,{value:n},t)},rG=function(e,t){return Object.assign(e,Bt.createContext(t)),e.Provider._context=e,e.Consumer._context=e,e}(oG,{});oG.Provider=rG.Provider,oG.Consumer=rG.Consumer;const aG=()=>{const e=[],t=function(t){vU('react-spring: Directly calling start instead of using the api object is deprecated in v9 (use ".start" instead), this will be removed in later 0.X.0 versions');const o=[];return pV(e,((e,r)=>{if(cV.und(t))o.push(e.start());else{const a=n(t,e,r);a&&o.push(e.start(a))}})),o};t.current=e,t.add=function(t){e.includes(t)||e.push(t)},t.delete=function(t){const n=e.indexOf(t);~n&&e.splice(n,1)},t.pause=function(){return pV(e,(e=>e.pause(...arguments))),this},t.resume=function(){return pV(e,(e=>e.resume(...arguments))),this},t.set=function(t){pV(e,(e=>e.set(t)))},t.start=function(t){const n=[];return pV(e,((e,o)=>{if(cV.und(t))n.push(e.start());else{const r=this._getProps(t,e,o);r&&n.push(e.start(r))}})),n},t.stop=function(){return pV(e,(e=>e.stop(...arguments))),this},t.update=function(t){return pV(e,((e,n)=>e.update(this._getProps(t,e,n)))),this};const n=function(e,t,n){return cV.fun(e)?e(n,t):e};return t._getProps=n,t};function iG(e,t,n){const o=cV.fun(t)&&t;o&&!n&&(n=[]);const r=(0,Bt.useMemo)((()=>o||3==arguments.length?aG():void 0),[]),a=(0,Bt.useRef)(0),i=_U(),l=(0,Bt.useMemo)((()=>({ctrls:[],queue:[],flush(e,t){const n=K$(e,t);return a.current>0&&!l.queue.length&&!Object.keys(n).some((t=>!e.springs[t]))?$$(e,t):new Promise((o=>{J$(e,n),l.queue.push((()=>{o($$(e,t))})),i()}))}})),[]),s=(0,Bt.useRef)([...l.ctrls]),c=[],u=wU(e)||0;function p(e,n){for(let r=e;r{pV(s.current.slice(e,u),(e=>{r$(e,r),e.stop(!0)})),s.current.length=e,p(u,e)}),[e]),(0,Bt.useMemo)((()=>{p(0,Math.min(u,e))}),n);const d=s.current.map(((e,t)=>K$(e,c[t]))),b=(0,Bt.useContext)(oG),m=wU(b),M=b!==m&&n$(b);yU((()=>{a.current++,l.ctrls=s.current;const{queue:e}=l;e.length&&(l.queue=[],pV(e,(e=>e()))),pV(s.current,((e,t)=>{null==r||r.add(e),M&&e.start({default:b});const n=c[t];n&&(a$(e,n.ref),e.ref?e.queue.push(n):e.start(n))}))})),qU((()=>()=>{pV(l.ctrls,(e=>e.stop(!0)))}));const z=d.map((e=>jU({},e)));return r?[z,r]:z}function lG(e,t){const n=cV.fun(e),[[o],r]=iG(1,n?e:[e],n?t||[]:t);return n||2==arguments.length?[o,r]:o}let sG;!function(e){e.MOUNT="mount",e.ENTER="enter",e.UPDATE="update",e.LEAVE="leave"}(sG||(sG={}));class cG extends W${constructor(e,t){super(),this.key=void 0,this.idle=!0,this.calc=void 0,this._active=new Set,this.source=e,this.calc=KV(...t);const n=this._get(),o=IU(n);LU(this,o.create(n))}advance(e){const t=this._get();uV(t,this.get())||(WU(this).setValue(t),this._onChange(t,this.idle)),!this.idle&&pG(this._active)&&dG(this)}_get(){const e=cV.arr(this.source)?this.source.map(tU):bV(tU(this.source));return this.calc(...e)}_start(){this.idle&&!pG(this._active)&&(this.idle=!1,pV(xU(this),(e=>{e.done=!1})),AV.skipAnimation?(jj.batchedUpdates((()=>this.advance())),dG(this)):wV.start(this))}_attach(){let e=1;pV(bV(this.source),(t=>{eU(t)&&iU(t,this),w$(t)&&(t.idle||this._active.add(t),e=Math.max(e,t.priority+1))})),this.priority=e,this._start()}_detach(){pV(bV(this.source),(e=>{eU(e)&&lU(e,this)})),this._active.clear(),dG(this)}eventObserved(e){"change"==e.type?e.idle?this.advance():(this._active.add(e.parent),this._start()):"idle"==e.type?this._active.delete(e.parent):"priority"==e.type&&(this.priority=bV(this.source).reduce(((e,t)=>Math.max(e,(w$(t)?t.priority:0)+1)),0))}}function uG(e){return!1!==e.idle}function pG(e){return!e.size||Array.from(e).every(uG)}function dG(e){e.idle||(e.idle=!0,pV(xU(e),(e=>{e.done=!0})),oU(e,{type:"idle",parent:e}))}AV.assign({createStringInterpolator:hU,to:(e,t)=>new cG(e,t)});wV.advance;function bG(e,t){if(null==e)return{};var n,o,r={},a=Object.keys(e);for(o=0;o=0||(r[n]=e[n]);return r}const mG=["style","children","scrollTop","scrollLeft"],MG=/^--/;function zG(e,t){return null==t||"boolean"==typeof t||""===t?"":"number"!=typeof t||0===t||MG.test(e)||hG.hasOwnProperty(e)&&hG[e]?(""+t).trim():t+"px"}const fG={};let hG={animationIterationCount:!0,borderImageOutset:!0,borderImageSlice:!0,borderImageWidth:!0,boxFlex:!0,boxFlexGroup:!0,boxOrdinalGroup:!0,columnCount:!0,columns:!0,flex:!0,flexGrow:!0,flexPositive:!0,flexShrink:!0,flexNegative:!0,flexOrder:!0,gridRow:!0,gridRowEnd:!0,gridRowSpan:!0,gridRowStart:!0,gridColumn:!0,gridColumnEnd:!0,gridColumnSpan:!0,gridColumnStart:!0,fontWeight:!0,lineClamp:!0,lineHeight:!0,opacity:!0,order:!0,orphans:!0,tabSize:!0,widows:!0,zIndex:!0,zoom:!0,fillOpacity:!0,floodOpacity:!0,stopOpacity:!0,strokeDasharray:!0,strokeDashoffset:!0,strokeMiterlimit:!0,strokeOpacity:!0,strokeWidth:!0};const gG=["Webkit","Ms","Moz","O"];hG=Object.keys(hG).reduce(((e,t)=>(gG.forEach((n=>e[((e,t)=>e+t.charAt(0).toUpperCase()+t.substring(1))(n,t)]=e[t])),e)),hG);const OG=["x","y","z"],vG=/^(matrix|translate|scale|rotate|skew)/,AG=/^(translate)/,yG=/^(rotate|skew)/,_G=(e,t)=>cV.num(e)&&0!==e?e+t:e,qG=(e,t)=>cV.arr(e)?e.every((e=>qG(e,t))):cV.num(e)?e===t:parseFloat(e)===t;class kG extends TU{constructor(e){let{x:t,y:n,z:o}=e,r=bG(e,OG);const a=[],i=[];(t||n||o)&&(a.push([t||0,n||0,o||0]),i.push((e=>[`translate3d(${e.map((e=>_G(e,"px"))).join(",")})`,qG(e,0)]))),dV(r,((e,t)=>{if("transform"===t)a.push([e||""]),i.push((e=>[e,""===e]));else if(vG.test(t)){if(delete r[t],cV.und(e))return;const n=AG.test(t)?"px":yG.test(t)?"deg":"";a.push(bV(e)),i.push("rotate3d"===t?([e,t,o,r])=>[`rotate3d(${e},${t},${o},${_G(r,n)})`,qG(r,0)]:e=>[`${t}(${e.map((e=>_G(e,n))).join(",")})`,qG(e,t.startsWith("scale")?1:0)])}})),a.length&&(r.transform=new wG(a,i)),super(r)}}class wG extends rU{constructor(e,t){super(),this._value=null,this.inputs=e,this.transforms=t}get(){return this._value||(this._value=this._get())}_get(){let e="",t=!0;return pV(this.inputs,((n,o)=>{const r=tU(n[0]),[a,i]=this.transforms[o](cV.arr(r)?r:n.map(tU));e+=" "+a,t=t&&i})),t?"none":e}observerAdded(e){1==e&&pV(this.inputs,(e=>pV(e,(e=>eU(e)&&iU(e,this)))))}observerRemoved(e){0==e&&pV(this.inputs,(e=>pV(e,(e=>eU(e)&&lU(e,this)))))}eventObserved(e){"change"==e.type&&(this._value=null),oU(this,e)}}const EG=["scrollTop","scrollLeft"];AV.assign({batchedUpdates:It.unstable_batchedUpdates,createStringInterpolator:hU,colors:{transparent:0,aliceblue:4042850303,antiquewhite:4209760255,aqua:16777215,aquamarine:2147472639,azure:4043309055,beige:4126530815,bisque:4293182719,black:255,blanchedalmond:4293643775,blue:65535,blueviolet:2318131967,brown:2771004159,burlywood:3736635391,burntsienna:3934150143,cadetblue:1604231423,chartreuse:2147418367,chocolate:3530104575,coral:4286533887,cornflowerblue:1687547391,cornsilk:4294499583,crimson:3692313855,cyan:16777215,darkblue:35839,darkcyan:9145343,darkgoldenrod:3095792639,darkgray:2846468607,darkgreen:6553855,darkgrey:2846468607,darkkhaki:3182914559,darkmagenta:2332068863,darkolivegreen:1433087999,darkorange:4287365375,darkorchid:2570243327,darkred:2332033279,darksalmon:3918953215,darkseagreen:2411499519,darkslateblue:1211993087,darkslategray:793726975,darkslategrey:793726975,darkturquoise:13554175,darkviolet:2483082239,deeppink:4279538687,deepskyblue:12582911,dimgray:1768516095,dimgrey:1768516095,dodgerblue:512819199,firebrick:2988581631,floralwhite:4294635775,forestgreen:579543807,fuchsia:4278255615,gainsboro:3705462015,ghostwhite:4177068031,gold:4292280575,goldenrod:3668254975,gray:2155905279,green:8388863,greenyellow:2919182335,grey:2155905279,honeydew:4043305215,hotpink:4285117695,indianred:3445382399,indigo:1258324735,ivory:4294963455,khaki:4041641215,lavender:3873897215,lavenderblush:4293981695,lawngreen:2096890111,lemonchiffon:4294626815,lightblue:2916673279,lightcoral:4034953471,lightcyan:3774873599,lightgoldenrodyellow:4210742015,lightgray:3553874943,lightgreen:2431553791,lightgrey:3553874943,lightpink:4290167295,lightsalmon:4288707327,lightseagreen:548580095,lightskyblue:2278488831,lightslategray:2005441023,lightslategrey:2005441023,lightsteelblue:2965692159,lightyellow:4294959359,lime:16711935,limegreen:852308735,linen:4210091775,magenta:4278255615,maroon:2147483903,mediumaquamarine:1724754687,mediumblue:52735,mediumorchid:3126187007,mediumpurple:2473647103,mediumseagreen:1018393087,mediumslateblue:2070474495,mediumspringgreen:16423679,mediumturquoise:1221709055,mediumvioletred:3340076543,midnightblue:421097727,mintcream:4127193855,mistyrose:4293190143,moccasin:4293178879,navajowhite:4292783615,navy:33023,oldlace:4260751103,olive:2155872511,olivedrab:1804477439,orange:4289003775,orangered:4282712319,orchid:3664828159,palegoldenrod:4008225535,palegreen:2566625535,paleturquoise:2951671551,palevioletred:3681588223,papayawhip:4293907967,peachpuff:4292524543,peru:3448061951,pink:4290825215,plum:3718307327,powderblue:2967529215,purple:2147516671,rebeccapurple:1714657791,red:4278190335,rosybrown:3163525119,royalblue:1097458175,saddlebrown:2336560127,salmon:4202722047,sandybrown:4104413439,seagreen:780883967,seashell:4294307583,sienna:2689740287,silver:3233857791,skyblue:2278484991,slateblue:1784335871,slategray:1887473919,slategrey:1887473919,snow:4294638335,springgreen:16744447,steelblue:1182971135,tan:3535047935,teal:8421631,thistle:3636451583,tomato:4284696575,turquoise:1088475391,violet:4001558271,wheat:4125012991,white:4294967295,whitesmoke:4126537215,yellow:4294902015,yellowgreen:2597139199}});const WG=((e,{applyAnimatedValues:t=(()=>!1),createAnimatedStyle:n=(e=>new TU(e)),getComponentProps:o=(e=>e)}={})=>{const r={applyAnimatedValues:t,createAnimatedStyle:n,getComponentProps:o},a=e=>{const t=XU(e)||"Anonymous";return(e=cV.str(e)?a[e]||(a[e]=HU(e,r)):e[YU]||(e[YU]=HU(e,r))).displayName=`Animated(${t})`,e};return dV(e,((t,n)=>{cV.arr(e)&&(n=XU(t)),a[n]=a(t)})),{animated:a}})(["a","abbr","address","area","article","aside","audio","b","base","bdi","bdo","big","blockquote","body","br","button","canvas","caption","cite","code","col","colgroup","data","datalist","dd","del","details","dfn","dialog","div","dl","dt","em","embed","fieldset","figcaption","figure","footer","form","h1","h2","h3","h4","h5","h6","head","header","hgroup","hr","html","i","iframe","img","input","ins","kbd","keygen","label","legend","li","link","main","map","mark","menu","menuitem","meta","meter","nav","noscript","object","ol","optgroup","option","output","p","param","picture","pre","progress","q","rp","rt","ruby","s","samp","script","section","select","small","source","span","strong","style","sub","summary","sup","table","tbody","td","textarea","tfoot","th","thead","time","title","tr","track","u","ul","var","video","wbr","circle","clipPath","defs","ellipse","foreignObject","g","image","line","linearGradient","mask","path","pattern","polygon","polyline","radialGradient","rect","stop","svg","text","tspan"],{applyAnimatedValues:function(e,t){if(!e.nodeType||!e.setAttribute)return!1;const n="filter"===e.nodeName||e.parentNode&&"filter"===e.parentNode.nodeName,o=t,{style:r,children:a,scrollTop:i,scrollLeft:l}=o,s=bG(o,mG),c=Object.values(s),u=Object.keys(s).map((t=>n||e.hasAttribute(t)?t:fG[t]||(fG[t]=t.replace(/([A-Z])/g,(e=>"-"+e.toLowerCase())))));void 0!==a&&(e.textContent=a);for(let t in r)if(r.hasOwnProperty(t)){const n=zG(t,r[t]);MG.test(t)?e.style.setProperty(t,n):e.style[t]=n}u.forEach(((t,n)=>{e.setAttribute(t,c[n])})),void 0!==i&&(e.scrollTop=i),void 0!==l&&(e.scrollLeft=l)},createAnimatedStyle:e=>new kG(e),getComponentProps:e=>bG(e,EG)}),LG=WG.animated,xG=e=>e+1,CG=e=>({top:e.offsetTop,left:e.offsetLeft});const RG=function(e){let{isSelected:t,adjustScrolling:n,enableAnimation:o,triggerAnimationOnChange:r}=e;const a=(0,Bt.useRef)(),i=pX()||!o,[l,s]=(0,Bt.useReducer)(xG,0),[c,u]=(0,Bt.useReducer)(xG,0),[p,d]=(0,Bt.useState)({x:0,y:0}),b=(0,Bt.useMemo)((()=>a.current?CG(a.current):null),[r]),m=(0,Bt.useMemo)((()=>{if(!n||!a.current)return()=>{};const e=lk(a.current);if(!e)return()=>{};const t=a.current.getBoundingClientRect();return()=>{const n=a.current.getBoundingClientRect().top-t.top;n&&(e.scrollTop+=n)}}),[r,n]);return(0,Bt.useLayoutEffect)((()=>{l&&u()}),[l]),(0,Bt.useLayoutEffect)((()=>{if(!b)return;if(i)return void m();a.current.style.transform=void 0;const e=CG(a.current);s(),d({x:Math.round(b.left-e.left),y:Math.round(b.top-e.top)})}),[r]),lG({from:{x:p.x,y:p.y},to:{x:0,y:0},reset:l!==c,config:{mass:5,tension:2e3,friction:200},immediate:i,onChange:function(e){let{value:n}=e;if(!a.current)return;let{x:o,y:r}=n;o=Math.round(o),r=Math.round(r);const i=0===o&&0===r;a.current.style.transformOrigin="center center",a.current.style.transform=i?void 0:`translate3d(${o}px,${r}px,0)`,a.current.style.zIndex=t?"1":"",m()}}),a};function SG(e){return"INPUT"===(null==e?void 0:e.nodeName)}function NG(e){return SG(e)&&e.type&&!["button","checkbox","hidden","file","radio","image","range","reset","submit","number","email","time"].includes(e.type)||"TEXTAREA"===e.nodeName||"true"===e.contentEditable}function TG(e){return"INPUT"===e.tagName||"TEXTAREA"===e.tagName}function BG(e){if(!e)return!1;const{tagName:t}=e;return TG(e)||"BUTTON"===t||"SELECT"===t}function DG(e,t,n,o){const r=o.style.zIndex,a=o.style.position,{position:i="static"}=ik(o);"static"===i&&(o.style.position="relative"),o.style.zIndex="10000";const l=function(e,t,n){if(e.caretRangeFromPoint)return e.caretRangeFromPoint(t,n);if(!e.caretPositionFromPoint)return null;const o=e.caretPositionFromPoint(t,n);if(!o)return null;const r=e.createRange();return r.setStart(o.offsetNode,o.offset),r.collapse(!0),r}(e,t,n);return o.style.zIndex=r,o.style.position=a,l}function IG(e){return"rtl"===ik(e).direction}function PG(e,t,n){const{ownerDocument:o}=e,r=IG(e)?!t:t,a=e.getBoundingClientRect();void 0===n?n=t?a.right-1:a.left+1:n<=a.left?n=a.left+1:n>=a.right&&(n=a.right-1);return DG(o,n,r?a.bottom-1:a.top+1,e)}function HG(e,t,n){if(!e)return;if(e.focus(),TG(e)){if("number"!=typeof e.selectionStart)return;return void(t?(e.selectionStart=e.value.length,e.selectionEnd=e.value.length):(e.selectionStart=0,e.selectionEnd=0))}if(!e.isContentEditable)return;let o=PG(e,t,n);if(!(o&&o.startContainer&&e.contains(o.startContainer)||(e.scrollIntoView(t),o=o=PG(e,t,n),o&&o.startContainer&&e.contains(o.startContainer))))return;const{ownerDocument:r}=e,{defaultView:a}=r;na();const i=a.getSelection();na(),i.removeAllRanges(),i.addRange(o)}function FG(e,t){return HG(e,t,void 0)}const YG=".block-editor-block-list__block",XG=".block-list-appender",jG=".block-editor-button-block-appender";function VG(e,t){return t.closest([YG,XG,jG].join(","))===e}function UG(e){for(;e&&e.nodeType!==e.ELEMENT_NODE;)e=e.parentNode;if(!e)return;const t=e.closest(YG);return t?t.id.slice("block-".length):void 0}function $G(e){const t=(0,Bt.useRef)(),n=function(e){return fp((t=>{const{getSelectedBlocksInitialCaretPosition:n,__unstableGetEditorMode:o,isBlockSelected:r}=t(wN);if(r(e)&&"edit"===o())return n()}),[e])}(e),{isBlockSelected:o,isMultiSelecting:r}=fp(wN);return(0,Bt.useEffect)((()=>{if(!o(e)||r())return;if(null==n)return;if(!t.current)return;const{ownerDocument:a}=t.current;if(VG(t.current,a.activeElement))return;const i=Yq.tabbable.find(t.current).filter((e=>NG(e))),l=-1===n,s=i[l?i.length-1:0]||t.current;if(VG(t.current,s)){if(!t.current.getAttribute("contenteditable")){const e=Yq.tabbable.findNext(t.current);if(e&&VG(t.current,e)&&BG(e))return void e.focus()}FG(s,l)}else t.current.focus()}),[n,e]),t}function GG(e){if(e.defaultPrevented)return;const t="mouseover"===e.type?"add":"remove";e.preventDefault(),e.currentTarget.classList[t]("is-hovered")}function KG(){const e=fp((e=>{const{getSettings:t}=e(wN);return t().outlineMode}),[]);return Xq((t=>{if(e)return t.addEventListener("mouseout",GG),t.addEventListener("mouseover",GG),()=>{t.removeEventListener("mouseout",GG),t.removeEventListener("mouseover",GG),t.classList.remove("is-hovered")}}),[e])}function JG(e){return fp((t=>{const{isBlockBeingDragged:n,isBlockHighlighted:o,isBlockSelected:r,isBlockMultiSelected:a,getBlockName:i,getSettings:l,hasSelectedInnerBlock:s,isTyping:c,__unstableIsFullySelected:u,__unstableSelectionHasUnmergeableBlock:p}=t(wN),{outlineMode:d}=l(),b=n(e),m=r(e),M=i(e),z=s(e,!0),f=a(e);return eM()({"is-selected":m,"is-highlighted":o(e),"is-multi-selected":f,"is-partially-selected":f&&!u()&&!p(),"is-reusable":Ia(Na(M)),"is-dragging":b,"has-child-selected":z,"remove-outline":m&&d&&c()})}),[e])}function ZG(e){return fp((t=>{const n=t(wN).getBlockName(e),o=Na(n);if((null==o?void 0:o.apiVersion)>1)return As(n)}),[e])}function QG(e){return fp((t=>{const{getBlockName:n,getBlockAttributes:o}=t(wN),r=o(e);if(null==r||!r.className)return;const a=Na(n(e));return(null==a?void 0:a.apiVersion)>1?r.className:void 0}),[e])}function eK(e){return fp((t=>{const{hasBlockMovingClientId:n,canInsertBlockType:o,getBlockName:r,getBlockRootClientId:a,isBlockSelected:i}=t(wN);if(!i(e))return;const l=n();return l?eM()("is-block-moving-mode",{"can-insert-moving-block":o(r(l),a(e))}):void 0}),[e])}function tK(e){const{isBlockSelected:t}=fp(wN),{selectBlock:n,selectionChange:o}=Lm(wN);return Xq((r=>{function a(a){r.parentElement.closest('[contenteditable="true"]')||(t(e)?a.target.isContentEditable||o(e):VG(r,a.target)&&n(e))}return r.addEventListener("focusin",a),()=>{r.removeEventListener("focusin",a)}}),[t,n])}function nK(e){const t=fp((t=>t(wN).isBlockSelected(e)),[e]),{getBlockRootClientId:n,getBlockIndex:o}=fp(wN),{insertDefaultBlock:r,removeBlock:a}=Lm(wN);return Xq((i=>{if(t)return i.addEventListener("keydown",l),i.addEventListener("dragstart",s),()=>{i.removeEventListener("keydown",l),i.removeEventListener("dragstart",s)};function l(t){const{keyCode:l,target:s}=t;l!==cq&&l!==sq&&l!==fq||s!==i||NG(s)||(t.preventDefault(),l===cq?r({},n(e),o(e)+1):a(e))}function s(e){e.preventDefault()}}),[e,t,n,o,r,a])}function oK(e){const{isNavigationMode:t,isBlockSelected:n}=fp(wN),{setNavigationMode:o,selectBlock:r}=Lm(wN);return Xq((a=>{function i(a){t()&&!a.defaultPrevented&&(a.preventDefault(),n(e)?o(!1):r(e))}return a.addEventListener("mousedown",i),()=>{a.addEventListener("mousedown",i)}}),[e,t,n,o])}const rK=(0,Bt.createContext)({refs:new Map,callbacks:new Map});function aK(e){let{children:t}=e;const n=(0,Bt.useMemo)((()=>({refs:new Map,callbacks:new Map})),[]);return(0,Bt.createElement)(rK.Provider,{value:n},t)}function iK(e){const{refs:t,callbacks:n}=(0,Bt.useContext)(rK),o=(0,Bt.useRef)();return(0,Bt.useLayoutEffect)((()=>(t.set(o,e),()=>{t.delete(o)})),[e]),Xq((t=>{o.current=t,n.forEach(((n,o)=>{e===n&&o(t)}))}),[e])}function lK(e){const{refs:t}=(0,Bt.useContext)(rK),n=(0,Bt.useRef)();return n.current=e,(0,Bt.useMemo)((()=>({get current(){let e=null;for(const[o,r]of t.entries())r===n.current&&o.current&&(e=o.current);return e}})),[])}function sK(e){const{callbacks:t}=(0,Bt.useContext)(rK),n=lK(e),[o,r]=(0,Bt.useState)(null);return(0,Bt.useLayoutEffect)((()=>{if(e)return t.set(r,e),()=>{t.delete(r)}}),[e]),n.current||o}function cK(){const e=(0,Bt.useContext)(Y5);return Xq((t=>{if(e)return e.observe(t),()=>{e.unobserve(t)}}),[e])}function uK(e){return fp((t=>{const{__unstableHasActiveBlockOverlayActive:n}=t(wN);return n(e)}),[e])}function pK(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},{__unstableIsHtml:t}=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};const{clientId:n,className:o,wrapperProps:r={},isAligned:a}=(0,Bt.useContext)(dK),{index:i,mode:l,name:s,blockApiVersion:c,blockTitle:u,isPartOfSelection:p,adjustScrolling:d,enableAnimation:b}=fp((e=>{const{getBlockAttributes:t,getBlockIndex:o,getBlockMode:r,getBlockName:a,isTyping:i,getGlobalBlockCount:l,isBlockSelected:s,isBlockMultiSelected:c,isAncestorMultiSelected:u,isFirstMultiSelectedBlock:p}=e(wN),{getActiveBlockVariation:d}=e(kl),b=s(n),m=c(n)||u(n),M=a(n),z=Na(M),f=d(M,t(n));return{index:o(n),mode:r(n),name:M,blockApiVersion:(null==z?void 0:z.apiVersion)||1,blockTitle:(null==f?void 0:f.title)||(null==z?void 0:z.title),isPartOfSelection:b||m,adjustScrolling:b||p(n),enableAnimation:!i()&&l()<=200}}),[n]),m=uK(n),M=lr(gr("Block: %s"),u),z="html"!==l||t?"":"-visual",f=Hz([e.ref,$G(n),iK(n),tK(n),nK(n),oK(n),KG(),cK(),RG({isSelected:p,adjustScrolling:d,enableAnimation:b,triggerAnimationOnChange:i}),Yj({isDisabled:!m})]),h=CN();return c<2&&h.clientId,{tabIndex:0,...r,...e,ref:f,id:`block-${n}${z}`,role:"document","aria-label":M,"data-block":n,"data-type":s,"data-title":u,className:eM()(eM()("block-editor-block-list__block",{"wp-block":!a,"has-block-overlay":m}),o,e.className,r.className,JG(n),ZG(n),QG(n),eK(n)),style:{...r.style,...e.style}}}pK.save=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};const{blockType:t,attributes:n}=_s;return No("blocks.getSaveContent.extraProps",{...e},t,n)};const dK=(0,Bt.createContext)();function bK(e){let{children:t,isHtml:n,...o}=e;return(0,Bt.createElement)("div",pK(o,{__unstableIsHtml:n}),t)}const mK=dj(((e,t)=>{let{clientId:n,rootClientId:o}=t;const{isBlockSelected:r,getBlockMode:a,isSelectionEnabled:i,getTemplateLock:l,__unstableGetBlockWithoutInnerBlocks:s,canRemoveBlock:c,canMoveBlock:u}=e(wN),p=s(n),d=r(n),b=l(o),m=c(n,o),M=u(n,o),{name:z,attributes:f,isValid:h}=p||{};return{mode:a(n),isSelectionEnabled:i(),isLocked:!!b,canRemove:m,canMove:M,block:p,name:z,attributes:f,isValid:h,isSelected:d}})),MK=Mj(((e,t,n)=>{const{updateBlockAttributes:o,insertBlocks:r,mergeBlocks:a,replaceBlocks:i,toggleSelection:l,__unstableMarkLastChangeAsPersistent:s,moveBlocksToPosition:c,removeBlock:u}=e(wN);return{setAttributes(e){const{getMultiSelectedBlockClientIds:r}=n.select(wN),a=r(),{clientId:i}=t,l=a.length?a:[i];o(l,e)},onInsertBlocks(e,n){const{rootClientId:o}=t;r(e,n,o)},onInsertBlocksAfter(e){const{clientId:o,rootClientId:a}=t,{getBlockIndex:i}=n.select(wN),l=i(o);r(e,l+1,a)},onMerge(e){const{clientId:o,rootClientId:i}=t,{getPreviousBlockClientId:l,getNextBlockClientId:s,getBlock:p,getBlockAttributes:d,getBlockName:b,getBlockOrder:m,getBlockIndex:M,getBlockRootClientId:z,canInsertBlockType:f}=n.select(wN);function h(e){let t=!(arguments.length>1&&void 0!==arguments[1])||arguments[1];const o=z(e),a=m(e),[i]=a;if(1===a.length&&pi(p(i)))u(e);else{if(f(b(i),o))c([i],e,o,M(e));else{const a=si(p(i),Sa());a&&a.length&&n.batch((()=>{r(a,M(e),o,t),u(i,!1)}))}!m(e).length&&pi(p(e))&&u(e,!1)}}if(e){if(i){const e=s(i);if(e){if(b(i)!==b(e))return void a(i,e);{const t=d(i),o=d(e);if(Object.keys(t).every((e=>t[e]===o[e])))return void n.batch((()=>{c(m(e),e,i),u(e,!1)}))}}}const e=s(o);if(!e)return;m(e).length?h(e,!1):a(o,e)}else{const e=l(o);if(e)a(e,o);else if(i){const e=l(i);if(e&&b(i)===b(e)){const t=d(i),o=d(e);if(Object.keys(t).every((e=>t[e]===o[e])))return void n.batch((()=>{c(m(i),i,e),u(i,!1)}))}h(i)}}},onReplace(e,n,o){e.length&&!di(e[e.length-1])&&s(),i([t.clientId],e,n,o)},toggleSelection(e){l(e)}}})),zK=Mn(pj,mK,MK,zj((e=>{let{block:t}=e;return!!t})),uj("editor.BlockListBlock"))((function(e){var t;let{block:{__unstableBlockSource:n},mode:o,isLocked:r,canRemove:a,clientId:i,isSelected:l,isSelectionEnabled:s,className:c,__unstableLayoutClassNames:u,name:p,isValid:d,attributes:b,wrapperProps:m,setAttributes:M,onReplace:z,onInsertBlocksAfter:f,onMerge:h,toggleSelection:g}=e;const{themeSupportsLayout:O,hasContentLockedParent:v,isContentBlock:A,isContentLocking:y,isTemporarilyEditingAsBlocks:_}=fp((e=>{const{getSettings:t,__unstableGetContentLockingParent:n,getTemplateLock:o,__unstableGetTemporarilyEditingAsBlocks:r}=e(wN),a=!!n(i);return{themeSupportsLayout:t().supportsLayout,isContentBlock:e(kl).__experimentalHasContentRoleAttribute(p),hasContentLockedParent:a,isContentLocking:"contentOnly"===o(i)&&!a,isTemporarilyEditingAsBlocks:r()===i}}),[p,i]),{removeBlock:q}=Lm(wN),k=(0,Bt.useCallback)((()=>q(i)),[i]),w=PY()||{};let E=(0,Bt.createElement)(Aj,{name:p,isSelected:l,attributes:b,setAttributes:M,insertBlocksAfter:r?void 0:f,onReplace:a?z:void 0,onRemove:a?k:void 0,mergeBlocks:a?h:void 0,clientId:i,isSelectionEnabled:s,toggleSelection:g,__unstableLayoutClassNames:u,__unstableParentLayout:Object.keys(w).length?w:void 0});const W=Na(p);v&&!A&&(m={...m,tabIndex:-1}),null!=W&&W.getEditWrapperProps&&(m=function(e,t){const n={...e,...t};return null!=e&&e.className&&null!=t&&t.className&&(n.className=eM()(e.className,t.className)),null!=e&&e.style&&null!=t&&t.style&&(n.style={...e.style,...t.style}),n}(m,W.getEditWrapperProps(b)));const L=m&&!!m["data-align"]&&!O;let x;if(L&&(E=(0,Bt.createElement)("div",{className:"wp-block","data-align":m["data-align"]},E)),d)x="html"===o?(0,Bt.createElement)(Bt.Fragment,null,(0,Bt.createElement)("div",{style:{display:"none"}},E),(0,Bt.createElement)(bK,{isHtml:!0},(0,Bt.createElement)(Fj,{clientId:i}))):(null==W?void 0:W.apiVersion)>1?E:(0,Bt.createElement)(bK,m,E);else{const e=n?vs(n):ks(W,b);x=(0,Bt.createElement)(bK,{className:"has-warning"},(0,Bt.createElement)(Tj,{clientId:i}),(0,Bt.createElement)(Fl,null,ra(e)))}const{"data-align":C,...R}=null!==(t=m)&&void 0!==t?t:{},S={clientId:i,className:eM()({"is-content-locked":y,"is-content-locked-temporarily-editing-as-blocks":_,"is-content-block":v&&A},C&&O&&`align${C}`,c),wrapperProps:R,isAligned:L},N=(0,Bt.useMemo)((()=>S),Object.values(S));return(0,Bt.createElement)(dK.Provider,{value:N},(0,Bt.createElement)(Pj,{fallback:(0,Bt.createElement)(bK,{className:"has-warning"},(0,Bt.createElement)(Dj,null))},x))})),fK=(0,Bt.createElement)(rk,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,Bt.createElement)(nk,{d:"M12 13.06l3.712 3.713 1.061-1.06L13.061 12l3.712-3.712-1.06-1.06L12 10.938 8.288 7.227l-1.061 1.06L10.939 12l-3.712 3.712 1.06 1.061L12 13.061z"})),hK=(0,Bt.createElement)(rk,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,Bt.createElement)(nk,{d:"M13 5c-3.3 0-6 2.7-6 6 0 1.4.5 2.7 1.3 3.7l-3.8 3.8 1.1 1.1 3.8-3.8c1 .8 2.3 1.3 3.7 1.3 3.3 0 6-2.7 6-6S16.3 5 13 5zm0 10.5c-2.5 0-4.5-2-4.5-4.5s2-4.5 4.5-4.5 4.5 2 4.5 4.5-2 4.5-4.5 4.5z"}));const gK=(0,Bt.forwardRef)((function(e,t){let{__nextHasNoMarginBottom:n,className:o,onChange:r,onKeyDown:a,value:i,label:l,placeholder:s=gr("Search"),hideLabelFromVision:c=!0,help:u,onClose:p,...d}=e;const b=(0,Bt.useRef)(),m=`components-search-control-${Tz(gK)}`;return(0,Bt.createElement)(ET,{__nextHasNoMarginBottom:n,label:l,id:m,hideLabelFromVision:c,help:u,className:Sz()(o,"components-search-control")},(0,Bt.createElement)("div",{className:"components-search-control__input-wrapper"},(0,Bt.createElement)("input",Pt({},d,{ref:Hz([b,t]),className:"components-search-control__input",id:m,type:"search",placeholder:s,onChange:e=>r(e.target.value),onKeyDown:a,autoComplete:"off",value:i||""})),(0,Bt.createElement)("div",{className:"components-search-control__icon"},p?(0,Bt.createElement)(bE,{icon:fK,label:gr("Close search"),onClick:p}):i?(0,Bt.createElement)(bE,{icon:fK,label:gr("Reset search"),onClick:()=>{var e;r(""),null===(e=b.current)||void 0===e||e.focus()}}):(0,Bt.createElement)(AF,{icon:hK}))))})),OK=gK;let vK,AK,yK,_K;const qK=/<(\/)?(\w+)\s*(\/)?>/g;function kK(e,t,n,o,r){return{element:e,tokenStart:t,tokenLength:n,prevOffset:o,leadingTextStart:r,children:[]}}const wK=e=>{const t="object"==typeof e,n=t&&Object.values(e);return t&&n.length&&n.every((e=>(0,Bt.isValidElement)(e)))};function EK(e){const t=function(){const e=qK.exec(vK);if(null===e)return["no-more-tokens"];const t=e.index,[n,o,r,a]=e,i=n.length;if(a)return["self-closed",r,t,i];if(o)return["closer",r,t,i];return["opener",r,t,i]}(),[n,o,r,a]=t,i=_K.length,l=r>AK?AK:null;if(!e[o])return WK(),!1;switch(n){case"no-more-tokens":if(0!==i){const{leadingTextStart:e,tokenStart:t}=_K.pop();yK.push(vK.substr(e,t))}return WK(),!1;case"self-closed":return 0===i?(null!==l&&yK.push(vK.substr(l,r-l)),yK.push(e[o]),AK=r+a,!0):(LK(kK(e[o],r,a)),AK=r+a,!0);case"opener":return _K.push(kK(e[o],r,a,r+a,l)),AK=r+a,!0;case"closer":if(1===i)return function(e){const{element:t,leadingTextStart:n,prevOffset:o,tokenStart:r,children:a}=_K.pop(),i=e?vK.substr(o,e-o):vK.substr(o);i&&a.push(i);null!==n&&yK.push(vK.substr(n,r-n));yK.push((0,Bt.cloneElement)(t,null,...a))}(r),AK=r+a,!0;const t=_K.pop(),n=vK.substr(t.prevOffset,r-t.prevOffset);t.children.push(n),t.prevOffset=r+a;const s=kK(t.element,t.tokenStart,t.tokenLength,r+a);return s.children=t.children,LK(s),AK=r+a,!0;default:return WK(),!1}}function WK(){const e=vK.length-AK;0!==e&&yK.push(vK.substr(AK,e))}function LK(e){const{element:t,tokenStart:n,tokenLength:o,prevOffset:r,children:a}=e,i=_K[_K.length-1],l=vK.substr(i.prevOffset,n-i.prevOffset);l&&i.children.push(l),i.children.push((0,Bt.cloneElement)(t,null,...a)),i.prevOffset=r||n+o}const xK=(e,t)=>{if(vK=e,AK=0,yK=[],_K=[],qK.lastIndex=0,!wK(t))throw new TypeError("The conversionMap provided is not valid. It must be an object with values that are WPElements");do{}while(EK(t));return(0,Bt.createElement)(Bt.Fragment,null,...yK)},CK=(0,Bt.createElement)(rk,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,Bt.createElement)(nk,{d:"M12 15.8c-3.7 0-6.8-3-6.8-6.8s3-6.8 6.8-6.8c3.7 0 6.8 3 6.8 6.8s-3.1 6.8-6.8 6.8zm0-12C9.1 3.8 6.8 6.1 6.8 9s2.4 5.2 5.2 5.2c2.9 0 5.2-2.4 5.2-5.2S14.9 3.8 12 3.8zM8 17.5h8V19H8zM10 20.5h4V22h-4z"}));const RK=function(e){const{children:t}=e;return(0,Bt.createElement)("div",{className:"components-tip"},(0,Bt.createElement)(AF,{icon:CK}),(0,Bt.createElement)("p",null,t))},SK=[xK(gr("While writing, you can press / to quickly insert new blocks."),{kbd:(0,Bt.createElement)("kbd",null)}),xK(gr("Indent a list by pressing space at the beginning of a line."),{kbd:(0,Bt.createElement)("kbd",null)}),xK(gr("Outdent a list by pressing backspace at the beginning of a line."),{kbd:(0,Bt.createElement)("kbd",null)}),gr("Drag files into the editor to automatically insert media blocks."),gr("Change a block's type by pressing the block icon on the toolbar.")];const NK=function(){const[e]=(0,Bt.useState)(Math.floor(Math.random()*SK.length));return(0,Bt.createElement)(RK,null,SK[e])},TK=(0,Bt.createElement)(rk,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,Bt.createElement)(nk,{d:"M10.6 6L9.4 7l4.6 5-4.6 5 1.2 1 5.4-6z"})),BK=(0,Bt.createElement)(rk,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,Bt.createElement)(nk,{d:"M14.6 7l-1.2-1L8 12l5.4 6 1.2-1-4.6-5z"})),DK=(0,Bt.createElement)(rk,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,Bt.createElement)(nk,{d:"M19 8h-1V6h-5v2h-2V6H6v2H5c-1.1 0-2 .9-2 2v8c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2v-8c0-1.1-.9-2-2-2zm.5 10c0 .3-.2.5-.5.5H5c-.3 0-.5-.2-.5-.5v-8c0-.3.2-.5.5-.5h14c.3 0 .5.2.5.5v8z"}));const IK=(0,Bt.memo)((function(e){var t;let{icon:n,showColors:o=!1,className:r,context:a}=e;"block-default"===(null===(t=n)||void 0===t?void 0:t.src)&&(n={src:DK});const i=(0,Bt.createElement)(Ww,{icon:n&&n.src?n.src:n,context:a}),l=o?{backgroundColor:n&&n.background,color:n&&n.foreground}:{};return(0,Bt.createElement)("span",{style:l,className:eM()("block-editor-block-icon",r,{"has-colors":o})},i)}));const PK=function(e){let{title:t,icon:n,description:o,blockType:r,className:a}=e;r&&(jo("`blockType` property in `BlockCard component`",{since:"5.7",alternative:"`title, icon and description` properties"}),({title:t,icon:n,description:o}=r));const{parentNavBlockClientId:i}=fp((e=>{const{getSelectedBlockClientId:t,getBlockParentsByBlockName:n}=e(wN);return{parentNavBlockClientId:n(t(),"core/navigation",!0)[0]}}),[]),{selectBlock:l}=Lm(wN);return(0,Bt.createElement)("div",{className:eM()("block-editor-block-card",a)},i&&(0,Bt.createElement)(bE,{onClick:()=>l(i),label:gr("Go to parent Navigation block"),style:{minWidth:24,padding:0},icon:Ar()?TK:BK,isSmall:!0}),(0,Bt.createElement)(IK,{icon:n,showColors:!0}),(0,Bt.createElement)("div",{className:"block-editor-block-card__content"},(0,Bt.createElement)("h2",{className:"block-editor-block-card__title"},t),(0,Bt.createElement)("span",{className:"block-editor-block-card__description"},o)))},HK=Jm((e=>t=>(0,Bt.createElement)(lp,null,(n=>(0,Bt.createElement)(e,Pt({},t,{registry:n}))))),"withRegistry"),FK=Jm((e=>HK((t=>{let{useSubRegistry:n=!0,registry:o,...r}=t;if(!n)return(0,Bt.createElement)(e,Pt({registry:o},r));const[a,i]=(0,Bt.useState)(null);return(0,Bt.useEffect)((()=>{const e=$o({},o);e.registerStore(yN,kN),i(e)}),[o]),a?(0,Bt.createElement)(sp,{value:a},(0,Bt.createElement)(e,Pt({registry:a},r))):null}))),"withRegistryProvider"),YK=()=>{};function XK(e){let{clientId:t=null,value:n,selection:o,onChange:r=YK,onInput:a=YK}=e;const i=cp(),{resetBlocks:l,resetSelection:s,replaceInnerBlocks:c,selectBlock:u,setHasControlledInnerBlocks:p,__unstableMarkNextChangeAsNotPersistent:d}=i.dispatch(wN),{hasSelectedBlock:b,getBlockName:m,getBlocks:M,getSelectionStart:z,getSelectionEnd:f,getBlock:h}=i.select(wN),g=fp((e=>!t||e(wN).areInnerBlocksControlled(t)),[t]),O=(0,Bt.useRef)({incoming:null,outgoing:[]}),v=(0,Bt.useRef)(!1),A=()=>{n&&(d(),t?i.batch((()=>{p(t,!0);const e=n.map((e=>ei(e)));v.current&&(O.current.incoming=e),d(),c(t,e)})):(v.current&&(O.current.incoming=n),l(n)))},y=(0,Bt.useRef)(a),_=(0,Bt.useRef)(r);(0,Bt.useEffect)((()=>{y.current=a,_.current=r}),[a,r]),(0,Bt.useEffect)((()=>{if(O.current.outgoing.includes(n))O.current.outgoing[O.current.outgoing.length-1]===n&&(O.current.outgoing=[]);else if(M(t)!==n){O.current.outgoing=[];const e=b(),n=z(),r=f();if(A(),o)s(o.selectionStart,o.selectionEnd,o.initialPosition);else{const o=h(n.clientId);e&&!o?u(t):s(n,r)}}}),[n,t]),(0,Bt.useEffect)((()=>{g||(O.current.outgoing=[],A())}),[g]),(0,Bt.useEffect)((()=>{const{getSelectedBlocksInitialCaretPosition:e,isLastBlockChangePersistent:n,__unstableIsLastBlockChangeIgnored:o,areInnerBlocksControlled:r}=i.select(wN);let a=M(t),l=n(),s=!1;v.current=!0;const c=i.subscribe((()=>{if(null!==t&&null===m(t))return;if(!(!t||r(t)))return;const i=n(),c=M(t),u=c!==a;if(a=c,u&&(O.current.incoming||o()))return O.current.incoming=null,void(l=i);if(u||s&&!u&&i&&!l){l=i,O.current.outgoing.push(a);(l?_.current:y.current)(a,{selection:{selectionStart:z(),selectionEnd:f(),initialPosition:e()}})}s=u}));return()=>{v.current=!1,c()}}),[i,t])}const jK=FK((e=>{const{children:t,settings:n,stripExperimentalSettings:o=!1}=e,{__experimentalUpdateSettings:r}=qN(Lm(wN));return(0,Bt.useEffect)((()=>{r({...n,__internalIsInitialized:!0},o)}),[n]),XK(e),(0,Bt.createElement)(aK,null,t)})),VK=e=>(0,Bt.createElement)(jK,Pt({},e,{stripExperimentalSettings:!0}),e.children);const UK={name:"u2jump",styles:"position:relative;pointer-events:none;&::after{content:'';position:absolute;top:0;right:0;bottom:0;left:0;}*{pointer-events:none;}"},$K=(0,Bt.createContext)(!1),{Consumer:GK,Provider:KK}=$K;function JK(e){let{className:t,children:n,isDisabled:o=!0,...r}=e;const a=Uw();return(0,Bt.createElement)(KK,{value:o},(0,Bt.createElement)("div",Pt({inert:o?"true":void 0,className:o?a(UK,t,"components-disabled"):void 0},r),n))}JK.Context=$K,JK.Consumer=GK;const ZK=JK;function QK(){const{getSettings:e,hasSelectedBlock:t,hasMultiSelection:n}=fp(wN),{clearSelectedBlock:o}=Lm(wN),{clearBlockSelection:r}=e();return Xq((e=>{if(r)return e.addEventListener("mousedown",a),()=>{e.removeEventListener("mousedown",a)};function a(r){(t()||n())&&r.target===e&&o()}}),[t,n,o,r])}function eJ(e){const{isMultiSelecting:t,getMultiSelectedBlockClientIds:n,hasMultiSelection:o,getSelectedBlockClientId:r,getSelectedBlocksInitialCaretPosition:a,__unstableIsFullySelected:i}=e(wN);return{isMultiSelecting:t(),multiSelectedBlockClientIds:n(),hasMultiSelection:o(),selectedBlockClientId:r(),initialPosition:a(),isFullSelection:i()}}function tJ(){const{initialPosition:e,isMultiSelecting:t,multiSelectedBlockClientIds:n,hasMultiSelection:o,selectedBlockClientId:r,isFullSelection:a}=fp(eJ,[]);return Xq((r=>{const{ownerDocument:i}=r,{defaultView:l}=i;if(null==e)return;if(!o||t)return;const{length:s}=n;s<2||a&&(r.contentEditable=!0,r.focus(),l.getSelection().removeAllRanges())}),[o,t,n,r,e,a])}function nJ(e){const t=Array.from(e.getClientRects());if(!t.length)return;const n=Math.min(...t.map((e=>{let{top:t}=e;return t}))),o=Math.max(...t.map((e=>{let{bottom:t}=e;return t})));return o-n}function oJ(e){if(!e.collapsed){const t=Array.from(e.getClientRects());if(1===t.length)return t[0];const n=t.filter((e=>{let{width:t}=e;return t>1}));if(0===n.length)return e.getBoundingClientRect();if(1===n.length)return n[0];let{top:o,bottom:r,left:a,right:i}=n[0];for(const{top:e,bottom:t,left:l,right:s}of n)er&&(r=t),li&&(i=s);return new window.DOMRect(a,o,i-a,r-o)}const{startContainer:t}=e,{ownerDocument:n}=t;if("BR"===t.nodeName){const{parentNode:o}=t;na();const r=Array.from(o.childNodes).indexOf(t);na(),(e=n.createRange()).setStart(o,r),e.setEnd(o,r)}const o=e.getClientRects();if(o.length>1)return null;let r=o[0];if(!r||0===r.height){na();const t=n.createTextNode("​");(e=e.cloneRange()).insertNode(t),r=e.getClientRects()[0],na(t.parentNode),t.parentNode.removeChild(t)}return r}function rJ(e){const{anchorNode:t,focusNode:n,anchorOffset:o,focusOffset:r}=e;na(),na();const a=t.compareDocumentPosition(n);return!(a&t.DOCUMENT_POSITION_PRECEDING)&&(!!(a&t.DOCUMENT_POSITION_FOLLOWING)||(0!==a||o<=r))}function aJ(e,t){let n=arguments.length>2&&void 0!==arguments[2]&&arguments[2];if(TG(e)&&"number"==typeof e.selectionStart)return e.selectionStart===e.selectionEnd&&(t?0===e.selectionStart:e.value.length===e.selectionStart);if(!e.isContentEditable)return!0;const{ownerDocument:o}=e,{defaultView:r}=o;na();const a=r.getSelection();if(!a||!a.rangeCount)return!1;const i=a.getRangeAt(0),l=i.cloneRange(),s=rJ(a),c=a.isCollapsed;c||l.collapse(!s);const u=oJ(l),p=oJ(i);if(!u||!p)return!1;const d=nJ(i);if(!c&&d&&d>u.height&&s===t)return!1;const b=IG(e)?!t:t,m=e.getBoundingClientRect(),M=b?m.left+1:m.right-1,z=t?m.top+1:m.bottom-1,f=DG(o,M,z,e);if(!f)return!1;const h=oJ(f);if(!h)return!1;const g=t?"top":"bottom",O=b?"left":"right",v=h[g]-p[g],A=h[O]-u[O],y=Math.abs(v)<=1,_=Math.abs(A)<=1;return n?y:y&&_}function iJ(e,t){return aJ(e,t,!0)}function lJ(e,t){return aJ(e,t)}function sJ(e){const t=e.getSelection();na();const n=t.rangeCount?t.getRangeAt(0):null;return n?oJ(n):null}function cJ(e,t,n,o){let r,a=Yq.focusable.find(n);return t&&a.reverse(),a=a.slice(a.indexOf(e)+1),o&&(r=e.getBoundingClientRect()),a.find((function(e){if(1!==e.children.length||!function(e,t){return e.closest(YG)===t.closest(YG)}(e,e.firstElementChild)||"true"!==e.firstElementChild.getAttribute("contenteditable")){if(!Yq.tabbable.isTabbableIndex(e))return!1;if(e.isContentEditable&&"true"!==e.contentEditable)return!1;if(o){const t=e.getBoundingClientRect();if(t.left>=r.right||t.right<=r.left)return!1}return!0}}))}function uJ(){const{getMultiSelectedBlocksStartClientId:e,getMultiSelectedBlocksEndClientId:t,getSettings:n,hasMultiSelection:o,__unstableIsFullySelected:r}=fp(wN),{selectBlock:a}=Lm(wN);return Xq((i=>{let l;function s(){l=null}function c(s){if(s.defaultPrevented)return;const{keyCode:c,target:u,shiftKey:p,ctrlKey:d,altKey:b,metaKey:m}=s,M=c===mq,z=c===bq,f=M||z,h=z||c===Mq,g=M||c===zq,O=h||g,v=p||d||b||m,A=g?iJ:lJ,{ownerDocument:y}=i,{defaultView:_}=y;if(!O)return;if(o()){if(p)return;if(!r())return;return s.preventDefault(),void(f?a(e()):a(t(),-1))}if(!function(e,t,n){if((t===mq||t===zq)&&!n)return!0;const{tagName:o}=e;if("INPUT"===o)return["button","checkbox","color","file","image","radio","reset","submit"].includes(e.getAttribute("type"));return"TEXTAREA"!==o}(u,c,v))return;g?l||(l=sJ(_)):l=null;const q=IG(u)?!f:f,{keepCaretInsideBlock:k}=n();if(p)(function(e,t){const n=cJ(e,t,i);return n&&UG(n)})(u,f)&&A(u,f)&&(i.contentEditable=!0,i.focus());else if(!g||!iJ(u,f)||b&&!lJ(u,q)||k){if(h&&_.getSelection().isCollapsed&&lJ(u,q)&&!k){FG(cJ(u,q,i),f),s.preventDefault()}}else{const e=cJ(u,f,i,!0);e&&(!function(e,t,n){HG(e,t,null==n?void 0:n.left)}(e,b?!f:f,b?void 0:l),s.preventDefault())}}return i.addEventListener("mousedown",s),i.addEventListener("keydown",c),()=>{i.removeEventListener("mousedown",s),i.removeEventListener("keydown",c)}}),[])}function pJ(e,t,n){let o=t;do{if(e===o)return!0;o=o[n]}while(o);return!1}const dJ=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1?arguments[1]:void 0;switch(t.type){case"REGISTER_SHORTCUT":return{...e,[t.name]:{category:t.category,keyCombination:t.keyCombination,aliases:t.aliases,description:t.description}};case"UNREGISTER_SHORTCUT":const{[t.name]:n,...o}=e;return o}return e};function bJ(e){let{name:t,category:n,description:o,keyCombination:r,aliases:a}=e;return{type:"REGISTER_SHORTCUT",name:t,category:n,keyCombination:r,aliases:a,description:o}}function mJ(e){return{type:"UNREGISTER_SHORTCUT",name:e}}const MJ=[],zJ={display:kq,raw:_q,ariaLabel:wq};function fJ(e,t){return e?e.modifier?zJ[t][e.modifier](e.character):e.character:null}function hJ(e,t){return e[t]?e[t].keyCombination:null}function gJ(e,t){let n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:"display";const o=hJ(e,t);return fJ(o,n)}function OJ(e,t){return e[t]?e[t].description:null}function vJ(e,t){return e[t]&&e[t].aliases?e[t].aliases:MJ}const AJ=Li(((e,t)=>[hJ(e,t),...vJ(e,t)].filter(Boolean)),((e,t)=>[e[t]])),yJ=Li(((e,t)=>AJ(e,t).map((e=>fJ(e,"raw")))),((e,t)=>[e[t]])),_J=Li(((e,t)=>Object.entries(e).filter((e=>{let[,n]=e;return n.category===t})).map((e=>{let[t]=e;return t}))),(e=>[e])),qJ=co("core/keyboard-shortcuts",{reducer:dJ,actions:g,selectors:O});function kJ(){const{getAllShortcutKeyCombinations:e}=fp(qJ);return function(t,n){return e(t).some((e=>{let{modifier:t,character:o}=e;return Wq[t](n,o)}))}}tr(qJ);const wJ=(0,Bt.createContext)();function EJ(e,t){let{isDisabled:n}=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};const o=(0,Bt.useContext)(wJ),r=kJ(),a=(0,Bt.useRef)();a.current=t,(0,Bt.useEffect)((()=>{if(!n)return o.current.add(t),()=>{o.current.delete(t)};function t(t){r(e,t)&&a.current(t)}}),[e,n])}const{Provider:WJ}=wJ;function LJ(e){const t=(0,Bt.useRef)(new Set);return(0,Bt.createElement)(WJ,{value:t},(0,Bt.createElement)("div",Pt({},e,{onKeyDown:function(n){e.onKeyDown&&e.onKeyDown(n);for(const e of t.current)e(n)}})))}function xJ(){const{getBlockOrder:e,getSelectedBlockClientIds:t,getBlockRootClientId:n}=fp(wN),{multiSelect:o,selectBlock:r}=Lm(wN),a=kJ();return Xq((i=>{function l(l){if(!a("core/block-editor/select-all",l))return;const s=t();if(s.length<2&&!function(e){if(TG(e))return 0===e.selectionStart&&e.value.length===e.selectionEnd;if(!e.isContentEditable)return!0;const{ownerDocument:t}=e,{defaultView:n}=t;na();const o=n.getSelection();na();const r=o.rangeCount?o.getRangeAt(0):null;if(!r)return!0;const{startContainer:a,endContainer:i,startOffset:l,endOffset:s}=r;if(a===e&&i===e&&0===l&&s===e.childNodes.length)return!0;e.lastChild,na();const c=i.nodeType===i.TEXT_NODE?i.data.length:i.childNodes.length;return pJ(a,e,"firstChild")&&pJ(i,e,"lastChild")&&0===l&&s===c}(l.target))return;l.preventDefault();const[c]=s,u=n(c),p=e(u);s.length!==p.length?o(p[0],p[p.length-1]):u&&(i.ownerDocument.defaultView.getSelection().removeAllRanges(),r(u))}return i.addEventListener("keydown",l),()=>{i.removeEventListener("keydown",l)}}),[])}function CJ(e,t){e.contentEditable=t,t&&e.focus()}function RJ(){const{startMultiSelect:e,stopMultiSelect:t}=Lm(wN),{isSelectionEnabled:n,hasMultiSelection:o,isDraggingBlocks:r}=fp(wN);return Xq((a=>{const{ownerDocument:i}=a,{defaultView:l}=i;let s,c;function u(){t(),l.removeEventListener("mouseup",u),c=l.requestAnimationFrame((()=>{if(o())return;CJ(a,!1);const e=l.getSelection();if(e.rangeCount){const{commonAncestorContainer:t}=e.getRangeAt(0);s.contains(t)&&s.focus()}}))}function p(t){let{buttons:o,target:c}=t;r()||1===o&&c.getAttribute("contenteditable")&&n()&&(s=i.activeElement,e(),l.addEventListener("mouseup",u),CJ(a,!0))}return a.addEventListener("mouseout",p),()=>{a.removeEventListener("mouseout",p),l.removeEventListener("mouseup",u),l.cancelAnimationFrame(c)}}),[e,t,n,o])}function SJ(e,t){e.contentEditable!==String(t)&&(e.contentEditable=t),t&&e.focus()}function NJ(){const{multiSelect:e,selectBlock:t,selectionChange:n}=Lm(wN),{getBlockParents:o,getBlockSelectionStart:r}=fp(wN);return Xq((n=>{const{ownerDocument:a}=n,{defaultView:i}=a;function l(a){const l=i.getSelection();if(!l.rangeCount)return;const s=a.shiftKey&&"mouseup"===a.type;if(l.isCollapsed&&!s)return void SJ(n,!1);let c=UG(function(e){const{anchorNode:t,anchorOffset:n}=e;return t.nodeType===t.TEXT_NODE||0===n?t:t.childNodes[n-1]}(l)),u=UG(function(e){const{focusNode:t,focusOffset:n}=e;return t.nodeType===t.TEXT_NODE||n===t.childNodes.length?t:t.childNodes[n]}(l));if(s){const e=r(),t=UG(a.target),n=t!==u;(c===u&&l.isCollapsed||!u||n)&&(u=t),c!==e&&(c=e)}if(void 0===c&&void 0===u)return void SJ(n,!1);if(c===u)t(c);else{const t=[...o(c),c],n=[...o(u),u],r=function(e,t){let n=0;for(;e[n]===t[n];)n++;return n}(t,n);e(t[r],n[r])}}function s(){a.addEventListener("selectionchange",l),i.addEventListener("mouseup",l)}function c(){a.removeEventListener("selectionchange",l),i.removeEventListener("mouseup",l)}function u(){c(),s()}return s(),n.addEventListener("focusin",u),()=>{c(),n.removeEventListener("focusin",u)}}),[e,t,n,o])}function TJ(){const{selectBlock:e}=Lm(wN),{isSelectionEnabled:t,getBlockSelectionStart:n,hasMultiSelection:o}=fp(wN);return Xq((r=>{function a(a){if(!t()||0!==a.button)return;const i=n(),l=UG(a.target);a.shiftKey?i!==l&&(r.contentEditable=!0,r.focus()):o()&&e(l)}return r.addEventListener("mousedown",a),()=>{r.removeEventListener("mousedown",a)}}),[e,t,n,o])}function BJ(){const{__unstableIsFullySelected:e,getSelectedBlockClientIds:t,__unstableIsSelectionMergeable:n,hasMultiSelection:o}=fp(wN),{replaceBlocks:r,__unstableSplitSelection:a,removeBlocks:i,__unstableDeleteSelection:l,__unstableExpandSelection:s}=Lm(wN);return Xq((c=>{function u(e){"true"===c.contentEditable&&e.preventDefault()}function p(u){u.defaultPrevented||o()&&(u.keyCode===cq?(c.contentEditable=!1,u.preventDefault(),e()?r(t(),Ja(Sa())):a()):u.keyCode===sq||u.keyCode===fq?(c.contentEditable=!1,u.preventDefault(),e()?i(t()):n()?l(u.keyCode===fq):s()):1!==u.key.length||u.metaKey||u.ctrlKey||(c.contentEditable=!1,n()?l(u.keyCode===fq):(u.preventDefault(),c.ownerDocument.defaultView.getSelection().removeAllRanges())))}function d(e){o()&&(c.contentEditable=!1,n()?l():(e.preventDefault(),c.ownerDocument.defaultView.getSelection().removeAllRanges()))}return c.addEventListener("beforeinput",u),c.addEventListener("keydown",p),c.addEventListener("compositionstart",d),()=>{c.removeEventListener("beforeinput",u),c.removeEventListener("keydown",p),c.removeEventListener("compositionstart",d)}}),[])}function DJ(){const[e,t,n]=function(){const e=(0,Bt.useRef)(),t=(0,Bt.useRef)(),n=(0,Bt.useRef)(),o=(0,Bt.useRef)(),{hasMultiSelection:r,getSelectedBlockClientId:a,getBlockCount:i}=fp(wN),{setNavigationMode:l}=Lm(wN),s=fp((e=>e(wN).isNavigationMode()),[])?void 0:"0",c=(0,Bt.useRef)();function u(t){if(c.current)c.current=null;else if(r())e.current.focus();else if(a())o.current.focus();else{l(!0);const n=t.target.compareDocumentPosition(e.current)&t.target.DOCUMENT_POSITION_FOLLOWING?"findNext":"findPrevious";Yq.tabbable[n](t.target).focus()}}const p=(0,Bt.createElement)("div",{ref:t,tabIndex:s,onFocus:u}),d=(0,Bt.createElement)("div",{ref:n,tabIndex:s,onFocus:u}),b=Xq((s=>{function u(e){if(e.defaultPrevented)return;if(e.keyCode===uq)return e.preventDefault(),void l(!0);if(9!==e.keyCode)return;const o=e.shiftKey,i=o?"findPrevious":"findNext";if(!r()&&!a())return void(e.target===s&&l(!0));if((BG(e.target)||e.target.getAttribute("data-block")===a())&&BG(Yq.tabbable[i](e.target)))return;const u=o?t:n;c.current=!0,u.current.focus({preventScroll:!0})}function p(e){o.current=e.target;const{ownerDocument:t}=s;e.relatedTarget||t.activeElement!==t.body||0!==i()||s.focus()}function d(o){var r;if(9!==o.keyCode)return;if("region"===(null===(r=o.target)||void 0===r?void 0:r.getAttribute("role")))return;if(e.current===o.target)return;const a=o.shiftKey?"findPrevious":"findNext",i=Yq.tabbable[a](o.target);i!==t.current&&i!==n.current||(o.preventDefault(),i.focus({preventScroll:!0}))}const{ownerDocument:b}=s,{defaultView:m}=b;return m.addEventListener("keydown",d),s.addEventListener("keydown",u),s.addEventListener("focusout",p),()=>{m.removeEventListener("keydown",d),s.removeEventListener("keydown",u),s.removeEventListener("focusout",p)}}),[]);return[p,Hz([e,b]),d]}(),o=fp((e=>e(wN).hasMultiSelection()),[]);return[e,Hz([t,BJ(),RJ(),NJ(),TJ(),tJ(),xJ(),uJ(),Xq((e=>{if(e.tabIndex=0,e.contentEditable=o,o)return e.classList.add("has-multi-selection"),e.setAttribute("aria-label",gr("Multiple selected blocks")),()=>{e.classList.remove("has-multi-selection"),e.removeAttribute("aria-label")}}),[o])]),n]}const IJ=(0,Bt.forwardRef)((function(e,t){let{children:n,...o}=e;const[r,a,i]=DJ();return(0,Bt.createElement)(Bt.Fragment,null,r,(0,Bt.createElement)("div",Pt({},o,{ref:Hz([a,t]),className:eM()(o.className,"block-editor-writing-flow")}),n),i)}));function PJ(e){return(0,Bt.useMemo)((()=>{const t=document.implementation.createHTMLDocument("");return t.body.innerHTML=e,Array.from(t.body.children)}),[e])}function HJ(e){var t,n,o,r;let{contentRef:a,children:i,head:l,tabIndex:s=0,scale:c=1,frameSize:u=0,expand:p=!1,readonly:d,forwardedRef:b,...m}=e;const M=fp((e=>e(wN).getSettings().__unstableResolvedAssets),[]),[,z]=(0,Bt.useReducer)((()=>({}))),[f,h]=(0,Bt.useState)(),[g,O]=(0,Bt.useState)([]),v=PJ(null==M?void 0:M.styles),A=v.map((e=>e.id)),y=(0,Bt.useMemo)((()=>Array.from(document.styleSheets).reduce(((e,t)=>{try{t.cssRules}catch(t){return e}const{ownerNode:n,cssRules:o}=t;if(null===n)return e;if(!o)return e;if("LINK"!==n.tagName)return e;if("wp-reset-editor-styles-css"===n.id)return e;if(function e(t){return Array.from(t).find((t=>{let{selectorText:n,conditionText:o,cssRules:r}=t;return o?e(r):n&&(n.includes(".editor-styles-wrapper")||n.includes(".wp-block"))}))}(o)){e.push(n.cloneNode(!0));const t=n.id.replace("-css","-inline-css"),o=document.getElementById(t);o&&e.push(o.cloneNode(!0))}return e}),[])),[]),_=y.filter((e=>!A.includes(e.id))),q=PJ(null==M?void 0:M.scripts),k=QK(),[w,E,W]=DJ(),[L,{height:x}]=yB(),C=Xq((e=>{let t;function n(e){e.preventDefault()}function o(){const{contentDocument:o,ownerDocument:r}=e,{readyState:a,documentElement:i}=o;return t=o,("interactive"===a||"complete"===a)&&(function(e){const{defaultView:t}=e,{frameElement:n}=t;function o(e){const o=Object.getPrototypeOf(e).constructor.name,r=window[o],a={};for(const t in e)a[t]=e[t];if(e instanceof t.MouseEvent){const e=n.getBoundingClientRect();a.clientX+=e.left,a.clientY+=e.top}const i=new r(e.type,a);!n.dispatchEvent(i)&&e.preventDefault()}const r=["dragover","mousemove"];for(const t of r)e.addEventListener(t,o)}(o),h(o),k(i),O(Array.from(r.body.classList).filter((e=>e.startsWith("admin-color-")||e.startsWith("post-type-")||"wp-embed-responsive"===e))),o.dir=r.dir,i.removeChild(o.head),i.removeChild(o.body),t.addEventListener("dragover",n,!1),t.addEventListener("drop",n,!1),!0)}return e.addEventListener("load",o),()=>{var r,a;e.removeEventListener("load",o),null===(r=t)||void 0===r||r.removeEventListener("dragover",n),null===(a=t)||void 0===a||a.removeEventListener("drop",n)}}),[]),R=Xq((e=>{q.reduce(((t,n)=>t.then((()=>async function(e,t){let{id:n,src:o}=t;return new Promise(((t,r)=>{const a=e.ownerDocument.createElement("script");a.id=n,o?(a.src=o,a.onload=()=>t(),a.onerror=()=>r()):t(),e.appendChild(a)}))}(e,n)))),Promise.resolve()).finally((()=>{z()}))}),[]),S=Yj({isDisabled:!d}),N=Hz([a,k,E,S]),T=(0,Bt.createElement)(Bt.Fragment,null,(0,Bt.createElement)("style",null,"html{height:auto!important;}body{margin:0}"),[...v,..._].map((e=>{let{tagName:t,href:n,id:o,rel:r,media:a,textContent:i}=e;const l=t.toLowerCase();return"style"===l?(0,Bt.createElement)(l,{id:o,key:o},i):(0,Bt.createElement)(l,{href:n,id:o,rel:r,media:a,key:o})}))),B=(0,Bt.useMemo)((()=>""+gs(T)),[]),D=x*(1-c)/2;return(0,Bt.createElement)(Bt.Fragment,null,s>=0&&w,(0,Bt.createElement)("iframe",Pt({},m,{style:{...m.style,height:p?x:null===(t=m.style)||void 0===t?void 0:t.height,marginTop:c?-D+u:null===(n=m.style)||void 0===n?void 0:n.marginTop,marginBottom:c?-D+u:null===(o=m.style)||void 0===o?void 0:o.marginBottom,transform:c?`scale( ${c} )`:null===(r=m.style)||void 0===r?void 0:r.transform,transition:"all .3s"},ref:Hz([b,C]),tabIndex:s,srcDoc:B,title:gr("Editor canvas")}),f&&(0,It.createPortal)((0,Bt.createElement)(Bt.Fragment,null,(0,Bt.createElement)("head",{ref:R},T,l),(0,Bt.createElement)("body",{ref:N,className:eM()("block-editor-iframe__body","editor-styles-wrapper",...g)},L,(0,Bt.createElement)(xz,{document:f},i))),f.documentElement)),s>=0&&W)}const FJ=(0,Bt.forwardRef)((function(e,t){return fp((e=>e(wN).getSettings().__internalIsInitialized),[])?(0,Bt.createElement)(HJ,Pt({},e,{forwardedRef:t})):null}));var YJ=n(3692),XJ=n.n(YJ);const jJ=/\/\*[^*]*\*+([^/*][^*]*\*+)*\//g;function VJ(e,t){t=t||{};let n=1,o=1;function r(e){const t=e.match(/\n/g);t&&(n+=t.length);const r=e.lastIndexOf("\n");o=~r?e.length-r:o+e.length}function a(){const e={line:n,column:o};return function(t){return t.position=new i(e),b(),t}}function i(e){this.start=e,this.end={line:n,column:o},this.source=t.source}i.prototype.content=e;const l=[];function s(r){const a=new Error(t.source+":"+n+":"+o+": "+r);if(a.reason=r,a.filename=t.source,a.line=n,a.column=o,a.source=e,!t.silent)throw a;l.push(a)}function c(){return d(/^{\s*/)}function u(){return d(/^}/)}function p(){let t;const n=[];for(b(),m(n);e.length&&"}"!==e.charAt(0)&&(t=_()||q());)!1!==t&&(n.push(t),m(n));return n}function d(t){const n=t.exec(e);if(!n)return;const o=n[0];return r(o),e=e.slice(o.length),n}function b(){d(/^\s*/)}function m(e){let t;for(e=e||[];t=M();)!1!==t&&e.push(t);return e}function M(){const t=a();if("/"!==e.charAt(0)||"*"!==e.charAt(1))return;let n=2;for(;""!==e.charAt(n)&&("*"!==e.charAt(n)||"/"!==e.charAt(n+1));)++n;if(n+=2,""===e.charAt(n-1))return s("End of comment missing");const i=e.slice(2,n-2);return o+=2,r(i),e=e.slice(n),o+=2,t({type:"comment",comment:i})}function z(){const e=d(/^([^{]+)/);if(e)return UJ(e[0]).replace(/\/\*([^*]|[\r\n]|(\*+([^*/]|[\r\n])))*\*\/+/g,"").replace(/"(?:\\"|[^"])*"|'(?:\\'|[^'])*'/g,(function(e){return e.replace(/,/g,"‌")})).split(/\s*(?![^(]*\)),\s*/).map((function(e){return e.replace(/\u200C/g,",")}))}function f(){const e=a();let t=d(/^(\*?[-#\/\*\\\w]+(\[[0-9a-z_-]+\])?)\s*/);if(!t)return;if(t=UJ(t[0]),!d(/^:\s*/))return s("property missing ':'");const n=d(/^((?:'(?:\\'|.)*?'|"(?:\\"|.)*?"|\([^\)]*?\)|[^};])+)/),o=e({type:"declaration",property:t.replace(jJ,""),value:n?UJ(n[0]).replace(jJ,""):""});return d(/^[;\s]*/),o}function h(){const e=[];if(!c())return s("missing '{'");let t;for(m(e);t=f();)!1!==t&&(e.push(t),m(e));return u()?e:s("missing '}'")}function g(){let e;const t=[],n=a();for(;e=d(/^((\d+\.\d+|\.\d+|\d+)%?|[a-z]+)\s*/);)t.push(e[1]),d(/^,\s*/);if(t.length)return n({type:"keyframe",values:t,declarations:h()})}const O=y("import"),v=y("charset"),A=y("namespace");function y(e){const t=new RegExp("^@"+e+"\\s*([^;]+);");return function(){const n=a(),o=d(t);if(!o)return;const r={type:e};return r[e]=o[1].trim(),n(r)}}function _(){if("@"===e[0])return function(){const e=a();let t=d(/^@([-\w]+)?keyframes\s*/);if(!t)return;const n=t[1];if(t=d(/^([-\w]+)\s*/),!t)return s("@keyframes missing name");const o=t[1];if(!c())return s("@keyframes missing '{'");let r,i=m();for(;r=g();)i.push(r),i=i.concat(m());return u()?e({type:"keyframes",name:o,vendor:n,keyframes:i}):s("@keyframes missing '}'")}()||function(){const e=a(),t=d(/^@media *([^{]+)/);if(!t)return;const n=UJ(t[1]);if(!c())return s("@media missing '{'");const o=m().concat(p());return u()?e({type:"media",media:n,rules:o}):s("@media missing '}'")}()||function(){const e=a(),t=d(/^@custom-media\s+(--[^\s]+)\s*([^{;]+);/);if(t)return e({type:"custom-media",name:UJ(t[1]),media:UJ(t[2])})}()||function(){const e=a(),t=d(/^@supports *([^{]+)/);if(!t)return;const n=UJ(t[1]);if(!c())return s("@supports missing '{'");const o=m().concat(p());return u()?e({type:"supports",supports:n,rules:o}):s("@supports missing '}'")}()||O()||v()||A()||function(){const e=a(),t=d(/^@([-\w]+)?document *([^{]+)/);if(!t)return;const n=UJ(t[1]),o=UJ(t[2]);if(!c())return s("@document missing '{'");const r=m().concat(p());return u()?e({type:"document",document:o,vendor:n,rules:r}):s("@document missing '}'")}()||function(){const e=a();if(!d(/^@page */))return;const t=z()||[];if(!c())return s("@page missing '{'");let n,o=m();for(;n=f();)o.push(n),o=o.concat(m());return u()?e({type:"page",selectors:t,declarations:o}):s("@page missing '}'")}()||function(){const e=a();if(!d(/^@host\s*/))return;if(!c())return s("@host missing '{'");const t=m().concat(p());return u()?e({type:"host",rules:t}):s("@host missing '}'")}()||function(){const e=a();if(!d(/^@font-face\s*/))return;if(!c())return s("@font-face missing '{'");let t,n=m();for(;t=f();)n.push(t),n=n.concat(m());return u()?e({type:"font-face",declarations:n}):s("@font-face missing '}'")}()}function q(){const e=a(),t=z();return t?(m(),e({type:"rule",selectors:t,declarations:h()})):s("selector missing")}return $J(function(){const e=p();return{type:"stylesheet",stylesheet:{source:t.source,rules:e,parsingErrors:l}}}())}function UJ(e){return e?e.replace(/^\s+|\s+$/g,""):""}function $J(e,t){const n=e&&"string"==typeof e.type,o=n?e:t;for(const t in e){const n=e[t];Array.isArray(n)?n.forEach((function(e){$J(e,o)})):n&&"object"==typeof n&&$J(n,o)}return n&&Object.defineProperty(e,"parent",{configurable:!0,writable:!0,enumerable:!1,value:t||null}),e}var GJ=n(5717),KJ=n.n(GJ);const JJ=ZJ;function ZJ(e){this.options=e||{}}ZJ.prototype.emit=function(e){return e},ZJ.prototype.visit=function(e){return this[e.type](e)},ZJ.prototype.mapVisit=function(e,t){let n="";t=t||"";for(let o=0,r=e.length;ot=>{if("declaration"===t.type){const a=function(e){const t=/url\((\s*)(['"]?)(.+?)\2(\s*)\)/g;let n;const o=[];for(;null!==(n=t.exec(e));){const e={source:n[0],before:n[1],quote:n[2],value:n[3],after:n[4]};rZ(e)&&o.push(e)}return o}(t.value).map((r=e,e=>({...e,newUrl:"url("+e.before+e.quote+aZ(e.value,r)+e.quote+e.after+")"})));return{...t,value:(n=t.value,o=a,o.forEach((e=>{n=n.replace(e.source,e.newUrl)})),n)}}var n,o,r;return t},lZ=/^(body|html|:root).*$/,sZ=function(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:[];return n=>{const o=n=>t.includes(n.trim())?n:n.match(lZ)?n.replace(/^(body|html|:root)/,e):e+" "+n;return"rule"===n.type?{...n,selectors:n.selectors.map(o)}:n}},cZ=function(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"";return Object.values(null!=e?e:[]).map((e=>{let{css:n,baseURL:o}=e;const r=[];return t&&r.push(sZ(t)),o&&r.push(iZ(o)),r.length?oZ(n,Mn(r)):n}))},uZ=".editor-styles-wrapper";function pZ(e){return(0,Bt.useCallback)((e=>{if(!e)return;const{ownerDocument:t}=e,{defaultView:n,body:o}=t,r=t.querySelector(uZ);let a;if(r)a=n.getComputedStyle(r,null).getPropertyValue("background-color");else{const e=t.createElement("div");e.classList.add("editor-styles-wrapper"),o.appendChild(e),a=n.getComputedStyle(e,null).getPropertyValue("background-color"),o.removeChild(e)}const i=Gr(a);i.luminance()>.5||0===i.alpha()?o.classList.remove("is-dark-theme"):o.classList.add("is-dark-theme")}),[e])}function dZ(e){let{styles:t}=e;const n=(0,Bt.useMemo)((()=>cZ(t.filter((e=>null==e?void 0:e.css)),uZ)),[t]),o=(0,Bt.useMemo)((()=>t.filter((e=>"svgs"===e.__unstableType)).map((e=>e.assets)).join("")),[t]);return(0,Bt.createElement)(Bt.Fragment,null,(0,Bt.createElement)("style",{ref:pZ(t)}),n.map(((e,t)=>(0,Bt.createElement)("style",{key:t},e))),(0,Bt.createElement)(rk,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 0 0",width:"0",height:"0",role:"none",style:{visibility:"hidden",position:"absolute",left:"-9999px",overflow:"hidden"},dangerouslySetInnerHTML:{__html:o}}))}let bZ;Jr([Zr,ta]);const mZ=2e3;function MZ(e){let{viewportWidth:t,containerWidth:n,minHeight:o,additionalStyles:r=[]}=e;t||(t=n);const[a,{height:i}]=yB(),{styles:l}=fp((e=>({styles:e(wN).getSettings().styles})),[]),s=(0,Bt.useMemo)((()=>l?[...l,{css:"body{height:auto;overflow:hidden;border:none;padding:0;}",__unstableType:"presets"},...r]:l),[l,r]);bZ=bZ||pj(V5);const c=n/t;return(0,Bt.createElement)(ZK,{className:"block-editor-block-preview__content",style:{transform:`scale(${c})`,height:i*c,maxHeight:i>mZ?mZ*c:void 0,minHeight:o}},(0,Bt.createElement)(FJ,{contentRef:Xq((e=>{const{ownerDocument:{documentElement:t}}=e;t.classList.add("block-editor-block-preview__content-iframe"),t.style.position="absolute",t.style.width="100%",e.style.boxSizing="border-box",e.style.position="absolute",e.style.width="100%"}),[]),"aria-hidden":!0,tabIndex:-1,style:{position:"absolute",width:t,height:i,pointerEvents:"none",maxHeight:mZ,minHeight:0!==c&&c<1&&o?o/c:o}},(0,Bt.createElement)(dZ,{styles:s}),a,(0,Bt.createElement)(bZ,{renderAppender:!1})))}function zZ(e){const[t,{width:n}]=yB();return(0,Bt.createElement)(Bt.Fragment,null,(0,Bt.createElement)("div",{style:{position:"relative",width:"100%",height:0}},t),(0,Bt.createElement)("div",{className:"block-editor-block-preview__container"},!!n&&(0,Bt.createElement)(MZ,Pt({},e,{containerWidth:n}))))}const fZ=(0,Bt.memo)((function(e){let{blocks:t,viewportWidth:n=1200,minHeight:o,additionalStyles:r=[],__experimentalMinHeight:a,__experimentalPadding:i}=e;a&&(o=a,jo("The __experimentalMinHeight prop",{since:"6.2",version:"6.4",alternative:"minHeight"})),i&&(r=[...r,{css:`body { padding: ${i}px; }`}],jo("The __experimentalPadding prop of BlockPreview",{since:"6.2",version:"6.4",alternative:"additionalStyles"}));const l=fp((e=>e(wN).getSettings()),[]),s=(0,Bt.useMemo)((()=>({...l,__unstableIsPreviewMode:!0})),[l]),c=(0,Bt.useMemo)((()=>Array.isArray(t)?t:[t]),[t]);return t&&0!==t.length?(0,Bt.createElement)(jK,{value:c,settings:s},(0,Bt.createElement)(zZ,{viewportWidth:n,minHeight:o,additionalStyles:r})):null}));function hZ(e){let{blocks:t,props:n={},__experimentalLayout:o}=e;const r=fp((e=>e(wN).getSettings()),[]),a=(0,Bt.useMemo)((()=>({...r,__unstableIsPreviewMode:!0})),[r]),i=Yj(),l=Hz([n.ref,i]),s=(0,Bt.useMemo)((()=>Array.isArray(t)?t:[t]),[t]),c=(0,Bt.createElement)(jK,{value:s,settings:a},(0,Bt.createElement)($5,{renderAppender:!1,__experimentalLayout:o}));return{...n,ref:l,className:eM()(n.className,"block-editor-block-preview__live-content","components-disabled"),children:null!=t&&t.length?c:null}}const gZ=function(e){var t;let{item:n}=e;const{name:o,title:r,icon:a,description:i,initialAttributes:l,example:s}=n,c=Ia(n);return(0,Bt.createElement)("div",{className:"block-editor-inserter__preview-container"},(0,Bt.createElement)("div",{className:"block-editor-inserter__preview"},c||s?(0,Bt.createElement)("div",{className:"block-editor-inserter__preview-content"},(0,Bt.createElement)(fZ,{blocks:s?ci(o,{attributes:{...s.attributes,...l},innerBlocks:s.innerBlocks}):Ja(o,l),viewportWidth:null!==(t=null==s?void 0:s.viewportWidth)&&void 0!==t?t:500,additionalStyles:[{css:"body { padding: 16px; }"}]})):(0,Bt.createElement)("div",{className:"block-editor-inserter__preview-content-missing"},gr("No Preview Available."))),!c&&(0,Bt.createElement)(PK,{title:r,icon:a,description:i}))};function OZ(e,t){const n=[];for(let o=0;o1&&void 0!==arguments[1]?arguments[1]:{step:1};const{step:n=1}=t,[o,r]=(0,Bt.useState)([]);return(0,Bt.useEffect)((()=>{let t=OZ(e,o);t.length{(0,It.flushSync)((()=>{r((t=>[...t,...e.slice(o,o+n)]))}))}));return()=>a.reset()}),[e]),o};const AZ=Gw((function(e,t){const n=lP(e);return(0,Bt.createElement)(cE,Pt({as:"span"},n,{ref:t}))}),"Truncate"),yZ=(0,Bt.createContext)();const _Z=(0,Bt.forwardRef)((function(e,t){let{isFirst:n,as:o,children:r,...a}=e;const i=(0,Bt.useContext)(yZ);return(0,Bt.createElement)(kW,Pt({ref:t,state:i,role:"option",focusable:!0},a),(e=>{const t={...e,tabIndex:n?0:e.tabIndex};return o?(0,Bt.createElement)(o,t,r):"function"==typeof r?r(t):(0,Bt.createElement)(bE,t,r)}))})),qZ=(e,t,n)=>{let o=!0,r=!0;return n&&(o="leading"in n?!!n.leading:o,r="trailing"in n?!!n.trailing:r),Dz(e,t,{leading:o,trailing:r,maxWait:t})},kZ="is-dragging-components-draggable";const wZ=function(e){let{children:t,onDragStart:n,onDragOver:o,onDragEnd:r,cloneClassname:a,elementId:i,transferData:l,__experimentalTransferDataType:s="text",__experimentalDragComponent:c}=e;const u=(0,Bt.useRef)(null),p=(0,Bt.useRef)((()=>{}));return(0,Bt.useEffect)((()=>()=>{p.current()}),[]),(0,Bt.createElement)(Bt.Fragment,null,t({onDraggableStart:function(e){const{ownerDocument:t}=e.target;e.dataTransfer.setData(s,JSON.stringify(l));const r=t.createElement("div");r.style.top="0",r.style.left="0";const c=t.createElement("div");"function"==typeof e.dataTransfer.setDragImage&&(c.classList.add("components-draggable__invisible-drag-image"),t.body.appendChild(c),e.dataTransfer.setDragImage(c,0,0)),r.classList.add("components-draggable__clone"),a&&r.classList.add(a);let d=0,b=0;if(u.current){d=e.clientX,b=e.clientY,r.style.transform=`translate( ${d}px, ${b}px )`;const n=t.createElement("div");n.innerHTML=u.current.innerHTML,r.appendChild(n),t.body.appendChild(r)}else{const e=t.getElementById(i),n=e.getBoundingClientRect(),o=e.parentNode,a=n.top,l=n.left;r.style.width=`${n.width+0}px`;const s=e.cloneNode(!0);s.id=`clone-${i}`,d=l-0,b=a-0,r.style.transform=`translate( ${d}px, ${b}px )`,Array.from(s.querySelectorAll("iframe")).forEach((e=>{var t;return null===(t=e.parentNode)||void 0===t?void 0:t.removeChild(e)})),r.appendChild(s),null==o||o.appendChild(r)}let m=e.clientX,M=e.clientY;const z=qZ((function(e){if(m===e.clientX&&M===e.clientY)return;const t=d+e.clientX-m,n=b+e.clientY-M;r.style.transform=`translate( ${t}px, ${n}px )`,m=e.clientX,M=e.clientY,d=t,b=n,o&&o(e)}),16);let f;t.addEventListener("dragover",z),t.body.classList.add(kZ),e.persist(),n&&(f=setTimeout((()=>n(e)))),p.current=()=>{r&&r.parentNode&&r.parentNode.removeChild(r),c&&c.parentNode&&c.parentNode.removeChild(c),t.body.classList.remove(kZ),t.removeEventListener("dragover",z),clearTimeout(f)}},onDraggableEnd:function(e){e.preventDefault(),p.current(),r&&r(e)}}),c&&(0,Bt.createElement)("div",{className:"components-draggable-drag-component-root",style:{display:"none"},ref:u},c))},EZ=(0,Bt.createElement)(rk,{width:"24",height:"24",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,Bt.createElement)(nk,{d:"M8 7h2V5H8v2zm0 6h2v-2H8v2zm0 6h2v-2H8v2zm6-14v2h2V5h-2zm0 8h2v-2h-2v2zm0 6h2v-2h-2v2z"}));function WZ(e){let{count:t,icon:n,isPattern:o}=e;const r=o&&gr("Pattern");return(0,Bt.createElement)("div",{className:"block-editor-block-draggable-chip-wrapper"},(0,Bt.createElement)("div",{className:"block-editor-block-draggable-chip","data-testid":"block-draggable-chip"},(0,Bt.createElement)(lT,{justify:"center",className:"block-editor-block-draggable-chip__content"},(0,Bt.createElement)(cT,null,n?(0,Bt.createElement)(IK,{icon:n}):r||lr(vr("%d block","%d blocks",t),t)),(0,Bt.createElement)(cT,null,(0,Bt.createElement)(IK,{icon:EZ})))))}const LZ=e=>{let{isEnabled:t,blocks:n,icon:o,children:r,isPattern:a}=e;const i={type:"inserter",blocks:n};return(0,Bt.createElement)(wZ,{__experimentalTransferDataType:"wp-blocks",transferData:i,__experimentalDragComponent:(0,Bt.createElement)(WZ,{count:n.length,icon:o,isPattern:a})},(e=>{let{onDraggableStart:n,onDraggableEnd:o}=e;return r({draggable:t,onDragStart:t?n:void 0,onDragEnd:t?o:void 0})}))};const xZ=(0,Bt.memo)((function(e){let{className:t,isFirst:n,item:o,onSelect:r,onHover:a,isDraggable:i,...l}=e;const s=(0,Bt.useRef)(!1),c=o.icon?{backgroundColor:o.icon.background,color:o.icon.foreground}:{},u=(0,Bt.useMemo)((()=>[Ja(o.name,o.initialAttributes,Za(o.innerBlocks))]),[o.name,o.initialAttributes,o.initialAttributes]),p=Ia(o)||Pa(o);return(0,Bt.createElement)(LZ,{isEnabled:i&&!o.disabled,blocks:u,icon:o.icon},(e=>{let{draggable:i,onDragStart:u,onDragEnd:d}=e;return(0,Bt.createElement)("div",{className:eM()("block-editor-block-types-list__list-item",{"is-synced":p}),draggable:i,onDragStart:e=>{s.current=!0,u&&(a(null),u(e))},onDragEnd:e=>{s.current=!1,d&&d(e)}},(0,Bt.createElement)(_Z,Pt({isFirst:n,className:eM()("block-editor-block-types-list__item",t),disabled:o.isDisabled,onClick:e=>{e.preventDefault(),r(o,lq()?e.metaKey:e.ctrlKey),a(null)},onKeyDown:e=>{const{keyCode:t}=e;t===cq&&(e.preventDefault(),r(o,lq()?e.metaKey:e.ctrlKey),a(null))},onMouseEnter:()=>{s.current||a(o)},onMouseLeave:()=>a(null)},l),(0,Bt.createElement)("span",{className:"block-editor-block-types-list__item-icon",style:c},(0,Bt.createElement)(IK,{icon:o.icon,showColors:!0})),(0,Bt.createElement)("span",{className:"block-editor-block-types-list__item-title"},(0,Bt.createElement)(AZ,{numberOfLines:3},o.title))))}))}));const CZ=(0,Bt.forwardRef)((function(e,t){const[n,o]=(0,Bt.useState)(!1);return(0,Bt.useEffect)((()=>{n&&vx(gr("Use left and right arrow keys to move through blocks"))}),[n]),(0,Bt.createElement)("div",Pt({ref:t,role:"listbox","aria-orientation":"horizontal",onFocus:()=>{o(!0)},onBlur:e=>{!e.currentTarget.contains(e.relatedTarget)&&o(!1)}},e))}));var RZ=RE({name:"Group",compose:oW,keys:[],useProps:function(e,t){return TE({role:"group"},t)}}),SZ=(xE({as:"div",useHook:RZ}),RE({name:"CompositeGroup",compose:[RZ,vW],keys:bW,propsAreEqual:function(e,t){if(!t.id||e.id!==t.id)return RZ.unstable_propsAreEqual(e,t);var n=e.currentId,o=(e.unstable_moves,BE(e,["currentId","unstable_moves"])),r=t.currentId,a=(t.unstable_moves,BE(t,["currentId","unstable_moves"]));if(e.items&&t.items){var i=XT(e.items,n),l=XT(t.items,r),s=null==i?void 0:i.groupId,c=null==l?void 0:l.groupId;if(t.id===c||t.id===s)return!1}return RZ.unstable_propsAreEqual(o,a)},useProps:function(e,t){var n=t.ref,o=BE(t,["ref"]),r=(0,Bt.useRef)(null),a=e.id;return jE((function(){var t;if(a)return null===(t=e.registerGroup)||void 0===t||t.call(e,{id:a,ref:r}),function(){var t;null===(t=e.unregisterGroup)||void 0===t||t.call(e,a)}}),[a,e.registerGroup,e.unregisterGroup]),TE({ref:HE(r,n)},o)}})),NZ=xE({as:"div",useHook:SZ});const TZ=(0,Bt.forwardRef)((function(e,t){const n=(0,Bt.useContext)(yZ);return(0,Bt.createElement)(NZ,Pt({state:n,role:"presentation",ref:t},e))}));const BZ=function(e){let{items:t=[],onSelect:n,onHover:o=(()=>{}),children:r,label:a,isDraggable:i=!0}=e;return(0,Bt.createElement)(CZ,{className:"block-editor-block-types-list","aria-label":a},function(e,t){const n=[];for(let o=0,r=e.length;o(0,Bt.createElement)(TZ,{key:t},e.map(((e,r)=>(0,Bt.createElement)(xZ,{key:e.id,item:e,className:ys(e.id),onSelect:n,onHover:o,isDraggable:i&&!e.isDisabled,isFirst:0===t&&0===r})))))),r)};const DZ=function(e){let{title:t,icon:n,children:o}=e;return(0,Bt.createElement)(Bt.Fragment,null,(0,Bt.createElement)("div",{className:"block-editor-inserter__panel-header"},(0,Bt.createElement)("h2",{className:"block-editor-inserter__panel-title"},t),(0,Bt.createElement)(Ww,{icon:n})),(0,Bt.createElement)("div",{className:"block-editor-inserter__panel-content"},o))},IZ=(e,t)=>{const{categories:n,collections:o,items:r}=fp((t=>{const{getInserterItems:n}=t(wN),{getCategories:o,getCollections:r}=t(kl);return{categories:o(),collections:r(),items:n(e)}}),[e]),a=(0,Bt.useCallback)(((e,n)=>{let{name:o,initialAttributes:r,innerBlocks:a}=e;const i=Ja(o,r,Za(a));t(i,void 0,n)}),[t]);return[r,n,o,a]};const PZ=function(e){let{children:t}=e;const n=sB({shift:!0,wrap:"horizontal"});return(0,Bt.createElement)(yZ.Provider,{value:n},t)},HZ=[];const FZ=function(e){let{rootClientId:t,onInsert:n,onHover:o,showMostUsedBlocks:r}=e;const[a,i,l,s]=IZ(t,n),c=(0,Bt.useMemo)((()=>Gx(a,"frecency","desc").slice(0,6)),[a]),u=(0,Bt.useMemo)((()=>a.filter((e=>!e.category))),[a]),p=(0,Bt.useMemo)((()=>mn((e=>e.filter((e=>e.category&&"reusable"!==e.category))),(e=>(0,Ht.groupBy)(e,"category")))(a)),[a]),d=(0,Bt.useMemo)((()=>{const e={...l};return Object.keys(l).forEach((t=>{e[t]=a.filter((e=>(e=>e.name.split("/")[0])(e)===t)),0===e[t].length&&delete e[t]})),e}),[a,l]);(0,Bt.useEffect)((()=>()=>o(null)),[]);const b=vZ(i),m=i.length===b.length,M=(0,Bt.useMemo)((()=>Object.entries(l)),[l]),z=vZ(m?M:HZ);return(0,Bt.createElement)(PZ,null,(0,Bt.createElement)("div",null,r&&!!c.length&&(0,Bt.createElement)(DZ,{title:Or("Most used","blocks")},(0,Bt.createElement)(BZ,{items:c,onSelect:s,onHover:o,label:Or("Most used","blocks")})),b.map((e=>{const t=p[e.slug];return t&&t.length?(0,Bt.createElement)(DZ,{key:e.slug,title:e.title,icon:e.icon},(0,Bt.createElement)(BZ,{items:t,onSelect:s,onHover:o,label:e.title})):null})),m&&u.length>0&&(0,Bt.createElement)(DZ,{className:"block-editor-inserter__uncategorized-blocks-panel",title:gr("Uncategorized")},(0,Bt.createElement)(BZ,{items:u,onSelect:s,onHover:o,label:gr("Uncategorized")})),z.map((e=>{let[t,n]=e;const r=d[t];return r&&r.length?(0,Bt.createElement)(DZ,{key:t,title:n.title,icon:n.icon},(0,Bt.createElement)(BZ,{items:r,onSelect:s,onHover:o,label:n.title})):null}))))};const YZ=GN("appearance:none;border:1px solid transparent;cursor:pointer;background:none;text-align:start;&:hover{color:",gT.ui.theme,";}&:focus{background-color:transparent;color:",gT.ui.theme,";border-color:",gT.ui.theme,";outline:3px solid transparent;}",""),XZ={name:"1bcj5ek",styles:"width:100%;display:block"},jZ={name:"150ruhm",styles:"box-sizing:border-box;width:100%;display:block;margin:0;color:inherit"},VZ=GN("border:1px solid ",RT.surfaceBorderColor,";",""),UZ=GN(">*:not( marquee )>*{border-bottom:1px solid ",RT.surfaceBorderColor,";}>*:last-of-type>*:not( :focus ){border-bottom-color:transparent;}",""),$Z=RT.controlBorderRadius,GZ=GN("border-radius:",$Z,";",""),KZ=GN("border-radius:",$Z,";>*:first-of-type>*{border-top-left-radius:",$Z,";border-top-right-radius:",$Z,";}>*:last-of-type>*{border-bottom-left-radius:",$Z,";border-bottom-right-radius:",$Z,";}",""),JZ=`calc(${RT.fontSize} * ${RT.fontLineHeightBase})`,ZZ=`calc((${RT.controlHeight} - ${JZ} - 2px) / 2)`,QZ=`calc((${RT.controlHeightSmall} - ${JZ} - 2px) / 2)`,eQ=`calc((${RT.controlHeightLarge} - ${JZ} - 2px) / 2)`,tQ={small:GN("padding:",QZ," ",RT.controlPaddingXSmall,";",""),medium:GN("padding:",ZZ," ",RT.controlPaddingX,";",""),large:GN("padding:",eQ," ",RT.controlPaddingXLarge,";","")};const nQ=(0,Bt.createContext)({size:"medium"}),oQ=()=>(0,Bt.useContext)(nQ);const rQ=Gw((function(e,t){const{isBordered:n,isSeparated:o,size:r,...a}=function(e){const{className:t,isBordered:n=!1,isRounded:o=!0,isSeparated:r=!1,role:a="list",...i}=$w(e,"ItemGroup");return{isBordered:n,className:Uw()(n&&VZ,r&&UZ,o&&KZ,t),role:a,isSeparated:r,...i}}(e),{size:i}=oQ(),l={spacedAround:!n&&!o,size:r||i};return(0,Bt.createElement)(nQ.Provider,{value:l},(0,Bt.createElement)(cE,Pt({},a,{ref:t})))}),"ItemGroup");const aQ=Gw((function(e,t){const{role:n,wrapperClassName:o,...r}=function(e){const{as:t,className:n,onClick:o,role:r="listitem",size:a,...i}=$w(e,"Item"),{spacedAround:l,size:s}=oQ(),c=a||s,u=t||(void 0!==o?"button":"div"),p=Uw(),d=(0,Bt.useMemo)((()=>p("button"===u&&YZ,tQ[c]||tQ.medium,jZ,l&&GZ,n)),[u,n,p,c,l]),b=p(XZ);return{as:u,className:d,onClick:o,wrapperClassName:b,role:r,...i}}(e);return(0,Bt.createElement)("div",{role:n,className:o},(0,Bt.createElement)(cE,Pt({},r,{ref:t})))}),"Item"),iQ=e=>t=>function(){let n=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},o=arguments.length>1?arguments[1]:void 0;const r=o[e];if(void 0===r)return n;const a=t(n[r],o);return a===n[r]?n:{...n,[r]:a}},lQ=iQ("context")((function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[],t=arguments.length>1?arguments[1]:void 0;switch(t.type){case"CREATE_NOTICE":return[...e.filter((e=>{let{id:n}=e;return n!==t.notice.id})),t.notice];case"REMOVE_NOTICE":return e.filter((e=>{let{id:n}=e;return n!==t.id}))}return e})),sQ="global",cQ="info";let uQ=0;function pQ(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:cQ,t=arguments.length>1?arguments[1]:void 0,n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};const{speak:o=!0,isDismissible:r=!0,context:a=sQ,id:i=`${a}${++uQ}`,actions:l=[],type:s="default",__unstableHTML:c,icon:u=null,explicitDismiss:p=!1,onDismiss:d}=n;return t=String(t),{type:"CREATE_NOTICE",context:a,notice:{id:i,status:e,content:t,spokenMessage:o?t:null,__unstableHTML:c,isDismissible:r,actions:l,type:s,icon:u,explicitDismiss:p,onDismiss:d}}}function dQ(e,t){return pQ("success",e,t)}function bQ(e,t){return pQ("info",e,t)}function mQ(e,t){return pQ("error",e,t)}function MQ(e,t){return pQ("warning",e,t)}function zQ(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:sQ;return{type:"REMOVE_NOTICE",id:e,context:t}}const fQ=[];function hQ(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:sQ;return e[t]||fQ}const gQ=co("core/notices",{reducer:lQ,actions:v,selectors:A});tr(gQ);const OQ=(e,t)=>{const{patternCategories:n,patterns:o}=fp((e=>{const{__experimentalGetAllowedPatterns:n,getSettings:o}=e(wN);return{patterns:n(t),patternCategories:o().__experimentalBlockPatternCategories}}),[t]),{createSuccessNotice:r}=Lm(gQ),a=(0,Bt.useCallback)(((t,n)=>{e((null!=n?n:[]).map((e=>ei(e))),t.name),r(lr(gr('Block pattern "%s" inserted.'),t.title),{type:"snackbar"})}),[]);return[o,n,a]},vQ=e=>{let{showTooltip:t,title:n,children:o}=e;return t?(0,Bt.createElement)(ww,{text:n},o):(0,Bt.createElement)(Bt.Fragment,null,o)};function AQ(e){let{isDraggable:t,pattern:n,onClick:o,onHover:r,composite:a,showTooltip:i}=e;const[l,s]=(0,Bt.useState)(!1),{blocks:c,viewportWidth:u}=n,p=`block-editor-block-patterns-list__item-description-${Tz(AQ)}`;return(0,Bt.createElement)(LZ,{isEnabled:t,blocks:c,isPattern:!!n},(e=>{let{draggable:t,onDragStart:d,onDragEnd:b}=e;return(0,Bt.createElement)("div",{className:"block-editor-block-patterns-list__list-item",draggable:t,onDragStart:e=>{s(!0),d&&(null==r||r(null),d(e))},onDragEnd:e=>{s(!1),b&&b(e)}},(0,Bt.createElement)(vQ,{showTooltip:i,title:n.title},(0,Bt.createElement)(kW,Pt({role:"option",as:"div"},a,{className:"block-editor-block-patterns-list__item",onClick:()=>{o(n,c),null==r||r(null)},onMouseEnter:()=>{l||null==r||r(n)},onMouseLeave:()=>null==r?void 0:r(null),"aria-label":n.title,"aria-describedby":n.description?p:void 0}),(0,Bt.createElement)(fZ,{blocks:c,viewportWidth:u}),!i&&(0,Bt.createElement)("div",{className:"block-editor-block-patterns-list__item-title"},n.title),!!n.description&&(0,Bt.createElement)(uE,{id:p},n.description))))}))}function yQ(){return(0,Bt.createElement)("div",{className:"block-editor-block-patterns-list__item is-placeholder"})}const _Q=function(e){let{isDraggable:t,blockPatterns:n,shownPatterns:o,onHover:r,onClickPattern:a,orientation:i,label:l=gr("Block Patterns"),showTitlesAsTooltip:s}=e;const c=sB({orientation:i});return(0,Bt.createElement)(fB,Pt({},c,{role:"listbox",className:"block-editor-block-patterns-list","aria-label":l}),n.map((e=>o.includes(e)?(0,Bt.createElement)(AQ,{key:e.name,pattern:e,onClick:a,onHover:r,isDraggable:t,composite:c,showTooltip:s}):(0,Bt.createElement)(yQ,{key:e.name}))))};function qQ(e){let{selectedCategory:t,patternCategories:n,onClickCategory:o}=e;const r="block-editor-block-patterns-explorer__sidebar";return(0,Bt.createElement)("div",{className:`${r}__categories-list`},n.map((e=>{let{name:n,label:a}=e;return(0,Bt.createElement)(bE,{key:n,label:a,className:`${r}__categories-list__item`,isPressed:t===n,onClick:()=>{o(n)}},a)})))}function kQ(e){let{filterValue:t,setFilterValue:n}=e;return(0,Bt.createElement)("div",{className:"block-editor-block-patterns-explorer__search"},(0,Bt.createElement)(OK,{__nextHasNoMarginBottom:!0,onChange:n,value:t,label:gr("Search for patterns"),placeholder:gr("Search")}))}const wQ=function(e){let{selectedCategory:t,patternCategories:n,onClickCategory:o,filterValue:r,setFilterValue:a}=e;return(0,Bt.createElement)("div",{className:"block-editor-block-patterns-explorer__sidebar"},(0,Bt.createElement)(kQ,{filterValue:r,setFilterValue:a}),!r&&(0,Bt.createElement)(qQ,{selectedCategory:t,patternCategories:n,onClickCategory:o}))};const EQ=function(){return(0,Bt.createElement)("div",{className:"block-editor-inserter__no-results"},(0,Bt.createElement)(AF,{className:"block-editor-inserter__no-results-icon",icon:DK}),(0,Bt.createElement)("p",null,gr("No results found.")))};const WQ=function(e){let{rootClientId:t="",insertionIndex:n,clientId:o,isAppender:r,onSelect:a,shouldFocusBlock:i=!0,selectBlockOnInsert:l=!0}=e;const{getSelectedBlock:s}=fp(wN),{destinationRootClientId:c,destinationIndex:u}=fp((e=>{const{getSelectedBlockClientId:a,getBlockRootClientId:i,getBlockIndex:l,getBlockOrder:s}=e(wN),c=a();let u,p=t;return void 0!==n?u=n:o?u=l(o):!r&&c?(p=i(c),u=l(c)+1):u=s(p).length,{destinationRootClientId:p,destinationIndex:u}}),[t,n,o,r]),{replaceBlocks:p,insertBlocks:d,showInsertionPoint:b,hideInsertionPoint:m}=Lm(wN),M=(0,Bt.useCallback)((function(e,t){let n=arguments.length>2&&void 0!==arguments[2]&&arguments[2];const o=s();!r&&o&&di(o)?p(o.clientId,e,null,i||n?0:null,t):d(e,u,c,l,i||n?0:null,t);const b=Array.isArray(e)?e.length:1,m=lr(vr("%d block added.","%d blocks added.",b),b);vx(m),a&&a(e)}),[r,s,p,d,c,u,a,i]),z=(0,Bt.useCallback)((e=>{e?b(c,u):m()}),[b,m,c,u]);return[c,M,z]},LQ=e=>e.name||"",xQ=e=>e.title,CQ=e=>e.description||"",RQ=e=>e.keywords||[],SQ=e=>e.category,NQ=()=>null;function TQ(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"";return Ma(e,{splitRegexp:[/([\p{Ll}\p{Lo}\p{N}])([\p{Lu}\p{Lt}])/gu,/([\p{Lu}\p{Lt}])([\p{Lu}\p{Lt}][\p{Ll}\p{Lo}])/gu],stripRegexp:/(\p{C}|\p{P}|\p{S})+/giu}).split(" ").filter(Boolean)}function BQ(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"";return e=Ci()(e),e=e.replace(/^\//,""),e=e.toLowerCase(),e}const DQ=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"";return TQ(BQ(e))},IQ=(e,t)=>e.filter((e=>!DQ(t).some((t=>t.includes(e))))),PQ=(e,t,n,o)=>{if(0===DQ(o).length)return e;const r={getCategory:e=>{var n;return null===(n=t.find((t=>{let{slug:n}=t;return n===e.category})))||void 0===n?void 0:n.title},getCollection:e=>{var t;return null===(t=n[e.name.split("/")[0]])||void 0===t?void 0:t.title}};return HQ(e,o,r)},HQ=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[],t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"",n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};const o=DQ(t);if(0===o.length)return e;const r=e.map((e=>[e,FQ(e,t,n)])).filter((e=>{let[,t]=e;return t>0}));return r.sort(((e,t)=>{let[,n]=e,[,o]=t;return o-n})),r.map((e=>{let[t]=e;return t}))};function FQ(e,t){let n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};const{getName:o=LQ,getTitle:r=xQ,getDescription:a=CQ,getKeywords:i=RQ,getCategory:l=SQ,getCollection:s=NQ}=n,c=o(e),u=r(e),p=a(e),d=i(e),b=l(e),m=s(e),M=BQ(t),z=BQ(u);let f=0;if(M===z)f+=30;else if(z.startsWith(M))f+=20;else{const e=[c,u,p,...d,b,m].join(" "),t=TQ(M);0===IQ(t,e).length&&(f+=10)}if(0!==f&&c.startsWith("core/")){f+=c!==e.id?1:2}return f}function YQ(e){let{filterValue:t,filteredBlockPatternsLength:n}=e;return t?(0,Bt.createElement)(RX,{level:2,lineHeight:"48px",className:"block-editor-block-patterns-explorer__search-results-count"},lr(vr('%1$d pattern found for "%2$s"','%1$d patterns found for "%2$s"',n),n,t)):null}const XQ=function(e){let{filterValue:t,selectedCategory:n,patternCategories:o}=e;const r=Iz(vx,500),[a,i]=WQ({shouldFocusBlock:!0}),[l,,s]=OQ(i,a),c=(0,Bt.useMemo)((()=>o.map((e=>e.name))),[o]),u=(0,Bt.useMemo)((()=>t?HQ(l,t):l.filter((e=>{var t,o;return"uncategorized"===n?!(null!==(t=e.categories)&&void 0!==t&&t.length)||e.categories.every((e=>!c.includes(e))):null===(o=e.categories)||void 0===o?void 0:o.includes(n)}))),[t,n,l]);(0,Bt.useEffect)((()=>{if(!t)return;const e=u.length,n=lr(vr("%d result found.","%d results found.",e),e);r(n)}),[t,r]);const p=vZ(u,{step:2}),d=!(null==u||!u.length);return(0,Bt.createElement)("div",{className:"block-editor-block-patterns-explorer__list"},d&&(0,Bt.createElement)(YQ,{filterValue:t,filteredBlockPatternsLength:u.length}),(0,Bt.createElement)(PZ,null,!d&&(0,Bt.createElement)(EQ,null),d&&(0,Bt.createElement)(_Q,{shownPatterns:p,blockPatterns:u,onClickPattern:s,isDraggable:!1})))};function jQ(e){let{initialCategory:t,patternCategories:n}=e;const[o,r]=(0,Bt.useState)(""),[a,i]=(0,Bt.useState)(null==t?void 0:t.name);return(0,Bt.createElement)("div",{className:"block-editor-block-patterns-explorer"},(0,Bt.createElement)(wQ,{selectedCategory:a,patternCategories:n,onClickCategory:i,filterValue:o,setFilterValue:r}),(0,Bt.createElement)(XQ,{filterValue:o,selectedCategory:a,patternCategories:n}))}const VQ=function(e){let{onModalClose:t,...n}=e;return(0,Bt.createElement)(Wj,{title:gr("Patterns"),onRequestClose:t,isFullScreen:!0},(0,Bt.createElement)(jQ,n))};const UQ=Gw((function(e,t){const n=function(e){const{expanded:t=!1,alignment:n="stretch",...o}=$w(e,"VStack");return iD({direction:"column",expanded:t,alignment:n,...o})}(e);return(0,Bt.createElement)(cE,Pt({},n,{ref:t}))}),"VStack"),$Q=UQ,GQ=(0,Bt.createContext)({location:{},goTo:()=>{},goBack:()=>{},goToParent:()=>{},addScreen:()=>{},removeScreen:()=>{},params:{}});const KQ=function(){const{location:e,params:t,goTo:n,goBack:o,goToParent:r}=(0,Bt.useContext)(GQ);return{location:e,goTo:n,goBack:o,goToParent:r,params:t}};const JQ=Gw((function(e,t){const n=function(e){const{onClick:t,as:n=bE,goToParent:o=!1,...r}=$w(e,"NavigatorBackButton"),{goBack:a,goToParent:i}=KQ();return{as:n,onClick:(0,Bt.useCallback)((e=>{e.preventDefault(),o?i():a(),null==t||t(e)}),[o,i,a,t]),...r}}(e);return(0,Bt.createElement)(cE,Pt({ref:t},n))}),"NavigatorBackButton");function ZQ(e,t){void 0===t&&(t={});for(var n=function(e){for(var t=[],n=0;n=48&&s<=57||s>=65&&s<=90||s>=97&&s<=122||95===s))break;i+=e[l++]}if(!i)throw new TypeError("Missing parameter name at ".concat(n));t.push({type:"NAME",index:n,value:i}),n=l}else t.push({type:"CLOSE",index:n,value:e[n++]});else t.push({type:"OPEN",index:n,value:e[n++]});else t.push({type:"ESCAPED_CHAR",index:n++,value:e[n++]});else t.push({type:"MODIFIER",index:n,value:e[n++]})}return t.push({type:"END",index:n,value:""}),t}(e),o=t.prefixes,r=void 0===o?"./":o,a="[^".concat(e0(t.delimiter||"/#?"),"]+?"),i=[],l=0,s=0,c="",u=function(e){if(s-1:void 0===y;r||(z+="(?:".concat(M,"(?=").concat(m,"))?")),_||(z+="(?=".concat(M,"|").concat(m,")"))}return new RegExp(z,t0(n))}(ZQ(e,n),t,n)}function o0(e,t,n){return e instanceof RegExp?function(e,t){if(!t)return e;for(var n=/\((?:\?<(.*?)>)?(?!\?)/g,o=0,r=n.exec(e.source);r;)t.push({name:r[1]||o++,prefix:"",suffix:"",modifier:"",pattern:""}),r=n.exec(e.source);return e}(e,t):Array.isArray(e)?function(e,t,n){var o=e.map((function(e){return o0(e,t,n).source}));return new RegExp("(?:".concat(o.join("|"),")"),t0(n))}(e,t,n):n0(e,t,n)}function r0(e,t){return QQ(t,{decode:decodeURIComponent})(e)}function a0(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[],t=arguments.length>1?arguments[1]:void 0;switch(t.type){case"add":return[...e,t.screen];case"remove":return e.filter((e=>e.id!==t.screen.id))}return e}var i0={name:"15bx5k",styles:"overflow-x:hidden"};const l0=Gw((function(e,t){const{initialPath:n,children:o,className:r,...a}=$w(e,"NavigatorProvider"),[i,l]=(0,Bt.useState)([{path:n}]),s=(0,Bt.useRef)([]),[c,u]=(0,Bt.useReducer)(a0,[]),p=(0,Bt.useRef)([]);(0,Bt.useEffect)((()=>{p.current=c}),[c]),(0,Bt.useEffect)((()=>{s.current=i}),[i]);const d=(0,Bt.useRef)(),b=(0,Bt.useMemo)((()=>{let e;if(0===i.length||void 0===(e=i[i.length-1].path))return void(d.current=void 0);const t=(e=>{const t=function(e,t){for(const n of t){const t=r0(e,n.path);if(t)return{params:t.params,id:n.id}}}(e,c);return d.current&&t&&Os(t.params,d.current.params)&&t.id===d.current.id?d.current:t})(e);return d.current=t,t}),[c,i]),m=(0,Bt.useCallback)((e=>u({type:"add",screen:e})),[]),M=(0,Bt.useCallback)((e=>u({type:"remove",screen:e})),[]),z=(0,Bt.useCallback)((()=>{l((e=>e.length<=1?e:[...e.slice(0,-2),{...e[e.length-2],isBack:!0,hasRestoredFocus:!1}]))}),[]),f=(0,Bt.useCallback)((function(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};const{focusTargetSelector:n,isBack:o=!1,skipFocus:r=!1,...a}=t,i=o&&s.current.length>1&&s.current[s.current.length-2].path===e;i?z():l((t=>{const i={...a,path:e,isBack:o,hasRestoredFocus:!1,skipFocus:r};return t.length<1?[i]:[...t.slice(t.length>49?1:0,-1),{...t[t.length-1],focusTargetSelector:n},i]}))}),[z]),h=(0,Bt.useCallback)((()=>{const e=s.current[s.current.length-1].path;if(void 0===e)return;const t=function(e,t){if(!e.startsWith("/"))return;const n=e.split("/");let o;for(;n.length>1&&void 0===o;){n.pop();const e=""===n.join("/")?"/":n.join("/");t.find((t=>!1!==r0(e,t.path)))&&(o=e)}return o}(e,p.current);void 0!==t&&f(t,{isBack:!0})}),[f]),g=(0,Bt.useMemo)((()=>({location:{...i[i.length-1],isInitial:1===i.length},params:b?b.params:{},match:b?b.id:void 0,goTo:f,goBack:z,goToParent:h,addScreen:m,removeScreen:M})),[i,b,f,z,h,m,M]),O=Uw(),v=(0,Bt.useMemo)((()=>O(i0,r)),[r,O]);return(0,Bt.createElement)(cE,Pt({ref:t,className:v},a),(0,Bt.createElement)(GQ.Provider,{value:g},o))}),"NavigatorProvider"),s0=l0;var c0={name:"14x3t6z",styles:"overflow-x:auto;max-height:100%"};const u0=Gw((function(e,t){const n=(0,Bt.useId)(),{children:o,className:r,path:a,...i}=$w(e,"NavigatorScreen"),l=pX(),{location:s,match:c,addScreen:u,removeScreen:p}=(0,Bt.useContext)(GQ),d=c===n,b=(0,Bt.useRef)(null);(0,Bt.useEffect)((()=>{const e={id:n,path:Ul(a)};return u(e),()=>p(e)}),[n,a,u,p]);const m=Uw(),M=(0,Bt.useMemo)((()=>m(c0,r)),[r,m]),z=(0,Bt.useRef)(s);(0,Bt.useEffect)((()=>{z.current=s}),[s]);const f=s.isInitial&&!s.isBack;(0,Bt.useEffect)((()=>{if(f||!d||!b.current||z.current.hasRestoredFocus||s.skipFocus)return;const e=b.current.ownerDocument.activeElement;if(b.current.contains(e))return;let t=null;if(s.isBack&&null!=s&&s.focusTargetSelector&&(t=b.current.querySelector(s.focusTargetSelector)),!t){const e=Yq.tabbable.find(b.current)[0];t=null!=e?e:b.current}z.current.hasRestoredFocus=!0,t.focus()}),[f,d,s.isBack,s.focusTargetSelector,s.skipFocus]);const h=Hz([t,b]);if(!d)return null;if(l)return(0,Bt.createElement)(cE,Pt({ref:h,className:M},i),o);const g={opacity:1,transition:{delay:0,duration:.14,ease:"easeInOut"},x:0},O=!(s.isInitial&&!s.isBack)&&{opacity:0,x:Ar()&&s.isBack||!Ar()&&!s.isBack?50:-50},v={animate:g,exit:{delay:0,opacity:0,x:!Ar()&&s.isBack||Ar()&&!s.isBack?50:-50,transition:{duration:.14,ease:"easeInOut"}},initial:O};return(0,Bt.createElement)(Q_.div,Pt({ref:h,className:M},i,v),o)}),"NavigatorScreen"),p0=u0;const d0=Gw((function(e,t){const n=function(e){const{path:t,onClick:n,as:o=bE,attributeName:r="id",...a}=$w(e,"NavigatorButton"),i=Ul(t),{goTo:l}=KQ();return{as:o,onClick:(0,Bt.useCallback)((e=>{var t,o;e.preventDefault(),l(i,{focusTargetSelector:(t=r,o=i,`[${t}="${o}"]`)}),null==n||n(e)}),[l,n,r,i]),...a,[r]:i}}(e);return(0,Bt.createElement)(cE,Pt({ref:t},n))}),"NavigatorButton");function b0(e){let{title:t}=e;return(0,Bt.createElement)($Q,{spacing:0},(0,Bt.createElement)(cE,null,(0,Bt.createElement)(cF,{marginBottom:0,paddingX:4,paddingY:3},(0,Bt.createElement)(lD,{spacing:2},(0,Bt.createElement)(JQ,{style:{minWidth:24,padding:0},icon:Ar()?TK:BK,isSmall:!0,"aria-label":gr("Navigate to the previous view")}),(0,Bt.createElement)(cF,null,(0,Bt.createElement)(RX,{level:5},t))))))}function m0(e){let{categories:t,children:n}=e;return(0,Bt.createElement)(s0,{initialPath:"/",className:"block-editor-inserter__mobile-tab-navigation"},(0,Bt.createElement)(p0,{path:"/"},(0,Bt.createElement)(rQ,null,t.map((e=>(0,Bt.createElement)(d0,{key:e.name,path:`/category/${e.name}`,as:aQ,isAction:!0},(0,Bt.createElement)(lD,null,(0,Bt.createElement)(JB,null,e.label),(0,Bt.createElement)(AF,{icon:Ar()?BK:TK}))))))),t.map((e=>(0,Bt.createElement)(p0,{key:e.name,path:`/category/${e.name}`},(0,Bt.createElement)(b0,{title:gr("Back")}),n(e)))))}const M0=()=>{},z0=["featured","posts","text","gallery","call-to-action","banner","header","footer"];function f0(e){const[t,n]=OQ(void 0,e),o=(0,Bt.useCallback)((e=>!(!e.categories||!e.categories.length)&&e.categories.some((e=>n.some((t=>t.name===e))))),[n]),r=(0,Bt.useMemo)((()=>{const e=n.filter((e=>t.some((t=>{var n;return null===(n=t.categories)||void 0===n?void 0:n.includes(e.name)})))).sort(((e,t)=>{let{name:n}=e,{name:o}=t,r=z0.indexOf(n),a=z0.indexOf(o);return r<0&&(r=z0.length),a<0&&(a=z0.length),r-a}));return t.some((e=>!o(e)))&&!e.find((e=>"uncategorized"===e.name))&&e.push({name:"uncategorized",label:Or("Uncategorized")}),e}),[t,n]);return r}function h0(e){let{rootClientId:t,onInsert:n,onHover:o,category:r,showTitlesAsTooltip:a}=e;const i=(0,Bt.useRef)();return(0,Bt.useEffect)((()=>{const e=setTimeout((()=>{const[e]=Yq.tabbable.find(i.current);null==e||e.focus()}));return()=>clearTimeout(e)}),[r]),(0,Bt.createElement)("div",{ref:i,className:"block-editor-inserter__patterns-category-dialog"},(0,Bt.createElement)(g0,{rootClientId:t,onInsert:n,onHover:o,category:r,showTitlesAsTooltip:a}))}function g0(e){let{rootClientId:t,onInsert:n,onHover:o=M0,category:r,showTitlesAsTooltip:a}=e;const[i,,l]=OQ(n,t),s=f0(t),c=(0,Bt.useMemo)((()=>i.filter((e=>{var t,n,o;if("uncategorized"!==r.name)return null===(o=e.categories)||void 0===o?void 0:o.includes(r.name);return 0===(null!==(t=null===(n=e.categories)||void 0===n?void 0:n.filter((e=>s.find((t=>t.name===e)))))&&void 0!==t?t:[]).length}))),[i,r]),u=vZ(c);return(0,Bt.useEffect)((()=>()=>o(null)),[]),c.length?(0,Bt.createElement)("div",{className:"block-editor-inserter__patterns-category-panel"},(0,Bt.createElement)("div",{className:"block-editor-inserter__patterns-category-panel-title"},r.label),(0,Bt.createElement)("p",null,r.description),(0,Bt.createElement)(_Q,{shownPatterns:u,blockPatterns:c,onClickPattern:l,onHover:o,label:r.label,orientation:"vertical",category:r.label,isDraggable:!0,showTitlesAsTooltip:a})):null}const O0=function(e){let{onSelectCategory:t,selectedCategory:n,onInsert:o,rootClientId:r}=e;const[a,i]=(0,Bt.useState)(!1),l=f0(r),s=n||l[0],c=iq("medium","<");return(0,Bt.createElement)(Bt.Fragment,null,!c&&(0,Bt.createElement)("div",{className:"block-editor-inserter__block-patterns-tabs-container"},(0,Bt.createElement)("nav",{"aria-label":gr("Block pattern categories")},(0,Bt.createElement)(rQ,{role:"list",className:"block-editor-inserter__block-patterns-tabs"},l.map((e=>(0,Bt.createElement)(aQ,{role:"listitem",key:e.name,onClick:()=>t(e),className:e===n?"block-editor-inserter__patterns-category block-editor-inserter__patterns-selected-category":"block-editor-inserter__patterns-category","aria-label":e.label,"aria-current":e===n?"true":void 0},(0,Bt.createElement)(lD,null,(0,Bt.createElement)(JB,null,e.label),(0,Bt.createElement)(AF,{icon:TK}))))),(0,Bt.createElement)("div",{role:"listitem"},(0,Bt.createElement)(bE,{className:"block-editor-inserter__patterns-explore-button",onClick:()=>i(!0),variant:"secondary"},gr("Explore all patterns")))))),c&&(0,Bt.createElement)(m0,{categories:l},(e=>(0,Bt.createElement)(g0,{onInsert:o,rootClientId:r,category:e,showTitlesAsTooltip:!1}))),a&&(0,Bt.createElement)(VQ,{initialCategory:s,patternCategories:l,onModalClose:()=>i(!1)}))};function v0(e){let{onHover:t,onInsert:n,rootClientId:o}=e;const[r,,,a]=IZ(o,n),i=(0,Bt.useMemo)((()=>r.filter((e=>{let{category:t}=e;return"reusable"===t}))),[r]);return 0===i.length?(0,Bt.createElement)(EQ,null):(0,Bt.createElement)(DZ,{title:gr("Reusable blocks")},(0,Bt.createElement)(BZ,{items:i,onSelect:a,onHover:t,label:gr("Reusable blocks")}))}const A0=function(e){let{rootClientId:t,onInsert:n,onHover:o}=e;return(0,Bt.createElement)(Bt.Fragment,null,(0,Bt.createElement)(v0,{onHover:o,onInsert:n,rootClientId:t}),(0,Bt.createElement)("div",{className:"block-editor-inserter__manage-reusable-blocks-container"},(0,Bt.createElement)(bE,{className:"block-editor-inserter__manage-reusable-blocks",variant:"secondary",href:Cp("edit.php",{post_type:"wp_block"})},gr("Manage Reusable blocks"))))};function y0(e){const[t,n]=(0,Bt.useState)([]),{canInsertImage:o,canInsertVideo:r,canInsertAudio:a}=fp((t=>{const{canInsertBlockType:n}=t(wN);return{canInsertImage:n("core/image",e),canInsertVideo:n("core/video",e),canInsertAudio:n("core/audio",e)}}),[e]),i=function(){const{inserterMediaCategories:e,allowedMimeTypes:t,enableOpenverseMediaCategory:n}=fp((e=>{const t=e(wN).getSettings();return{inserterMediaCategories:t.inserterMediaCategories,allowedMimeTypes:t.allowedMimeTypes,enableOpenverseMediaCategory:t.enableOpenverseMediaCategory}}),[]),o=(0,Bt.useMemo)((()=>{if(e&&t)return e.filter((e=>!(!n&&"openverse"===e.name)&&Object.values(t).some((t=>t.startsWith(`${e.mediaType}/`)))))}),[e,t,n]);return o}();return(0,Bt.useEffect)((()=>{(async()=>{const e=[];if(!i)return;const t=new Map(await Promise.all(i.map((async e=>{if(e.isExternalResource)return[e.name,!0];let t=[];try{t=await e.fetch({per_page:1})}catch(e){}return[e.name,!!t.length]})))),l={image:o,video:r,audio:a};i.forEach((n=>{l[n.mediaType]&&t.get(n.name)&&e.push(n)})),e.length&&n(e)})()}),[o,r,a,i]),t}const _0=(function(){var e=GN.apply(void 0,arguments),t="animation-"+e.name;return{name:t,styles:"@keyframes "+t+"{"+e.styles+"}",anim:1,toString:function(){return"_EMO_"+this.name+"_"+this.styles+"_EMO_"}}})` from { transform: rotate(0deg); } to { transform: rotate(360deg); } - `,D1=LL("svg",{target:"ea4tfvq2"})("width:",RD.spinnerSize,"px;height:",RD.spinnerSize,"px;display:inline-block;margin:5px 11px 0;position:relative;color:",wD.ui.theme,";overflow:visible;"),I1={name:"9s4963",styles:"fill:transparent;stroke-width:1.5px"},R1=LL("circle",{target:"ea4tfvq1"})(I1,";stroke:",wD.gray[300],";"),P1=LL("path",{target:"ea4tfvq0"})(I1,";stroke:currentColor;stroke-linecap:round;transform-origin:50% 50%;animation:1.4s linear infinite both ",B1,";");const H1=(0,At.forwardRef)((function(e,t){let{className:n,...r}=e;return(0,At.createElement)(D1,Nt({className:sg()("components-spinner",n),viewBox:"0 0 100 100",width:"16",height:"16",xmlns:"http://www.w3.org/2000/svg",role:"presentation",focusable:"false"},r,{ref:t}),(0,At.createElement)(R1,{cx:"50",cy:"50",r:"50",vectorEffect:"non-scaling-stroke"}),(0,At.createElement)(P1,{d:"m 50 0 a 50 50 0 0 1 50 50",vectorEffect:"non-scaling-stroke"}))})),W1=H1,Y1={image:"img",video:"video",audio:"audio"};function F1(e,t){var n;const r={id:e.id},o=e.source_url||e.url,a=e.alt_text||e.alt||void 0,i=(null===(n=e.caption)||void 0===n?void 0:n.raw)||e.caption;i&&"string"==typeof i&&(r.caption=i),"image"===t?(r.url=o,r.alt=a):["video","audio"].includes(t)&&(r.src=o);const l=Y1[t],s=(0,At.createElement)(l,{src:o,alt:a,controls:"audio"===t||void 0,inert:"true"});return[Sa(`core/${t}`,r),s]}function j1(e){var t;let{media:n,onClick:r,composite:o,mediaType:a}=e;const[i,l]=(0,At.useMemo)((()=>F1(n,a)),[n,a]),s=(null===(t=n.title)||void 0===t?void 0:t.rendered)||n.title,c="block-editor-inserter__media-list";return(0,At.createElement)(JQ,{isEnabled:!0,blocks:[i]},(e=>{let{draggable:t,onDragStart:n,onDragEnd:a}=e;return(0,At.createElement)("div",{className:`${c}__list-item`,draggable:t,onDragStart:n,onDragEnd:a},(0,At.createElement)(GC,{text:s},(0,At.createElement)(VS,Nt({role:"option",as:"div"},o,{className:`${c}__item`,onClick:()=>{r(i)},"aria-label":s}),(0,At.createElement)("div",{className:`${c}__item-preview`},l))))}))}const q1=function(e){let{mediaList:t,mediaType:n,onClick:r,label:o=Jr("Media List")}=e;const a=mI(),i=(0,At.useCallback)((e=>{r(za(e))}),[r]);return(0,At.createElement)(MI,Nt({},a,{role:"listbox",className:"block-editor-inserter__media-list","aria-label":o}),t.map((e=>(0,At.createElement)(j1,{key:e.id,media:e,mediaType:n,onClick:i,composite:a}))))};function V1(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"";const[t,n]=(0,At.useState)(e),[r,o]=(0,At.useState)(e),a=mg(o,250);return(0,At.useEffect)((()=>{r!==t&&a(t)}),[r,t]),[t,n,r]}function U1(e){let{rootClientId:t,onInsert:n,category:r}=e;const o=(0,At.useRef)();return(0,At.useEffect)((()=>{const e=setTimeout((()=>{const[e]=fx.tabbable.find(o.current);null==e||e.focus()}));return()=>clearTimeout(e)}),[r]),(0,At.createElement)("div",{ref:o,className:"block-editor-inserter__media-dialog"},(0,At.createElement)(X1,{rootClientId:t,onInsert:n,category:r}))}function X1(e){let{rootClientId:t,onInsert:n,category:r}=e;const[o,a,i]=V1(),l=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};const[t,n]=(0,At.useState)(),r=Uu((e=>e(OB).getSettings()),[]);return(0,At.useEffect)((()=>{(async()=>{n();const t=await(null==r?void 0:r.__unstableFetchMedia(e));t&&n(t)})()}),Object.values(e)),t}({per_page:i?20:10,media_type:r.mediaType,search:i,orderBy:i?"relevance":"date"}),s="block-editor-inserter__media-panel";return(0,At.createElement)("div",{className:s},(0,At.createElement)(HJ,{className:`${s}-search`,onChange:a,value:o,label:Hr(Jr("Search %s"),r.label.toLocaleLowerCase()),placeholder:Hr(Jr("Search %s"),r.label.toLocaleLowerCase())}),!l&&(0,At.createElement)("div",{className:`${s}-spinner`},(0,At.createElement)(W1,null)),Array.isArray(l)&&!l.length&&(0,At.createElement)(G0,null),!(null==l||!l.length)&&(0,At.createElement)(q1,{rootClientId:t,onClick:n,mediaList:l,mediaType:r.mediaType}))}const $1=function(e){let{fallback:t=null,children:n}=e;const r=Uu((e=>{const{getSettings:t}=e(OB);return!!t().mediaUpload}),[]);return r?n:t},G1=OU("editor.MediaUpload")((()=>null)),K1=["image","video","audio"];const J1=function(e){let{rootClientId:t,selectedCategory:n,onSelectCategory:r,onInsert:o}=e;const a=O1(t),i=NE("medium","<"),l="block-editor-inserter__media-tabs",s=(0,At.useCallback)((e=>{if(null==e||!e.url)return;const[t]=F1(e,e.type);o(t)}),[o]);return(0,At.createElement)(At.Fragment,null,!i&&(0,At.createElement)("div",{className:`${l}-container`},(0,At.createElement)("nav",{"aria-label":Jr("Media categories")},(0,At.createElement)(x0,{role:"list",className:l},a.map((e=>(0,At.createElement)(C0,{role:"listitem",key:e.name,onClick:()=>r(e),className:Sf()(`${l}__media-category`,{"is-selected":n===e}),"aria-label":e.label,"aria-current":e===n?"true":void 0},(0,At.createElement)(uR,null,(0,At.createElement)(tR,null,e.label),(0,At.createElement)(UF,{icon:tZ}))))),(0,At.createElement)("div",{role:"listitem"},(0,At.createElement)($1,null,(0,At.createElement)(G1,{multiple:!1,onSelect:s,allowedTypes:K1,render:e=>{let{open:t}=e;return(0,At.createElement)(NL,{onClick:e=>{e.target.focus(),t()},className:"block-editor-inserter__media-library-button",variant:"secondary","data-unstable-ignore-focus-outside-for-relatedtarget":".media-modal"},Jr("Open Media Library"))}})))))),i&&(0,At.createElement)(x1,{categories:a},(e=>(0,At.createElement)(X1,{onInsert:o,rootClientId:t,category:e}))))},{Fill:Z1,Slot:Q1}=LC("__unstableInserterMenuExtension");Z1.Slot=Q1;const e2=Z1,t2=[];const n2=function(e){let{filterValue:t,onSelect:n,onHover:r,rootClientId:o,clientId:a,isAppender:i,__experimentalInsertionIndex:l,maxBlockPatterns:s,maxBlockTypes:c,showBlockDirectory:u=!1,isDraggable:d=!0,shouldFocusBlock:m=!0,prioritizePatterns:p,selectBlockOnInsert:f}=e;const h=mg(PT,500),[g,b]=K0({onSelect:n,rootClientId:o,clientId:a,isAppender:i,insertionIndex:l,shouldFocusBlock:m,selectBlockOnInsert:f}),[v,y,_,M]=i0(g,b),[k,,w]=Y0(b,g),E=(0,At.useMemo)((()=>{if(0===s)return[];const e=s1(k,t);return void 0!==s?e.slice(0,s):e}),[t,k,s]);let x=c;p&&E.length>2&&(x=0);const C=(0,At.useMemo)((()=>{if(0===x)return[];const e=l1(uz(v,"frecency","desc"),y,_,t);return void 0!==x?e.slice(0,x):e}),[t,v,y,_,c]);(0,At.useEffect)((()=>{if(!t)return;const e=C.length+E.length,n=Hr(Qr("%d result found.","%d results found.",e),e);h(n)}),[t,h]);const L=FQ(C,{step:9}),S=FQ(L.length===C.length?E:t2),A=!(0,Ot.isEmpty)(C)||!(0,Ot.isEmpty)(E),T=!!C.length&&(0,At.createElement)(a0,{title:(0,At.createElement)(TL,null,Jr("Blocks"))},(0,At.createElement)(o0,{items:L,onSelect:M,onHover:r,label:Jr("Blocks"),isDraggable:d})),z=!!E.length&&(0,At.createElement)(a0,{title:(0,At.createElement)(TL,null,Jr("Block Patterns"))},(0,At.createElement)("div",{className:"block-editor-inserter__quick-inserter-patterns"},(0,At.createElement)(V0,{shownPatterns:S,blockPatterns:E,onClickPattern:w,isDraggable:d})));return(0,At.createElement)(l0,null,!u&&!A&&(0,At.createElement)(G0,null),p?z:T,!!C.length&&!!E.length&&(0,At.createElement)("div",{className:"block-editor-inserter__quick-inserter-separator"}),p?T:z,u&&(0,At.createElement)(e2.Slot,{fillProps:{onSelect:M,onHover:r,filterValue:t,hasItems:A,rootClientId:g}},(e=>e.length?e:A?null:(0,At.createElement)(G0,null))))},r2=e=>{let{tabId:t,onClick:n,children:r,selected:o,...a}=e;return(0,At.createElement)(NL,Nt({role:"tab",tabIndex:o?null:-1,"aria-selected":o,id:t,onClick:n},a),r)};const o2=function e(t){var n;let{className:r,children:o,tabs:a,selectOnMove:i=!0,initialTabName:l,orientation:s="horizontal",activeClass:c="is-active",onSelect:u}=t;const d=ug(e,"tab-panel"),[m,p]=(0,At.useState)(),f=(0,At.useCallback)((e=>{p(e),null==u||u(e)}),[u]),h=a.find((e=>{let{name:t}=e;return t===m})),g=`${d}-${null!==(n=null==h?void 0:h.name)&&void 0!==n?n:"none"}`;return(0,At.useEffect)((()=>{(null==h||!h.name)&&a.length>0&&f(l||a[0].name)}),[a,null==h?void 0:h.name,l,f]),(0,At.createElement)("div",{className:r},(0,At.createElement)(lA,{role:"tablist",orientation:s,onNavigate:i?(e,t)=>{t.click()}:void 0,className:"components-tab-panel__tabs"},a.map((e=>(0,At.createElement)(r2,{className:sg()("components-tab-panel__tabs-item",e.className,{[c]:e.name===m}),tabId:`${d}-${e.name}`,"aria-controls":`${d}-${e.name}-view`,selected:e.name===m,key:e.name,onClick:()=>f(e.name),label:e.icon&&e.title,icon:e.icon,showTooltip:!!e.icon},!e.icon&&e.title)))),h&&(0,At.createElement)("div",{key:g,"aria-labelledby":g,role:"tabpanel",id:`${g}-view`,className:"components-tab-panel__tab-content"},o(h)))},a2={name:"blocks",title:Jr("Blocks")},i2={name:"patterns",title:Jr("Patterns")},l2={name:"reusable",title:Jr("Reusable"),icon:NA},s2={name:"media",title:Jr("Media")};const c2=function(e){let{children:t,showPatterns:n=!1,showReusableBlocks:r=!1,showMedia:o=!1,onSelect:a,prioritizePatterns:i}=e;const l=(0,At.useMemo)((()=>{const e=[];return i&&n&&e.push(i2),e.push(a2),!i&&n&&e.push(i2),o&&e.push(s2),r&&e.push(l2),e}),[i,a2,n,i2,r,o,l2]);return(0,At.createElement)(o2,{className:"block-editor-inserter__tabs",tabs:l,onSelect:a},t)};const u2=(0,At.forwardRef)((function(e,t){let{rootClientId:n,clientId:r,isAppender:o,__experimentalInsertionIndex:a,onSelect:i,showInserterHelpPanel:l,showMostUsedBlocks:s,__experimentalFilterValue:c="",shouldFocusBlock:u=!0,prioritizePatterns:d}=e;const[m,p,f]=V1(c),[h,g]=(0,At.useState)(null),[b,v]=(0,At.useState)(null),[y,_]=(0,At.useState)(null),[M,k]=(0,At.useState)(null),[w,E,x]=K0({rootClientId:n,clientId:r,isAppender:o,insertionIndex:a,shouldFocusBlock:u}),{showPatterns:C,hasReusableBlocks:L}=Uu((e=>{var t;const{__experimentalGetAllowedPatterns:n,getSettings:r}=e(OB);return{showPatterns:!!n(w).length,hasReusableBlocks:!(null===(t=r().__experimentalReusableBlocks)||void 0===t||!t.length)}}),[w]),S=!!O1(w).length,A=(0,At.useCallback)(((e,t,n)=>{E(e,t,n),i()}),[E,i]),T=(0,At.useCallback)(((e,t)=>{E(e,{patternName:t}),i()}),[E,i]),z=(0,At.useCallback)((e=>{x(!!e),g(e)}),[x,g]),N=(0,At.useCallback)((e=>{v(e)}),[v]),O=(0,At.useMemo)((()=>(0,At.createElement)(At.Fragment,null,(0,At.createElement)("div",{className:"block-editor-inserter__block-list"},(0,At.createElement)(c0,{rootClientId:w,onInsert:A,onHover:z,showMostUsedBlocks:s})),l&&(0,At.createElement)("div",{className:"block-editor-inserter__tips"},(0,At.createElement)(TL,{as:"h2"},Jr("A tip for using the block editor")),(0,At.createElement)(eZ,null)))),[w,A,z,f,s,l]),B=(0,At.useMemo)((()=>(0,At.createElement)(A1,{rootClientId:w,onInsert:T,onSelectCategory:N,selectedCategory:b})),[w,T,N,b]),D=(0,At.useMemo)((()=>(0,At.createElement)(z1,{rootClientId:w,onInsert:A,onHover:z})),[w,A,z]),I=(0,At.useMemo)((()=>(0,At.createElement)(J1,{rootClientId:w,selectedCategory:y,onSelectCategory:_,onInsert:A})),[w,A,y,_]),R=(0,At.useCallback)((e=>"blocks"===e.name?O:"patterns"===e.name?B:"reusable"===e.name?D:"media"===e.name?I:void 0),[O,B,D,I]),P=(0,At.useRef)();(0,At.useImperativeHandle)(t,(()=>({focusSearch:()=>{P.current.focus()}})));const H="patterns"===M&&!f&&b,W=!f&&(C||L||S),Y="media"===M&&!f&&y;return(0,At.createElement)("div",{className:"block-editor-inserter__menu"},(0,At.createElement)("div",{className:Sf()("block-editor-inserter__main-area",{"show-as-tabs":W})},(0,At.createElement)(HJ,{__nextHasNoMarginBottom:!0,className:"block-editor-inserter__search",onChange:e=>{h&&g(null),p(e)},value:m,label:Jr("Search for blocks and patterns"),placeholder:Jr("Search"),ref:P}),!!f&&(0,At.createElement)("div",{className:"block-editor-inserter__no-tab-container"},(0,At.createElement)(n2,{filterValue:f,onSelect:i,onHover:z,rootClientId:n,clientId:r,isAppender:o,__experimentalInsertionIndex:a,showBlockDirectory:!0,shouldFocusBlock:u})),W&&(0,At.createElement)(c2,{showPatterns:C,showReusableBlocks:L,showMedia:S,prioritizePatterns:d,onSelect:k},R),!f&&!W&&(0,At.createElement)("div",{className:"block-editor-inserter__no-tab-container"},O)),Y&&(0,At.createElement)(U1,{rootClientId:w,onInsert:A,category:y}),l&&h&&(0,At.createElement)(WQ,{item:h}),H&&(0,At.createElement)(L1,{rootClientId:w,onInsert:T,category:b,showTitlesAsTooltip:!0}))}));function d2(e){let{onSelect:t,rootClientId:n,clientId:r,isAppender:o,prioritizePatterns:a,selectBlockOnInsert:i}=e;const[l,s]=(0,At.useState)(""),[c,u]=K0({onSelect:t,rootClientId:n,clientId:r,isAppender:o,selectBlockOnInsert:i}),[d]=i0(c,u),[m]=Y0(u,c),{setInserterIsOpened:p,insertionIndex:f}=Uu((e=>{const{getSettings:t,getBlockIndex:n,getBlockCount:o}=e(OB),a=t(),i=n(r),l=o();return{setInserterIsOpened:a.__experimentalSetIsInserterOpened,insertionIndex:-1===i?l:i}}),[r]),h=m.length&&(!!l||a),g=h&&m.length>6||d.length>6;(0,At.useEffect)((()=>{p&&p(!1)}),[p]);let b=0;return h&&(b=a?4:2),(0,At.createElement)("div",{className:Sf()("block-editor-inserter__quick-inserter",{"has-search":g,"has-expand":p})},g&&(0,At.createElement)(HJ,{__nextHasNoMarginBottom:!0,className:"block-editor-inserter__search",value:l,onChange:e=>{s(e)},label:Jr("Search for blocks and patterns"),placeholder:Jr("Search")}),(0,At.createElement)("div",{className:"block-editor-inserter__quick-inserter-results"},(0,At.createElement)(n2,{filterValue:l,onSelect:t,rootClientId:n,clientId:r,isAppender:o,maxBlockPatterns:b,maxBlockTypes:6,isDraggable:!1,prioritizePatterns:a,selectBlockOnInsert:i})),p&&(0,At.createElement)(NL,{className:"block-editor-inserter__quick-inserter-expand",onClick:()=>{p({rootClientId:n,insertionIndex:f,filterValue:l})},"aria-label":Jr("Browse all. This will open the main inserter panel in the editor toolbar.")},Jr("Browse all")))}const m2=e=>{let t,{onToggle:n,disabled:r,isOpen:o,blockTitle:a,hasSingleBlockType:i,toggleProps:l={},prioritizePatterns:s}=e;t=i?Hr(Zr("Add %s","directly add the only allowed block"),a):s?Jr("Add pattern"):Zr("Add block","Generic label for block inserter button");const{onClick:c,...u}=l;return(0,At.createElement)(NL,Nt({icon:IP,label:t,tooltipPosition:"bottom",onClick:function(e){n&&n(e),c&&c(e)},className:"block-editor-inserter__toggle","aria-haspopup":!i&&"true","aria-expanded":!i&&o,disabled:r},u))};class p2 extends At.Component{constructor(){super(...arguments),this.onToggle=this.onToggle.bind(this),this.renderToggle=this.renderToggle.bind(this),this.renderContent=this.renderContent.bind(this)}onToggle(e){const{onToggle:t}=this.props;t&&t(e)}renderToggle(e){let{onToggle:t,isOpen:n}=e;const{disabled:r,blockTitle:o,hasSingleBlockType:a,directInsertBlock:i,toggleProps:l,hasItems:s,renderToggle:c=m2,prioritizePatterns:u}=this.props;return c({onToggle:t,isOpen:n,disabled:r||!s,blockTitle:o,hasSingleBlockType:a,directInsertBlock:i,toggleProps:l,prioritizePatterns:u})}renderContent(e){let{onClose:t}=e;const{rootClientId:n,clientId:r,isAppender:o,showInserterHelpPanel:a,__experimentalIsQuick:i,prioritizePatterns:l,onSelectOrClose:s,selectBlockOnInsert:c}=this.props;return i?(0,At.createElement)(d2,{onSelect:e=>{const n=Array.isArray(e)&&null!=e&&e.length?e[0]:e;s&&"function"==typeof s&&s(n),t()},rootClientId:n,clientId:r,isAppender:o,prioritizePatterns:l,selectBlockOnInsert:c}):(0,At.createElement)(u2,{onSelect:()=>{t()},rootClientId:n,clientId:r,isAppender:o,showInserterHelpPanel:a,prioritizePatterns:l})}render(){const{position:e,hasSingleBlockType:t,directInsertBlock:n,insertOnlyAllowedBlock:r,__experimentalIsQuick:o,onSelectOrClose:a}=this.props;return t||n?this.renderToggle({onToggle:r}):(0,At.createElement)(tA,{className:"block-editor-inserter",contentClassName:Sf()("block-editor-inserter__popover",{"is-quick":o}),position:e,onToggle:this.onToggle,expandOnMobile:!0,headerTitle:Jr("Add a block"),renderToggle:this.renderToggle,renderContent:this.renderContent,onClose:a})}}const f2=ln([DU(((e,t)=>{var n;let{clientId:r,rootClientId:o}=t;const{getBlockRootClientId:a,hasInserterItems:i,__experimentalGetAllowedBlocks:l,__experimentalGetDirectInsertBlock:s,getSettings:c}=e(OB),{getBlockVariations:u}=e(Zi);o=o||a(r)||void 0;const d=l(o),m=s(o),p=c(),f=1===(null==d?void 0:d.length)&&0===(null===(n=u(d[0].name,"inserter"))||void 0===n?void 0:n.length);let h=!1;return f&&(h=d[0]),{hasItems:i(o),hasSingleBlockType:f,blockTitle:h?h.title:"",allowedBlockType:h,directInsertBlock:m,rootClientId:o,prioritizePatterns:p.__experimentalPreferPatternsOnRoot&&!o}})),RU(((e,t,n)=>{let{select:r}=n;return{insertOnlyAllowedBlock(){const{rootClientId:n,clientId:o,isAppender:a,hasSingleBlockType:i,allowedBlockType:l,directInsertBlock:s,onSelectOrClose:c,selectBlockOnInsert:u}=t;if(!i&&!s)return;const{insertBlock:d}=e(OB);let m;if(s){const e=function(e){const{getBlock:t,getPreviousBlockClientId:a}=r(OB);if(!e||!o&&!n)return{};const i={};let l={};if(o){const e=t(o),n=t(a(o));(null==e?void 0:e.name)===(null==n?void 0:n.name)&&(l=(null==n?void 0:n.attributes)||{})}else{var c;const e=t(n);if(null!=e&&null!==(c=e.innerBlocks)&&void 0!==c&&c.length){const t=e.innerBlocks[e.innerBlocks.length-1];s&&(null==s?void 0:s.name)===t.name&&(l=t.attributes)}}return e.forEach((e=>{l.hasOwnProperty(e)&&(i[e]=l[e])})),i}(s.attributesToCopy);m=Sa(s.name,{...s.attributes||{},...e})}else m=Sa(l.name);var p;(d(m,function(){const{getBlockIndex:e,getBlockSelectionEnd:t,getBlockOrder:i,getBlockRootClientId:l}=r(OB);if(o)return e(o);const s=t();return!a&&s&&l(s)===n?e(s)+1:i(n).length}(),n,u),c)&&c({clientId:null===(p=m)||void 0===p?void 0:p.clientId});PT(Hr(Jr("%s block added"),l.title))}}})),PU((e=>{let{hasItems:t,isAppender:n,rootClientId:r,clientId:o}=e;return t||!n&&!r&&!o}))])(p2);const h2=ln(DU(((e,t)=>{const{getBlockCount:n,getSettings:r,getTemplateLock:o}=e(OB),a=!n(t.rootClientId),{bodyPlaceholder:i}=r();return{showPrompt:a,isLocked:!!o(t.rootClientId),placeholder:i}})),RU(((e,t)=>{const{insertDefaultBlock:n,startTyping:r}=e(OB);return{onAppend(){const{rootClientId:e}=t;n(void 0,e),r()}}})))((function(e){let{isLocked:t,onAppend:n,showPrompt:r,placeholder:o,rootClientId:a}=e;if(t)return null;const i=bs(o)||Jr("Type / to choose a block");return(0,At.createElement)("div",{"data-root-client-id":a||"",className:Sf()("block-editor-default-block-appender",{"has-visible-prompt":r})},(0,At.createElement)("p",{tabIndex:"0",role:"button","aria-label":Jr("Add default block"),className:"block-editor-default-block-appender__content",onKeyDown:e=>{DE!==e.keyCode&&32!==e.keyCode||n()},onClick:()=>n(),onFocus:()=>{r&&n()}},r?i:"\ufeff"),(0,At.createElement)(f2,{rootClientId:a,position:"bottom right",isAppender:!0,__experimentalIsQuick:!0}))}));function g2(e,t){let{rootClientId:n,className:r,onFocus:o,tabIndex:a}=e;return(0,At.createElement)(f2,{position:"bottom center",rootClientId:n,__experimentalIsQuick:!0,renderToggle:e=>{let n,{onToggle:i,disabled:l,isOpen:s,blockTitle:c,hasSingleBlockType:u}=e;n=u?Hr(Zr("Add %s","directly add the only allowed block"),c):Zr("Add block","Generic label for block inserter button");const d=!u;let m=(0,At.createElement)(NL,{ref:t,onFocus:o,tabIndex:a,className:Sf()(r,"block-editor-button-block-appender"),onClick:i,"aria-haspopup":d?"true":void 0,"aria-expanded":d?s:void 0,disabled:l,label:n},!u&&(0,At.createElement)(TL,{as:"span"},n),(0,At.createElement)(UF,{icon:IP}));return(d||u)&&(m=(0,At.createElement)(GC,{text:n},m)),m},isAppender:!0})}(0,At.forwardRef)(((e,t)=>(wr("wp.blockEditor.ButtonBlockerAppender",{alternative:"wp.blockEditor.ButtonBlockAppender",since:"5.9"}),g2(e,t))));const b2=(0,At.forwardRef)(g2);function v2(e){let{rootClientId:t}=e;return Uu((e=>e(OB).canInsertBlockType(da(),t)))?(0,At.createElement)(h2,{rootClientId:t}):(0,At.createElement)(b2,{rootClientId:t,className:"block-list-appender__toggle"})}const y2=function(e){let{rootClientId:t,renderAppender:n,className:r,tagName:o="div"}=e;const a=function(e,t){const{hideInserter:n,isParentSelected:r}=Uu((t=>{const{getTemplateLock:n,getSelectedBlockClientId:r,__unstableGetEditorMode:o}=t(OB),a=r();return{hideInserter:!!n(e)||"zoom-out"===o(),isParentSelected:e===a||!e&&!a}}),[e]);return n||!1===t?null:t?(0,At.createElement)(t,null):r?(0,At.createElement)(v2,{rootClientId:e}):null}(t,n);return a?(0,At.createElement)(o,{tabIndex:-1,className:Sf()("block-list-appender wp-block",r),contentEditable:!1,"data-block":!0},a):null},_2=Number.MAX_SAFE_INTEGER;(0,At.createContext)();const M2=function(e){let{previousClientId:t,nextClientId:n,children:r,__unstablePopoverSlot:o,__unstableContentRef:a,...i}=e;const[l,s]=(0,At.useReducer)((e=>(e+1)%_2),0),{orientation:c,rootClientId:u,isVisible:d}=Uu((e=>{var r;const{getBlockListSettings:o,getBlockRootClientId:a,isBlockVisible:i}=e(OB),l=a(null!=t?t:n);return{orientation:(null===(r=o(l))||void 0===r?void 0:r.orientation)||"vertical",rootClientId:l,isVisible:i(t)&&i(n)}}),[t,n]),m=oY(t),p=oY(n),f="vertical"===c,h=(0,At.useMemo)((()=>{if(l<0||!m&&!p||!d)return{};const e=m?m.getBoundingClientRect():null,t=p?p.getBoundingClientRect():null;if(f)return{width:e?e.width:t.width,height:t&&e?t.top-e.bottom:0};let n=0;return e&&t&&(n=eo()?e.left-t.right:t.left-e.right),{width:n,height:e?e.height:t.height}}),[m,p,f,l,d]),g=(0,At.useMemo)((()=>{if(l<0||!m&&!p||!d)return;const{ownerDocument:e}=m||p;return{ownerDocument:e,getBoundingClientRect(){const e=m?m.getBoundingClientRect():null,t=p?p.getBoundingClientRect():null;let n=0,r=0;return f?(r=e?e.bottom:t.top,n=eo()?e?e.right:t.right:e?e.left:t.left):(r=e?e.top:t.top,n=eo()?e?e.left:t.right:e?e.right:t.left),new window.DOMRect(n,r,0,0)}}}),[m,p,l,f,d]),b=cq(a);return(0,At.useLayoutEffect)((()=>{if(!m)return;const e=new window.MutationObserver(s);return e.observe(m,{attributes:!0}),()=>{e.disconnect()}}),[m]),(0,At.useLayoutEffect)((()=>{if(!p)return;const e=new window.MutationObserver(s);return e.observe(p,{attributes:!0}),()=>{e.disconnect()}}),[p]),(0,At.useLayoutEffect)((()=>{if(m)return m.ownerDocument.defaultView.addEventListener("resize",s),()=>{var e;null===(e=m.ownerDocument.defaultView)||void 0===e||e.removeEventListener("resize",s)}}),[m]),(m||p)&&d?(0,At.createElement)(YC,Nt({ref:b,animate:!1,anchor:g,focusOnMount:!1,__unstableSlotName:o||null,key:n+"--"+u},i,{className:Sf()("block-editor-block-popover","block-editor-block-popover__inbetween",i.className),resize:!1,flip:!1,placement:"bottom-start",variant:"unstyled"}),(0,At.createElement)("div",{className:"block-editor-block-popover__inbetween-container",style:h},r)):null},k2={hide:{opacity:0,scaleY:.75},show:{opacity:1,scaleY:1},exit:{opacity:0,scaleY:.9}};const w2=function(e){let{__unstablePopoverSlot:t,__unstableContentRef:n}=e;const{clientId:r}=Uu((e=>{const{getBlockOrder:t,getBlockInsertionPoint:n}=e(OB),r=n(),o=t(r.rootClientId);return o.length?{clientId:o[r.index]}:{}}),[]),o=kU();return(0,At.createElement)(dq,{clientId:r,__unstableCoverTarget:!0,__unstablePopoverSlot:t,__unstableContentRef:n,className:"block-editor-block-popover__drop-zone"},(0,At.createElement)(xE.div,{"data-testid":"block-popover-drop-zone",initial:o?k2.show:k2.hide,animate:k2.show,exit:o?k2.show:k2.exit,className:"block-editor-block-popover__drop-zone-foreground"}))},E2=(0,At.createContext)();function x2(e){let{__unstablePopoverSlot:t,__unstableContentRef:n}=e;const{selectBlock:r,hideInsertionPoint:o}=rf(OB),a=(0,At.useContext)(E2),i=(0,At.useRef)(),{orientation:l,previousClientId:s,nextClientId:c,rootClientId:u,isInserterShown:d,isDistractionFree:m,isNavigationMode:p}=Uu((e=>{var t;const{getBlockOrder:n,getBlockListSettings:r,getBlockInsertionPoint:o,isBlockBeingDragged:a,getPreviousBlockClientId:i,getNextBlockClientId:l,getSettings:s,isNavigationMode:c}=e(OB),u=o(),d=n(u.rootClientId);if(!d.length)return{};let m=d[u.index-1],p=d[u.index];for(;a(m);)m=i(m);for(;a(p);)p=l(p);const f=s();return{previousClientId:m,nextClientId:p,orientation:(null===(t=r(u.rootClientId))||void 0===t?void 0:t.orientation)||"vertical",rootClientId:u.rootClientId,isNavigationMode:c(),isDistractionFree:f.isDistractionFree,isInserterShown:null==u?void 0:u.__unstableWithInserter}}),[]),f=kU();const h={start:{opacity:0,scale:0},rest:{opacity:1,scale:1,transition:{delay:d?.5:0,type:"tween"}},hover:{opacity:1,scale:1,transition:{delay:.5,type:"tween"}}},g={start:{scale:f?1:0},rest:{scale:1,transition:{delay:.4,type:"tween"}}};if(m&&!p)return null;const b=Sf()("block-editor-block-list__insertion-point","is-"+l);return(0,At.createElement)(M2,{previousClientId:s,nextClientId:c,__unstablePopoverSlot:t,__unstableContentRef:n},(0,At.createElement)(xE.div,{layout:!f,initial:f?"rest":"start",animate:"rest",whileHover:"hover",whileTap:"pressed",exit:"start",ref:i,tabIndex:-1,onClick:function(e){e.target===i.current&&c&&r(c,-1)},onFocus:function(e){e.target!==i.current&&(a.current=!0)},className:Sf()(b,{"is-with-inserter":d}),onHoverEnd:function(e){e.target!==i.current||a.current||o()}},(0,At.createElement)(xE.div,{variants:h,className:"block-editor-block-list__insertion-point-indicator","data-testid":"block-list-insertion-point-indicator"}),d&&(0,At.createElement)(xE.div,{variants:g,className:Sf()("block-editor-block-list__insertion-point-inserter")},(0,At.createElement)(f2,{position:"bottom center",clientId:c,rootClientId:u,__experimentalIsQuick:!0,onToggle:e=>{a.current=e},onSelectOrClose:()=>{a.current=!1}}))))}function C2(e){const{insertionPoint:t,isVisible:n}=Uu((e=>{const{getBlockInsertionPoint:t,isBlockInsertionPointVisible:n}=e(OB);return{insertionPoint:t(),isVisible:n()}}),[]);return n?"replace"===t.operation?(0,At.createElement)(w2,Nt({key:`${t.rootClientId}-${t.index}`},e)):(0,At.createElement)(x2,e):null}function L2(){const e=(0,At.useContext)(E2),t=Uu((e=>e(OB).getSettings().isDistractionFree||"zoom-out"===e(OB).__unstableGetEditorMode()),[]),{getBlockListSettings:n,getBlockRootClientId:r,getBlockIndex:o,isBlockInsertionPointVisible:a,isMultiSelecting:i,getSelectedBlockClientIds:l,getTemplateLock:s,__unstableIsWithinBlockOverlay:c}=Uu(OB),{showInsertionPoint:u,hideInsertionPoint:d}=rf(OB);return hx((r=>{if(!t)return r.addEventListener("mousemove",a),()=>{r.removeEventListener("mousemove",a)};function a(t){var r;if(e.current)return;if(i())return;if(!t.target.classList.contains("block-editor-block-list__layout"))return void d();let a;if(!t.target.classList.contains("is-root-container")){a=(t.target.getAttribute("data-block")?t.target:t.target.closest("[data-block]")).getAttribute("data-block")}if(s(a))return;const m=(null===(r=n(a))||void 0===r?void 0:r.orientation)||"vertical",p=t.clientY,f=t.clientX;let h=Array.from(t.target.children).find((e=>{const t=e.getBoundingClientRect();return e.classList.contains("wp-block")&&"vertical"===m&&t.top>p||e.classList.contains("wp-block")&&"horizontal"===m&&t.left>f}));if(!h)return void d();if(!h.id&&(h=h.firstElementChild,!h))return void d();const g=h.id.slice("block-".length);if(!g||c(g))return;if(l().includes(g))return;const b=h.getBoundingClientRect();if("horizontal"===m&&(t.clientY>b.bottom||t.clientYb.right||t.clientX{setTimeout((()=>e(Date.now())),0)}:window.requestIdleCallback||window.requestAnimationFrame,A2="undefined"==typeof window?clearTimeout:window.cancelIdleCallback||window.cancelAnimationFrame;function T2(e){return Uu((t=>{if(!e)return null;const{getBlockName:n,getBlockAttributes:r}=t(OB),{getBlockType:o,getActiveBlockVariation:a}=t(Zi),i=n(e),l=o(i);if(!l)return null;const s=r(e),c=a(i,s),u=ga(l)||ba(l),d={isSynced:u,title:l.title,icon:l.icon,description:l.description,anchor:null==s?void 0:s.anchor};return c?{isSynced:u,title:c.title||l.title,icon:c.icon||l.icon,description:c.description||l.description,anchor:null==s?void 0:s.anchor}:d}),[e])}function z2(e){let{clientId:t,maximumLength:n,context:r}=e;const{attributes:o,name:a,reusableBlockTitle:i}=Uu((e=>{if(!t)return{};const{getBlockName:n,getBlockAttributes:r,__experimentalGetReusableBlockTitle:o}=e(OB),a=n(t);if(!a)return{};const i=ga(ma(a));return{attributes:r(t),name:a,reusableBlockTitle:i&&o(r(t).ref)}}),[t]),l=T2(t);if(!a||!l)return null;const s=ma(a),c=s?Ua(s,o,r):null,u=i||c,d=u&&u!==s.title?u:l.title;if(n&&n>0&&d.length>n){const e="...";return d.slice(0,n-e.length)+e}return d}function N2(e){let{clientId:t,maximumLength:n,context:r}=e;return z2({clientId:t,maximumLength:n,context:r})}const O2=e=>{let{children:t,clientIds:n,cloneClassname:r,onDragStart:o,onDragEnd:a}=e;const{srcRootClientId:i,isDraggable:l,icon:s}=Uu((e=>{var t;const{canMoveBlocks:r,getBlockRootClientId:o,getBlockName:a}=e(OB),i=o(n[0]),l=a(n[0]);return{srcRootClientId:i,isDraggable:r(n,i),icon:null===(t=ma(l))||void 0===t?void 0:t.icon}}),[n]),c=(0,At.useRef)(!1),[u,d,m]=function(){const e=(0,At.useRef)(null),t=(0,At.useRef)(null),n=(0,At.useRef)(null),r=(0,At.useRef)(null);return(0,At.useEffect)((()=>()=>{r.current&&(clearInterval(r.current),r.current=null)}),[]),[(0,At.useCallback)((o=>{e.current=o.clientY,n.current=eJ(o.target),r.current=setInterval((()=>{if(n.current&&t.current){const e=n.current.scrollTop+t.current;n.current.scroll({top:e})}}),25)}),[]),(0,At.useCallback)((r=>{if(!n.current)return;const o=n.current.offsetHeight,a=e.current-n.current.offsetTop,i=r.clientY-n.current.offsetTop;if(r.clientY>a){const e=Math.max(o-a-50,0),n=Math.max(i-a-50,0)/e;t.current=25*n}else if(r.clientY{e.current=null,n.current=null,r.current&&(clearInterval(r.current),r.current=null)}]}(),{startDraggingBlocks:p,stopDraggingBlocks:f}=rf(OB);if((0,At.useEffect)((()=>()=>{c.current&&f()}),[]),!l)return t({draggable:!1});const h={type:"block",srcClientIds:n,srcRootClientId:i};return(0,At.createElement)($Q,{cloneClassname:r,__experimentalTransferDataType:"wp-blocks",transferData:h,onDragStart:e=>{p(n),c.current=!0,u(e),o&&o()},onDragOver:d,onDragEnd:()=>{f(),c.current=!1,m(),a&&a()},__experimentalDragComponent:(0,At.createElement)(KQ,{count:n.length,icon:s})},(e=>{let{onDraggableStart:n,onDraggableEnd:r}=e;return t({draggable:!0,onDragStart:n,onDragEnd:r})}))},B2=(e,t)=>"up"===e?"horizontal"===t?eo()?"right":"left":"up":"down"===e?"horizontal"===t?eo()?"left":"right":"down":null;function D2(e,t,n,r,o,a,i){const l=n+1;if(e>1)return function(e,t,n,r,o,a){const i=t+1;if(n&&r)return Jr("All blocks are selected, and cannot be moved");if(o>0&&!r){const t=B2("down",a);if("down"===t)return Hr(Jr("Move %1$d blocks from position %2$d down by one place"),e,i);if("left"===t)return Hr(Jr("Move %1$d blocks from position %2$d left by one place"),e,i);if("right"===t)return Hr(Jr("Move %1$d blocks from position %2$d right by one place"),e,i)}if(o>0&&r){const e=B2("down",a);if("down"===e)return Jr("Blocks cannot be moved down as they are already at the bottom");if("left"===e)return Jr("Blocks cannot be moved left as they are already are at the leftmost position");if("right"===e)return Jr("Blocks cannot be moved right as they are already are at the rightmost position")}if(o<0&&!n){const t=B2("up",a);if("up"===t)return Hr(Jr("Move %1$d blocks from position %2$d up by one place"),e,i);if("left"===t)return Hr(Jr("Move %1$d blocks from position %2$d left by one place"),e,i);if("right"===t)return Hr(Jr("Move %1$d blocks from position %2$d right by one place"),e,i)}if(o<0&&n){const e=B2("up",a);if("up"===e)return Jr("Blocks cannot be moved up as they are already at the top");if("left"===e)return Jr("Blocks cannot be moved left as they are already are at the leftmost position");if("right"===e)return Jr("Blocks cannot be moved right as they are already are at the rightmost position")}}(e,n,r,o,a,i);if(r&&o)return Hr(Jr("Block %s is the only block, and cannot be moved"),t);if(a>0&&!o){const e=B2("down",i);if("down"===e)return Hr(Jr("Move %1$s block from position %2$d down to position %3$d"),t,l,l+1);if("left"===e)return Hr(Jr("Move %1$s block from position %2$d left to position %3$d"),t,l,l+1);if("right"===e)return Hr(Jr("Move %1$s block from position %2$d right to position %3$d"),t,l,l+1)}if(a>0&&o){const e=B2("down",i);if("down"===e)return Hr(Jr("Block %1$s is at the end of the content and can’t be moved down"),t);if("left"===e)return Hr(Jr("Block %1$s is at the end of the content and can’t be moved left"),t);if("right"===e)return Hr(Jr("Block %1$s is at the end of the content and can’t be moved right"),t)}if(a<0&&!r){const e=B2("up",i);if("up"===e)return Hr(Jr("Move %1$s block from position %2$d up to position %3$d"),t,l,l-1);if("left"===e)return Hr(Jr("Move %1$s block from position %2$d left to position %3$d"),t,l,l-1);if("right"===e)return Hr(Jr("Move %1$s block from position %2$d right to position %3$d"),t,l,l-1)}if(a<0&&r){const e=B2("up",i);if("up"===e)return Hr(Jr("Block %1$s is at the beginning of the content and can’t be moved up"),t);if("left"===e)return Hr(Jr("Block %1$s is at the beginning of the content and can’t be moved left"),t);if("right"===e)return Hr(Jr("Block %1$s is at the beginning of the content and can’t be moved right"),t)}}const I2=(e,t)=>"up"===e?"horizontal"===t?eo()?tZ:nZ:wU:"down"===e?"horizontal"===t?eo()?nZ:tZ:ZF:null,R2=(e,t)=>"up"===e?"horizontal"===t?eo()?Jr("Move right"):Jr("Move left"):Jr("Move up"):"down"===e?"horizontal"===t?eo()?Jr("Move left"):Jr("Move right"):Jr("Move down"):null,P2=(0,At.forwardRef)(((e,t)=>{let{clientIds:n,direction:r,orientation:o,...a}=e;const i=ug(P2),l=Array.isArray(n)?n:[n],s=l.length,{blockType:c,isDisabled:u,rootClientId:d,isFirst:m,isLast:p,firstIndex:f,orientation:h="vertical"}=Uu((e=>{const{getBlockIndex:t,getBlockRootClientId:n,getBlockOrder:a,getBlock:i,getBlockListSettings:s}=e(OB),c=l[0],u=n(c),d=t(c),m=t(l[l.length-1]),p=a(u),f=i(c),h=0===d,g=m===p.length-1,{orientation:b}=s(u)||{};return{blockType:f?ma(f.name):null,isDisabled:"up"===r?h:g,rootClientId:u,firstIndex:d,isFirst:h,isLast:g,orientation:o||b}}),[n,r]),{moveBlocksDown:g,moveBlocksUp:b}=rf(OB),v="up"===r?b:g,y=`block-editor-block-mover-button__description-${i}`;return(0,At.createElement)(At.Fragment,null,(0,At.createElement)(NL,Nt({ref:t,className:Sf()("block-editor-block-mover-button",`is-${r}-button`),icon:I2(r,h),label:R2(r,h),"aria-describedby":y},a,{onClick:u?null:e=>{v(n,d),a.onClick&&a.onClick(e)},disabled:u,__experimentalIsFocusable:!0})),(0,At.createElement)(TL,{id:y},D2(s,c&&c.title,f,m,p,"up"===r?-1:1,h)))})),H2=(0,At.forwardRef)(((e,t)=>(0,At.createElement)(P2,Nt({direction:"up",ref:t},e)))),W2=(0,At.forwardRef)(((e,t)=>(0,At.createElement)(P2,Nt({direction:"down",ref:t},e))));const Y2=function(e){let{clientIds:t,hideDragHandle:n}=e;const{canMove:r,rootClientId:o,isFirst:a,isLast:i,orientation:l}=Uu((e=>{var n;const{getBlockIndex:r,getBlockListSettings:o,canMoveBlocks:a,getBlockOrder:i,getBlockRootClientId:l}=e(OB),s=Array.isArray(t)?t:[t],c=s[0],u=l(c),d=r(c),m=r(s[s.length-1]),p=i(u);return{canMove:a(t,u),rootClientId:u,isFirst:0===d,isLast:m===p.length-1,orientation:null===(n=o(u))||void 0===n?void 0:n.orientation}}),[t]);if(!r||a&&i&&!o)return null;const s=Jr("Drag");return(0,At.createElement)(mA,{className:Sf()("block-editor-block-mover",{"is-horizontal":"horizontal"===l})},!n&&(0,At.createElement)(O2,{clientIds:t},(e=>(0,At.createElement)(NL,Nt({icon:GQ,className:"block-editor-block-mover__drag-handle","aria-hidden":"true",label:s,tabIndex:"-1"},e)))),(0,At.createElement)("div",{className:"block-editor-block-mover__move-button-container"},(0,At.createElement)(GS,null,(e=>(0,At.createElement)(H2,Nt({clientIds:t},e)))),(0,At.createElement)(GS,null,(e=>(0,At.createElement)(W2,Nt({clientIds:t},e))))))};const F2=function(e){let{clientId:t,rootClientId:n}=e;const r=T2(t),o=Uu((e=>{var r;const{getBlock:o,getBlockIndex:a,hasBlockMovingClientId:i,getBlockListSettings:l,__unstableGetEditorMode:s}=e(OB),c=a(t),{name:u,attributes:d}=o(t);return{index:c,name:u,attributes:d,blockMovingMode:i(),orientation:null===(r=l(n))||void 0===r?void 0:r.orientation,editorMode:s()}}),[t,n]),{index:a,name:i,attributes:l,blockMovingMode:s,orientation:c,editorMode:u}=o,{setNavigationMode:d,removeBlock:m}=rf(OB),p=(0,At.useRef)(),f=function(e,t,n){let r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:"vertical";const o=null==e?void 0:e.title,a=e?Ua(e,t,"accessibility"):"",i=void 0!==n,l=a&&a!==o;return i&&"vertical"===r?l?Hr(Jr("%1$s Block. Row %2$d. %3$s"),o,n,a):Hr(Jr("%1$s Block. Row %2$d"),o,n):i&&"horizontal"===r?l?Hr(Jr("%1$s Block. Column %2$d. %3$s"),o,n,a):Hr(Jr("%1$s Block. Column %2$d"),o,n):l?Hr(Jr("%1$s Block. %2$s"),o,a):Hr(Jr("%s Block"),o)}(ma(i),l,a+1,c);(0,At.useEffect)((()=>{p.current.focus(),PT(f)}),[f]);const h=oY(t),{hasBlockMovingClientId:g,getBlockIndex:b,getBlockRootClientId:v,getClientIdsOfDescendants:y,getSelectedBlockClientId:_,getMultiSelectedBlocksEndClientId:M,getPreviousBlockClientId:k,getNextBlockClientId:w}=Uu(OB),{selectBlock:E,clearSelectedBlock:x,setBlockMovingClientId:C,moveBlockToPosition:L}=rf(OB),S=Sf()("block-editor-block-list__block-selection-button",{"is-block-moving-mode":!!s}),A=Jr("Drag");return(0,At.createElement)("div",{className:S},(0,At.createElement)(dD,{justify:"center",className:"block-editor-block-list__block-selection-button__content"},(0,At.createElement)(pD,null,(0,At.createElement)(oZ,{icon:null==r?void 0:r.icon,showColors:!0})),(0,At.createElement)(pD,null,"zoom-out"===u&&(0,At.createElement)(Y2,{clientIds:[t],hideDragHandle:!0}),"navigation"===u&&(0,At.createElement)(O2,{clientIds:[t]},(e=>(0,At.createElement)(NL,Nt({icon:GQ,className:"block-selection-button_drag-handle","aria-hidden":"true",label:A,tabIndex:"-1"},e))))),(0,At.createElement)(pD,null,(0,At.createElement)(NL,{ref:p,onClick:"navigation"===u?()=>d(!1):void 0,onKeyDown:function(e){const{keyCode:n}=e,r=n===WE,o=n===FE,a=n===HE,i=n===YE,l=9===n,s=n===IE,c=n===DE,u=32===n,d=e.shiftKey;if(n===BE||n===jE)return m(t),void e.preventDefault();const p=_(),f=M(),S=k(f||p),A=w(f||p),T=l&&d||r,z=l&&!d||o,N=a,O=i;let B;if(T)B=S;else if(z)B=A;else if(N){var D;B=null!==(D=v(p))&&void 0!==D?D:p}else if(O){var I;B=null!==(I=y([p])[0])&&void 0!==I?I:p}const R=g();if(s&&R&&!e.defaultPrevented&&(C(null),e.preventDefault()),(c||u)&&R){const e=v(R),t=v(p),n=b(R);let r=b(p);n{!function(e){const[t]=fx.tabbable.find(e);t&&t.focus({preventScroll:!0})}(e.current)}),[]);UZ("core/block-editor/focus-toolbar",l),(0,At.useEffect)((()=>{a&&l()}),[n,a,l]),(0,At.useEffect)((()=>{let t=0;return i&&!a&&(t=window.requestAnimationFrame((()=>{const t=X2(e.current),n=i||0;t[n]&&function(e){return e.contains(e.ownerDocument.activeElement)}(e.current)&&t[n].focus({preventScroll:!0})}))),()=>{if(window.cancelAnimationFrame(t),!o||!e.current)return;const n=X2(e.current).findIndex((e=>0===e.tabIndex));o(n)}}),[i,a])}const G2=function(e){let{children:t,focusOnMount:n,__experimentalInitialIndex:r,__experimentalOnIndexChange:o,...a}=e;const i=(0,At.useRef)(),l=function(e){const[t,n]=(0,At.useState)(!0),r=(0,At.useCallback)((()=>{const t=!fx.tabbable.find(e.current).some((e=>!("toolbarItem"in e.dataset)));t||wr("Using custom components as toolbar controls",{since:"5.6",alternative:"ToolbarItem, ToolbarButton or ToolbarDropdownMenu components",link:"https://developer.wordpress.org/block-editor/components/toolbar-button/#inside-blockcontrols"}),n(t)}),[]);return(0,At.useLayoutEffect)((()=>{const t=new window.MutationObserver(r);return t.observe(e.current,{childList:!0,subtree:!0}),()=>t.disconnect()}),[t]),t}(i);return $2(i,n,l,r,o),l?(0,At.createElement)(U2,Nt({label:a["aria-label"],ref:i},a),t):(0,At.createElement)(lA,Nt({orientation:"horizontal",role:"toolbar",ref:i},a),t)},{clearTimeout:K2,setTimeout:J2}=window,Z2=()=>{},Q2=200;function e3(e){let{ref:t,isFocused:n,debounceTimeout:r=Q2,onChange:o=Z2}=e;const[a,i]=(0,At.useState)(!1),l=(0,At.useRef)(),s=e=>{null!=t&&t.current&&i(e),o(e)},c=()=>{const e=(null==t?void 0:t.current)&&t.current.matches(":hover");return!n&&!e},u=()=>{const e=l.current;e&&K2&&K2(e)};return(0,At.useEffect)((()=>()=>{s(!1),u()}),[]),{showMovers:a,debouncedShowMovers:e=>{e&&e.stopPropagation(),u(),a||s(!0)},debouncedHideMovers:e=>{e&&e.stopPropagation(),u(),l.current=J2((()=>{c()&&s(!1)}),r)}}}function t3(e){let{ref:t,debounceTimeout:n=Q2,onChange:r=Z2}=e;const[o,a]=(0,At.useState)(!1),{showMovers:i,debouncedShowMovers:l,debouncedHideMovers:s}=e3({ref:t,debounceTimeout:n,isFocused:o,onChange:r}),c=(0,At.useRef)(!1),u=()=>(null==t?void 0:t.current)&&t.current.contains(t.current.ownerDocument.activeElement);return(0,At.useEffect)((()=>{const e=t.current,n=()=>{u()&&(a(!0),l())},r=()=>{u()||(a(!1),s())};return e&&!c.current&&(e.addEventListener("focus",n,!0),e.addEventListener("blur",r,!0),c.current=!0),()=>{e&&(e.removeEventListener("focus",n),e.removeEventListener("blur",r))}}),[t,c,a,l,s]),{showMovers:i,gestures:{onMouseMove:l,onMouseLeave:s}}}function n3(){const{selectBlock:e,toggleBlockHighlight:t}=rf(OB),{firstParentClientId:n,shouldHide:r,isDistractionFree:o}=Uu((e=>{const{getBlockName:t,getBlockParents:n,getSelectedBlockClientId:r,getSettings:o}=e(OB),{hasBlockSupport:a}=e(Zi),i=n(r()),l=i[i.length-1],s=ma(t(l)),c=o();return{firstParentClientId:l,shouldHide:!a(s,"__experimentalParentSelector",!0),isDistractionFree:c.isDistractionFree}}),[]),a=T2(n),i=(0,At.useRef)(),{gestures:l}=t3({ref:i,onChange(e){e&&o||t(n,e)}});return r||void 0===n?null:(0,At.createElement)("div",Nt({className:"block-editor-block-parent-selector",key:n,ref:i},l),(0,At.createElement)(JS,{className:"block-editor-block-parent-selector__button",onClick:()=>e(n),label:Hr(Jr("Select %s"),null==a?void 0:a.title),showTooltip:!0,icon:(0,At.createElement)(oZ,{icon:null==a?void 0:a.icon})}))}const r3=(0,At.createElement)(Sx,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,At.createElement)(Cx,{d:"M20.2 8v11c0 .7-.6 1.2-1.2 1.2H6v1.5h13c1.5 0 2.7-1.2 2.7-2.8V8zM18 16.4V4.6c0-.9-.7-1.6-1.6-1.6H4.6C3.7 3 3 3.7 3 4.6v11.8c0 .9.7 1.6 1.6 1.6h11.8c.9 0 1.6-.7 1.6-1.6zm-13.5 0V4.6c0-.1.1-.1.1-.1h11.8c.1 0 .1.1.1.1v11.8c0 .1-.1.1-.1.1H4.6l-.1-.1z"}));function o3(e){let{blocks:t}=e;return(0,At.createElement)("div",{className:"block-editor-block-switcher__popover__preview__parent"},(0,At.createElement)("div",{className:"block-editor-block-switcher__popover__preview__container"},(0,At.createElement)(YC,{className:"block-editor-block-switcher__preview__popover",placement:"bottom-start",focusOnMount:!1},(0,At.createElement)("div",{className:"block-editor-block-switcher__preview"},(0,At.createElement)("div",{className:"block-editor-block-switcher__preview-title"},Jr("Preview")),(0,At.createElement)(PQ,{viewportWidth:500,blocks:t})))))}function a3(e){let{restTransformations:t,onSelect:n,setHoveredTransformItemName:r}=e;return t.map((e=>(0,At.createElement)(i3,{key:e.name,item:e,onSelect:n,setHoveredTransformItemName:r})))}function i3(e){let{item:t,onSelect:n,setHoveredTransformItemName:r}=e;const{name:o,icon:a,title:i,isDisabled:l}=t;return(0,At.createElement)(UB,{className:Gl(o),onClick:e=>{e.preventDefault(),n(o)},disabled:l,onMouseLeave:()=>r(null),onMouseEnter:()=>r(o)},(0,At.createElement)(oZ,{icon:a,showColors:!0}),i)}const l3=e=>{let{className:t,possibleBlockTransformations:n,onSelect:r,blocks:o}=e;const[a,i]=(0,At.useState)(),{priorityTextTransformations:l,restTransformations:s}=function(e){const t={"core/paragraph":1,"core/heading":2,"core/list":3,"core/quote":4},n=(0,At.useMemo)((()=>{const n=Object.keys(t);return e.reduce(((e,t)=>{const{name:r}=t;return n.includes(r)?e.priorityTextTransformations.push(t):e.restTransformations.push(t),e}),{priorityTextTransformations:[],restTransformations:[]})}),[e]);return n.priorityTextTransformations.sort(((e,n)=>{let{name:r}=e,{name:o}=n;return t[r](0,At.createElement)(i3,{key:e.name,item:e,onSelect:r,setHoveredTransformItemName:i}))),!c&&u),!!c&&(0,At.createElement)(VB,{className:t},u))};class s3{constructor(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"";this.value=e,this._currentValue,this._valueAsArray}entries(){return this._valueAsArray.entries(...arguments)}forEach(){return this._valueAsArray.forEach(...arguments)}keys(){return this._valueAsArray.keys(...arguments)}values(){return this._valueAsArray.values(...arguments)}get value(){return this._currentValue}set value(e){e=String(e),this._valueAsArray=[...new Set(e.split(/\s+/g).filter(Boolean))],this._currentValue=this._valueAsArray.join(" ")}get length(){return this._valueAsArray.length}toString(){return this.value}*[Symbol.iterator](){return yield*this._valueAsArray}item(e){return this._valueAsArray[e]}contains(e){return-1!==this._valueAsArray.indexOf(e)}add(){for(var e=arguments.length,t=new Array(e),n=0;n!t.includes(e))).join(" ")}toggle(e,t){return void 0===t&&(t=!this.contains(e)),t?this.add(e):this.remove(e),t}replace(e,t){return!!this.contains(e)&&(this.remove(e),this.add(t),!0)}supports(){return!0}}function c3(e,t,n){const r=new s3(e);return t&&r.remove("is-style-"+t.name),r.add("is-style-"+n.name),r.value}function u3(e){return null==e?void 0:e.find((e=>e.isDefault))}function d3(e){let{clientId:t,onSwitch:n}=e;const{styles:r,block:o,blockType:a,className:i}=Uu((e=>{const{getBlock:n}=e(OB),r=n(t);if(!r)return{};const o=ma(r.name),{getBlockStyles:a}=e(Zi);return{block:r,blockType:o,styles:a(r.name),className:r.attributes.className||""}}),[t]),{updateBlockAttributes:l}=rf(OB),s=function(e){return e&&0!==e.length?u3(e)?e:[{name:"default",label:Zr("Default","block style"),isDefault:!0},...e]:[]}(r),c=function(e,t){for(const n of new s3(t).values()){if(-1===n.indexOf("is-style-"))continue;const t=n.substring(9),r=null==e?void 0:e.find((e=>{let{name:n}=e;return n===t}));if(r)return r}return u3(e)}(s,i),u=function(e,t){return(0,At.useMemo)((()=>{const n=null==t?void 0:t.example,r=null==t?void 0:t.name;return n&&r?Wa(r,{attributes:n.attributes,innerBlocks:n.innerBlocks}):e?za(e):void 0}),[null!=t&&t.example?null==e?void 0:e.name:e,t])}(o,a);return{onSelect:e=>{const r=c3(i,c,e);l(t,{className:r}),n()},stylesToRender:s,activeStyle:c,genericPreviewBlock:u,className:i}}const m3=()=>{};function p3(e){let{clientId:t,onSwitch:n=m3}=e;const{onSelect:r,stylesToRender:o,activeStyle:a}=d3({clientId:t,onSwitch:n});return o&&0!==o.length?(0,At.createElement)(At.Fragment,null,o.map((e=>{const t=e.label||e.name;return(0,At.createElement)(UB,{key:e.name,icon:a.name===e.name?XF:null,onClick:()=>r(e)},(0,At.createElement)(sH,{as:"span",limit:18,ellipsizeMode:"tail",truncate:!0},t))}))):null}function f3(e){let{hoveredBlock:t,onSwitch:n}=e;const{clientId:r}=t;return(0,At.createElement)(VB,{label:Jr("Styles"),className:"block-editor-block-switcher__styles__menugroup"},(0,At.createElement)(p3,{clientId:r,onSwitch:n}))}const h3=function(e,t){let n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:new Set;const{clientId:r,name:o,innerBlocks:a=[]}=e;if(!n.has(r)){if(o===t)return e;for(const e of a){const r=h3(e,t,n);if(r)return r}}},g3=(e,t)=>{const n=function(e,t){var n;const r=null===(n=ma(e))||void 0===n?void 0:n.attributes;if(!r)return[];const o=Object.keys(r);return t?o.filter((e=>{var n;return(null===(n=r[e])||void 0===n?void 0:n.__experimentalRole)===t})):o}(e,"content");return null!=n&&n.length?n.reduce(((e,n)=>(t[n]&&(e[n]=t[n]),e)),{}):t},b3=(e,t)=>{const n=g3(t.name,t.attributes);e.attributes={...e.attributes,...n}},v3=(e,t)=>(0,At.useMemo)((()=>e.reduce(((e,n)=>{const r=((e,t)=>{const n=t.map((e=>za(e))),r=new Set;for(const t of e){let e=!1;for(const o of n){const n=h3(o,t.name,r);if(n){e=!0,r.add(n.clientId),b3(n,t);break}}if(!e)return}return n})(t,n.blocks);return r&&e.push({...n,transformedBlocks:r}),e}),[])),[e,t]);function y3(e){let{patterns:t,onSelect:n}=e;return(0,At.createElement)("div",{className:"block-editor-block-switcher__popover__preview__parent"},(0,At.createElement)("div",{className:"block-editor-block-switcher__popover__preview__container"},(0,At.createElement)(YC,{className:"block-editor-block-switcher__preview__popover",position:"bottom right"},(0,At.createElement)("div",{className:"block-editor-block-switcher__preview"},(0,At.createElement)("div",{className:"block-editor-block-switcher__preview-title"},Jr("Preview")),(0,At.createElement)(_3,{patterns:t,onSelect:n})))))}function _3(e){let{patterns:t,onSelect:n}=e;const r=mI();return(0,At.createElement)(MI,Nt({},r,{role:"listbox",className:"block-editor-block-switcher__preview-patterns-container","aria-label":Jr("Patterns list")}),t.map((e=>(0,At.createElement)(M3,{key:e.name,pattern:e,onSelect:n,composite:r}))))}function M3(e){let{pattern:t,onSelect:n,composite:r}=e;const o="block-editor-block-switcher__preview-patterns-container",a=ug(M3,`${o}-list__item-description`);return(0,At.createElement)("div",{className:`${o}-list__list-item`,"aria-label":t.title,"aria-describedby":t.description?a:void 0},(0,At.createElement)(VS,Nt({role:"option",as:"div"},r,{className:`${o}-list__item`,onClick:()=>n(t.transformedBlocks)}),(0,At.createElement)(PQ,{blocks:t.transformedBlocks,viewportWidth:t.viewportWidth||500}),(0,At.createElement)("div",{className:`${o}-list__item-title`},t.title)),!!t.description&&(0,At.createElement)(TL,{id:a},t.description))}const k3=function(e){let{blocks:t,patterns:n,onSelect:r}=e;const[o,a]=(0,At.useState)(!1),i=v3(n,t);return i.length?(0,At.createElement)(VB,{className:"block-editor-block-switcher__pattern__transforms__menugroup"},o&&(0,At.createElement)(y3,{patterns:i,onSelect:r}),(0,At.createElement)(UB,{onClick:e=>{e.preventDefault(),a(!o)},icon:tZ},Jr("Patterns"))):null},w3=e=>{let{clientIds:t,blocks:n}=e;const{replaceBlocks:r,multiSelect:o}=rf(OB),a=T2(n[0].clientId),{possibleBlockTransformations:i,canRemove:l,hasBlockStyles:s,icon:c,patterns:u}=Uu((e=>{const{getBlockRootClientId:r,getBlockTransformItems:o,__experimentalGetPatternTransformItems:i}=e(OB),{getBlockStyles:l,getBlockType:s}=e(Zi),{canRemoveBlocks:c}=e(OB),u=r(Array.isArray(t)?t[0]:t),[{name:d}]=n,m=1===n.length,p=m&&l(d);let f;if(m)f=null==a?void 0:a.icon;else{var h;const e=1===new Set(n.map((e=>{let{name:t}=e;return t}))).size;f=e?null===(h=s(d))||void 0===h?void 0:h.icon:r3}return{possibleBlockTransformations:o(n,u),canRemove:c(t,u),hasBlockStyles:!(null==p||!p.length),icon:f,patterns:i(n,u)}}),[t,n,null==a?void 0:a.icon]),d=z2({clientId:Array.isArray(t)?t[0]:t,maximumLength:35}),m=1===n.length&&ga(n[0]),p=1===n.length&&ba(n[0]);function f(e){e.length>1&&o(e[0].clientId,e[e.length-1].clientId)}const h=!!i.length&&l&&!p,g=!(null==u||!u.length)&&l;if(!s&&!h)return(0,At.createElement)(mA,null,(0,At.createElement)(JS,{disabled:!0,className:"block-editor-block-switcher__no-switcher-icon",title:d,icon:(0,At.createElement)(At.Fragment,null,(0,At.createElement)(oZ,{icon:c,showColors:!0}),(m||p)&&(0,At.createElement)("span",{className:"block-editor-block-switcher__toggle-text"},d))}));const b=d,v=1===n.length?Hr(Jr("%s: Change block type or style"),d):Hr(Qr("Change type of %d block","Change type of %d blocks",n.length),n.length),y=s||h||g;return(0,At.createElement)(mA,null,(0,At.createElement)(GS,null,(e=>(0,At.createElement)(uA,{className:"block-editor-block-switcher",label:b,popoverProps:{position:"bottom right",variant:"toolbar",className:"block-editor-block-switcher__popover"},icon:(0,At.createElement)(At.Fragment,null,(0,At.createElement)(oZ,{icon:c,className:"block-editor-block-switcher__toggle",showColors:!0}),(m||p)&&(0,At.createElement)("span",{className:"block-editor-block-switcher__toggle-text"},d)),toggleProps:{describedBy:v,...e},menuProps:{orientation:"both"}},(e=>{let{onClose:o}=e;return y&&(0,At.createElement)("div",{className:"block-editor-block-switcher__container"},g&&(0,At.createElement)(k3,{blocks:n,patterns:u,onSelect:e=>{!function(e){r(t,e),f(e)}(e),o()}}),h&&(0,At.createElement)(l3,{className:"block-editor-block-switcher__transforms__menugroup",possibleBlockTransformations:i,blocks:n,onSelect:e=>{!function(e){const o=Ha(n,e);r(t,o),f(o)}(e),o()}}),s&&(0,At.createElement)(f3,{hoveredBlock:n[0],onSwitch:o}))})))))},E3=e=>{let{clientIds:t}=e;const n=Uu((e=>e(OB).getBlocksByClientId(t)),[t]);return!n.length||n.some((e=>!e))?null:(0,At.createElement)(w3,{clientIds:t,blocks:n})},{Fill:x3,Slot:C3}=LC("__unstableBlockToolbarLastItem");x3.Slot=C3;const L3=x3;var S3=n(2152),A3=n.n(S3);function T3(e){const t=(0,At.useRef)(e);return t.current=e,t}function z3(e,t){const n=T3(e),r=T3(t);return hx((e=>{const t=new(A3())(e,{text:()=>"function"==typeof n.current?n.current():n.current||""});return t.on("success",(t=>{let{clearSelection:n}=t;n(),e.focus(),r.current&&r.current()})),()=>{t.destroy()}}),[])}function N3(e){Do(e.defaultView);const t=e.defaultView.getSelection();Do();const n=t.rangeCount?t.getRangeAt(0):null;return!!n&&!n.collapsed}function O3(e){return N3(e)||!!e.activeElement&&function(e){if(!oJ(e)&&!aJ(e))return!1;try{const{selectionStart:t,selectionEnd:n}=e;return null===t||t!==n}catch(e){return!0}}(e.activeElement)}function B3(e){const t=Array.from(e.files);return Array.from(e.items).forEach((e=>{const n=e.getAsFile();n&&!t.find((e=>{let{name:t,type:r,size:o}=e;return t===n.name&&r===n.type&&o===n.size}))&&t.push(n)})),t}function D3(e,t){if(t&&1===(null==e?void 0:e.length)&&0===e[0].type.indexOf("image/")){var n;const e=/<\s*img\b/gi;if(1!==(null===(n=t.match(e))||void 0===n?void 0:n.length))return!0;const r=/<\s*img\b[^>]*\bsrc="file:\/\//i;if(t.match(r))return!0}return!1}function I3(){const{getBlockName:e}=Uu(OB),{getBlockType:t}=Uu(Zi),{createSuccessNotice:n}=rf(W0);return(0,At.useCallback)(((r,o)=>{let a="";if(1===o.length){var i;const n=o[0],l=null===(i=t(e(n)))||void 0===i?void 0:i.title;a=Hr(Jr("copy"===r?'Copied "%s" to clipboard.':'Moved "%s" to clipboard.'),l)}else a=Hr("copy"===r?Qr("Copied %d block to clipboard.","Copied %d blocks to clipboard.",o.length):Qr("Moved %d block to clipboard.","Moved %d blocks to clipboard.",o.length),o.length);n(a,{type:"snackbar"})}),[])}function R3(){const{getBlocksByClientId:e,getSelectedBlockClientIds:t,hasMultiSelection:n,getSettings:r,__unstableIsFullySelected:o,__unstableIsSelectionCollapsed:a,__unstableIsSelectionMergeable:i,__unstableGetSelectedBlocksWithPartialSelection:l,canInsertBlockType:s}=Uu(OB),{flashBlock:c,removeBlocks:u,replaceBlocks:d,__unstableDeleteSelection:m,__unstableExpandSelection:p,insertBlocks:f}=rf(OB),h=I3();return hx((g=>{function b(b){const v=t();if(0===v.length)return;if(!n()){const{target:e}=b,{ownerDocument:t}=e,n="copy"===b.type||"cut"===b.type?O3(t):function(e){return!!e.activeElement&&(oJ(e.activeElement)||aJ(e.activeElement)||N3(e))}(t);if(n)return}if(!g.contains(b.target.ownerDocument.activeElement))return;const y=b.defaultPrevented;b.preventDefault();const _=i(),M=a()||o(),k=!M&&!_;if("copy"===b.type||"cut"===b.type)if(1===v.length&&c(v[0]),k)p();else{let t;if(h(b.type,v),M)t=e(v);else{const[n,r]=l();t=[n,...e(v.slice(1,v.length-1)),r]}const n=b.clipboardData.getData("__unstableWrapperBlockName");n&&(t=Sa(n,JSON.parse(b.clipboardData.getData("__unstableWrapperBlockAttributes")),t));const r=rs(t);b.clipboardData.setData("text/plain",function(e){e=e.replace(/
/g,"\n");return Po(e).trim().replace(/\n\n+/g,"\n\n")}(r)),b.clipboardData.setData("text/html",r)}if("cut"===b.type)M&&!k?u(v):m();else if("paste"===b.type){if(y)return;const{__experimentalCanUserUseUnfilteredHTML:e}=r(),{plainText:t,html:n,files:o}=function(e){let{clipboardData:t}=e,n="",r="";try{n=t.getData("text/plain"),r=t.getData("text/html")}catch(e){try{r=t.getData("Text")}catch(e){return}}const o=B3(t);return o.length&&!D3(o,r)?{files:o}:{html:r,plainText:n,files:[]}}(b);let a=[];if(o.length){const e=Ra("from");a=o.reduce(((t,n)=>{const r=Ia(e,(e=>"files"===e.type&&e.isMatch([n])));return r&&t.push(r.transform([n])),t}),[]).flat()}else a=Lu({HTML:n,plainText:t,mode:"BLOCKS",canUserUseUnfilteredHTML:e});if(1===v.length){const[e]=v;if(a.every((t=>s(t.name,e))))return void f(a,void 0,e)}d(v,a,a.length-1,-1)}}return g.ownerDocument.addEventListener("copy",b),g.ownerDocument.addEventListener("cut",b),g.ownerDocument.addEventListener("paste",b),()=>{g.ownerDocument.removeEventListener("copy",b),g.ownerDocument.removeEventListener("cut",b),g.ownerDocument.removeEventListener("paste",b)}}),[])}function P3(e){let{clientIds:t,children:n,__experimentalUpdateSelection:r}=e;const{canInsertBlockType:o,getBlockRootClientId:a,getBlocksByClientId:i,canMoveBlocks:l,canRemoveBlocks:s}=Uu(OB),{getDefaultBlockName:c,getGroupingBlockName:u}=Uu(Zi),d=i(t),m=a(t[0]),p=d.every((e=>!!e&&ha(e.name,"multiple",!0)&&o(e.name,m))),f=o(c(),m),h=l(t,m),g=s(t,m),{removeBlocks:b,replaceBlocks:v,duplicateBlocks:y,insertAfterBlock:_,insertBeforeBlock:M,flashBlock:k,setBlockMovingClientId:w,setNavigationMode:E,selectBlock:x}=rf(OB),C=I3();return n({canDuplicate:p,canInsertDefaultBlock:f,canMove:h,canRemove:g,rootClientId:m,blocks:d,onDuplicate:()=>y(t,r),onRemove:()=>b(t,r),onInsertBefore(){const e=Array.isArray(t)?t[0]:e;M(e)},onInsertAfter(){const e=Array.isArray(t)?t[t.length-1]:e;_(e)},onMoveTo(){E(!0),x(t[0]),w(t[0])},onGroup(){if(!d.length)return;const e=u(),n=Ha(d,e);n&&v(t,n)},onUngroup(){if(!d.length)return;const e=d[0].innerBlocks;e.length&&v(t,e)},onCopy(){const e=d.map((e=>{let{clientId:t}=e;return t}));1===d.length&&k(e[0]),C("copy",e)}})}const H3=()=>{};const W3=ln([DU(((e,t)=>{let{clientId:n}=t;const{getBlock:r,getBlockMode:o,getSettings:a}=e(OB),i=r(n),l=a().codeEditingEnabled;return{mode:o(n),blockType:i?ma(i.name):null,isCodeEditingEnabled:l}})),RU(((e,t)=>{let{onToggle:n=H3,clientId:r}=t;return{onToggleMode(){e(OB).toggleBlockMode(r),n()}}}))])((function(e){let{blockType:t,mode:n,onToggleMode:r,small:o=!1,isCodeEditingEnabled:a=!0}=e;if(!t||!ha(t,"html",!0)||!a)return null;const i=Jr("visual"===n?"Edit as HTML":"Edit visually");return(0,At.createElement)(UB,{onClick:r},!o&&i)}));const Y3=ln(DU(((e,t)=>{let{clientId:n}=t;const r=e(OB).getBlock(n);return{block:r,shouldRender:r&&"core/html"===r.name}})),RU(((e,t)=>{let{block:n}=t;return{onClick:()=>e(OB).replaceBlocks(n.clientId,Vc({HTML:es(n)}))}})))((function(e){let{shouldRender:t,onClick:n,small:r}=e;if(!t)return null;const o=Jr("Convert to Blocks");return(0,At.createElement)(UB,{onClick:n},!r&&o)})),{Fill:F3,Slot:j3}=LC("__unstableBlockSettingsMenuFirstItem");F3.Slot=j3;const q3=F3;function V3(){const{clientIds:e,isGroupable:t,isUngroupable:n,blocksSelection:r,groupingBlockName:o}=Uu((e=>{var t;const{getBlockRootClientId:n,getBlocksByClientId:r,canInsertBlockType:o,getSelectedBlockClientIds:a}=e(OB),{getGroupingBlockName:i}=e(Zi),l=a(),s=i(),c=o(s,null!=l&&l.length?n(l[0]):void 0),u=r(l),d=1===u.length&&(null===(t=u[0])||void 0===t?void 0:t.name)===s;return{clientIds:l,isGroupable:c&&u.length,isUngroupable:d&&!!u[0].innerBlocks.length,blocksSelection:u,groupingBlockName:s}}),[]);return{clientIds:e,isGroupable:t,isUngroupable:n,blocksSelection:r,groupingBlockName:o}}function U3(e){let{clientIds:t,isGroupable:n,isUngroupable:r,blocksSelection:o,groupingBlockName:a,onClose:i=(()=>{})}=e;const{replaceBlocks:l}=rf(OB);return n||r?(0,At.createElement)(At.Fragment,null,n&&(0,At.createElement)(UB,{onClick:()=>{(()=>{const e=Ha(o,a);e&&l(t,e)})(),i()}},Zr("Group","verb")),r&&(0,At.createElement)(UB,{onClick:()=>{(()=>{const e=o[0].innerBlocks;e.length&&l(t,e)})(),i()}},Zr("Ungroup","Ungrouping blocks from within a Group block back into individual blocks within the Editor "))):null}function X3(e){return Uu((t=>{const{canEditBlock:n,canMoveBlock:r,canRemoveBlock:o,canLockBlockType:a,getBlockName:i,getBlockRootClientId:l,getTemplateLock:s}=t(OB),c=l(e),u=n(e),d=r(e,c),m=o(e,c);return{canEdit:u,canMove:d,canRemove:m,canLock:a(i(e)),isContentLocked:"contentOnly"===s(e),isLocked:!u||!d||!m}}),[e])}const $3=(0,At.createElement)(Sx,{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,At.createElement)(Cx,{d:"M17 10h-1.2V7c0-2.1-1.7-3.8-3.8-3.8-2.1 0-3.8 1.7-3.8 3.8h1.5c0-1.2 1-2.2 2.2-2.2s2.2 1 2.2 2.2v3H7c-.6 0-1 .4-1 1v8c0 .6.4 1 1 1h10c.6 0 1-.4 1-1v-8c0-.6-.4-1-1-1z"})),G3=(0,At.createElement)(Sx,{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,At.createElement)(Cx,{d:"M17 10h-1.2V7c0-2.1-1.7-3.8-3.8-3.8-2.1 0-3.8 1.7-3.8 3.8v3H7c-.6 0-1 .4-1 1v8c0 .6.4 1 1 1h10c.6 0 1-.4 1-1v-8c0-.6-.4-1-1-1zM9.8 7c0-1.2 1-2.2 2.2-2.2 1.2 0 2.2 1 2.2 2.2v3H9.8V7zm6.7 11.5h-9v-7h9v7z"}));const K3=function e(t){const{__nextHasNoMarginBottom:n,label:r,className:o,heading:a,checked:i,indeterminate:l,help:s,onChange:c,...u}=t;a&&wr("`heading` prop in `CheckboxControl`",{alternative:"a separate element to implement a heading",since:"5.8"});const[d,m]=(0,At.useState)(!1),[p,f]=(0,At.useState)(!1),h=hx((e=>{e&&(e.indeterminate=!!l,m(e.matches(":checked")),f(e.matches(":indeterminate")))}),[i,l]),g=`inspector-checkbox-control-${ug(e)}`;return(0,At.createElement)(ND,{__nextHasNoMarginBottom:n,label:a,id:g,help:s,className:sg()("components-checkbox-control",o)},(0,At.createElement)("span",{className:"components-checkbox-control__input-container"},(0,At.createElement)("input",Nt({ref:h,id:g,className:"components-checkbox-control__input",type:"checkbox",value:"1",onChange:e=>c(e.target.checked),checked:i,"aria-describedby":s?g+"__help":void 0},u)),p?(0,At.createElement)(UF,{icon:RP,className:"components-checkbox-control__indeterminate",role:"presentation"}):null,d?(0,At.createElement)(UF,{icon:XF,className:"components-checkbox-control__checked",role:"presentation"}):null),(0,At.createElement)("label",{className:"components-checkbox-control__label",htmlFor:g},r))},J3=(0,At.createElement)(Sx,{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,At.createElement)(Cx,{d:"M17 10h-1.2V7c0-2.1-1.7-3.8-3.8-3.8-2.1 0-3.8 1.7-3.8 3.8v3H7c-.6 0-1 .4-1 1v8c0 .6.4 1 1 1h10c.6 0 1-.4 1-1v-8c0-.6-.4-1-1-1zm-2.8 0H9.8V7c0-1.2 1-2.2 2.2-2.2s2.2 1 2.2 2.2v3z"})),Z3=["core/block","core/navigation"];function Q3(e){return e.remove&&e.move?"all":!(!e.remove||e.move)&&"insert"}function e4(e){let{clientId:t,onClose:n}=e;const[r,o]=(0,At.useState)({move:!1,remove:!1}),{canEdit:a,canMove:i,canRemove:l}=X3(t),{allowsEditLocking:s,templateLock:c,hasTemplateLock:u}=Uu((e=>{var n,r;const{getBlockName:o,getBlockAttributes:a}=e(OB),i=o(t),l=ma(i);return{allowsEditLocking:Z3.includes(i),templateLock:null===(n=a(t))||void 0===n?void 0:n.templateLock,hasTemplateLock:!(null==l||null===(r=l.attributes)||void 0===r||!r.templateLock)}}),[t]),[d,m]=(0,At.useState)(!!c),{updateBlockAttributes:p}=rf(OB),f=T2(t),h=ug(e4,"block-editor-block-lock-modal__options-title");(0,At.useEffect)((()=>{o({move:!i,remove:!l,...s?{edit:!a}:{}})}),[a,i,l,s]);const g=Object.values(r).every(Boolean),b=Object.values(r).some(Boolean)&&!g;return(0,At.createElement)(JU,{title:Hr(Jr("Lock %s"),f.title),overlayClassName:"block-editor-block-lock-modal",closeLabel:Jr("Close"),onRequestClose:n},(0,At.createElement)("p",null,Jr("Choose specific attributes to restrict or lock all available options.")),(0,At.createElement)("form",{onSubmit:e=>{e.preventDefault(),p([t],{lock:r,templateLock:d?Q3(r):void 0}),n()}},(0,At.createElement)("div",{role:"group","aria-labelledby":h,className:"block-editor-block-lock-modal__options"},(0,At.createElement)(K3,{__nextHasNoMarginBottom:!0,className:"block-editor-block-lock-modal__options-title",label:(0,At.createElement)("span",{id:h},Jr("Lock all")),checked:g,indeterminate:b,onChange:e=>o({move:e,remove:e,...s?{edit:e}:{}})}),(0,At.createElement)("ul",{className:"block-editor-block-lock-modal__checklist"},s&&(0,At.createElement)("li",{className:"block-editor-block-lock-modal__checklist-item"},(0,At.createElement)(K3,{__nextHasNoMarginBottom:!0,label:Jr("Restrict editing"),checked:!!r.edit,onChange:e=>o((t=>({...t,edit:e})))}),(0,At.createElement)(JC,{className:"block-editor-block-lock-modal__lock-icon",icon:r.edit?J3:$3})),(0,At.createElement)("li",{className:"block-editor-block-lock-modal__checklist-item"},(0,At.createElement)(K3,{__nextHasNoMarginBottom:!0,label:Jr("Disable movement"),checked:r.move,onChange:e=>o((t=>({...t,move:e})))}),(0,At.createElement)(JC,{className:"block-editor-block-lock-modal__lock-icon",icon:r.move?J3:$3})),(0,At.createElement)("li",{className:"block-editor-block-lock-modal__checklist-item"},(0,At.createElement)(K3,{__nextHasNoMarginBottom:!0,label:Jr("Prevent removal"),checked:r.remove,onChange:e=>o((t=>({...t,remove:e})))}),(0,At.createElement)(JC,{className:"block-editor-block-lock-modal__lock-icon",icon:r.remove?J3:$3}))),u&&(0,At.createElement)(dR,{className:"block-editor-block-lock-modal__template-lock",label:Jr("Apply to all blocks inside"),checked:d,disabled:r.move&&!r.remove,onChange:()=>m(!d)})),(0,At.createElement)(dD,{className:"block-editor-block-lock-modal__actions",justify:"flex-end",expanded:!1},(0,At.createElement)(pD,null,(0,At.createElement)(NL,{variant:"tertiary",onClick:n},Jr("Cancel"))),(0,At.createElement)(pD,null,(0,At.createElement)(NL,{variant:"primary",type:"submit"},Jr("Apply"))))))}function t4(e){let{clientId:t}=e;const{canLock:n,isLocked:r}=X3(t),[o,a]=(0,At.useReducer)((e=>!e),!1);if(!n)return null;const i=Jr(r?"Unlock":"Lock");return(0,At.createElement)(At.Fragment,null,(0,At.createElement)(UB,{icon:r?$3:G3,onClick:a},i),o&&(0,At.createElement)(e4,{clientId:t,onClose:a}))}const{Fill:n4,Slot:r4}=LC("BlockSettingsMenuControls");function o4(e){let{...t}=e;return(0,At.createElement)(ag,{document},(0,At.createElement)(n4,t))}o4.Slot=e=>{let{fillProps:t,clientIds:n=null,__unstableDisplayLocation:r}=e;const{selectedBlocks:o,selectedClientIds:a,canRemove:i}=Uu((e=>{const{getBlocksByClientId:t,getSelectedBlockClientIds:r,canRemoveBlocks:o}=e(OB),a=null!==n?n:r();return{selectedBlocks:(0,Ot.map)(t(a).filter(Boolean),(e=>e.name)),selectedClientIds:a,canRemove:o(a)}}),[n]),{canLock:l}=X3(a[0]),s=1===a.length&&l,c=V3(),{isGroupable:u,isUngroupable:d}=c,m=(u||d)&&i;return(0,At.createElement)(r4,{fillProps:{...t,__unstableDisplayLocation:r,selectedBlocks:o,selectedClientIds:a}},(e=>!(null!=e&&e.length)>0&&!m&&!s?null:(0,At.createElement)(VB,null,s&&(0,At.createElement)(t4,{clientId:a[0]}),e,m&&(0,At.createElement)(U3,Nt({},c,{onClose:null==t?void 0:t.onClose})))))};const a4=o4,i4=()=>{},l4={className:"block-editor-block-settings-menu__popover",position:"bottom right",variant:"toolbar"};function s4(e){let{blocks:t,onCopy:n}=e;const r=z3((()=>rs(t)),n),o=t.length>1?Jr("Copy blocks"):Jr("Copy block");return(0,At.createElement)(UB,{ref:r},o)}const c4=function(e){let{clientIds:t,__experimentalSelectBlock:n,children:r,__unstableDisplayLocation:o,...a}=e;const i=Array.isArray(t)?t:[t],l=i.length,s=i[0],{firstParentClientId:c,isDistractionFree:u,onlyBlock:d,parentBlockType:m,previousBlockClientId:p,nextBlockClientId:f,selectedBlockClientIds:h}=Uu((e=>{const{getBlockCount:t,getBlockName:n,getBlockRootClientId:r,getPreviousBlockClientId:o,getNextBlockClientId:a,getSelectedBlockClientIds:i,getSettings:l,getBlockAttributes:c}=e(OB),{getActiveBlockVariation:u}=e(Zi),d=r(s),m=d&&n(d);return{firstParentClientId:d,isDistractionFree:l().isDistractionFree,onlyBlock:1===t(d),parentBlockType:d&&(u(m,c(d))||ma(m)),previousBlockClientId:o(s),nextBlockClientId:a(s),selectedBlockClientIds:i()}}),[s]),g=Uu((e=>{const{getShortcutRepresentation:t}=e(jZ);return{duplicate:t("core/block-editor/duplicate"),remove:t("core/block-editor/remove"),insertAfter:t("core/block-editor/insert-after"),insertBefore:t("core/block-editor/insert-before")}}),[]),{selectBlock:b,toggleBlockHighlight:v}=rf(OB),y=(0,At.useCallback)(n?async e=>{const t=await e;t&&t[0]&&n(t[0])}:i4,[n]),_=z2({clientId:s,maximumLength:25}),M=(0,At.useCallback)(n?()=>{const e=p||f;e&&h.includes(s)&&!h.includes(e)&&n(e)}:i4,[n,p,f,h]),k=Hr(Jr("Remove %s"),_),w=1===l?k:Jr("Remove blocks"),E=(0,At.useRef)(),{gestures:x}=t3({ref:E,onChange(e){e&&u||v(c,e)}}),C=null==h?void 0:h.includes(c);return(0,At.createElement)(P3,{clientIds:t,__experimentalUpdateSelection:!n},(e=>{let{canDuplicate:n,canInsertDefaultBlock:i,canMove:u,canRemove:p,onDuplicate:f,onInsertAfter:h,onInsertBefore:v,onRemove:_,onCopy:k,onMoveTo:L,blocks:S}=e;return(0,At.createElement)(uA,Nt({icon:Yj,label:Jr("Options"),className:"block-editor-block-settings-menu",popoverProps:l4,noIcons:!0},a),(e=>{let{onClose:a}=e;return(0,At.createElement)(At.Fragment,null,(0,At.createElement)(VB,null,(0,At.createElement)(q3.Slot,{fillProps:{onClose:a}}),!C&&!!c&&(0,At.createElement)(UB,Nt({},x,{ref:E,icon:(0,At.createElement)(oZ,{icon:m.icon}),onClick:()=>b(c)}),Hr(Jr("Select parent block (%s)"),m.title)),1===l&&(0,At.createElement)(Y3,{clientId:s}),(0,At.createElement)(s4,{blocks:S,onCopy:k}),n&&(0,At.createElement)(UB,{onClick:an(a,f,y),shortcut:g.duplicate},Jr("Duplicate")),i&&(0,At.createElement)(At.Fragment,null,(0,At.createElement)(UB,{onClick:an(a,v),shortcut:g.insertBefore},Jr("Insert before")),(0,At.createElement)(UB,{onClick:an(a,h),shortcut:g.insertAfter},Jr("Insert after"))),u&&!d&&(0,At.createElement)(UB,{onClick:an(a,L)},Jr("Move to")),1===l&&(0,At.createElement)(W3,{clientId:s,onToggle:a})),(0,At.createElement)(a4.Slot,{fillProps:{onClose:a},clientIds:t,__unstableDisplayLocation:o}),"function"==typeof r?r({onClose:a}):At.Children.map((e=>(0,At.cloneElement)(e,{onClose:a}))),p&&(0,At.createElement)(VB,null,(0,At.createElement)(UB,{onClick:an(a,_,M),shortcut:g.remove},w)))}))}))};const u4=function(e){let{clientIds:t,...n}=e;return(0,At.createElement)(mA,null,(0,At.createElement)(GS,null,(e=>(0,At.createElement)(c4,Nt({clientIds:t,toggleProps:e},n)))))};function d4(e){let{clientId:t}=e;const n=T2(t),{canEdit:r,canMove:o,canRemove:a,canLock:i}=X3(t),[l,s]=(0,At.useReducer)((e=>!e),!1);return i?r&&o&&a?null:(0,At.createElement)(At.Fragment,null,(0,At.createElement)(mA,{className:"block-editor-block-lock-toolbar"},(0,At.createElement)(JS,{icon:J3,label:Hr(Jr("Unlock %s"),n.title),onClick:s})),l&&(0,At.createElement)(e4,{clientId:t,onClose:s})):null}const m4=(0,At.createElement)(Sx,{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,At.createElement)(Cx,{d:"M18 4h-7c-1.1 0-2 .9-2 2v3H6c-1.1 0-2 .9-2 2v7c0 1.1.9 2 2 2h7c1.1 0 2-.9 2-2v-3h3c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm-4.5 14c0 .3-.2.5-.5.5H6c-.3 0-.5-.2-.5-.5v-7c0-.3.2-.5.5-.5h3V13c0 1.1.9 2 2 2h2.5v3zm0-4.5H11c-.3 0-.5-.2-.5-.5v-2.5H13c.3 0 .5.2.5.5v2.5zm5-.5c0 .3-.2.5-.5.5h-3V11c0-1.1-.9-2-2-2h-2.5V6c0-.3.2-.5.5-.5h7c.3 0 .5.2.5.5v7z"})),p4=(0,At.createElement)(Sx,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,At.createElement)(Cx,{d:"M9.2 6.5H4V8h5.2c.3 0 .5.2.5.5v7c0 .3-.2.5-.5.5H4v1.5h5.2c1.1 0 2-.9 2-2v-7c0-1.1-.8-2-2-2zM14.8 8H20V6.5h-5.2c-1.1 0-2 .9-2 2v7c0 1.1.9 2 2 2H20V16h-5.2c-.3 0-.5-.2-.5-.5v-7c-.1-.3.2-.5.5-.5z"})),f4=(0,At.createElement)(Sx,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,At.createElement)(Cx,{d:"M16 4v5.2c0 .3-.2.5-.5.5h-7c-.3.1-.5-.2-.5-.5V4H6.5v5.2c0 1.1.9 2 2 2h7c1.1 0 2-.9 2-2V4H16zm-.5 8.8h-7c-1.1 0-2 .9-2 2V20H8v-5.2c0-.3.2-.5.5-.5h7c.3 0 .5.2.5.5V20h1.5v-5.2c0-1.2-.9-2-2-2z"})),h4={group:{type:"constrained"},row:{type:"flex",flexWrap:"nowrap"},stack:{type:"flex",orientation:"vertical"}};const g4=function(){const{blocksSelection:e,clientIds:t,groupingBlockName:n,isGroupable:r}=V3(),{replaceBlocks:o}=rf(OB),{canRemove:a,variations:i}=Uu((e=>{const{canRemoveBlocks:r}=e(OB),{getBlockVariations:o}=e(Zi);return{canRemove:r(t),variations:o(n,"transform")}}),[t,n]),l=r=>{const a=Ha(e,n);"string"!=typeof r&&(r="group"),a&&a.length>0&&(a[0].attributes.layout=h4[r],o(t,a))};if(!r||!a)return null;const s=!!i.find((e=>{let{name:t}=e;return"group-row"===t})),c=!!i.find((e=>{let{name:t}=e;return"group-stack"===t}));return(0,At.createElement)(mA,null,(0,At.createElement)(JS,{icon:m4,label:Zr("Group","verb"),onClick:l}),s&&(0,At.createElement)(JS,{icon:p4,label:Zr("Row","single horizontal line"),onClick:()=>l("row")}),c&&(0,At.createElement)(JS,{icon:f4,label:Zr("Stack","verb"),onClick:()=>l("stack")}))};function b4(e){let{clientIds:t}=e;const n=1===t.length?t[0]:void 0,r=Uu((e=>!!n&&"html"===e(OB).getBlockMode(n)),[n]),{toggleBlockMode:o}=rf(OB);return r?(0,At.createElement)(mA,null,(0,At.createElement)(JS,{onClick:()=>{o(n)}},Jr("Edit visually"))):null}const v4=(0,At.createContext)(""),y4=e=>{let{hideDragHandle:t}=e;const{blockClientIds:n,blockClientId:r,blockType:o,hasFixedToolbar:a,isDistractionFree:i,isValid:l,isVisual:s,isContentLocked:c}=Uu((e=>{const{getBlockName:t,getBlockMode:n,getSelectedBlockClientIds:r,isBlockValid:o,getBlockRootClientId:a,getSettings:i,__unstableGetContentLockingParent:l}=e(OB),s=r(),c=s[0],u=a(c),d=i();return{blockClientIds:s,blockClientId:c,blockType:c&&ma(t(c)),hasFixedToolbar:d.hasFixedToolbar,isDistractionFree:d.isDistractionFree,rootClientId:u,isValid:s.every((e=>o(e))),isVisual:s.every((e=>"visual"===n(e))),isContentLocked:!!l(c)}}),[]),{toggleBlockHighlight:u}=rf(OB),d=(0,At.useRef)(),{showMovers:m,gestures:p}=t3({ref:d,onChange(e){e&&i||u(r,e)}}),f=NE("medium","<")||a;if(o&&!ha(o,"__experimentalToolbar",!0))return null;const h=f||m;if(0===n.length)return null;const g=l&&s,b=n.length>1,v=ga(o)||ba(o),y=Sf()("block-editor-block-toolbar",{"is-showing-movers":h,"is-synced":v});return(0,At.createElement)("div",{className:y},!b&&!f&&!c&&(0,At.createElement)(n3,null),(0,At.createElement)("div",Nt({ref:d},p),(g||b)&&!c&&(0,At.createElement)(mA,{className:"block-editor-block-toolbar__block-controls"},(0,At.createElement)(E3,{clientIds:n}),!b&&(0,At.createElement)(d4,{clientId:n[0]}),(0,At.createElement)(Y2,{clientIds:n,hideDragHandle:t}))),g&&b&&(0,At.createElement)(g4,null),g&&(0,At.createElement)(At.Fragment,null,(0,At.createElement)(jB.Slot,{group:"parent",className:"block-editor-block-toolbar__slot"}),(0,At.createElement)(jB.Slot,{group:"block",className:"block-editor-block-toolbar__slot"}),(0,At.createElement)(jB.Slot,{className:"block-editor-block-toolbar__slot"}),(0,At.createElement)(jB.Slot,{group:"inline",className:"block-editor-block-toolbar__slot"}),(0,At.createElement)(jB.Slot,{group:"other",className:"block-editor-block-toolbar__slot"}),(0,At.createElement)(v4.Provider,{value:null==o?void 0:o.name},(0,At.createElement)(L3.Slot,null))),(0,At.createElement)(b4,{clientIds:n}),!c&&(0,At.createElement)(u4,{clientIds:n}))};const _4=function(e){let{focusOnMount:t,isFixed:n,...r}=e;const{blockType:o,hasParents:a,showParentSelector:i}=Uu((e=>{const{getBlockName:t,getBlockParents:n,getSelectedBlockClientIds:r,__unstableGetContentLockingParent:o}=e(OB),{getBlockType:a}=e(Zi),i=r(),l=i[0],s=n(l),c=a(t(s[s.length-1]));return{blockType:l&&a(t(l)),hasParents:s.length,showParentSelector:c&&ha(c,"__experimentalParentSelector",!0)&&i.length<=1&&!o(l)}}),[]);if(o&&!ha(o,"__experimentalToolbar",!0))return null;const l=Sf()("block-editor-block-contextual-toolbar",{"has-parent":a&&i,"is-fixed":n});return(0,At.createElement)(G2,Nt({focusOnMount:t,className:l,"aria-label":Jr("Block tools")},r),(0,At.createElement)(y4,{hideDragHandle:n}))},M4={placement:"top-start"},k4={...M4,flip:!1,shift:!0},w4={...M4,flip:!0,shift:!1};function E4(e,t,n){if(!e||!t)return k4;const r=t.getBoundingClientRect(),o=e.getBoundingClientRect(),a=e.ownerDocument.documentElement.clientHeight,i=r.top-o.top>n,l=r.height>a-n;return i||l?k4:w4}function x4(e){const{__unstableGetEditorMode:t,isMultiSelecting:n,hasMultiSelection:r,isTyping:o,__experimentalIsBlockInterfaceHidden:a,getSettings:i,getLastMultiSelectedBlockClientId:l}=e(OB);return{editorMode:t(),isMultiSelecting:n(),isTyping:o(),isBlockInterfaceHidden:a(),hasFixedToolbar:i().hasFixedToolbar,isDistractionFree:i().isDistractionFree,lastClientId:r()?l():null}}function C4(e){let{clientId:t,rootClientId:n,isEmptyDefaultBlock:r,showContents:o,capturingClientId:a,__unstablePopoverSlot:i,__unstableContentRef:l}=e;const{editorMode:s,isMultiSelecting:c,isTyping:u,isBlockInterfaceHidden:d,hasFixedToolbar:m,isDistractionFree:p,lastClientId:f}=Uu(x4,[]),h=Uu((e=>{const{isBlockInsertionPointVisible:n,getBlockInsertionPoint:r,getBlockOrder:o}=e(OB);if(!n())return!1;const a=r();return o(a.rootClientId)[a.index]===t}),[t]),g=NE("medium"),b=(0,At.useRef)(!1),{stopTyping:v}=rf(OB),y=!u&&"edit"===s&&r,_="navigation"===s||"zoom-out"===s,M="edit"===s&&!m&&g&&!c&&!y&&!u&&!d;UZ("core/block-editor/focus-toolbar",(()=>{b.current=!0,v(!0)}),{isDisabled:!!("edit"!==s||M||m||p||r)}),(0,At.useEffect)((()=>{b.current=!1}));const k=(0,At.useRef)(),w=function(e){let{contentElement:t,clientId:n}=e;const r=oY(n),[o,a]=(0,At.useState)(0),[i,l]=(0,At.useState)((()=>E4(t,r,o))),s=Uu((e=>e(OB).getBlockIndex(n)),[n]),c=hx((e=>{a(e.offsetHeight)}),[]),u=(0,At.useCallback)((()=>l(E4(t,r,o))),[t,r,o]);return(0,At.useLayoutEffect)(u,[s,u]),(0,At.useLayoutEffect)((()=>{var e,n,o;if(!t||!r)return;const a=null==t||null===(e=t.ownerDocument)||void 0===e?void 0:e.defaultView;let i;null==a||null===(n=a.addEventHandler)||void 0===n||n.call(a,"resize",u);const l=null==r||null===(o=r.ownerDocument)||void 0===o?void 0:o.defaultView;return l.ResizeObserver&&(i=new l.ResizeObserver(u),i.observe(r)),()=>{var e;null==a||null===(e=a.removeEventHandler)||void 0===e||e.call(a,"resize",u),i&&i.disconnect()}}),[u,t,r]),{...i,ref:c}}({contentElement:null==l?void 0:l.current,clientId:t});return _||M||y?(0,At.createElement)(At.Fragment,null,y&&(0,At.createElement)(dq,Nt({clientId:a||t,__unstableCoverTarget:!0,bottomClientId:f,className:Sf()("block-editor-block-list__block-side-inserter-popover",{"is-insertion-point-visible":h}),__unstablePopoverSlot:i,__unstableContentRef:l,resize:!1,shift:!1},w),(0,At.createElement)("div",{className:"block-editor-block-list__empty-block-inserter"},(0,At.createElement)(f2,{position:"bottom right",rootClientId:n,clientId:t,__experimentalIsQuick:!0}))),(_||M)&&(0,At.createElement)(dq,Nt({clientId:a||t,bottomClientId:f,className:Sf()("block-editor-block-list__block-popover",{"is-insertion-point-visible":h}),__unstablePopoverSlot:i,__unstableContentRef:l,resize:!1},w),M&&o&&(0,At.createElement)(_4,{focusOnMount:b.current,__experimentalInitialIndex:k.current,__experimentalOnIndexChange:e=>{k.current=e},key:t}),_&&(0,At.createElement)(F2,{clientId:t,rootClientId:n}))):null}function L4(e){const{getSelectedBlockClientId:t,getFirstMultiSelectedBlockClientId:n,getBlockRootClientId:r,getBlock:o,getBlockParents:a,getSettings:i,isNavigationMode:l,__experimentalGetBlockListSettingsForBlocks:s}=e(OB),c=t()||n();if(!c)return;const{name:u,attributes:d={}}=o(c)||{},m=a(c),p=s(m),f=m.find((e=>{var t;return null===(t=p[e])||void 0===t?void 0:t.__experimentalCaptureToolbars})),h=i();return{clientId:c,rootClientId:r(c),name:u,isDistractionFree:h.isDistractionFree,isNavigationMode:l(),isEmptyDefaultBlock:u&&ja({name:u,attributes:d}),capturingClientId:f}}function S4(e){let{__unstablePopoverSlot:t,__unstableContentRef:n}=e;const r=Uu(L4,[]);if(!r)return null;const{clientId:o,rootClientId:a,name:i,isEmptyDefaultBlock:l,capturingClientId:s,isDistractionFree:c,isNavigationMode:u}=r;return i?(0,At.createElement)(C4,{clientId:o,rootClientId:a,isEmptyDefaultBlock:l,showContents:!c||u,capturingClientId:s,__unstablePopoverSlot:t,__unstableContentRef:n}):null}function A4(e){let{children:t}=e;const n=(0,At.useContext)(E2),r=(0,At.useContext)(gZ.Context);return n||r?t:(wr('wp.components.Popover.Slot name="block-toolbar"',{alternative:"wp.blockEditor.BlockTools",since:"5.8",version:"6.3"}),(0,At.createElement)(C2,{__unstablePopoverSlot:"block-toolbar"},(0,At.createElement)(S4,{__unstablePopoverSlot:"block-toolbar"}),t))}const T4=xf((e=>t=>{const{clientId:n}=RB();return(0,At.createElement)(e,Nt({},t,{clientId:n}))}),"withClientId"),z4=T4((e=>{let{clientId:t,showSeparator:n,isFloating:r,onAddBlock:o,isToggle:a}=e;return(0,At.createElement)(b2,{className:Sf()({"block-list-appender__toggle":a}),rootClientId:t,showSeparator:n,isFloating:r,onAddBlock:o})})),N4=ln([T4,DU(((e,t)=>{let{clientId:n}=t;const{getBlockOrder:r}=e(OB),o=r(n);return{lastBlockClientId:o[o.length-1]}}))])((e=>{let{clientId:t}=e;return(0,At.createElement)(h2,{rootClientId:t})})),O4=new WeakMap;const B4=new WeakMap;function D4(e,t){B4.has(t)||B4.set(t,new WeakMap);const n=B4.get(t);if(!n.has(e)){const r=(0,Ot.mapValues)(t.providesContext,(t=>e[t]));n.set(e,r)}return n.get(e)}function I4(e,t,n){const r=Tu((()=>UQ(e,null!=t?t:0,n)),[e,t,n]);return(0,At.useEffect)((()=>()=>r.cancel()),[r]),r}function R4(e){const t=(0,At.useRef)();return t.current=e,t}function P4(e){let{isDisabled:t,onDrop:n,onDragStart:r,onDragEnter:o,onDragLeave:a,onDragEnd:i,onDragOver:l}=e;const s=R4(n),c=R4(r),u=R4(o),d=R4(a),m=R4(i),p=R4(l);return hx((e=>{if(t)return;let n=!1;const{ownerDocument:r}=e;function o(e){n||(n=!0,r.addEventListener("dragend",h),r.addEventListener("mousemove",h),c.current&&c.current(e))}function a(t){t.preventDefault(),e.contains(t.relatedTarget)||u.current&&u.current(t)}function i(e){!e.defaultPrevented&&p.current&&p.current(e),e.preventDefault()}function l(t){(function(t){const{defaultView:n}=r;if(!(t&&n&&t instanceof n.HTMLElement&&e.contains(t)))return!1;let o=t;do{if(o.dataset.isDropZone)return o===e}while(o=o.parentElement);return!1})(t.relatedTarget)||d.current&&d.current(t)}function f(e){e.defaultPrevented||(e.preventDefault(),e.dataTransfer&&e.dataTransfer.files.length,s.current&&s.current(e),h(e))}function h(e){n&&(n=!1,r.removeEventListener("dragend",h),r.removeEventListener("mousemove",h),m.current&&m.current(e))}return e.dataset.isDropZone="true",e.addEventListener("drop",f),e.addEventListener("dragenter",a),e.addEventListener("dragover",i),e.addEventListener("dragleave",l),r.addEventListener("dragenter",o),()=>{delete e.dataset.isDropZone,e.removeEventListener("drop",f),e.removeEventListener("dragenter",a),e.removeEventListener("dragover",i),e.removeEventListener("dragleave",l),r.removeEventListener("dragend",h),r.removeEventListener("mousemove",h),r.removeEventListener("dragenter",o)}}),[t])}function H4(e,t,n,r,o,a,i){return l=>{const{srcRootClientId:s,srcClientIds:c,type:u,blocks:d}=function(e){let t={srcRootClientId:null,srcClientIds:null,srcIndex:null,type:null,blocks:null};if(!e.dataTransfer)return t;try{t=Object.assign(t,JSON.parse(e.dataTransfer.getData("wp-blocks")))}catch(e){return t}return t}(l);if("inserter"===u){i();const e=d.map((e=>za(e)));a(e,!0,null)}if("block"===u){const a=n(c[0]);if(s===e&&a===t)return;if(c.includes(e)||r(c).some((t=>t===e)))return;const i=s===e,l=c.length;o(c,s,i&&a{if(!n)return;const i=Ia(Ra("from"),(n=>"files"===n.type&&o(n.blockName,e)&&n.isMatch(t)));if(i){const e=i.transform(t,r);a(e)}}}function Y4(e,t,n){return e=>{const t=Lu({HTML:e,mode:"BLOCKS"});t.length&&n(t)}}function F4(e,t){let n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};const{operation:r="insert"}=n,o=Uu((e=>e(OB).getSettings().mediaUpload),[]),{canInsertBlockType:a,getBlockIndex:i,getClientIdsOfDescendants:l,getBlockOrder:s,getBlocksByClientId:c}=Uu(OB),{insertBlocks:u,moveBlocksToPosition:d,updateBlockAttributes:m,clearSelectedBlock:p,replaceBlocks:f,removeBlocks:h}=rf(OB),g=Hu(),b=(0,At.useCallback)((function(n){let o=!(arguments.length>1&&void 0!==arguments[1])||arguments[1],a=arguments.length>2&&void 0!==arguments[2]?arguments[2]:0;if("replace"===r){const r=s(e)[t];f(r,n,void 0,a)}else u(n,t,e,o,a)}),[r,s,u,f,t,e]),v=(0,At.useCallback)(((n,o,a)=>{if("replace"===r){const r=c(n),o=s(e)[t];g.batch((()=>{h(n,!1),f(o,r,void 0,0)}))}else d(n,o,e,a)}),[r,s,c,u,d,h,t,e]),y=H4(e,t,i,l,v,b,p),_=W4(e,0,o,m,a,b),M=Y4(0,0,b);return e=>{const t=B3(e.dataTransfer),n=e.dataTransfer.getData("text/html");n?M(n):t.length?_(t):y(e)}}function j4(e,t,n){const r="top"===n||"bottom"===n,{x:o,y:a}=e,i=r?o:a,l=r?a:o,s=r?t.left:t.top,c=r?t.right:t.bottom,u=t[n];let d;return d=i>=s&&i<=c?i:i2&&void 0!==arguments[2]?arguments[2]:["top","bottom","left","right"];return o.forEach((o=>{const a=j4(e,t,o);(void 0===n||a=e.x&&t.top<=e.y&&t.bottom>=e.y}function U4(e,t){var n,r;let o=arguments.length>2&&void 0!==arguments[2]?arguments[2]:"vertical";const a="horizontal"===o?["left","right"]:["top","bottom"],i=eo();let l=0,s="before",c=1/0;e.forEach((e=>{let{isUnmodifiedDefaultBlock:n,getBoundingClientRect:r,blockIndex:o}=e;const u=r();let[d,m]=q4(t,u,a);n&&V4(t,u)&&(d=0),d0&&void 0!==arguments[0]?arguments[0]:{};const[t,n]=(0,At.useState)({index:null,operation:"insert"}),r=Uu((t=>{const{getTemplateLock:n,__unstableIsWithinBlockOverlay:r,__unstableHasActiveBlockOverlayActive:o}=t(OB),a=n(e);return["all","contentOnly"].some((e=>e===a))||o(e)||r(e)}),[e]),{getBlockListSettings:o,getBlocks:a,getBlockIndex:i}=Uu(OB),{showInsertionPoint:l,hideInsertionPoint:s}=rf(OB),c=F4(e,t.index,{operation:t.operation}),u=I4((0,At.useCallback)(((t,r)=>{var s;const c=a(e);if(0===c.length)return void n({index:0,operation:"insert"});const u=c.map((e=>{const t=e.clientId;return{isUnmodifiedDefaultBlock:ja(e),getBoundingClientRect:()=>r.getElementById(`block-${t}`).getBoundingClientRect(),blockIndex:i(t)}})),[d,m]=U4(u,{x:t.clientX,y:t.clientY},null===(s=o(e))||void 0===s?void 0:s.orientation);n({index:d,operation:m}),l(e,d,{operation:m})}),[e]),200);return P4({isDisabled:r,onDrop:c,onDragOver(e){u(e,e.currentTarget.ownerDocument)},onDragLeave(){u.cancel(),s()},onDragEnd(){u.cancel(),s()}})}function $4(e){const{clientId:t,allowedBlocks:n,__experimentalDefaultBlock:r,__experimentalDirectInsert:o,template:a,templateLock:i,wrapperRef:l,templateInsertUpdatesSelection:s,__experimentalCaptureToolbars:c,__experimentalAppenderTagName:u,renderAppender:d,orientation:m,placeholder:p,__experimentalLayout:f}=e;!function(e,t,n,r,o,a,i,l){const{updateBlockListSettings:s}=rf(OB),c=Hu(),{blockListSettings:u,parentLock:d}=Uu((t=>{const n=t(OB).getBlockRootClientId(e);return{blockListSettings:t(OB).getBlockListSettings(e),parentLock:t(OB).getTemplateLock(n)}}),[e]),m=(0,At.useMemo)((()=>t),t);(0,At.useLayoutEffect)((()=>{const t={allowedBlocks:m,templateLock:void 0===o||"contentOnly"===d?d:o};if(void 0!==a&&(t.__experimentalCaptureToolbars=a),void 0!==i)t.orientation=i;else{const e=XV(null==l?void 0:l.type);t.orientation=e.getOrientation(l)}void 0!==n&&(t.__experimentalDefaultBlock=n),void 0!==r&&(t.__experimentalDirectInsert=r),Ul(u,t)||(O4.get(c)||O4.set(c,[]),O4.get(c).push([e,t]),window.queueMicrotask((()=>{var e;null!==(e=O4.get(c))&&void 0!==e&&e.length&&c.batch((()=>{O4.get(c).forEach((e=>{s(...e)})),O4.set(c,[])}))})))}),[e,u,m,n,r,o,d,a,i,s,l,c])}(t,n,r,o,i,c,m,f),function(e,t,n,r){const{getBlocks:o,getSelectedBlocksInitialCaretPosition:a,isBlockSelected:i}=Uu(OB),{replaceInnerBlocks:l,__unstableMarkNextChangeAsNotPersistent:s}=rf(OB),{innerBlocks:c}=Uu((t=>({innerBlocks:t(OB).getBlocks(e)})),[e]),u=(0,At.useRef)(null);(0,At.useLayoutEffect)((()=>{let c=!1;return window.queueMicrotask((()=>{if(c)return;const d=o(e),m=0===d.length||"all"===n||"contentOnly"===n,p=!hs()(t,u.current);if(!m||!p)return;u.current=t;const f=Au(d,t);hs()(f,d)||(s(),l(e,f,0===d.length&&r&&0!==f.length&&i(e),a()))})),()=>{c=!0}}),[c,t,n,e])}(t,a,i,s);const{context:h,name:g}=Uu((e=>{var n;const r=e(OB).getBlock(t);if(!r)return{};const o=ma(r.name);return 0===Object.keys(null!==(n=null==o?void 0:o.providesContext)&&void 0!==n?n:{}).length?{name:r.name}:{context:D4(r.attributes,o),name:r.name}}),[t]),{allowSizingOnChildren:b=!1}=fa(g,"__experimentalLayout")||{},v=(0,At.useMemo)((()=>({...f,...b&&{allowSizingOnChildren:!0}})),[f,b]);return(0,At.createElement)(WU,{value:h},(0,At.createElement)(a5,{rootClientId:t,renderAppender:d,__experimentalAppenderTagName:u,__experimentalLayout:v,wrapperRef:l,placeholder:p}))}function G4(e){return cZ(e),(0,At.createElement)($4,e)}const K4=(0,At.forwardRef)(((e,t)=>{const n=J4({ref:t},e);return(0,At.createElement)("div",{className:"block-editor-inner-blocks"},(0,At.createElement)("div",n))}));function J4(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};const{__unstableDisableLayoutClassNames:n,__unstableDisableDropZone:r}=t,{clientId:o,__unstableLayoutClassNames:a=""}=RB(),i=NE("medium","<"),{__experimentalCaptureToolbars:l,hasOverlay:s}=Uu((e=>{if(!o)return{};const{getBlockName:t,isBlockSelected:n,hasSelectedInnerBlock:r,__unstableGetEditorMode:a}=e(OB),l=t(o),s="navigation"===a()||i;return{__experimentalCaptureToolbars:e(Zi).hasBlockSupport(l,"__experimentalExposeControlsToChildren",!1),hasOverlay:"core/template"!==l&&!n(o)&&!r(o,!0)&&s}}),[o,i]),c=X4({rootClientId:o}),u=fg([e.ref,r?null:c]),d={__experimentalCaptureToolbars:l,...t},m=d.value&&d.onChange?G4:$4;return{...e,ref:u,className:Sf()(e.className,"block-editor-block-list__layout",n?"":a,{"has-overlay":s}),children:o?(0,At.createElement)(m,Nt({},d,{clientId:o})):(0,At.createElement)(a5,t)}}J4.save=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};const{innerBlocks:t}=Jl,n=rs(t,{isInnerBlocks:!0}),r=(0,At.createElement)(fl,null,n);return{...e,children:r}},K4.DefaultBlockAppender=N4,K4.ButtonBlockAppender=z4,K4.Content=()=>J4.save().children;const Z4=K4,Q4=(0,At.createContext)(),e5=(0,At.createContext)(),t5=new WeakMap;function n5(e){let{className:t,...n}=e;const[r,o]=(0,At.useState)(),a=NE("medium"),{isOutlineMode:i,isFocusMode:l,editorMode:s}=Uu((e=>{const{getSettings:t,__unstableGetEditorMode:n}=e(OB),{outlineMode:r,focusMode:o}=t();return{isOutlineMode:r,isFocusMode:o,editorMode:n()}}),[]),c=Hu(),{setBlockVisibility:u}=rf(OB),d=mg((0,At.useCallback)((()=>{const e={};t5.get(c).forEach((t=>{let[n,r]=t;e[n]=r})),u(e)}),[c]),300,{trailing:!0}),m=(0,At.useMemo)((()=>{const{IntersectionObserver:e}=window;if(e)return new e((e=>{t5.get(c)||t5.set(c,[]);for(const t of e){const e=t.target.getAttribute("data-block");t5.get(c).push([e,t.isIntersecting])}d()}))}),[]),p=J4({ref:fg([bZ(),L2(),o]),className:Sf()("is-root-container",t,{"is-outline-mode":i,"is-focus-mode":l&&a,"is-navigate-mode":"navigation"===s})},n);return(0,At.createElement)(Q4.Provider,{value:r},(0,At.createElement)(e5.Provider,{value:m},(0,At.createElement)("div",p)))}function r5(e){return function(){const{patterns:e,isPreviewMode:t}=Uu((e=>{const{__experimentalBlockPatterns:t,__unstableIsPreviewMode:n}=e(OB).getSettings();return{patterns:t,isPreviewMode:n}}),[]);(0,At.useEffect)((()=>{if(t)return;if(null==e||!e.length)return;let n,r=-1;const o=()=>{r++,r>=e.length||(Ar(OB).__experimentalGetParsedPattern(e[r].name),n=S2(o))};return n=S2(o),()=>A2(n)}),[e,t])}(),(0,At.createElement)(A4,null,(0,At.createElement)(IB,{value:BB},(0,At.createElement)(n5,e)))}function o5(e){let{placeholder:t,rootClientId:n,renderAppender:r,__experimentalAppenderTagName:o,__experimentalLayout:a=$V}=e;const{order:i,selectedBlocks:l,visibleBlocks:s}=Uu((e=>{const{getBlockOrder:t,getSelectedBlockClientIds:r,__unstableGetVisibleBlocks:o}=e(OB);return{order:t(n),selectedBlocks:r(),visibleBlocks:o()}}),[n]);return(0,At.createElement)(KV,{value:a},i.map((e=>(0,At.createElement)(ju,{key:e,value:!s.has(e)&&!l.includes(e)},(0,At.createElement)(DJ,{rootClientId:n,clientId:e})))),i.length<1&&t,(0,At.createElement)(y2,{tagName:o,rootClientId:n,renderAppender:r}))}function a5(e){return(0,At.createElement)(ju,{value:!1},(0,At.createElement)(o5,e))}r5.__unstableElementContext=Q4;const i5=/^([\d.\-+]*)\s*(fr|cm|mm|Q|in|pc|pt|px|em|ex|ch|rem|lh|vw|vh|vmin|vmax|%|cap|ic|rlh|vi|vb|deg|grad|rad|turn|s|ms|Hz|kHz|dpi|dpcm|dppx)?$/;const l5=["top","right","bottom","left"],s5=["color","style","width"],c5=e=>!e||!s5.some((t=>void 0!==e[t])),u5=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};return Object.keys(e).some((e=>-1!==l5.indexOf(e)))},d5=e=>{if(!u5(e))return!1;const t=l5.map((t=>m5(null==e?void 0:e[t])));return!t.every((e=>e===t[0]))},m5=(e,t)=>{if(c5(e))return t;const{color:n,style:r,width:o}=t||{},{color:a=n,style:i=r,width:l=o}=e;return[l,!!l&&"0"!==l||!!a?i||"solid":i,a].filter(Boolean).join(" ")},p5=e=>function(e){if(0===e.length)return;const t={};let n,r=0;return e.forEach((e=>{t[e]=void 0===t[e]?1:t[e]+1,t[e]>r&&(n=e,r=t[e])})),n}(e.map((e=>void 0===e?void 0:function(e){const t=e.trim().match(i5);if(!t)return[void 0,void 0];const[,n,r]=t;let o=parseFloat(n);return o=Number.isNaN(o)?void 0:o,[o,r]}(`${e}`)[1])).filter((e=>void 0!==e)));const f5=QB("",""),h5={name:"bjn8wh",styles:"position:relative"},g5=e=>{const{color:t=wD.gray[200],style:n="solid",width:r=RD.borderWidth}=e||{};return`${t} ${!!r&&"0"!==r||!!t?n||"solid":n} ${r!==RD.borderWidth?`clamp(1px, ${r}, 10px)`:r}`},b5={name:"1nwbfnf",styles:"grid-column:span 2;margin:0 auto"};function v5(e){const{className:t,size:n="default",...r}=fL(e,"BorderBoxControlLinkedButton"),o=pL();return{...r,className:(0,At.useMemo)((()=>o((e=>QB("position:absolute;top:","__unstable-large"===e?"8px":"3px",";",DP({right:0})()," line-height:0;",""))(n),t)),[t,o,n])}}const y5=hL(((e,t)=>{const{className:n,isLinked:r,...o}=v5(e),a=Jr(r?"Unlink sides":"Link sides");return(0,At.createElement)(GC,{text:a},(0,At.createElement)(AL,{className:n},(0,At.createElement)(NL,Nt({},o,{isSmall:!0,icon:r?$W:GW,iconSize:24,"aria-label":a,ref:t}))))}),"BorderBoxControlLinkedButton");function _5(e){const{className:t,value:n,size:r="default",...o}=fL(e,"BorderBoxControlVisualizer"),a=pL(),i=(0,At.useMemo)((()=>a(((e,t)=>QB("position:absolute;top:","__unstable-large"===t?"20px":"15px",";right:","__unstable-large"===t?"39px":"29px",";bottom:","__unstable-large"===t?"20px":"15px",";left:","__unstable-large"===t?"39px":"29px",";border-top:",g5(null==e?void 0:e.top),";border-bottom:",g5(null==e?void 0:e.bottom),";",DP({borderLeft:g5(null==e?void 0:e.left)})()," ",DP({borderRight:g5(null==e?void 0:e.right)})(),";",""))(n,r),t)),[a,t,n,r]);return{...o,className:i,value:n}}const M5=hL(((e,t)=>{const{value:n,...r}=_5(e);return(0,At.createElement)(AL,Nt({},r,{ref:t}))}),"BorderBoxControlVisualizer"),k5=(0,At.createElement)(Sx,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,At.createElement)(Cx,{d:"M5 11.25h14v1.5H5z"})),w5=(0,At.createElement)(Sx,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,At.createElement)(Cx,{fillRule:"evenodd",d:"M5 11.25h3v1.5H5v-1.5zm5.5 0h3v1.5h-3v-1.5zm8.5 0h-3v1.5h3v-1.5z",clipRule:"evenodd"})),E5=(0,At.createElement)(Sx,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,At.createElement)(Cx,{fillRule:"evenodd",d:"M5.25 11.25h1.5v1.5h-1.5v-1.5zm3 0h1.5v1.5h-1.5v-1.5zm4.5 0h-1.5v1.5h1.5v-1.5zm1.5 0h1.5v1.5h-1.5v-1.5zm4.5 0h-1.5v1.5h1.5v-1.5z",clipRule:"evenodd"}));const x5={name:"f3vz0n",styles:"font-weight:500"},C5=QB("box-shadow:inset 0 0 0 ",RD.borderWidth," ",wD.ui.borderFocus,";",""),L5=QB("border:0;padding:0;margin:0;",gD,";",""),S5=QB(ZH,"{flex:0 0 auto;}",""),A5=(e,t)=>{const{style:n}=e||{};return QB("border-radius:9999px;border:2px solid transparent;",n?(e=>{const{color:t,style:n}=e||{},r=n&&"none"!==n?wD.gray[300]:void 0;return QB("border-style:","none"===n?"solid":n,";border-color:",t||r,";","")})(e):void 0," width:","__unstable-large"===t?"24px":"22px",";height:","__unstable-large"===t?"24px":"22px",";padding:","__unstable-large"===t?"2px":"1px",";&>span{height:",rD(4),";width:",rD(4),";background:linear-gradient(\n\t\t\t\t-45deg,\n\t\t\t\ttransparent 48%,\n\t\t\t\trgb( 0 0 0 / 20% ) 48%,\n\t\t\t\trgb( 0 0 0 / 20% ) 52%,\n\t\t\t\ttransparent 52%\n\t\t\t);}","")},T5=QB("width:",228,"px;>div:first-of-type>",LD,"{margin-bottom:0;",x5,";}&& ",LD,"+button:not( .has-text ){min-width:24px;padding:0;}",""),z5=QB("",""),N5=QB("",""),O5=QB("justify-content:center;width:100%;&&{border-top:",RD.borderWidth," solid ",wD.gray[200],";border-top-left-radius:0;border-top-right-radius:0;height:46px;}",""),B5=QB(LD,"{",x5,";}",""),D5={name:"1486260",styles:"&&&&&{min-width:30px;width:30px;height:30px;padding:3px;}"};const I5=[{label:Jr("Solid"),icon:k5,value:"solid"},{label:Jr("Dashed"),icon:w5,value:"dashed"},{label:Jr("Dotted"),icon:E5,value:"dotted"}],R5=e=>{const{label:t,hideLabelFromVision:n}=e;return t?n?(0,At.createElement)(TL,{as:"label"},t):(0,At.createElement)(LD,null,t):null},P5=hL(((e,t)=>{const{buttonClassName:n,hideLabelFromVision:r,label:o,onChange:a,value:i,...l}=function(e){const{className:t,...n}=fL(e,"BorderControlStylePicker"),r=pL();return{...n,className:(0,At.useMemo)((()=>r(B5,t)),[t,r]),buttonClassName:(0,At.useMemo)((()=>r(D5)),[r])}}(e);return(0,At.createElement)(AL,Nt({},l,{ref:t}),(0,At.createElement)(R5,{label:o,hideLabelFromVision:r}),(0,At.createElement)(dD,{justify:"flex-start",gap:1},I5.map((e=>(0,At.createElement)(NL,{key:e.value,className:n,icon:e.icon,isSmall:!0,isPressed:e.value===i,onClick:()=>a(e.value===i?void 0:e.value),"aria-label":e.label,label:e.label,showTooltip:!0})))))}),"BorderControlStylePicker"),H5=P5;const W5=(0,At.forwardRef)((function(e,t){const{className:n,colorValue:r,...o}=e;return(0,At.createElement)("span",Nt({className:sg()("component-color-indicator",n),style:{background:r},ref:t},o))})),Y5=()=>{};const F5=(0,At.forwardRef)((function(e,t){let{className:n,disabled:r=!1,help:o,hideLabelFromVision:a,id:i,label:l,multiple:s=!1,onBlur:c=Y5,onChange:u=Y5,onFocus:d=Y5,options:m=[],size:p="default",value:f,labelPosition:h="top",children:g,prefix:b,suffix:v,__next36pxDefaultSize:y=!1,__nextHasNoMarginBottom:_=!1,...M}=e;const[k,w]=(0,At.useState)(!1),E=function(e){const t=ug(F5);return e||`inspector-select-control-${t}`}(i),x=o?`${E}__help`:void 0;if(!(null!=m&&m.length||g))return null;const C=sg()("components-select-control",n);return(0,At.createElement)(ND,{help:o,id:E,__nextHasNoMarginBottom:_},(0,At.createElement)(CH,{className:C,disabled:r,hideLabelFromVision:a,id:E,isFocused:k,label:l,size:p,suffix:v||(0,At.createElement)(QF,null),prefix:b,labelPosition:h,__next36pxDefaultSize:y},(0,At.createElement)(GF,Nt({},M,{__next36pxDefaultSize:y,"aria-describedby":x,className:"components-select-control__input",disabled:r,id:E,multiple:s,onBlur:e=>{c(e),w(!1)},onChange:e=>{if(s){const t=Array.from(e.target.options).filter((e=>{let{selected:t}=e;return t})),n=t.map((e=>{let{value:t}=e;return t}));u(n)}else u(e.target.value,{event:e})},onFocus:e=>{d(e),w(!0)},ref:t,selectSize:p,value:f}),g||m.map(((e,t)=>{const n=e.id||`${e.label}-${e.value}-${t}`;return(0,At.createElement)("option",{key:n,value:e.value,disabled:e.disabled},e.label)})))))})),j5=F5,q5=LL(JH,{target:"ez9hsf47"})(pH,"{width:",rD(24),";}"),V5=LL(j5,{target:"ez9hsf46"})("margin-left:",rD(-2),";width:5em;",yH,"{display:none;}"),U5=LL(FY,{target:"ez9hsf45"})("flex:1;margin-right:",rD(2),";"),X5=`\n.react-colorful__interactive {\n\twidth: calc( 100% - ${rD(2)} );\n\tmargin-left: ${rD(1)};\n}`,$5=LL("div",{target:"ez9hsf44"})("padding-top:",rD(2),";padding-right:0;padding-left:0;padding-bottom:0;"),G5=LL(uR,{target:"ez9hsf43"})("padding-left:",rD(4),";padding-right:",rD(4),";"),K5=LL(dD,{target:"ez9hsf42"})("padding-top:",rD(4),";padding-left:",rD(4),";padding-right:",rD(3),";padding-bottom:",rD(5),";"),J5=LL("div",{target:"ez9hsf41"})(gD,";width:216px;.react-colorful{display:flex;flex-direction:column;align-items:center;width:216px;height:auto;overflow:hidden;}.react-colorful__saturation{width:100%;border-radius:0;height:216px;margin-bottom:",rD(4),";border-bottom:none;}.react-colorful__hue,.react-colorful__alpha{width:184px;height:16px;border-radius:16px;margin-bottom:",rD(2),";}.react-colorful__pointer{height:16px;width:16px;border:none;box-shadow:0 0 2px 0 rgba( 0, 0, 0, 0.25 );outline:2px solid transparent;}.react-colorful__pointer-fill{box-shadow:inset 0 0 0 ",RD.borderWidthFocus," #fff;}",X5," ",xD,"{margin-bottom:0;}"),Z5=LL(NL,{target:"ez9hsf40"})("&&&&&{min-width:",rD(6),";padding:0;>svg{margin-right:0;}}");function Q5(e){if(null==e)return window;if("[object Window]"!==e.toString()){var t=e.ownerDocument;return t&&t.defaultView||window}return e}function e6(e){return e instanceof Q5(e).Element||e instanceof Element}function t6(e){return e instanceof Q5(e).HTMLElement||e instanceof HTMLElement}function n6(e){return"undefined"!=typeof ShadowRoot&&(e instanceof Q5(e).ShadowRoot||e instanceof ShadowRoot)}var r6=Math.max,o6=Math.min,a6=Math.round;function i6(e,t){void 0===t&&(t=!1);var n=e.getBoundingClientRect(),r=1,o=1;if(t6(e)&&t){var a=e.offsetHeight,i=e.offsetWidth;i>0&&(r=a6(n.width)/i||1),a>0&&(o=a6(n.height)/a||1)}return{width:n.width/r,height:n.height/o,top:n.top/o,right:n.right/r,bottom:n.bottom/o,left:n.left/r,x:n.left/r,y:n.top/o}}function l6(e){var t=Q5(e);return{scrollLeft:t.pageXOffset,scrollTop:t.pageYOffset}}function s6(e){return e?(e.nodeName||"").toLowerCase():null}function c6(e){return((e6(e)?e.ownerDocument:e.document)||window.document).documentElement}function u6(e){return i6(c6(e)).left+l6(e).scrollLeft}function d6(e){return Q5(e).getComputedStyle(e)}function m6(e){var t=d6(e),n=t.overflow,r=t.overflowX,o=t.overflowY;return/auto|scroll|overlay|hidden/.test(n+o+r)}function p6(e,t,n){void 0===n&&(n=!1);var r=t6(t),o=t6(t)&&function(e){var t=e.getBoundingClientRect(),n=a6(t.width)/e.offsetWidth||1,r=a6(t.height)/e.offsetHeight||1;return 1!==n||1!==r}(t),a=c6(t),i=i6(e,o),l={scrollLeft:0,scrollTop:0},s={x:0,y:0};return(r||!r&&!n)&&(("body"!==s6(t)||m6(a))&&(l=function(e){return e!==Q5(e)&&t6(e)?{scrollLeft:(t=e).scrollLeft,scrollTop:t.scrollTop}:l6(e);var t}(t)),t6(t)?((s=i6(t,!0)).x+=t.clientLeft,s.y+=t.clientTop):a&&(s.x=u6(a))),{x:i.left+l.scrollLeft-s.x,y:i.top+l.scrollTop-s.y,width:i.width,height:i.height}}function f6(e){var t=i6(e),n=e.offsetWidth,r=e.offsetHeight;return Math.abs(t.width-n)<=1&&(n=t.width),Math.abs(t.height-r)<=1&&(r=t.height),{x:e.offsetLeft,y:e.offsetTop,width:n,height:r}}function h6(e){return"html"===s6(e)?e:e.assignedSlot||e.parentNode||(n6(e)?e.host:null)||c6(e)}function g6(e){return["html","body","#document"].indexOf(s6(e))>=0?e.ownerDocument.body:t6(e)&&m6(e)?e:g6(h6(e))}function b6(e,t){var n;void 0===t&&(t=[]);var r=g6(e),o=r===(null==(n=e.ownerDocument)?void 0:n.body),a=Q5(r),i=o?[a].concat(a.visualViewport||[],m6(r)?r:[]):r,l=t.concat(i);return o?l:l.concat(b6(h6(i)))}function v6(e){return["table","td","th"].indexOf(s6(e))>=0}function y6(e){return t6(e)&&"fixed"!==d6(e).position?e.offsetParent:null}function _6(e){for(var t=Q5(e),n=y6(e);n&&v6(n)&&"static"===d6(n).position;)n=y6(n);return n&&("html"===s6(n)||"body"===s6(n)&&"static"===d6(n).position)?t:n||function(e){var t=-1!==navigator.userAgent.toLowerCase().indexOf("firefox");if(-1!==navigator.userAgent.indexOf("Trident")&&t6(e)&&"fixed"===d6(e).position)return null;for(var n=h6(e);t6(n)&&["html","body"].indexOf(s6(n))<0;){var r=d6(n);if("none"!==r.transform||"none"!==r.perspective||"paint"===r.contain||-1!==["transform","perspective"].indexOf(r.willChange)||t&&"filter"===r.willChange||t&&r.filter&&"none"!==r.filter)return n;n=n.parentNode}return null}(e)||t}var M6="top",k6="bottom",w6="right",E6="left",x6="auto",C6=[M6,k6,w6,E6],L6="start",S6="end",A6="viewport",T6="popper",z6=C6.reduce((function(e,t){return e.concat([t+"-"+L6,t+"-"+S6])}),[]),N6=[].concat(C6,[x6]).reduce((function(e,t){return e.concat([t,t+"-"+L6,t+"-"+S6])}),[]),O6=["beforeRead","read","afterRead","beforeMain","main","afterMain","beforeWrite","write","afterWrite"];function B6(e){var t=new Map,n=new Set,r=[];function o(e){n.add(e.name),[].concat(e.requires||[],e.requiresIfExists||[]).forEach((function(e){if(!n.has(e)){var r=t.get(e);r&&o(r)}})),r.push(e)}return e.forEach((function(e){t.set(e.name,e)})),e.forEach((function(e){n.has(e.name)||o(e)})),r}var D6={placement:"bottom",modifiers:[],strategy:"absolute"};function I6(){for(var e=arguments.length,t=new Array(e),n=0;n=0?"x":"y"}function j6(e){var t,n=e.reference,r=e.element,o=e.placement,a=o?W6(o):null,i=o?Y6(o):null,l=n.x+n.width/2-r.width/2,s=n.y+n.height/2-r.height/2;switch(a){case M6:t={x:l,y:n.y-r.height};break;case k6:t={x:l,y:n.y+n.height};break;case w6:t={x:n.x+n.width,y:s};break;case E6:t={x:n.x-r.width,y:s};break;default:t={x:n.x,y:n.y}}var c=a?F6(a):null;if(null!=c){var u="y"===c?"height":"width";switch(i){case L6:t[c]=t[c]-(n[u]/2-r[u]/2);break;case S6:t[c]=t[c]+(n[u]/2-r[u]/2)}}return t}const q6={name:"popperOffsets",enabled:!0,phase:"read",fn:function(e){var t=e.state,n=e.name;t.modifiersData[n]=j6({reference:t.rects.reference,element:t.rects.popper,strategy:"absolute",placement:t.placement})},data:{}};var V6={top:"auto",right:"auto",bottom:"auto",left:"auto"};function U6(e){var t,n=e.popper,r=e.popperRect,o=e.placement,a=e.variation,i=e.offsets,l=e.position,s=e.gpuAcceleration,c=e.adaptive,u=e.roundOffsets,d=e.isFixed,m=!0===u?function(e){var t=e.x,n=e.y,r=window.devicePixelRatio||1;return{x:a6(t*r)/r||0,y:a6(n*r)/r||0}}(i):"function"==typeof u?u(i):i,p=m.x,f=void 0===p?0:p,h=m.y,g=void 0===h?0:h,b=i.hasOwnProperty("x"),v=i.hasOwnProperty("y"),y=E6,_=M6,M=window;if(c){var k=_6(n),w="clientHeight",E="clientWidth";if(k===Q5(n)&&"static"!==d6(k=c6(n)).position&&"absolute"===l&&(w="scrollHeight",E="scrollWidth"),k=k,o===M6||(o===E6||o===w6)&&a===S6)_=k6,g-=(d&&M.visualViewport?M.visualViewport.height:k[w])-r.height,g*=s?1:-1;if(o===E6||(o===M6||o===k6)&&a===S6)y=w6,f-=(d&&M.visualViewport?M.visualViewport.width:k[E])-r.width,f*=s?1:-1}var x,C=Object.assign({position:l},c&&V6);return s?Object.assign({},C,((x={})[_]=v?"0":"",x[y]=b?"0":"",x.transform=(M.devicePixelRatio||1)<=1?"translate("+f+"px, "+g+"px)":"translate3d("+f+"px, "+g+"px, 0)",x)):Object.assign({},C,((t={})[_]=v?g+"px":"",t[y]=b?f+"px":"",t.transform="",t))}const X6={name:"computeStyles",enabled:!0,phase:"beforeWrite",fn:function(e){var t=e.state,n=e.options,r=n.gpuAcceleration,o=void 0===r||r,a=n.adaptive,i=void 0===a||a,l=n.roundOffsets,s=void 0===l||l,c={placement:W6(t.placement),variation:Y6(t.placement),popper:t.elements.popper,popperRect:t.rects.popper,gpuAcceleration:o,isFixed:"fixed"===t.options.strategy};null!=t.modifiersData.popperOffsets&&(t.styles.popper=Object.assign({},t.styles.popper,U6(Object.assign({},c,{offsets:t.modifiersData.popperOffsets,position:t.options.strategy,adaptive:i,roundOffsets:s})))),null!=t.modifiersData.arrow&&(t.styles.arrow=Object.assign({},t.styles.arrow,U6(Object.assign({},c,{offsets:t.modifiersData.arrow,position:"absolute",adaptive:!1,roundOffsets:s})))),t.attributes.popper=Object.assign({},t.attributes.popper,{"data-popper-placement":t.placement})},data:{}};const $6={name:"applyStyles",enabled:!0,phase:"write",fn:function(e){var t=e.state;Object.keys(t.elements).forEach((function(e){var n=t.styles[e]||{},r=t.attributes[e]||{},o=t.elements[e];t6(o)&&s6(o)&&(Object.assign(o.style,n),Object.keys(r).forEach((function(e){var t=r[e];!1===t?o.removeAttribute(e):o.setAttribute(e,!0===t?"":t)})))}))},effect:function(e){var t=e.state,n={popper:{position:t.options.strategy,left:"0",top:"0",margin:"0"},arrow:{position:"absolute"},reference:{}};return Object.assign(t.elements.popper.style,n.popper),t.styles=n,t.elements.arrow&&Object.assign(t.elements.arrow.style,n.arrow),function(){Object.keys(t.elements).forEach((function(e){var r=t.elements[e],o=t.attributes[e]||{},a=Object.keys(t.styles.hasOwnProperty(e)?t.styles[e]:n[e]).reduce((function(e,t){return e[t]="",e}),{});t6(r)&&s6(r)&&(Object.assign(r.style,a),Object.keys(o).forEach((function(e){r.removeAttribute(e)})))}))}},requires:["computeStyles"]};const G6={name:"offset",enabled:!0,phase:"main",requires:["popperOffsets"],fn:function(e){var t=e.state,n=e.options,r=e.name,o=n.offset,a=void 0===o?[0,0]:o,i=N6.reduce((function(e,n){return e[n]=function(e,t,n){var r=W6(e),o=[E6,M6].indexOf(r)>=0?-1:1,a="function"==typeof n?n(Object.assign({},t,{placement:e})):n,i=a[0],l=a[1];return i=i||0,l=(l||0)*o,[E6,w6].indexOf(r)>=0?{x:l,y:i}:{x:i,y:l}}(n,t.rects,a),e}),{}),l=i[t.placement],s=l.x,c=l.y;null!=t.modifiersData.popperOffsets&&(t.modifiersData.popperOffsets.x+=s,t.modifiersData.popperOffsets.y+=c),t.modifiersData[r]=i}};var K6={left:"right",right:"left",bottom:"top",top:"bottom"};function J6(e){return e.replace(/left|right|bottom|top/g,(function(e){return K6[e]}))}var Z6={start:"end",end:"start"};function Q6(e){return e.replace(/start|end/g,(function(e){return Z6[e]}))}function e7(e,t){var n=t.getRootNode&&t.getRootNode();if(e.contains(t))return!0;if(n&&n6(n)){var r=t;do{if(r&&e.isSameNode(r))return!0;r=r.parentNode||r.host}while(r)}return!1}function t7(e){return Object.assign({},e,{left:e.x,top:e.y,right:e.x+e.width,bottom:e.y+e.height})}function n7(e,t){return t===A6?t7(function(e){var t=Q5(e),n=c6(e),r=t.visualViewport,o=n.clientWidth,a=n.clientHeight,i=0,l=0;return r&&(o=r.width,a=r.height,/^((?!chrome|android).)*safari/i.test(navigator.userAgent)||(i=r.offsetLeft,l=r.offsetTop)),{width:o,height:a,x:i+u6(e),y:l}}(e)):e6(t)?function(e){var t=i6(e);return t.top=t.top+e.clientTop,t.left=t.left+e.clientLeft,t.bottom=t.top+e.clientHeight,t.right=t.left+e.clientWidth,t.width=e.clientWidth,t.height=e.clientHeight,t.x=t.left,t.y=t.top,t}(t):t7(function(e){var t,n=c6(e),r=l6(e),o=null==(t=e.ownerDocument)?void 0:t.body,a=r6(n.scrollWidth,n.clientWidth,o?o.scrollWidth:0,o?o.clientWidth:0),i=r6(n.scrollHeight,n.clientHeight,o?o.scrollHeight:0,o?o.clientHeight:0),l=-r.scrollLeft+u6(e),s=-r.scrollTop;return"rtl"===d6(o||n).direction&&(l+=r6(n.clientWidth,o?o.clientWidth:0)-a),{width:a,height:i,x:l,y:s}}(c6(e)))}function r7(e,t,n){var r="clippingParents"===t?function(e){var t=b6(h6(e)),n=["absolute","fixed"].indexOf(d6(e).position)>=0,r=n&&t6(e)?_6(e):e;return e6(r)?t.filter((function(e){return e6(e)&&e7(e,r)&&"body"!==s6(e)&&(!n||"static"!==d6(e).position)})):[]}(e):[].concat(t),o=[].concat(r,[n]),a=o[0],i=o.reduce((function(t,n){var r=n7(e,n);return t.top=r6(r.top,t.top),t.right=o6(r.right,t.right),t.bottom=o6(r.bottom,t.bottom),t.left=r6(r.left,t.left),t}),n7(e,a));return i.width=i.right-i.left,i.height=i.bottom-i.top,i.x=i.left,i.y=i.top,i}function o7(e){return Object.assign({},{top:0,right:0,bottom:0,left:0},e)}function a7(e,t){return t.reduce((function(t,n){return t[n]=e,t}),{})}function i7(e,t){void 0===t&&(t={});var n=t,r=n.placement,o=void 0===r?e.placement:r,a=n.boundary,i=void 0===a?"clippingParents":a,l=n.rootBoundary,s=void 0===l?A6:l,c=n.elementContext,u=void 0===c?T6:c,d=n.altBoundary,m=void 0!==d&&d,p=n.padding,f=void 0===p?0:p,h=o7("number"!=typeof f?f:a7(f,C6)),g=u===T6?"reference":T6,b=e.rects.popper,v=e.elements[m?g:u],y=r7(e6(v)?v:v.contextElement||c6(e.elements.popper),i,s),_=i6(e.elements.reference),M=j6({reference:_,element:b,strategy:"absolute",placement:o}),k=t7(Object.assign({},b,M)),w=u===T6?k:_,E={top:y.top-w.top+h.top,bottom:w.bottom-y.bottom+h.bottom,left:y.left-w.left+h.left,right:w.right-y.right+h.right},x=e.modifiersData.offset;if(u===T6&&x){var C=x[o];Object.keys(E).forEach((function(e){var t=[w6,k6].indexOf(e)>=0?1:-1,n=[M6,k6].indexOf(e)>=0?"y":"x";E[e]+=C[n]*t}))}return E}const l7={name:"flip",enabled:!0,phase:"main",fn:function(e){var t=e.state,n=e.options,r=e.name;if(!t.modifiersData[r]._skip){for(var o=n.mainAxis,a=void 0===o||o,i=n.altAxis,l=void 0===i||i,s=n.fallbackPlacements,c=n.padding,u=n.boundary,d=n.rootBoundary,m=n.altBoundary,p=n.flipVariations,f=void 0===p||p,h=n.allowedAutoPlacements,g=t.options.placement,b=W6(g),v=s||(b===g||!f?[J6(g)]:function(e){if(W6(e)===x6)return[];var t=J6(e);return[Q6(e),t,Q6(t)]}(g)),y=[g].concat(v).reduce((function(e,n){return e.concat(W6(n)===x6?function(e,t){void 0===t&&(t={});var n=t,r=n.placement,o=n.boundary,a=n.rootBoundary,i=n.padding,l=n.flipVariations,s=n.allowedAutoPlacements,c=void 0===s?N6:s,u=Y6(r),d=u?l?z6:z6.filter((function(e){return Y6(e)===u})):C6,m=d.filter((function(e){return c.indexOf(e)>=0}));0===m.length&&(m=d);var p=m.reduce((function(t,n){return t[n]=i7(e,{placement:n,boundary:o,rootBoundary:a,padding:i})[W6(n)],t}),{});return Object.keys(p).sort((function(e,t){return p[e]-p[t]}))}(t,{placement:n,boundary:u,rootBoundary:d,padding:c,flipVariations:f,allowedAutoPlacements:h}):n)}),[]),_=t.rects.reference,M=t.rects.popper,k=new Map,w=!0,E=y[0],x=0;x=0,T=A?"width":"height",z=i7(t,{placement:C,boundary:u,rootBoundary:d,altBoundary:m,padding:c}),N=A?S?w6:E6:S?k6:M6;_[T]>M[T]&&(N=J6(N));var O=J6(N),B=[];if(a&&B.push(z[L]<=0),l&&B.push(z[N]<=0,z[O]<=0),B.every((function(e){return e}))){E=C,w=!1;break}k.set(C,B)}if(w)for(var D=function(e){var t=y.find((function(t){var n=k.get(t);if(n)return n.slice(0,e).every((function(e){return e}))}));if(t)return E=t,"break"},I=f?3:1;I>0;I--){if("break"===D(I))break}t.placement!==E&&(t.modifiersData[r]._skip=!0,t.placement=E,t.reset=!0)}},requiresIfExists:["offset"],data:{_skip:!1}};function s7(e,t,n){return r6(e,o6(t,n))}const c7={name:"preventOverflow",enabled:!0,phase:"main",fn:function(e){var t=e.state,n=e.options,r=e.name,o=n.mainAxis,a=void 0===o||o,i=n.altAxis,l=void 0!==i&&i,s=n.boundary,c=n.rootBoundary,u=n.altBoundary,d=n.padding,m=n.tether,p=void 0===m||m,f=n.tetherOffset,h=void 0===f?0:f,g=i7(t,{boundary:s,rootBoundary:c,padding:d,altBoundary:u}),b=W6(t.placement),v=Y6(t.placement),y=!v,_=F6(b),M="x"===_?"y":"x",k=t.modifiersData.popperOffsets,w=t.rects.reference,E=t.rects.popper,x="function"==typeof h?h(Object.assign({},t.rects,{placement:t.placement})):h,C="number"==typeof x?{mainAxis:x,altAxis:x}:Object.assign({mainAxis:0,altAxis:0},x),L=t.modifiersData.offset?t.modifiersData.offset[t.placement]:null,S={x:0,y:0};if(k){if(a){var A,T="y"===_?M6:E6,z="y"===_?k6:w6,N="y"===_?"height":"width",O=k[_],B=O+g[T],D=O-g[z],I=p?-E[N]/2:0,R=v===L6?w[N]:E[N],P=v===L6?-E[N]:-w[N],H=t.elements.arrow,W=p&&H?f6(H):{width:0,height:0},Y=t.modifiersData["arrow#persistent"]?t.modifiersData["arrow#persistent"].padding:{top:0,right:0,bottom:0,left:0},F=Y[T],j=Y[z],q=s7(0,w[N],W[N]),V=y?w[N]/2-I-q-F-C.mainAxis:R-q-F-C.mainAxis,U=y?-w[N]/2+I+q+j+C.mainAxis:P+q+j+C.mainAxis,X=t.elements.arrow&&_6(t.elements.arrow),$=X?"y"===_?X.clientTop||0:X.clientLeft||0:0,G=null!=(A=null==L?void 0:L[_])?A:0,K=O+U-G,J=s7(p?o6(B,O+V-G-$):B,O,p?r6(D,K):D);k[_]=J,S[_]=J-O}if(l){var Z,Q="x"===_?M6:E6,ee="x"===_?k6:w6,te=k[M],ne="y"===M?"height":"width",re=te+g[Q],oe=te-g[ee],ae=-1!==[M6,E6].indexOf(b),ie=null!=(Z=null==L?void 0:L[M])?Z:0,le=ae?re:te-w[ne]-E[ne]-ie+C.altAxis,se=ae?te+w[ne]+E[ne]-ie-C.altAxis:oe,ce=p&&ae?function(e,t,n){var r=s7(e,t,n);return r>n?n:r}(le,te,se):s7(p?le:re,te,p?se:oe);k[M]=ce,S[M]=ce-te}t.modifiersData[r]=S}},requiresIfExists:["offset"]};const u7={name:"arrow",enabled:!0,phase:"main",fn:function(e){var t,n=e.state,r=e.name,o=e.options,a=n.elements.arrow,i=n.modifiersData.popperOffsets,l=W6(n.placement),s=F6(l),c=[E6,w6].indexOf(l)>=0?"height":"width";if(a&&i){var u=function(e,t){return o7("number"!=typeof(e="function"==typeof e?e(Object.assign({},t.rects,{placement:t.placement})):e)?e:a7(e,C6))}(o.padding,n),d=f6(a),m="y"===s?M6:E6,p="y"===s?k6:w6,f=n.rects.reference[c]+n.rects.reference[s]-i[s]-n.rects.popper[c],h=i[s]-n.rects.reference[s],g=_6(a),b=g?"y"===s?g.clientHeight||0:g.clientWidth||0:0,v=f/2-h/2,y=u[m],_=b-d[c]-u[p],M=b/2-d[c]/2+v,k=s7(y,M,_),w=s;n.modifiersData[r]=((t={})[w]=k,t.centerOffset=k-M,t)}},effect:function(e){var t=e.state,n=e.options.element,r=void 0===n?"[data-popper-arrow]":n;null!=r&&("string"!=typeof r||(r=t.elements.popper.querySelector(r)))&&e7(t.elements.popper,r)&&(t.elements.arrow=r)},requires:["popperOffsets"],requiresIfExists:["preventOverflow"]};function d7(e,t,n){return void 0===n&&(n={x:0,y:0}),{top:e.top-t.height-n.y,right:e.right-t.width+n.x,bottom:e.bottom-t.height+n.y,left:e.left-t.width-n.x}}function m7(e){return[M6,w6,k6,E6].some((function(t){return e[t]>=0}))}const p7={name:"hide",enabled:!0,phase:"main",requiresIfExists:["preventOverflow"],fn:function(e){var t=e.state,n=e.name,r=t.rects.reference,o=t.rects.popper,a=t.modifiersData.preventOverflow,i=i7(t,{elementContext:"reference"}),l=i7(t,{altBoundary:!0}),s=d7(i,r),c=d7(l,o,a),u=m7(s),d=m7(c);t.modifiersData[n]={referenceClippingOffsets:s,popperEscapeOffsets:c,isReferenceHidden:u,hasPopperEscaped:d},t.attributes.popper=Object.assign({},t.attributes.popper,{"data-popper-reference-hidden":u,"data-popper-escaped":d})}};var f7=R6({defaultModifiers:[H6,q6,X6,$6,G6,l7,c7,u7,p7]});function h7(e){void 0===e&&(e={});var t,n,r=qD(e),o=r.visible,a=void 0!==o&&o,i=r.animated,l=void 0!==i&&i,s=KD(nS(r,["visible","animated"])),c=(0,At.useState)(a),u=c[0],d=c[1],m=(0,At.useState)(l),p=m[0],f=m[1],h=(0,At.useState)(!1),g=h[0],b=h[1],v=(t=u,n=(0,At.useRef)(null),uS((function(){n.current=t}),[t]),n),y=null!=v.current&&v.current!==u;p&&!g&&y&&b(!0),(0,At.useEffect)((function(){if("number"==typeof p&&g){var e=setTimeout((function(){return b(!1)}),p);return function(){clearTimeout(e)}}return function(){}}),[p,g]);var _=(0,At.useCallback)((function(){return d(!0)}),[]),M=(0,At.useCallback)((function(){return d(!1)}),[]),k=(0,At.useCallback)((function(){return d((function(e){return!e}))}),[]),w=(0,At.useCallback)((function(){return b(!1)}),[]);return tS(tS({},s),{},{visible:u,animated:p,animating:g,show:_,hide:M,toggle:k,setVisible:d,setAnimated:f,stopAnimation:w})}var g7=yS("Mac")&&!yS("Chrome")&&yS("Safari");function b7(e){return function(t){return e&&!$L(t,e)?e:t}}function v7(e){void 0===e&&(e={});var t=qD(e),n=t.gutter,r=void 0===n?12:n,o=t.placement,a=void 0===o?"bottom":o,i=t.unstable_flip,l=void 0===i||i,s=t.unstable_offset,c=t.unstable_preventOverflow,u=void 0===c||c,d=t.unstable_fixed,m=void 0!==d&&d,p=t.modal,f=void 0!==p&&p,h=nS(t,["gutter","placement","unstable_flip","unstable_offset","unstable_preventOverflow","unstable_fixed","modal"]),g=(0,At.useRef)(null),b=(0,At.useRef)(null),v=(0,At.useRef)(null),y=(0,At.useRef)(null),_=(0,At.useState)(a),M=_[0],k=_[1],w=(0,At.useState)(a),E=w[0],x=w[1],C=(0,At.useState)(s||[0,r])[0],L=(0,At.useState)({position:"fixed",left:"100%",top:"100%"}),S=L[0],A=L[1],T=(0,At.useState)({}),z=T[0],N=T[1],O=function(e){void 0===e&&(e={});var t=qD(e),n=t.modal,r=void 0===n||n,o=h7(nS(t,["modal"])),a=(0,At.useState)(r),i=a[0],l=a[1],s=(0,At.useRef)(null);return tS(tS({},o),{},{modal:i,setModal:l,unstable_disclosureRef:s})}(tS({modal:f},h)),B=(0,At.useCallback)((function(){return!!g.current&&(g.current.forceUpdate(),!0)}),[]),D=(0,At.useCallback)((function(e){e.placement&&x(e.placement),e.styles&&(A(b7(e.styles.popper)),y.current&&N(b7(e.styles.arrow)))}),[]);return uS((function(){return b.current&&v.current&&(g.current=f7(b.current,v.current,{placement:M,strategy:m?"fixed":"absolute",onFirstUpdate:g7?D:void 0,modifiers:[{name:"eventListeners",enabled:O.visible},{name:"applyStyles",enabled:!1},{name:"flip",enabled:l,options:{padding:8}},{name:"offset",options:{offset:C}},{name:"preventOverflow",enabled:u,options:{tetherOffset:function(){var e;return(null===(e=y.current)||void 0===e?void 0:e.clientWidth)||0}}},{name:"arrow",enabled:!!y.current,options:{element:y.current}},{name:"updateState",phase:"write",requires:["computeStyles"],enabled:O.visible&&!0,fn:function(e){var t=e.state;return D(t)}}]})),function(){g.current&&(g.current.destroy(),g.current=null)}}),[M,m,O.visible,l,C,u]),(0,At.useEffect)((function(){if(O.visible){var e=window.requestAnimationFrame((function(){var e;null===(e=g.current)||void 0===e||e.forceUpdate()}));return function(){window.cancelAnimationFrame(e)}}}),[O.visible]),tS(tS({},O),{},{unstable_referenceRef:b,unstable_popoverRef:v,unstable_arrowRef:y,unstable_popoverStyles:S,unstable_arrowStyles:z,unstable_update:B,unstable_originalPlacement:M,placement:E,place:k})}var y7={currentTooltipId:null,listeners:new Set,subscribe:function(e){var t=this;return this.listeners.add(e),function(){t.listeners.delete(e)}},show:function(e){this.currentTooltipId=e,this.listeners.forEach((function(t){return t(e)}))},hide:function(e){this.currentTooltipId===e&&(this.currentTooltipId=null,this.listeners.forEach((function(e){return e(null)})))}};var _7=["baseId","unstable_idCountRef","visible","animated","animating","setBaseId","show","hide","toggle","setVisible","setAnimated","stopAnimation","unstable_disclosureRef","unstable_referenceRef","unstable_popoverRef","unstable_arrowRef","unstable_popoverStyles","unstable_arrowStyles","unstable_originalPlacement","unstable_update","placement","place","unstable_timeout","unstable_setTimeout"],M7=[].concat(_7,["unstable_portal"]),k7=ZL({name:"TooltipReference",compose:kS,keys:_7,useProps:function(e,t){var n=t.ref,r=t.onFocus,o=t.onBlur,a=t.onMouseEnter,i=t.onMouseLeave,l=nS(t,["ref","onFocus","onBlur","onMouseEnter","onMouseLeave"]),s=dS(r),c=dS(o),u=dS(a),d=dS(i),m=(0,At.useCallback)((function(t){var n,r;null===(n=s.current)||void 0===n||n.call(s,t),t.defaultPrevented||null===(r=e.show)||void 0===r||r.call(e)}),[e.show]),p=(0,At.useCallback)((function(t){var n,r;null===(n=c.current)||void 0===n||n.call(c,t),t.defaultPrevented||null===(r=e.hide)||void 0===r||r.call(e)}),[e.hide]),f=(0,At.useCallback)((function(t){var n,r;null===(n=u.current)||void 0===n||n.call(u,t),t.defaultPrevented||null===(r=e.show)||void 0===r||r.call(e)}),[e.show]),h=(0,At.useCallback)((function(t){var n,r;null===(n=d.current)||void 0===n||n.call(d,t),t.defaultPrevented||null===(r=e.hide)||void 0===r||r.call(e)}),[e.hide]);return tS({ref:iS(e.unstable_referenceRef,n),tabIndex:0,onFocus:m,onBlur:p,onMouseEnter:f,onMouseLeave:h,"aria-describedby":e.baseId},l)}}),w7=KL({as:"div",useHook:k7});const E7=(0,At.createContext)({});var x7=ZL({name:"DisclosureContent",compose:kS,keys:["baseId","unstable_idCountRef","visible","animated","animating","setBaseId","show","hide","toggle","setVisible","setAnimated","stopAnimation"],useProps:function(e,t){var n=t.onTransitionEnd,r=t.onAnimationEnd,o=t.style,a=nS(t,["onTransitionEnd","onAnimationEnd","style"]),i=e.animated&&e.animating,l=(0,At.useState)(null),s=l[0],c=l[1],u=!e.visible&&!i,d=u?tS({display:"none"},o):o,m=dS(n),p=dS(r),f=(0,At.useRef)(0);(0,At.useEffect)((function(){if(e.animated)return f.current=window.requestAnimationFrame((function(){f.current=window.requestAnimationFrame((function(){e.visible?c("enter"):c(i?"leave":null)}))})),function(){return window.cancelAnimationFrame(f.current)}}),[e.animated,e.visible,i]);var h=(0,At.useCallback)((function(t){var n;mS(t)&&(i&&!0===e.animated&&(null===(n=e.stopAnimation)||void 0===n||n.call(e)))}),[e.animated,i,e.stopAnimation]),g=(0,At.useCallback)((function(e){var t;null===(t=m.current)||void 0===t||t.call(m,e),h(e)}),[h]),b=(0,At.useCallback)((function(e){var t;null===(t=p.current)||void 0===t||t.call(p,e),h(e)}),[h]);return tS({id:e.baseId,"data-enter":"enter"===s?"":void 0,"data-leave":"leave"===s?"":void 0,onTransitionEnd:g,onAnimationEnd:b,hidden:u,style:d},a)}});KL({as:"div",useHook:x7});function C7(){return cS?document.body:null}var L7=(0,At.createContext)(C7());function S7(e){var t=e.children,n=(0,At.useContext)(L7)||C7(),r=(0,At.useState)((function(){if(cS){var e=document.createElement("div");return e.className=S7.__className,e}return null}))[0];return uS((function(){if(r&&n)return n.appendChild(r),function(){n.removeChild(r)}}),[r,n]),r?(0,zt.createPortal)((0,At.createElement)(L7.Provider,{value:r},t),r):null}function A7(e){e.defaultPrevented||"Escape"===e.key&&y7.show(null)}S7.__className="__reakit-portal",S7.__selector="."+S7.__className;var T7=ZL({name:"Tooltip",compose:x7,keys:M7,useOptions:function(e){var t=e.unstable_portal;return tS({unstable_portal:void 0===t||t},nS(e,["unstable_portal"]))},useProps:function(e,t){var n=t.ref,r=t.style,o=t.wrapElement,a=nS(t,["ref","style","wrapElement"]);(0,At.useEffect)((function(){var t;lS(null===(t=e.unstable_popoverRef)||void 0===t?void 0:t.current).addEventListener("keydown",A7)}),[]);var i=(0,At.useCallback)((function(t){return e.unstable_portal&&(t=(0,At.createElement)(S7,null,t)),o?o(t):t}),[e.unstable_portal,o]);return tS({ref:iS(e.unstable_popoverRef,n),role:"tooltip",style:tS(tS({},e.unstable_popoverStyles),{},{pointerEvents:"none"},r),wrapElement:i},a)}}),z7=KL({as:"div",memo:!0,useHook:T7});const N7=hL((function(e,t){const{as:n="span",shortcut:r,className:o,...a}=fL(e,"Shortcut");if(!r)return null;let i,l;return"string"==typeof r?i=r:(i=r.display,l=r.ariaLabel),(0,At.createElement)(AL,Nt({as:n,className:o,"aria-label":l,ref:t},a),i)}),"Shortcut");const O7=QB("z-index:",1000002,";box-sizing:border-box;opacity:0;outline:none;transform-origin:top center;transition:opacity ",RD.transitionDurationFastest," ease;font-size:",RD.fontSize,";&[data-enter]{opacity:1;}",""),B7=LL("div",{target:"e7tfjmw1"})("background:rgba( 0, 0, 0, 0.8 );border-radius:2px;box-shadow:0 0 0 1px rgba( 255, 255, 255, 0.04 );color:",wD.white,";padding:4px 8px;"),D7={name:"12mkfdx",styles:"outline:none"},I7=LL(N7,{target:"e7tfjmw0"})("display:inline-block;margin-left:",rD(1),";"),{TooltipPopoverView:R7}=_;const P7=hL((function(e,t){const{children:n,className:r,...o}=fL(e,"TooltipContent"),{tooltip:a}=(0,At.useContext)(E7),i=pL()(O7,r);return(0,At.createElement)(z7,Nt({as:AL},o,a,{className:i,ref:t}),(0,At.createElement)(R7,null,n))}),"TooltipContent");const H7=hL((function(e,t){const{animated:n=!0,animationDuration:r=160,baseId:o,children:a,content:i,focusable:l=!0,gutter:s=4,id:c,modal:u=!0,placement:d,visible:m=!1,shortcut:p,...f}=fL(e,"Tooltip"),h=function(e){void 0===e&&(e={});var t=qD(e),n=t.placement,r=void 0===n?"top":n,o=t.unstable_timeout,a=void 0===o?0:o,i=nS(t,["placement","unstable_timeout"]),l=(0,At.useState)(a),s=l[0],c=l[1],u=(0,At.useRef)(null),d=(0,At.useRef)(null),m=v7(tS(tS({},i),{},{placement:r})),p=(m.modal,m.setModal,nS(m,["modal","setModal"])),f=(0,At.useCallback)((function(){null!==u.current&&window.clearTimeout(u.current),null!==d.current&&window.clearTimeout(d.current)}),[]),h=(0,At.useCallback)((function(){f(),p.hide(),d.current=window.setTimeout((function(){y7.hide(p.baseId)}),s)}),[f,p.hide,s,p.baseId]),g=(0,At.useCallback)((function(){f(),!s||y7.currentTooltipId?(y7.show(p.baseId),p.show()):(y7.show(null),u.current=window.setTimeout((function(){y7.show(p.baseId),p.show()}),s))}),[f,s,p.show,p.baseId]);return(0,At.useEffect)((function(){return y7.subscribe((function(e){e!==p.baseId&&(f(),p.visible&&p.hide())}))}),[p.baseId,f,p.visible,p.hide]),(0,At.useEffect)((function(){return function(){f(),y7.hide(p.baseId)}}),[f,p.baseId]),tS(tS({},p),{},{hide:h,show:g,unstable_timeout:s,unstable_setTimeout:c})}({animated:n?r:void 0,baseId:o||c,gutter:s,placement:d,visible:m,...f}),g=(0,At.useMemo)((()=>({tooltip:h})),[h]);return(0,At.createElement)(E7.Provider,{value:g},i&&(0,At.createElement)(P7,{unstable_portal:u,ref:t},i,p&&(0,At.createElement)(I7,{shortcut:p})),a&&(0,At.createElement)(w7,Nt({},h,a.props,{ref:null==a?void 0:a.ref}),(e=>(l||(e.tabIndex=void 0),(0,At.cloneElement)(a,e)))))}),"Tooltip"),W7=H7,Y7=e=>{const{color:t,colorType:n}=e,[r,o]=(0,At.useState)(null),a=(0,At.useRef)(),i=z3((()=>{switch(n){case"hsl":return t.toHslString();case"rgb":return t.toRgbString();default:return t.toHex()}}),(()=>{a.current&&clearTimeout(a.current),o(t.toHex()),a.current=setTimeout((()=>{o(null),a.current=void 0}),3e3)}));return(0,At.useEffect)((()=>()=>{a.current&&clearTimeout(a.current)}),[]),(0,At.createElement)(W7,{content:(0,At.createElement)(sH,{color:"white"},r===t.toHex()?Jr("Copied!"):Jr("Copy")),placement:"bottom"},(0,At.createElement)(Z5,{isSmall:!0,ref:i,icon:r3,showTooltip:!1}))},F7=e=>{let{min:t,max:n,label:r,abbreviation:o,onChange:a,value:i}=e;return(0,At.createElement)(uR,{spacing:4},(0,At.createElement)(q5,{min:t,max:n,label:r,hideLabelFromVision:!0,value:i,onChange:e=>{a(e?"string"!=typeof e?e:parseInt(e,10):0)},prefix:(0,At.createElement)($H,{as:sH,paddingLeft:rD(4),color:wD.ui.theme,lineHeight:1},o),spinControls:"none",size:"__unstable-large"}),(0,At.createElement)(U5,{__nextHasNoMarginBottom:!0,label:r,hideLabelFromVision:!0,min:t,max:n,value:i,onChange:a,withInputField:!1}))},j7=e=>{let{color:t,onChange:n,enableAlpha:r}=e;const{r:o,g:a,b:i,a:l}=t.toRgb();return(0,At.createElement)(At.Fragment,null,(0,At.createElement)(F7,{min:0,max:255,label:"Red",abbreviation:"R",value:o,onChange:e=>n(So({r:e,g:a,b:i,a:l}))}),(0,At.createElement)(F7,{min:0,max:255,label:"Green",abbreviation:"G",value:a,onChange:e=>n(So({r:o,g:e,b:i,a:l}))}),(0,At.createElement)(F7,{min:0,max:255,label:"Blue",abbreviation:"B",value:i,onChange:e=>n(So({r:o,g:a,b:e,a:l}))}),r&&(0,At.createElement)(F7,{min:0,max:100,label:"Alpha",abbreviation:"A",value:Math.trunc(100*l),onChange:e=>n(So({r:o,g:a,b:i,a:e/100}))}))},q7=e=>{let{color:t,onChange:n,enableAlpha:r}=e;const{h:o,s:a,l:i,a:l}=t.toHsl();return(0,At.createElement)(At.Fragment,null,(0,At.createElement)(F7,{min:0,max:359,label:"Hue",abbreviation:"H",value:o,onChange:e=>{n(So({h:e,s:a,l:i,a:l}))}}),(0,At.createElement)(F7,{min:0,max:100,label:"Saturation",abbreviation:"S",value:a,onChange:e=>{n(So({h:o,s:e,l:i,a:l}))}}),(0,At.createElement)(F7,{min:0,max:100,label:"Lightness",abbreviation:"L",value:i,onChange:e=>{n(So({h:o,s:a,l:e,a:l}))}}),r&&(0,At.createElement)(F7,{min:0,max:100,label:"Alpha",abbreviation:"A",value:Math.trunc(100*l),onChange:e=>{n(So({h:o,s:a,l:i,a:e/100}))}}))},V7=e=>{let{color:t,onChange:n,enableAlpha:r}=e;return(0,At.createElement)(DH,{prefix:(0,At.createElement)($H,{as:sH,marginLeft:rD(4),color:wD.ui.theme,lineHeight:1},"#"),value:t.toHex().slice(1).toUpperCase(),onChange:e=>{if(!e)return;const t=e.startsWith("#")?e:"#"+e;n(So(t))},maxLength:r?9:7,label:Jr("Hex color"),hideLabelFromVision:!0,size:"__unstable-large",__unstableStateReducer:(e,t)=>{var n,r,o,a;const i=null===(n=t.payload)||void 0===n||null===(r=n.event)||void 0===r?void 0:r.nativeEvent;if("insertFromPaste"!==(null==i?void 0:i.inputType))return{...e};const l=null!==(o=e.value)&&void 0!==o&&o.startsWith("#")?e.value.slice(1).toUpperCase():null===(a=e.value)||void 0===a?void 0:a.toUpperCase();return{...e,value:l}},__unstableInputWidth:"9em"})},U7=e=>{let{colorType:t,color:n,onChange:r,enableAlpha:o}=e;const a={color:n,onChange:r,enableAlpha:o};switch(t){case"hsl":return(0,At.createElement)(q7,a);case"rgb":return(0,At.createElement)(j7,a);default:return(0,At.createElement)(V7,a)}};function X7(){return(X7=Object.assign||function(e){for(var t=1;t=0||(o[n]=e[n]);return o}function G7(e){var t=(0,At.useRef)(e),n=(0,At.useRef)((function(e){t.current&&t.current(e)}));return t.current=e,n.current}var K7=function(e,t,n){return void 0===t&&(t=0),void 0===n&&(n=1),e>n?n:e0:e.buttons>0)&&o.current?a(Q7(o.current,e,l.current)):n(!1)},t=function(){return n(!1)};function n(n){var r=s.current,a=Z7(o.current),i=n?a.addEventListener:a.removeEventListener;i(r?"touchmove":"mousemove",e),i(r?"touchend":"mouseup",t)}return[function(e){var t=e.nativeEvent,r=o.current;if(r&&(e8(t),!function(e,t){return t&&!J7(e)}(t,s.current)&&r)){if(J7(t)){s.current=!0;var i=t.changedTouches||[];i.length&&(l.current=i[0].identifier)}r.focus(),a(Q7(r,t,l.current)),n(!0)}},function(e){var t=e.which||e.keyCode;t<37||t>40||(e.preventDefault(),i({left:39===t?.05:37===t?-.05:0,top:40===t?.05:38===t?-.05:0}))},n]}),[i,a]),u=c[0],d=c[1],m=c[2];return(0,At.useEffect)((function(){return m}),[m]),Tt().createElement("div",X7({},r,{onTouchStart:u,onMouseDown:u,className:"react-colorful__interactive",ref:o,onKeyDown:d,tabIndex:0,role:"slider"}))})),n8=function(e){return e.filter(Boolean).join(" ")},r8=function(e){var t=e.color,n=e.left,r=e.top,o=void 0===r?.5:r,a=n8(["react-colorful__pointer",e.className]);return Tt().createElement("div",{className:a,style:{top:100*o+"%",left:100*n+"%"}},Tt().createElement("div",{className:"react-colorful__pointer-fill",style:{backgroundColor:t}}))},o8=function(e,t,n){return void 0===t&&(t=0),void 0===n&&(n=Math.pow(10,t)),Math.round(n*e)/n},a8=(Math.PI,function(e){var t=e.s,n=e.v,r=e.a,o=(200-t)*n/100;return{h:o8(e.h),s:o8(o>0&&o<200?t*n/100/(o<=100?o:200-o)*100:0),l:o8(o/2),a:o8(r,2)}}),i8=function(e){var t=a8(e);return"hsl("+t.h+", "+t.s+"%, "+t.l+"%)"},l8=function(e){var t=a8(e);return"hsla("+t.h+", "+t.s+"%, "+t.l+"%, "+t.a+")"},s8=function(e){var t=e.h,n=e.s,r=e.v,o=e.a;t=t/360*6,n/=100,r/=100;var a=Math.floor(t),i=r*(1-n),l=r*(1-(t-a)*n),s=r*(1-(1-t+a)*n),c=a%6;return{r:o8(255*[r,l,i,i,s,r][c]),g:o8(255*[s,r,r,l,i,i][c]),b:o8(255*[i,i,s,r,r,l][c]),a:o8(o,2)}},c8=function(e){var t=/rgba?\(?\s*(-?\d*\.?\d+)(%)?[,\s]+(-?\d*\.?\d+)(%)?[,\s]+(-?\d*\.?\d+)(%)?,?\s*[/\s]*(-?\d*\.?\d+)?(%)?\s*\)?/i.exec(e);return t?d8({r:Number(t[1])/(t[2]?100/255:1),g:Number(t[3])/(t[4]?100/255:1),b:Number(t[5])/(t[6]?100/255:1),a:void 0===t[7]?1:Number(t[7])/(t[8]?100:1)}):{h:0,s:0,v:0,a:1}},u8=c8,d8=function(e){var t=e.r,n=e.g,r=e.b,o=e.a,a=Math.max(t,n,r),i=a-Math.min(t,n,r),l=i?a===t?(n-r)/i:a===n?2+(r-t)/i:4+(t-n)/i:0;return{h:o8(60*(l<0?l+6:l)),s:o8(a?i/a*100:0),v:o8(a/255*100),a:o}},m8=Tt().memo((function(e){var t=e.hue,n=e.onChange,r=n8(["react-colorful__hue",e.className]);return Tt().createElement("div",{className:r},Tt().createElement(t8,{onMove:function(e){n({h:360*e.left})},onKey:function(e){n({h:K7(t+360*e.left,0,360)})},"aria-label":"Hue","aria-valuetext":o8(t)},Tt().createElement(r8,{className:"react-colorful__hue-pointer",left:t/360,color:i8({h:t,s:100,v:100,a:1})})))})),p8=Tt().memo((function(e){var t=e.hsva,n=e.onChange,r={backgroundColor:i8({h:t.h,s:100,v:100,a:1})};return Tt().createElement("div",{className:"react-colorful__saturation",style:r},Tt().createElement(t8,{onMove:function(e){n({s:100*e.left,v:100-100*e.top})},onKey:function(e){n({s:K7(t.s+100*e.left,0,100),v:K7(t.v-100*e.top,0,100)})},"aria-label":"Color","aria-valuetext":"Saturation "+o8(t.s)+"%, Brightness "+o8(t.v)+"%"},Tt().createElement(r8,{className:"react-colorful__saturation-pointer",top:1-t.v/100,left:t.s/100,color:i8(t)})))})),f8=function(e,t){if(e===t)return!0;for(var n in e)if(e[n]!==t[n])return!1;return!0},h8=function(e,t){return e.replace(/\s/g,"")===t.replace(/\s/g,"")};function g8(e,t,n){var r=G7(n),o=(0,At.useState)((function(){return e.toHsva(t)})),a=o[0],i=o[1],l=(0,At.useRef)({color:t,hsva:a});(0,At.useEffect)((function(){if(!e.equal(t,l.current.color)){var n=e.toHsva(t);l.current={hsva:n,color:t},i(n)}}),[t,e]),(0,At.useEffect)((function(){var t;f8(a,l.current.hsva)||e.equal(t=e.fromHsva(a),l.current.color)||(l.current={hsva:a,color:t},r(t))}),[a,e,r]);var s=(0,At.useCallback)((function(e){i((function(t){return Object.assign({},t,e)}))}),[]);return[a,s]}var b8,v8="undefined"!=typeof window?At.useLayoutEffect:At.useEffect,y8=new Map,_8=function(e){v8((function(){var t=e.current?e.current.ownerDocument:document;if(void 0!==t&&!y8.has(t)){var r=t.createElement("style");r.innerHTML='.react-colorful{position:relative;display:flex;flex-direction:column;width:200px;height:200px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:default}.react-colorful__saturation{position:relative;flex-grow:1;border-color:transparent;border-bottom:12px solid #000;border-radius:8px 8px 0 0;background-image:linear-gradient(0deg,#000,transparent),linear-gradient(90deg,#fff,hsla(0,0%,100%,0))}.react-colorful__alpha-gradient,.react-colorful__pointer-fill{content:"";position:absolute;left:0;top:0;right:0;bottom:0;pointer-events:none;border-radius:inherit}.react-colorful__alpha-gradient,.react-colorful__saturation{box-shadow:inset 0 0 0 1px rgba(0,0,0,.05)}.react-colorful__alpha,.react-colorful__hue{position:relative;height:24px}.react-colorful__hue{background:linear-gradient(90deg,red 0,#ff0 17%,#0f0 33%,#0ff 50%,#00f 67%,#f0f 83%,red)}.react-colorful__last-control{border-radius:0 0 8px 8px}.react-colorful__interactive{position:absolute;left:0;top:0;right:0;bottom:0;border-radius:inherit;outline:none;touch-action:none}.react-colorful__pointer{position:absolute;z-index:1;box-sizing:border-box;width:28px;height:28px;transform:translate(-50%,-50%);background-color:#fff;border:2px solid #fff;border-radius:50%;box-shadow:0 2px 4px rgba(0,0,0,.2)}.react-colorful__interactive:focus .react-colorful__pointer{transform:translate(-50%,-50%) scale(1.1)}.react-colorful__alpha,.react-colorful__alpha-pointer{background-color:#fff;background-image:url(\'data:image/svg+xml;charset=utf-8,\')}.react-colorful__saturation-pointer{z-index:3}.react-colorful__hue-pointer{z-index:2}',y8.set(t,r);var o=b8||n.nc;o&&r.setAttribute("nonce",o),t.head.appendChild(r)}}),[])},M8=function(e){var t=e.className,n=e.colorModel,r=e.color,o=void 0===r?n.defaultColor:r,a=e.onChange,i=$7(e,["className","colorModel","color","onChange"]),l=(0,At.useRef)(null);_8(l);var s=g8(n,o,a),c=s[0],u=s[1],d=n8(["react-colorful",t]);return Tt().createElement("div",X7({},i,{ref:l,className:d}),Tt().createElement(p8,{hsva:c,onChange:u}),Tt().createElement(m8,{hue:c.h,onChange:u,className:"react-colorful__last-control"}))},k8=function(e){var t=e.className,n=e.hsva,r=e.onChange,o={backgroundImage:"linear-gradient(90deg, "+l8(Object.assign({},n,{a:0}))+", "+l8(Object.assign({},n,{a:1}))+")"},a=n8(["react-colorful__alpha",t]);return Tt().createElement("div",{className:a},Tt().createElement("div",{className:"react-colorful__alpha-gradient",style:o}),Tt().createElement(t8,{onMove:function(e){r({a:e.left})},onKey:function(e){r({a:K7(n.a+e.left)})},"aria-label":"Alpha","aria-valuetext":o8(100*n.a)+"%"},Tt().createElement(r8,{className:"react-colorful__alpha-pointer",left:n.a,color:l8(n)})))},w8=function(e){var t=e.className,n=e.colorModel,r=e.color,o=void 0===r?n.defaultColor:r,a=e.onChange,i=$7(e,["className","colorModel","color","onChange"]),l=(0,At.useRef)(null);_8(l);var s=g8(n,o,a),c=s[0],u=s[1],d=n8(["react-colorful",t]);return Tt().createElement("div",X7({},i,{ref:l,className:d}),Tt().createElement(p8,{hsva:c,onChange:u}),Tt().createElement(m8,{hue:c.h,onChange:u}),Tt().createElement(k8,{hsva:c,onChange:u,className:"react-colorful__last-control"}))},E8={defaultColor:"rgba(0, 0, 0, 1)",toHsva:c8,fromHsva:function(e){var t=s8(e);return"rgba("+t.r+", "+t.g+", "+t.b+", "+t.a+")"},equal:h8},x8=function(e){return Tt().createElement(w8,X7({},e,{colorModel:E8}))},C8={defaultColor:"rgb(0, 0, 0)",toHsva:u8,fromHsva:function(e){var t=s8(e);return"rgb("+t.r+", "+t.g+", "+t.b+")"},equal:h8},L8=function(e){return Tt().createElement(M8,X7({},e,{colorModel:C8}))};const S8=e=>{let{color:t,enableAlpha:n,onChange:r}=e;const o=n?x8:L8,a=(0,At.useMemo)((()=>t.toRgbString()),[t]);return(0,At.createElement)(o,{color:a,onChange:e=>{r(So(e))}})};function A8(e){let{defaultValue:t,onChange:n,value:r}=e;const o=void 0!==r,a=o?r:t,[i,l]=(0,At.useState)(a);let s;return s=o&&"function"==typeof n?n:o||"function"!=typeof n?l:e=>{n(e),l(e)},[o?r:i,s]}To([zo]);const T8=[{label:"RGB",value:"rgb"},{label:"HSL",value:"hsl"},{label:"Hex",value:"hex"}],z8=hL(((e,t)=>{const{enableAlpha:n=!1,color:r,onChange:o,defaultValue:a="#fff",copyFormat:i,...l}=fL(e,"ColorPicker"),[s,c]=A8({onChange:o,value:r,defaultValue:a}),u=(0,At.useMemo)((()=>So(s||"")),[s]),d=mg(c),m=(0,At.useCallback)((e=>{d(e.toHex())}),[d]),[p,f]=(0,At.useState)(i||"hex");return(0,At.createElement)(J5,Nt({ref:t},l),(0,At.createElement)(S8,{onChange:m,color:u,enableAlpha:n}),(0,At.createElement)($5,null,(0,At.createElement)(G5,{justify:"space-between"},(0,At.createElement)(V5,{options:T8,value:p,onChange:e=>f(e),label:Jr("Color format"),hideLabelFromVision:!0}),(0,At.createElement)(Y7,{color:u,colorType:i||p})),(0,At.createElement)(K5,{direction:"column",gap:2},(0,At.createElement)(U7,{colorType:p,color:u,onChange:m,enableAlpha:n}))))}),"ColorPicker"),N8=z8;function O8(e){if(void 0!==e)return"string"==typeof e?e:e.hex?e.hex:void 0}const B8=Dr()((e=>{const t=So(e),n=t.toHex(),r=t.toRgb(),o=t.toHsv(),a=t.toHsl();return{hex:n,rgb:r,hsv:o,hsl:a,source:"hex",oldHue:a.h}}));const D8=e=>(0,At.createElement)(N8,function(e){const{onChangeComplete:t}=e,n=(0,At.useCallback)((e=>{t(B8(e))}),[t]);return function(e){var t;return void 0!==e.onChangeComplete||void 0!==e.disableAlpha||"string"==typeof(null===(t=e.color)||void 0===t?void 0:t.hex)}(e)?{color:O8(e.color),enableAlpha:!e.disableAlpha,onChange:n}:{...e,color:e.color,enableAlpha:e.enableAlpha,onChange:e.onChange}}(e));function I8(e){const{actions:t,className:n,options:r,children:o}=e;return(0,At.createElement)("div",{className:sg()("components-circular-option-picker",n)},(0,At.createElement)("div",{className:"components-circular-option-picker__swatches"},r),o,t&&(0,At.createElement)("div",{className:"components-circular-option-picker__custom-clear-wrapper"},t))}I8.Option=function(e){const{className:t,isSelected:n,selectedIconProps:r,tooltipText:o,...a}=e,i=(0,At.createElement)(NL,Nt({isPressed:n,className:"components-circular-option-picker__option"},a));return(0,At.createElement)("div",{className:sg()(t,"components-circular-option-picker__option-wrapper")},o?(0,At.createElement)(GC,{text:o},i):i,n&&(0,At.createElement)(UF,Nt({icon:XF},r||{})))},I8.ButtonAction=function(e){const{className:t,children:n,...r}=e;return(0,At.createElement)(NL,Nt({className:sg()("components-circular-option-picker__clear",t),variant:"tertiary"},r),n)},I8.DropdownLinkAction=function(e){const{buttonProps:t,className:n,dropdownProps:r,linkText:o}=e;return(0,At.createElement)(tA,Nt({className:sg()("components-circular-option-picker__dropdown-link-action",n),renderToggle:e=>{let{isOpen:n,onToggle:r}=e;return(0,At.createElement)(NL,Nt({"aria-expanded":n,"aria-haspopup":"true",onClick:r,variant:"link"},t),o)}},r))};const R8=LL(Fj,{target:"ev9wop70"})({name:"13lxv2o",styles:"text-transform:uppercase;line-height:24px;font-weight:500;&&&{font-size:11px;margin-bottom:0;}"}),P8=LL("div",{target:"eovvns30"})("margin-left:",rD(-2),";margin-right:",rD(-2),";&:first-of-type{margin-top:",rD(-2),";}&:last-of-type{margin-bottom:",rD(-2),";}",(e=>{let{paddingSize:t="small"}=e;if("none"===t)return;const n={small:rD(2),medium:rD(4)};return QB("padding:",n[t]||n.small,";","")}),";");const H8=hL((function(e,t){const{paddingSize:n="small",...r}=fL(e,"DropdownContentWrapper");return(0,At.createElement)(P8,Nt({},r,{paddingSize:n,ref:t}))}),"DropdownContentWrapper");function W8(e){let{className:t,clearColor:n,colors:r,onChange:o,value:a,actions:i}=e;const l=(0,At.useMemo)((()=>r.map(((e,t)=>{let{color:r,name:i}=e;const l=So(r),s=a===r;return(0,At.createElement)(I8.Option,{key:`${r}-${t}`,isSelected:s,selectedIconProps:s?{fill:l.contrast()>l.contrast("#000")?"#fff":"#000"}:{},tooltipText:i||Hr(Jr("Color code: %s"),r),style:{backgroundColor:r,color:r},onClick:s?n:()=>o(r,t),"aria-label":i?Hr(Jr("Color: %s"),i):Hr(Jr("Color code: %s"),r)})}))),[r,a,o,n]);return(0,At.createElement)(I8,{className:t,options:l,actions:i})}function Y8(e){let{className:t,clearColor:n,colors:r,onChange:o,value:a,actions:i}=e;return 0===r.length?null:(0,At.createElement)(Nj,{spacing:3,className:t},r.map(((e,t)=>{let{name:l,colors:s}=e;return(0,At.createElement)(Nj,{spacing:2,key:t},(0,At.createElement)(R8,null,l),(0,At.createElement)(W8,{clearColor:n,colors:s,onChange:e=>o(e,t),value:a,actions:r.length===t+1?i:null}))})))}function F8(e){let{isRenderedInSidebar:t,popoverProps:n,...r}=e;const o=(0,At.useMemo)((()=>({shift:!0,...t?{placement:"left-start",offset:34}:{placement:"bottom",offset:8},...n})),[t,n]);return(0,At.createElement)(tA,Nt({contentClassName:"components-color-palette__custom-color-dropdown-content",popoverProps:o},r))}To([zo,Bo]);const j8=(0,At.forwardRef)((function(e,t){const{clearable:n=!0,colors:r=[],disableCustomColors:o=!1,enableAlpha:a=!1,onChange:i,value:l,__experimentalIsRenderedInSidebar:s=!1,...c}=e,u=(0,At.useCallback)((()=>i(void 0)),[i]),d=r.length>0&&void 0!==r[0].colors,m=(0,At.useMemo)((()=>function(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:[],n=arguments.length>2&&void 0!==arguments[2]&&arguments[2];if(!e)return"";const r=/^var\(/.test(e),o=r?e:So(e).toHex(),a=n?t:[{colors:t}];for(const{colors:e}of a)for(const{name:t,color:n}of e)if(o===(r?n:So(n).toHex()))return t;return Jr("Custom")}(l,r,d)),[l,r,d]);if(r.length>0&&d!==(e=>e.every((e=>Array.isArray(e.colors))))(r))return console.warn("wp.components.ColorPalette: please specify a valid format for the `colors` prop. "),null;const p=So(null!=l?l:""),f=null!=l&&l.startsWith("#")?l.substring(1):null!=l?l:"",h=f?Hr(Jr('Custom color picker. The currently selected color is called "%1$s" and has a value of "%2$s".'),m,f):Jr("Custom color picker."),g={clearable:n,clearColor:u,onChange:i,value:l,actions:!!n&&(0,At.createElement)(I8.ButtonAction,{onClick:u},Jr("Clear"))};return(0,At.createElement)(Nj,Nt({spacing:3,ref:t},c),!o&&(0,At.createElement)(F8,{isRenderedInSidebar:s,renderContent:()=>(0,At.createElement)(H8,{paddingSize:"none"},(0,At.createElement)(D8,{color:l,onChange:e=>i(e),enableAlpha:a})),renderToggle:e=>{let{isOpen:t,onToggle:n}=e;return(0,At.createElement)(dD,{as:"button",justify:"space-between",align:"flex-start",className:"components-color-palette__custom-color","aria-expanded":t,"aria-haspopup":"true",onClick:n,"aria-label":h,style:(r=l,void 0===r||0===So(r).alpha()?{color:"#000"}:{background:l,color:p.contrast()>p.contrast("#000")?"#fff":"#000"})},(0,At.createElement)(pD,{isBlock:!0,as:jQ,className:"components-color-palette__custom-color-name"},m),(0,At.createElement)(pD,{as:"span",className:"components-color-palette__custom-color-value"},f));var r}}),d?(0,At.createElement)(Y8,Nt({},g,{colors:r})):(0,At.createElement)(W8,Nt({},g,{colors:r})))})),q8=j8;function V8(e){const{border:t,className:n,colors:r=[],enableAlpha:o=!1,enableStyle:a=!0,onChange:i,previousStyleSelection:l,size:s="default",__experimentalIsRenderedInSidebar:c=!1,...u}=fL(e,"BorderControlDropdown"),[d]=kR(null==t?void 0:t.width),m=0===d,p=pL(),f=(0,At.useMemo)((()=>p((e=>QB("background:#fff;&&>button{height:","__unstable-large"===e?"40px":"30px",";width:","__unstable-large"===e?"40px":"30px",";padding:0;display:flex;align-items:center;justify-content:center;",DP({borderRadius:"2px 0 0 2px"},{borderRadius:"0 2px 2px 0"})()," border:",RD.borderWidth," solid ",wD.ui.border,";&:focus,&:hover:not( :disabled ){",C5," border-color:",wD.ui.borderFocus,";z-index:1;position:relative;}}",""))(s),n)),[n,p,s]),h=(0,At.useMemo)((()=>p(N5)),[p]),g=(0,At.useMemo)((()=>p(A5(t,s))),[t,p,s]),b=(0,At.useMemo)((()=>p(T5)),[p]),v=(0,At.useMemo)((()=>p(z5)),[p]),y=(0,At.useMemo)((()=>p(O5)),[p]);return{...u,border:t,className:f,colors:r,enableAlpha:o,enableStyle:a,indicatorClassName:h,indicatorWrapperClassName:g,onColorChange:e=>{const n="none"===(null==t?void 0:t.style)?l:null==t?void 0:t.style,r=m&&e?"1px":null==t?void 0:t.width;i({color:e,style:n,width:r})},onStyleChange:e=>{const n=m&&e?"1px":null==t?void 0:t.width;i({...t,style:e,width:n})},onReset:()=>{i({...t,color:void 0,style:void 0})},popoverContentClassName:v,popoverControlsClassName:b,resetButtonClassName:y,__experimentalIsRenderedInSidebar:c}}const U8=hL(((e,t)=>{const{__experimentalIsRenderedInSidebar:n,border:r,colors:o,disableCustomColors:a,enableAlpha:i,enableStyle:l,indicatorClassName:s,indicatorWrapperClassName:c,onReset:u,onColorChange:d,onStyleChange:m,popoverContentClassName:p,popoverControlsClassName:f,resetButtonClassName:h,showDropdownHeader:g,__unstablePopoverProps:b,...v}=V8(e),{color:y,style:_}=r||{},M=((e,t)=>{if(e&&t&&0!==t.length){if(void 0!==t[0].colors){let n;return t.some((t=>t.colors.some((t=>t.color===e&&(n=t,!0))))),n}return t.find((t=>t.color===e))}})(y,o),k=((e,t,n,r)=>r?t?n?Hr('Border color and style picker. The currently selected color is called "%1$s" and has a value of "%2$s". The currently selected style is "%3$s".',t.name,t.color,n):Hr('Border color and style picker. The currently selected color is called "%1$s" and has a value of "%2$s".',t.name,t.color):e?n?Hr('Border color and style picker. The currently selected color has a value of "%1$s". The currently selected style is "%2$s".',e,n):Hr('Border color and style picker. The currently selected color has a value of "%1$s".',e):Jr("Border color and style picker."):t?Hr('Border color picker. The currently selected color is called "%1$s" and has a value of "%2$s".',t.name,t.color):e?Hr('Border color picker. The currently selected color has a value of "%1$s".',e):Jr("Border color picker."))(y,M,_,l),w=y||_&&"none"!==_,E=n?"bottom left":void 0;return(0,At.createElement)(tA,Nt({renderToggle:e=>{let{onToggle:t}=e;return(0,At.createElement)(NL,{onClick:t,variant:"tertiary","aria-label":k,position:E,label:Jr("Border color and style picker"),showTooltip:!0},(0,At.createElement)("span",{className:c},(0,At.createElement)(W5,{className:s,colorValue:y})))},renderContent:e=>{let{onClose:t}=e;return(0,At.createElement)(At.Fragment,null,(0,At.createElement)(H8,{paddingSize:"medium"},(0,At.createElement)(Nj,{className:f,spacing:6},g?(0,At.createElement)(uR,null,(0,At.createElement)(LD,null,Jr("Border color")),(0,At.createElement)(NL,{isSmall:!0,label:Jr("Close border color"),icon:IJ,onClick:t})):void 0,(0,At.createElement)(q8,{className:p,value:y,onChange:d,colors:o,disableCustomColors:a,__experimentalIsRenderedInSidebar:n,clearable:!1,enableAlpha:i}),l&&(0,At.createElement)(H5,{label:Jr("Style"),value:_,onChange:m}))),w&&(0,At.createElement)(H8,{paddingSize:"none"},(0,At.createElement)(NL,{className:h,variant:"tertiary",onClick:()=>{u(),t()}},Jr("Reset to default"))))},popoverProps:{...b}},v,{ref:t}))}),"BorderControlDropdown"),X8=U8;function $8(e){const{className:t,colors:n=[],isCompact:r,onChange:o,enableAlpha:a=!0,enableStyle:i=!0,shouldSanitizeBorder:l=!0,size:s="default",value:c,width:u,__experimentalIsRenderedInSidebar:d=!1,...m}=fL(e,"BorderControl"),[p,f]=kR(null==c?void 0:c.width),h=f||"px",g=0===p,[b,v]=(0,At.useState)(),[y,_]=(0,At.useState)(),M=(0,At.useCallback)((e=>{if(l)return o((e=>{const t=void 0===(null==e?void 0:e.width)||""===e.width,n=void 0===(null==e?void 0:e.color);if(!t||!n)return e})(e));o(e)}),[o,l]),k=(0,At.useCallback)((e=>{const t=""===e?void 0:e,[n]=kR(e),r=0===n,o={...c,width:t};r&&!g&&(v(null==c?void 0:c.color),_(null==c?void 0:c.style),o.color=void 0,o.style="none"),!r&&g&&(void 0===o.color&&(o.color=b),"none"===o.style&&(o.style=y)),M(o)}),[c,g,b,y,M]),w=(0,At.useCallback)((e=>{k(`${e}${h}`)}),[k,h]),E=pL(),x=(0,At.useMemo)((()=>E(L5,t)),[t,E]);let C=u;r&&(C="__unstable-large"===s?"116px":"90px");const L=(0,At.useMemo)((()=>{const e=!!C&&S5,t=(e=>QB("height:","__unstable-large"===e?"40px":"30px",";",""))(s);return E(QB(ZH,"{flex:1 1 40%;}&& ",tW,"{min-height:0;}",""),e,t)}),[C,E,s]),S=(0,At.useMemo)((()=>E(QB("flex:1 1 60%;",DP({marginRight:rD(3)})(),";",""))),[E]);return{...m,className:x,colors:n,enableAlpha:a,enableStyle:i,innerWrapperClassName:L,inputWidth:C,onBorderChange:M,onSliderChange:w,onWidthChange:k,previousStyleSelection:y,sliderClassName:S,value:c,widthUnit:h,widthValue:p,size:s,__experimentalIsRenderedInSidebar:d}}const G8=e=>{const{label:t,hideLabelFromVision:n}=e;return t?n?(0,At.createElement)(TL,{as:"legend"},t):(0,At.createElement)(LD,{as:"legend"},t):null},K8=hL(((e,t)=>{const{colors:n,disableCustomColors:r,disableUnits:o,enableAlpha:a,enableStyle:i,hideLabelFromVision:l,innerWrapperClassName:s,inputWidth:c,label:u,onBorderChange:d,onSliderChange:m,onWidthChange:p,placeholder:f,__unstablePopoverProps:h,previousStyleSelection:g,showDropdownHeader:b,size:v,sliderClassName:y,value:_,widthUnit:M,widthValue:k,withSlider:w,__experimentalIsRenderedInSidebar:E,...x}=$8(e);return(0,At.createElement)(AL,Nt({as:"fieldset"},x,{ref:t}),(0,At.createElement)(G8,{label:u,hideLabelFromVision:l}),(0,At.createElement)(uR,{spacing:4,className:s},(0,At.createElement)(iW,{prefix:(0,At.createElement)(X8,{border:_,colors:n,__unstablePopoverProps:h,disableCustomColors:r,enableAlpha:a,enableStyle:i,onChange:d,previousStyleSelection:g,showDropdownHeader:b,__experimentalIsRenderedInSidebar:E,size:v}),label:Jr("Border width"),hideLabelFromVision:!0,min:0,onChange:p,value:(null==_?void 0:_.width)||"",placeholder:f,disableUnits:o,__unstableInputWidth:c,size:v}),w&&(0,At.createElement)(FY,{__nextHasNoMarginBottom:!0,label:Jr("Border width"),hideLabelFromVision:!0,className:y,initialPosition:0,max:100,min:0,onChange:m,step:["px","%"].includes(M)?1:.1,value:k||void 0,withInputField:!1})))}),"BorderControl"),J8=K8;function Z8(e){const{className:t,colors:n=[],enableAlpha:r=!1,enableStyle:o=!0,size:a="default",__experimentalIsRenderedInSidebar:i=!1,...l}=fL(e,"BorderBoxControlSplitControls"),s=pL(),c=(0,At.useMemo)((()=>s((e=>QB("position:relative;flex:1;width:","__unstable-large"===e?void 0:"80%",";",""))(a),t)),[s,t,a]);return{...l,centeredClassName:(0,At.useMemo)((()=>s(b5,t)),[s,t]),className:c,colors:n,enableAlpha:r,enableStyle:o,rightAlignedClassName:(0,At.useMemo)((()=>s(QB(DP({marginLeft:"auto"})(),";",""),t)),[s,t]),size:a,__experimentalIsRenderedInSidebar:i}}const Q8=hL(((e,t)=>{const{centeredClassName:n,colors:r,disableCustomColors:o,enableAlpha:a,enableStyle:i,onChange:l,popoverPlacement:s,popoverOffset:c,rightAlignedClassName:u,size:d="default",value:m,__experimentalIsRenderedInSidebar:p,...f}=Z8(e),[h,g]=(0,At.useState)(null),b=(0,At.useMemo)((()=>s?{placement:s,offset:c,anchor:h,shift:!0}:void 0),[s,c,h]),v={colors:r,disableCustomColors:o,enableAlpha:a,enableStyle:i,isCompact:!0,__experimentalIsRenderedInSidebar:p,size:d},y=fg([g,t]);return(0,At.createElement)(Jj,Nt({},f,{ref:y,gap:4}),(0,At.createElement)(M5,{value:m,size:d}),(0,At.createElement)(J8,Nt({className:n,hideLabelFromVision:!0,label:Jr("Top border"),onChange:e=>l(e,"top"),__unstablePopoverProps:b,value:null==m?void 0:m.top},v)),(0,At.createElement)(J8,Nt({hideLabelFromVision:!0,label:Jr("Left border"),onChange:e=>l(e,"left"),__unstablePopoverProps:b,value:null==m?void 0:m.left},v)),(0,At.createElement)(J8,Nt({className:u,hideLabelFromVision:!0,label:Jr("Right border"),onChange:e=>l(e,"right"),__unstablePopoverProps:b,value:null==m?void 0:m.right},v)),(0,At.createElement)(J8,Nt({className:n,hideLabelFromVision:!0,label:Jr("Bottom border"),onChange:e=>l(e,"bottom"),__unstablePopoverProps:b,value:null==m?void 0:m.bottom},v)))}),"BorderBoxControlSplitControls"),e9=Q8;function t9(e){const{className:t,colors:n=[],onChange:r,enableAlpha:o=!1,enableStyle:a=!0,size:i="default",value:l,__experimentalIsRenderedInSidebar:s=!1,...c}=fL(e,"BorderBoxControl"),u=d5(l),d=u5(l),m=d?(e=>{if(!e)return;const t=[],n=[],r=[];l5.forEach((o=>{var a,i,l;t.push(null===(a=e[o])||void 0===a?void 0:a.color),n.push(null===(i=e[o])||void 0===i?void 0:i.style),r.push(null===(l=e[o])||void 0===l?void 0:l.width)}));const o=t.every((e=>e===t[0])),a=n.every((e=>e===n[0])),i=r.every((e=>e===r[0]));return{color:o?t[0]:void 0,style:a?n[0]:void 0,width:i?r[0]:p5(r)}})(l):l,p=d?l:(e=>{if(e&&!c5(e))return{top:e,right:e,bottom:e,left:e}})(l),f=!isNaN(parseFloat(`${null==m?void 0:m.width}`)),[h,g]=(0,At.useState)(!u),b=pL(),v=(0,At.useMemo)((()=>b(f5,t)),[b,t]),y=(0,At.useMemo)((()=>b(QB("flex:1;",DP({marginRight:"24px"})(),";",""))),[b]),_=(0,At.useMemo)((()=>b(h5)),[b]);return{...c,className:v,colors:n,disableUnits:u&&!f,enableAlpha:o,enableStyle:a,hasMixedBorders:u,isLinked:h,linkedControlClassName:y,onLinkedChange:e=>{if(!e)return r(void 0);if(!u||(e=>!!e&&s5.every((t=>void 0!==e[t])))(e))return r(c5(e)?void 0:e);const t=((e,t)=>{const n={};return e.color!==t.color&&(n.color=t.color),e.style!==t.style&&(n.style=t.style),e.width!==t.width&&(n.width=t.width),n})(m,e),n={top:{...null==l?void 0:l.top,...t},right:{...null==l?void 0:l.right,...t},bottom:{...null==l?void 0:l.bottom,...t},left:{...null==l?void 0:l.left,...t}};if(d5(n))return r(n);const o=c5(n.top)?void 0:n.top;r(o)},onSplitChange:(e,t)=>{const n={...p,[t]:e};d5(n)?r(n):r(e)},toggleLinked:()=>g(!h),linkedValue:m,size:i,splitValue:p,wrapperClassName:_,__experimentalIsRenderedInSidebar:s}}const n9=e=>{const{label:t,hideLabelFromVision:n}=e;return t?n?(0,At.createElement)(TL,{as:"label"},t):(0,At.createElement)(LD,null,t):null},r9=hL(((e,t)=>{const{className:n,colors:r,disableCustomColors:o,disableUnits:a,enableAlpha:i,enableStyle:l,hasMixedBorders:s,hideLabelFromVision:c,isLinked:u,label:d,linkedControlClassName:m,linkedValue:p,onLinkedChange:f,onSplitChange:h,popoverPlacement:g,popoverOffset:b,size:v,splitValue:y,toggleLinked:_,wrapperClassName:M,__experimentalIsRenderedInSidebar:k,...w}=t9(e),[E,x]=(0,At.useState)(null),C=(0,At.useMemo)((()=>g?{placement:g,offset:b,anchor:E,shift:!0}:void 0),[g,b,E]),L=fg([x,t]);return(0,At.createElement)(AL,Nt({className:n},w,{ref:L}),(0,At.createElement)(n9,{label:d,hideLabelFromVision:c}),(0,At.createElement)(AL,{className:M},u?(0,At.createElement)(J8,{className:m,colors:r,disableUnits:a,disableCustomColors:o,enableAlpha:i,enableStyle:l,onChange:f,placeholder:s?Jr("Mixed"):void 0,__unstablePopoverProps:C,shouldSanitizeBorder:!1,value:p,withSlider:!0,width:"__unstable-large"===v?"116px":"110px",__experimentalIsRenderedInSidebar:k,size:v}):(0,At.createElement)(e9,{colors:r,disableCustomColors:o,enableAlpha:i,enableStyle:l,onChange:h,popoverPlacement:g,popoverOffset:b,value:y,__experimentalIsRenderedInSidebar:k,size:v}),(0,At.createElement)(y5,{onClick:_,isLinked:u,size:v})))}),"BorderBoxControl"),o9=r9;function a9(e){return[...e].sort(((t,n)=>e.filter((e=>e===n)).length-e.filter((e=>e===t)).length)).shift()}function i9(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};const{flat:t,...n}=e;return t||a9(Object.values(n).filter(Boolean))||"px"}function l9(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};if("string"==typeof e)return e;const t=Object.values(e).map((e=>kR(e))),n=t.map((e=>{var t;return null!==(t=e[0])&&void 0!==t?t:""})),r=t.map((e=>e[1])),o=n.every((e=>e===n[0]))?n[0]:"",a=a9(r),i=0===o||o?`${o}${a}`:void 0;return i}function s9(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};const t=l9(e),n="string"!=typeof e&&isNaN(parseFloat(t));return n}function c9(e){if(!e)return!1;if("string"==typeof e)return!0;return!!Object.values(e).filter((e=>!!e||0===e)).length}function u9(e){let{onChange:t,selectedUnits:n,setSelectedUnits:r,values:o,...a}=e,i=l9(o);void 0===i&&(i=i9(n));const l=c9(o)&&s9(o),s=l?Jr("Mixed"):null;return(0,At.createElement)(iW,Nt({},a,{"aria-label":Jr("Border radius"),disableUnits:l,isOnly:!0,value:i,onChange:e=>{const n=!isNaN(parseFloat(e));t(n?e:void 0)},onUnitChange:e=>{r({topLeft:e,topRight:e,bottomLeft:e,bottomRight:e})},placeholder:s,size:"__unstable-large"}))}const d9={topLeft:Jr("Top left"),topRight:Jr("Top right"),bottomLeft:Jr("Bottom left"),bottomRight:Jr("Bottom right")};function m9(e){let{onChange:t,selectedUnits:n,setSelectedUnits:r,values:o,...a}=e;const i=e=>n=>{if(!t)return;const r=!isNaN(parseFloat(n))?n:void 0;t({...l,[e]:r})},l="string"!=typeof o?o:{topLeft:o,topRight:o,bottomLeft:o,bottomRight:o};return(0,At.createElement)("div",{className:"components-border-radius-control__input-controls-wrapper"},Object.entries(d9).map((e=>{let[t,o]=e;const[s,c]=kR(l[t]),u=l[t]?c:n[t]||n.flat;return(0,At.createElement)(GC,{text:o,position:"top",key:t},(0,At.createElement)("div",{className:"components-border-radius-control__tooltip-wrapper"},(0,At.createElement)(iW,Nt({},a,{"aria-label":o,value:[s,u].join(""),onChange:i(t),onUnitChange:(d=t,e=>{const t={...n};t[d]=e,r(t)}),size:"__unstable-large"}))));var d})))}function p9(e){let{isLinked:t,...n}=e;const r=Jr(t?"Unlink radii":"Link radii");return(0,At.createElement)(GC,{text:r},(0,At.createElement)("span",null,(0,At.createElement)(NL,Nt({},n,{className:"component-border-radius-control__linked-button",isSmall:!0,icon:t?$W:GW,iconSize:24,"aria-label":r}))))}const f9={topLeft:void 0,topRight:void 0,bottomLeft:void 0,bottomRight:void 0},h9={px:100,em:20,rem:20};function g9(e){let{onChange:t,values:n}=e;const[r,o]=(0,At.useState)(!c9(n)||!s9(n)),[a,i]=(0,At.useState)({flat:"string"==typeof n?kR(n)[1]:void 0,topLeft:kR(null==n?void 0:n.topLeft)[1],topRight:kR(null==n?void 0:n.topRight)[1],bottomLeft:kR(null==n?void 0:n.bottomLeft)[1],bottomRight:kR(null==n?void 0:n.bottomRight)[1]}),l=ER({availableUnits:cj("spacing.units")||["px","em","rem"]}),s=i9(a),c=l&&l.find((e=>e.value===s)),u=(null==c?void 0:c.step)||1,[d]=kR(l9(n));return(0,At.createElement)("fieldset",{className:"components-border-radius-control"},(0,At.createElement)(ND.VisualLabel,{as:"legend"},Jr("Radius")),(0,At.createElement)("div",{className:"components-border-radius-control__wrapper"},r?(0,At.createElement)(At.Fragment,null,(0,At.createElement)(u9,{className:"components-border-radius-control__unit-control",values:n,min:0,onChange:t,selectedUnits:a,setSelectedUnits:i,units:l}),(0,At.createElement)(FY,{label:Jr("Border radius"),hideLabelFromVision:!0,className:"components-border-radius-control__range-control",value:null!=d?d:"",min:0,max:h9[s],initialPosition:0,withInputField:!1,onChange:e=>{t(void 0!==e?`${e}${s}`:void 0)},step:u,__nextHasNoMarginBottom:!0})):(0,At.createElement)(m9,{min:0,onChange:t,selectedUnits:a,setSelectedUnits:i,values:n||f9,units:l}),(0,At.createElement)(p9,{onClick:()=>o(!r),isLinked:r})))}function b9(e){var t;const{attributes:{style:n},setAttributes:r}=e;return(0,At.createElement)(g9,{values:null==n||null===(t=n.border)||void 0===t?void 0:t.radius,onChange:e=>{const t=Qj({...n,border:{...null==n?void 0:n.border,radius:e}});r({style:t})}})}To([zo,Bo]);const v9=(e,t,n)=>{if(t){const n=null==e?void 0:e.find((e=>e.slug===t));if(n)return n}return{color:n}},y9=(e,t)=>null==e?void 0:e.find((e=>e.color===t));function _9(e,t){if(e&&t)return`has-${(0,Ot.kebabCase)(t)}-${e}`}function M9(){const e={disableCustomColors:!cj("color.custom"),disableCustomGradients:!cj("color.customGradient")},t=cj("color.palette.custom"),n=cj("color.palette.theme"),r=cj("color.palette.default"),o=cj("color.defaultPalette");e.colors=(0,At.useMemo)((()=>{const e=[];return n&&n.length&&e.push({name:Zr("Theme","Indicates this palette comes from the theme."),colors:n}),o&&r&&r.length&&e.push({name:Zr("Default","Indicates this palette comes from WordPress."),colors:r}),t&&t.length&&e.push({name:Zr("Custom","Indicates this palette comes from the theme."),colors:t}),e}),[r,n,t]);const a=cj("color.gradients.custom"),i=cj("color.gradients.theme"),l=cj("color.gradients.default"),s=cj("color.defaultGradients");return e.gradients=(0,At.useMemo)((()=>{const e=[];return i&&i.length&&e.push({name:Zr("Theme","Indicates this palette comes from the theme."),gradients:i}),s&&l&&l.length&&e.push({name:Zr("Default","Indicates this palette comes from WordPress."),gradients:l}),a&&a.length&&e.push({name:Zr("Custom","Indicates this palette is created by the user."),gradients:a}),e}),[a,i,l]),e}const k9="__experimentalBorder",w9=["top","right","bottom","left"],E9=e=>{const{borderColor:t,style:n}=e.attributes;return(e=>{if(!e)return!1;if(u5(e))return!l5.every((t=>c5(e[t])));return!c5(e)})(null==n?void 0:n.border)||!!t},x9=e=>{var t,n;return{...e,borderColor:void 0,style:{...e.style,border:{radius:null===(t=e.style)||void 0===t||null===(n=t.border)||void 0===n?void 0:n.radius}}}},C9=(e,t,n)=>{let r;return e.some((e=>e.colors.some((e=>e[t]===n&&(r=e,!0))))),r},L9=e=>{let{colors:t,namedColor:n,customColor:r}=e;if(n){const e=C9(t,"slug",n);if(e)return e}if(!r)return{color:void 0};const o=C9(t,"color",r);return o||{color:r}};function S9(e){const t=/var:preset\|color\|(.+)/.exec(e);return t&&t[1]?t[1]:null}function A9(e){const{attributes:t,clientId:n,setAttributes:r}=e,{style:o}=t,{colors:a}=M9(),i=T9(e.name),l=cj("border.color")&&T9(e.name,"color"),s=cj("border.radius")&&T9(e.name,"radius"),c=cj("border.style")&&T9(e.name,"style"),u=cj("border.width")&&T9(e.name,"width");if([!l,!s,!c,!u].every(Boolean)||!i)return null;const d=fa(e.name,[k9,"__experimentalDefaultControls"]),m=(null==d?void 0:d.color)||(null==d?void 0:d.width),p=((e,t)=>{const{borderColor:n,style:r}=e,{border:o}=r||{};if(n){const{color:e}=L9({colors:t,namedColor:n});return e?{...o,color:e}:o}if(!o)return o;const a={...o};return w9.forEach((e=>{var n;const r=S9(null===(n=a[e])||void 0===n?void 0:n.color);if(r){const{color:n}=L9({colors:t,namedColor:r});a[e]={...a[e],color:n}}})),a})(t,a);return(0,At.createElement)(sq,{__experimentalGroup:"border"},(u||l)&&(0,At.createElement)(Tj,{hasValue:()=>E9(e),label:Jr("Border"),onDeselect:()=>(e=>{var t;let{attributes:n={},setAttributes:r}=e;const{style:o}=n;r({borderColor:void 0,style:{...o,border:Qj({radius:null==o||null===(t=o.border)||void 0===t?void 0:t.radius})}})})(e),isShownByDefault:m,resetAllFilter:x9,panelId:n},(0,At.createElement)(o9,{colors:a,enableAlpha:!0,enableStyle:c,onChange:e=>{var t;let n,i={...e};if(u5(e))i={top:{...e.top},right:{...e.right},bottom:{...e.bottom},left:{...e.left}},w9.forEach((t=>{var n;if(null!==(n=e[t])&&void 0!==n&&n.color){var r;const n=L9({colors:a,customColor:null===(r=e[t])||void 0===r?void 0:r.color});n.slug&&(i[t].color=`var:preset|color|${n.slug}`)}}));else if(null!=e&&e.color){const t=null==e?void 0:e.color,r=L9({colors:a,customColor:t});r.slug&&(n=r.slug,i.color=void 0)}const l=Qj({...o,border:{radius:null==o||null===(t=o.border)||void 0===t?void 0:t.radius,...i}});r({style:l,borderColor:n})},popoverOffset:40,popoverPlacement:"left-start",size:"__unstable-large",value:p,__experimentalIsRenderedInSidebar:!0})),s&&(0,At.createElement)(Tj,{hasValue:()=>function(e){var t,n;const r=null===(t=e.attributes.style)||void 0===t||null===(n=t.border)||void 0===n?void 0:n.radius;return"object"==typeof r?Object.entries(r).some(Boolean):!!r}(e),label:Jr("Radius"),onDeselect:()=>function(e){let{attributes:t={},setAttributes:n}=e;const{style:r}=t;n({style:z9(r,"radius")})}(e),isShownByDefault:null==d?void 0:d.radius,resetAllFilter:e=>{var t;return{...e,style:{...e.style,border:{...null===(t=e.style)||void 0===t?void 0:t.border,radius:void 0}}}},panelId:n},(0,At.createElement)(b9,e)))}function T9(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"any";if("web"!==zA.OS)return!1;const n=fa(e,k9);return!0===n||("any"===t?!!(null!=n&&n.color||null!=n&&n.radius||null!=n&&n.width||null!=n&&n.style):!(null==n||!n[t]))}function z9(e,t){return Qj({...e,border:{...null==e?void 0:e.border,[t]:void 0}})}function N9(e,t,n){if(!T9(t,"color")||nq(t,k9,"color"))return e;const r=O9(n),o=Sf()(e.className,r);return e.className=o||void 0,e}function O9(e){var t;const{borderColor:n,style:r}=e,o=_9("border-color",n);return Sf()({"has-border-color":n||(null==r||null===(t=r.border)||void 0===t?void 0:t.color),[o]:!!o})}const B9=xf((e=>t=>{var n,r,o,a,i,l,s,c,u;const{name:d,attributes:m}=t,{borderColor:p,style:f}=m,{colors:h}=M9();if(!T9(d,"color")||nq(d,k9,"color"))return(0,At.createElement)(e,t);const{color:g}=L9({colors:h,namedColor:p}),{color:b}=L9({colors:h,namedColor:S9(null==f||null===(n=f.border)||void 0===n||null===(r=n.top)||void 0===r?void 0:r.color)}),{color:v}=L9({colors:h,namedColor:S9(null==f||null===(o=f.border)||void 0===o||null===(a=o.right)||void 0===a?void 0:a.color)}),{color:y}=L9({colors:h,namedColor:S9(null==f||null===(i=f.border)||void 0===i||null===(l=i.bottom)||void 0===l?void 0:l.color)}),{color:_}=L9({colors:h,namedColor:S9(null==f||null===(s=f.border)||void 0===s||null===(c=s.left)||void 0===c?void 0:c.color)}),M={borderTopColor:b||g,borderRightColor:v||g,borderBottomColor:y||g,borderLeftColor:_||g};let k=t.wrapperProps;return k={...t.wrapperProps,style:{...null===(u=t.wrapperProps)||void 0===u?void 0:u.style,...M}},(0,At.createElement)(e,Nt({},t,{wrapperProps:k}))}));function D9(e){if(e)return`has-${e}-gradient-background`}function I9(e,t){const n=null==e?void 0:e.find((e=>e.slug===t));return n&&n.gradient}function R9(e,t){const n=function(e,t){const n=null==e?void 0:e.find((e=>e.gradient===t));return n}(e,t);return n&&n.slug}function P9(){let{gradientAttribute:e="gradient",customGradientAttribute:t="customGradient"}=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};const{clientId:n}=RB(),r=cj("color.gradients.custom"),o=cj("color.gradients.theme"),a=cj("color.gradients.default"),i=(0,At.useMemo)((()=>[...r||[],...o||[],...a||[]]),[r,o,a]),{gradient:l,customGradient:s}=Uu((r=>{const{getBlockAttributes:o}=r(OB),a=o(n)||{};return{customGradient:a[t],gradient:a[e]}}),[n,e,t]),{updateBlockAttributes:c}=rf(OB),u=(0,At.useCallback)((r=>{const o=R9(i,r);c(n,o?{[e]:o,[t]:void 0}:{[e]:void 0,[t]:r})}),[i,n,c]),d=D9(l);let m;return m=l?I9(i,l):s,{gradientClass:d,gradientValue:m,setGradient:u}}function H9(e){let{onDragStart:t,onDragMove:n,onDragEnd:r}=e;const[o,a]=(0,At.useState)(!1),i=(0,At.useRef)({onDragStart:t,onDragMove:n,onDragEnd:r});Ou((()=>{i.current.onDragStart=t,i.current.onDragMove=n,i.current.onDragEnd=r}),[t,n,r]);const l=(0,At.useCallback)((e=>i.current.onDragMove&&i.current.onDragMove(e)),[]),s=(0,At.useCallback)((e=>{i.current.onDragEnd&&i.current.onDragEnd(e),document.removeEventListener("mousemove",l),document.removeEventListener("mouseup",s),a(!1)}),[]),c=(0,At.useCallback)((e=>{i.current.onDragStart&&i.current.onDragStart(e),document.addEventListener("mousemove",l),document.addEventListener("mouseup",s),a(!0)}),[]);return(0,At.useEffect)((()=>()=>{o&&(document.removeEventListener("mousemove",l),document.removeEventListener("mouseup",s))}),[o]),{startDrag:c,endDrag:s,isDragging:o}}ar("blocks.registerBlockType","core/border/addAttributes",(function(e){return T9(e,"color")?e.attributes.borderColor?e:{...e,attributes:{...e.attributes,borderColor:{type:"string"}}}:e})),ar("blocks.getSaveContent.extraProps","core/border/addSaveProps",N9),ar("blocks.registerBlockType","core/border/addEditProps",(function(e){if(!T9(e,"color")||nq(e,k9,"color"))return e;const t=e.getEditWrapperProps;return e.getEditWrapperProps=n=>{let r={};return t&&(r=t(n)),N9(r,e,n)},e})),ar("editor.BlockListBlock","core/border/with-border-color-palette-styles",B9);const W9=e=>{let{__nextHasNoMarginBottom:t}=e;return t?"":QB("margin-bottom:",rD(2),";","")},Y9=LL(dD,{target:"e65ony43"})(W9,";"),F9=LL("div",{target:"e65ony42"})("border-radius:50%;border:",RD.borderWidth," solid ",wD.ui.border,";box-sizing:border-box;cursor:grab;height:",32,"px;overflow:hidden;width:",32,"px;"),j9=LL("div",{target:"e65ony41"})({name:"1r307gh",styles:"box-sizing:border-box;position:relative;width:100%;height:100%;:focus-visible{outline:none;}"}),q9=LL("div",{target:"e65ony40"})("background:",wD.ui.theme,";border-radius:50%;border:",3,"px solid ",wD.ui.theme,";bottom:0;box-sizing:border-box;display:block;height:0px;left:0;margin:auto;position:absolute;right:0;top:-",16,"px;width:0px;");const V9=function(e){let{value:t,onChange:n,...r}=e;const o=(0,At.useRef)(),a=(0,At.useRef)(),i=(0,At.useRef)(),l=e=>{const{x:t,y:r}=a.current;e.preventDefault(),e.target.focus(),n(function(e,t,n,r){const o=r-t,a=n-e,i=Math.atan2(o,a),l=Math.round(i*(180/Math.PI))+90;if(l<0)return 360+l;return l}(t,r,e.clientX,e.clientY))},{startDrag:s,isDragging:c}=H9({onDragStart:e=>{(()=>{const e=o.current.getBoundingClientRect();a.current={x:e.x+e.width/2,y:e.y+e.height/2}})(),l(e)},onDragMove:l,onDragEnd:l});return(0,At.useEffect)((()=>{c?(void 0===i.current&&(i.current=document.body.style.cursor),document.body.style.cursor="grabbing"):(document.body.style.cursor=i.current||null,i.current=void 0)}),[c]),(0,At.createElement)(F9,Nt({ref:o,onMouseDown:s,className:"components-angle-picker-control__angle-circle",style:c?{cursor:"grabbing"}:void 0},r),(0,At.createElement)(j9,{style:t?{transform:`rotate(${t}deg)`}:void 0,className:"components-angle-picker-control__angle-circle-indicator-wrapper",tabIndex:-1},(0,At.createElement)(q9,{className:"components-angle-picker-control__angle-circle-indicator"})))};function U9(e){let{__nextHasNoMarginBottom:t=!1,className:n,label:r=Jr("Angle"),onChange:o,value:a}=e;t||wr("Bottom margin styles for wp.components.AnglePickerControl",{since:"6.1",version:"6.4",hint:"Set the `__nextHasNoMarginBottom` prop to true to start opting into the new styles, which will become the default in a future version."});const i=sg()("components-angle-picker-control",n);return(0,At.createElement)(Y9,{__nextHasNoMarginBottom:t,className:i,gap:4},(0,At.createElement)(tR,null,(0,At.createElement)(JH,{label:r,className:"components-angle-picker-control__input-field",max:360,min:0,onChange:e=>{const t=""!==e?parseInt(e,10):0;o(t)},size:"__unstable-large",step:"1",value:a,spinControls:"none",suffix:(0,At.createElement)($H,{as:sH,marginBottom:0,marginRight:rD(3),style:{color:wD.ui.theme}},"°")})),(0,At.createElement)(pD,{style:{marginBottom:rD(1),marginTop:"auto"}},(0,At.createElement)(V9,{"aria-hidden":"true",value:a,onChange:o})))}function X9(e){return Math.max(0,Math.min(100,e))}function $9(e,t,n){const r=e.slice();return r[t]=n,r}function G9(e,t,n){if(function(e,t,n){let r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:0;const o=e[t].position,a=Math.min(o,n),i=Math.max(o,n);return e.some(((e,o)=>{let{position:l}=e;return o!==t&&(Math.abs(l-n)({placement:"bottom",offset:8})),[]),a=sg()("components-custom-gradient-picker__control-point-dropdown",n);return(0,At.createElement)(F8,Nt({isRenderedInSidebar:t,popoverProps:o,className:a},r))}function eee(e){let{disableRemove:t,disableAlpha:n,gradientPickerDomRef:r,ignoreMarkerPosition:o,value:a,onChange:i,onStartControlPointChange:l,onStopControlPointChange:s,__experimentalIsRenderedInSidebar:c}=e;const u=(0,At.useRef)(),d=e=>{const t=J9(e.clientX,r.current),{initialPosition:n,index:o,significantMoveHappened:l}=u.current;!l&&Math.abs(n-t)>=5&&(u.current.significantMoveHappened=!0),i(G9(a,o,t))},m=()=>{window&&window.removeEventListener&&u.current&&u.current.listenersActivated&&(window.removeEventListener("mousemove",d),window.removeEventListener("mouseup",m),s(),u.current.listenersActivated=!1)},p=(0,At.useRef)();return p.current=m,(0,At.useEffect)((()=>()=>{p.current()}),[]),a.map(((e,r)=>{const p=null==e?void 0:e.position;return o!==p&&(0,At.createElement)(Q9,{isRenderedInSidebar:c,key:r,onClose:s,renderToggle:t=>{let{isOpen:n,onToggle:o}=t;return(0,At.createElement)(Z9,{key:r,onClick:()=>{u.current&&u.current.significantMoveHappened||(n?s():l(),o())},onMouseDown:()=>{window&&window.addEventListener&&(u.current={initialPosition:p,index:r,significantMoveHappened:!1,listenersActivated:!0},l(),window.addEventListener("mousemove",d),window.addEventListener("mouseup",m))},onKeyDown:t=>{"ArrowLeft"===t.code?(t.stopPropagation(),i(G9(a,r,X9(e.position-10)))):"ArrowRight"===t.code&&(t.stopPropagation(),i(G9(a,r,X9(e.position+10))))},isOpen:n,position:e.position,color:e.color})},renderContent:o=>{let{onClose:l}=o;return(0,At.createElement)(At.Fragment,null,(0,At.createElement)(D8,{enableAlpha:!n,color:e.color,onChange:e=>{i(K9(a,r,So(e).toRgbString()))}}),!t&&a.length>2&&(0,At.createElement)(uR,{className:"components-custom-gradient-picker__remove-control-point-wrapper",alignment:"center"},(0,At.createElement)(NL,{onClick:()=>{i(function(e,t){return e.filter(((e,n)=>n!==t))}(a,r)),l()},variant:"link"},Jr("Remove Control Point"))))},style:{left:`${e.position}%`,transform:"translateX( -50% )"}})}))}eee.InsertPoint=function(e){let{value:t,onChange:n,onOpenInserter:r,onCloseInserter:o,insertPosition:a,disableAlpha:i,__experimentalIsRenderedInSidebar:l}=e;const[s,c]=(0,At.useState)(!1);return(0,At.createElement)(Q9,{isRenderedInSidebar:l,className:"components-custom-gradient-picker__inserter",onClose:()=>{o()},renderToggle:e=>{let{isOpen:t,onToggle:n}=e;return(0,At.createElement)(NL,{"aria-expanded":t,"aria-haspopup":"true",onClick:()=>{t?o():(c(!1),r()),n()},className:"components-custom-gradient-picker__insert-point-dropdown",icon:IP})},renderContent:()=>(0,At.createElement)(D8,{enableAlpha:!i,onChange:e=>{s?n(function(e,t,n){const r=e.findIndex((e=>e.position===t));return K9(e,r,n)}(t,a,So(e).toRgbString())):(n(function(e,t,n){const r=e.findIndex((e=>e.position>t)),o={color:n,position:t},a=e.slice();return a.splice(r-1,0,o),a}(t,a,So(e).toRgbString())),c(!0))}}),style:null!==a?{left:`${a}%`,transform:"translateX( -50% )"}:void 0})};const tee=eee;function nee(e,t){switch(t.type){case"MOVE_INSERTER":if("IDLE"===e.id||"MOVING_INSERTER"===e.id)return{id:"MOVING_INSERTER",insertPosition:t.insertPosition};break;case"STOP_INSERTER_MOVE":if("MOVING_INSERTER"===e.id)return{id:"IDLE"};break;case"OPEN_INSERTER":if("MOVING_INSERTER"===e.id)return{id:"INSERTING_CONTROL_POINT",insertPosition:e.insertPosition};break;case"CLOSE_INSERTER":if("INSERTING_CONTROL_POINT"===e.id)return{id:"IDLE"};break;case"START_CONTROL_CHANGE":if("IDLE"===e.id)return{id:"MOVING_CONTROL_POINT"};break;case"STOP_CONTROL_CHANGE":if("MOVING_CONTROL_POINT"===e.id)return{id:"IDLE"}}return e}const ree={id:"IDLE"};function oee(e){let{background:t,hasGradient:n,value:r,onChange:o,disableInserter:a=!1,disableAlpha:i=!1,__experimentalIsRenderedInSidebar:l}=e;const s=(0,At.useRef)(),[c,u]=(0,At.useReducer)(nee,ree),d=e=>{const t=J9(e.clientX,s.current);r.some((e=>{let{position:n}=e;return Math.abs(t-n)<10}))?"MOVING_INSERTER"===c.id&&u({type:"STOP_INSERTER_MOVE"}):u({type:"MOVE_INSERTER",insertPosition:t})},m="MOVING_INSERTER"===c.id,p="INSERTING_CONTROL_POINT"===c.id;return(0,At.createElement)("div",{className:sg()("components-custom-gradient-picker__gradient-bar",{"has-gradient":n}),onMouseEnter:d,onMouseMove:d,style:{background:t},onMouseLeave:()=>{u({type:"STOP_INSERTER_MOVE"})}},(0,At.createElement)("div",{ref:s,className:"components-custom-gradient-picker__markers-container"},!a&&(m||p)&&(0,At.createElement)(tee.InsertPoint,{__experimentalIsRenderedInSidebar:l,disableAlpha:i,insertPosition:c.insertPosition,value:r,onChange:o,onOpenInserter:()=>{u({type:"OPEN_INSERTER"})},onCloseInserter:()=>{u({type:"CLOSE_INSERTER"})}}),(0,At.createElement)(tee,{__experimentalIsRenderedInSidebar:l,disableAlpha:i,disableRemove:a,gradientPickerDomRef:s,ignoreMarkerPosition:p?c.insertPosition:void 0,value:r,onChange:o,onStartControlPointChange:()=>{u({type:"START_CONTROL_CHANGE"})},onStopControlPointChange:()=>{u({type:"STOP_CONTROL_CHANGE"})}})))}var aee=n(9948);const iee="linear-gradient(135deg, rgba(6, 147, 227, 1) 0%, rgb(155, 81, 224) 100%)",lee={type:"angular",value:90},see=[{value:"linear-gradient",label:Jr("Linear")},{value:"radial-gradient",label:Jr("Radial")}],cee={top:0,"top right":45,"right top":45,right:90,"right bottom":135,"bottom right":135,bottom:180,"bottom left":225,"left bottom":225,left:270,"top left":315,"left top":315};function uee(e){let{type:t,value:n,length:r}=e;return`${function(e){let{type:t,value:n}=e;return"literal"===t?n:"hex"===t?`#${n}`:`${t}(${n.join(",")})`}({type:t,value:n})} ${function(e){if(!e)return"";const{value:t,type:n}=e;return`${t}${n}`}(r)}`}function dee(e){let{type:t,orientation:n,colorStops:r}=e;const o=function(e){if(e&&"angular"===e.type)return`${e.value}deg`}(n);return`${t}(${[o,...r.sort(((e,t)=>{var n,r,o,a;return(null!==(n=null==e||null===(r=e.length)||void 0===r?void 0:r.value)&&void 0!==n?n:0)-(null!==(o=null==t||null===(a=t.length)||void 0===a?void 0:a.value)&&void 0!==o?o:0)})).map(uee)].filter(Boolean).join(",")})`}function mee(e){return void 0===e.length||"%"!==e.length.type}function pee(e){switch(e.type){case"hex":return`#${e.value}`;case"literal":return e.value;case"rgb":case"rgba":return`${e.type}(${e.value.join(",")})`;default:return"transparent"}}To([zo]);const fee=LL(tR,{target:"e99xvul1"})({name:"1gvx10y",styles:"flex-grow:5"}),hee=LL(tR,{target:"e99xvul0"})({name:"1gvx10y",styles:"flex-grow:5"}),gee=e=>{var t,n;let{gradientAST:r,hasGradient:o,onChange:a}=e;const i=null!==(t=null==r||null===(n=r.orientation)||void 0===n?void 0:n.value)&&void 0!==t?t:180;return(0,At.createElement)(U9,{__nextHasNoMarginBottom:!0,onChange:e=>{a(dee({...r,orientation:{type:"angular",value:e}}))},labelPosition:"top",value:o?i:""})},bee=e=>{let{gradientAST:t,hasGradient:n,onChange:r}=e;const{type:o}=t;return(0,At.createElement)(j5,{__nextHasNoMarginBottom:!0,className:"components-custom-gradient-picker__type-picker",label:Jr("Type"),labelPosition:"top",onChange:e=>{"linear-gradient"===e&&r(dee({...t,...t.orientation?{}:{orientation:lee},type:"linear-gradient"})),"radial-gradient"===e&&(()=>{const{orientation:e,...n}=t;r(dee({...n,type:"radial-gradient"}))})()},options:see,size:"__unstable-large",value:n&&o})};function vee(e){let{__nextHasNoMargin:t=!1,value:n,onChange:r,__experimentalIsRenderedInSidebar:o}=e;const a=function(e){var t;let n;try{n=aee.parse(e)[0],n.value=e}catch(e){n=aee.parse(iee)[0],n.value=iee}if("directional"===(null===(t=n.orientation)||void 0===t?void 0:t.type)&&(n.orientation.type="angular",n.orientation.value=cee[n.orientation.value].toString()),n.colorStops.some(mee)){const{colorStops:e}=n,t=100/(e.length-1);e.forEach(((e,n)=>{e.length={value:t*n,type:"%"}})),n.value=dee(n)}return n}(n),i=function(e){return dee({type:"linear-gradient",orientation:lee,colorStops:e.colorStops})}(a),l=a.value!==iee,s=a.colorStops.map((e=>({color:pee(e),position:parseInt(e.length.value)})));return t||wr("Outer margin styles for wp.components.CustomGradientPicker",{since:"6.1",version:"6.4",hint:"Set the `__nextHasNoMargin` prop to true to start opting into the new styles, which will become the default in a future version"}),(0,At.createElement)(Nj,{spacing:4,className:sg()("components-custom-gradient-picker",{"is-next-has-no-margin":t})},(0,At.createElement)(oee,{__experimentalIsRenderedInSidebar:o,background:i,hasGradient:l,value:s,onChange:e=>{r(dee(function(e,t){return{...e,colorStops:t.map((e=>{let{position:t,color:n}=e;const{r,g:o,b:a,a:i}=So(n).toRgb();return{length:{type:"%",value:null==t?void 0:t.toString()},type:i<1?"rgba":"rgb",value:i<1?[r,o,a,i]:[r,o,a]}}))}}(a,e)))}}),(0,At.createElement)(dD,{gap:3,className:"components-custom-gradient-picker__ui-line"},(0,At.createElement)(fee,null,(0,At.createElement)(bee,{gradientAST:a,hasGradient:l,onChange:r})),(0,At.createElement)(hee,null,"linear-gradient"===a.type&&(0,At.createElement)(gee,{gradientAST:a,hasGradient:l,onChange:r}))))}function yee(e){let{className:t,clearGradient:n,gradients:r,onChange:o,value:a,actions:i}=e;const l=(0,At.useMemo)((()=>r.map(((e,t)=>{let{gradient:r,name:i}=e;return(0,At.createElement)(I8.Option,{key:r,value:r,isSelected:a===r,tooltipText:i||Hr(Jr("Gradient code: %s"),r),style:{color:"rgba( 0,0,0,0 )",background:r},onClick:a===r?n:()=>o(r,t),"aria-label":i?Hr(Jr("Gradient: %s"),i):Hr(Jr("Gradient code: %s"),r)})}))),[r,a,o,n]);return(0,At.createElement)(I8,{className:t,options:l,actions:i})}function _ee(e){let{className:t,clearGradient:n,gradients:r,onChange:o,value:a,actions:i}=e;return(0,At.createElement)(Nj,{spacing:3,className:t},r.map(((e,t)=>{let{name:l,gradients:s}=e;return(0,At.createElement)(Nj,{spacing:2,key:t},(0,At.createElement)(R8,null,l),(0,At.createElement)(yee,Nt({clearGradient:n,gradients:s,onChange:e=>o(e,t),value:a},r.length===t+1?{actions:i}:{})))})))}function Mee(e){let{__nextHasNoMargin:t=!1,className:n,gradients:r,onChange:o,value:a,clearable:i=!0,disableCustomGradients:l=!1,__experimentalIsRenderedInSidebar:s}=e;const c=(0,At.useCallback)((()=>o(void 0)),[o]),u=null!=r&&r.length&&r[0].gradients?_ee:yee;t||wr("Outer margin styles for wp.components.GradientPicker",{since:"6.1",version:"6.4",hint:"Set the `__nextHasNoMargin` prop to true to start opting into the new styles, which will become the default in a future version"});const d=t?{}:{marginTop:null!=r&&r.length?void 0:3,marginBottom:i?0:6};return(0,At.createElement)($H,Nt({marginBottom:0},d),(0,At.createElement)(Nj,{spacing:null!=r&&r.length?4:0},!l&&(0,At.createElement)(vee,{__nextHasNoMargin:!0,__experimentalIsRenderedInSidebar:s,value:a,onChange:o}),((null==r?void 0:r.length)||i)&&(0,At.createElement)(u,{className:n,clearable:i,clearGradient:c,gradients:r,onChange:o,value:a,actions:i&&!l&&(0,At.createElement)(I8.ButtonAction,{onClick:c},Jr("Clear"))})))}const kee=["colors","disableCustomColors","gradients","disableCustomGradients"],wee={name:"color",title:"Solid",value:"color"},Eee={name:"gradient",title:"Gradient",value:"gradient"},xee=[wee,Eee];function Cee(e){let{colors:t,gradients:n,disableCustomColors:r,disableCustomGradients:o,__experimentalIsRenderedInSidebar:a,className:i,label:l,onColorChange:s,onGradientChange:c,colorValue:u,gradientValue:d,clearable:m,showTitle:p=!0,enableAlpha:f}=e;const h=s&&(!(0,Ot.isEmpty)(t)||!r),g=c&&(!(0,Ot.isEmpty)(n)||!o);if(!h&&!g)return null;const b={[wee.value]:(0,At.createElement)(q8,{value:u,onChange:g?e=>{s(e),c()}:s,colors:t,disableCustomColors:r,__experimentalIsRenderedInSidebar:a,clearable:m,enableAlpha:f}),[Eee.value]:(0,At.createElement)(Mee,{__nextHasNoMargin:!0,value:d,onChange:h?e=>{c(e),s()}:c,gradients:n,disableCustomGradients:o,__experimentalIsRenderedInSidebar:a,clearable:m})},v=e=>(0,At.createElement)("div",{className:"block-editor-color-gradient-control__panel"},b[e]);return(0,At.createElement)(ND,{__nextHasNoMarginBottom:!0,className:Sf()("block-editor-color-gradient-control",i)},(0,At.createElement)("fieldset",{className:"block-editor-color-gradient-control__fieldset"},(0,At.createElement)(Nj,{spacing:1},p&&(0,At.createElement)("legend",null,(0,At.createElement)("div",{className:"block-editor-color-gradient-control__color-indicator"},(0,At.createElement)(ND.VisualLabel,null,l))),h&&g&&(0,At.createElement)(o2,{className:"block-editor-color-gradient-control__tabs",tabs:xee,initialTabName:d?Eee.value:!!h&&wee.value},(e=>v(e.value))),!g&&v(wee.value),!h&&v(Eee.value))))}function Lee(e){const t={};return t.colors=cj("color.palette"),t.gradients=cj("color.gradients"),t.disableCustomColors=!cj("color.custom"),t.disableCustomGradients=!cj("color.customGradient"),(0,At.createElement)(Cee,Nt({},t,e))}const See=function(e){return kee.every((t=>e.hasOwnProperty(t)))?(0,At.createElement)(Cee,e):(0,At.createElement)(Lee,e)},Aee=e=>{let{setting:t,children:n,panelId:r,...o}=e;return(0,At.createElement)(Tj,Nt({hasValue:()=>!!t.colorValue||!!t.gradientValue,label:t.label,onDeselect:()=>{t.colorValue?t.onColorChange():t.gradientValue&&t.onGradientChange()},isShownByDefault:void 0===t.isShownByDefault||t.isShownByDefault},o,{className:"block-editor-tools-panel-color-gradient-settings__item",panelId:r,resetAllFilter:t.resetAllFilter}),n)},Tee=e=>{let{colorValue:t,label:n}=e;return(0,At.createElement)(uR,{justify:"flex-start"},(0,At.createElement)(W5,{className:"block-editor-panel-color-gradient-settings__color-indicator",colorValue:t}),(0,At.createElement)(pD,{className:"block-editor-panel-color-gradient-settings__color-name",title:n},n))},zee=e=>t=>{let{onToggle:n,isOpen:r}=t;const{colorValue:o,label:a}=e,i={onClick:n,className:Sf()("block-editor-panel-color-gradient-settings__dropdown",{"is-open":r}),"aria-expanded":r};return(0,At.createElement)(NL,i,(0,At.createElement)(Tee,{colorValue:o,label:a}))};function Nee(e){let t,{colors:n,disableCustomColors:r,disableCustomGradients:o,enableAlpha:a,gradients:i,settings:l,__experimentalIsRenderedInSidebar:s,...c}=e;return s&&(t={placement:"left-start",offset:36,shift:!0}),(0,At.createElement)(At.Fragment,null,l.map(((e,l)=>{var u;const d={clearable:!1,colorValue:e.colorValue,colors:n,disableCustomColors:r,disableCustomGradients:o,enableAlpha:a,gradientValue:e.gradientValue,gradients:i,label:e.label,onColorChange:e.onColorChange,onGradientChange:e.onGradientChange,showTitle:!1,__experimentalIsRenderedInSidebar:s,...e},m={colorValue:null!==(u=e.gradientValue)&&void 0!==u?u:e.colorValue,label:e.label};return e&&(0,At.createElement)(Aee,Nt({key:l,setting:e},c),(0,At.createElement)(tA,{popoverProps:t,className:"block-editor-tools-panel-color-gradient-settings__dropdown",renderToggle:zee(m),renderContent:()=>(0,At.createElement)(H8,{paddingSize:"none"},(0,At.createElement)("div",{className:"block-editor-panel-color-gradient-settings__dropdown-content"},(0,At.createElement)(See,d)))}))})))}const Oee=()=>{};function Bee(e){switch(e){case"success":case"warning":case"info":return"polite";default:return"assertive"}}const Dee=function(e){let{className:t,status:n="info",children:r,spokenMessage:o=r,onRemove:a=Oee,isDismissible:i=!0,actions:l=[],politeness:s=Bee(n),__unstableHTML:c,onDismiss:u=Oee}=e;!function(e,t){const n="string"==typeof e?e:Vl(e);(0,At.useEffect)((()=>{n&&PT(n,t)}),[n,t])}(o,s);const d=sg()(t,"components-notice","is-"+n,{"is-dismissible":i});return c&&(r=(0,At.createElement)(fl,null,r)),(0,At.createElement)("div",{className:d},(0,At.createElement)("div",{className:"components-notice__content"},r,(0,At.createElement)("div",{className:"components-notice__actions"},l.map(((e,t)=>{let{className:n,label:r,isPrimary:o,variant:a,noDefaultClasses:i=!1,onClick:l,url:s}=e,c=a;return"primary"===a||i||(c=s?"link":"secondary"),void 0===c&&o&&(c="primary"),(0,At.createElement)(NL,{key:t,href:s,variant:c,onClick:s?void 0:l,className:sg()("components-notice__action",n)},r)})))),i&&(0,At.createElement)(NL,{className:"components-notice__dismiss",icon:Ax,label:Jr("Dismiss this notice"),onClick:e=>{var t;null==e||null===(t=e.preventDefault)||void 0===t||t.call(e),u(),a()},showTooltip:!1}))};To([zo,Bo]);const Iee=function(e){let{backgroundColor:t,fallbackBackgroundColor:n,fallbackTextColor:r,fallbackLinkColor:o,fontSize:a,isLargeText:i,textColor:l,linkColor:s,enableAlphaChecker:c=!1}=e;const u=t||n;if(!u)return null;const d=l||r,m=s||o;if(!d&&!m)return null;const p=[{color:d,description:Jr("text color")},{color:m,description:Jr("link color")}],f=So(u),h=f.alpha()<1,g=f.brightness(),b={level:"AA",size:i||!1!==i&&a>=24?"large":"small"};let v="",y="";for(const e of p){if(!e.color)continue;const t=So(e.color),n=t.isReadable(f,b),r=t.alpha()<1;if(!n){if(h||r)continue;v=gnull==e?void 0:e.colorValue));(0,At.useEffect)((()=>{var e;if(!o)return;if(!m.length)return a&&i(),l&&s(),void(c&&s());if(!d.current)return;s(Ree(d.current).color);const t=null===(e=d.current)||void 0===e?void 0:e.querySelector("a");t&&t.innerText&&u(Ree(t).color);let n=d.current,r=Ree(n).backgroundColor;for(;"rgba(0, 0, 0, 0)"===r&&n.parentNode&&n.parentNode.nodeType===n.parentNode.ELEMENT_NODE;)n=n.parentNode,r=Ree(n).backgroundColor;i(r)}));const p=M9();return(0,At.createElement)(sq,{__experimentalGroup:"color"},(0,At.createElement)(Nee,Nt({enableAlpha:t,panelId:r,settings:n,__experimentalIsItemGroup:!1,__experimentalIsRenderedInSidebar:!0},p)),o&&(0,At.createElement)(Iee,{backgroundColor:a,textColor:l,enableAlphaChecker:t,linkColor:c}))}const Hee="color",Wee=e=>{const t=fa(e,Hee);return t&&(!0===t.link||!0===t.gradient||!1!==t.background||!1!==t.text)},Yee=e=>{if("web"!==zA.OS)return!1;const t=fa(e,Hee);return null!==t&&"object"==typeof t&&!!t.link},Fee=e=>{const t=fa(e,Hee);return null!==t&&"object"==typeof t&&!!t.gradients},jee=e=>{const t=fa(e,Hee);return t&&!1!==t.background},qee=e=>{const t=fa(e,Hee);return t&&!1!==t.text},Vee=(e,t)=>Qj(eq(t,e,void 0)),Uee=e=>({textColor:void 0,style:Vee(["color","text"],e.style)}),Xee=e=>({style:Vee(["elements","link","color","text"],e.style)}),$ee=e=>{var t;return{backgroundColor:void 0,gradient:void 0,style:{...e.style,color:{...null===(t=e.style)||void 0===t?void 0:t.color,background:void 0,gradient:void 0}}}};function Gee(e,t,n){var r,o,a,i,l,s;if(!Wee(t)||nq(t,Hee))return e;const c=Fee(t),{backgroundColor:u,textColor:d,gradient:m,style:p}=n,f=e=>!nq(t,Hee,e),h=f("text")?_9("color",d):void 0,g=f("gradients")?D9(m):void 0,b=f("background")?_9("background-color",u):void 0,v=f("background")||f("gradients"),y=u||(null==p||null===(r=p.color)||void 0===r?void 0:r.background)||c&&(m||(null==p||null===(o=p.color)||void 0===o?void 0:o.gradient)),_=Sf()(e.className,h,g,{[b]:!(c&&null!=p&&null!==(a=p.color)&&void 0!==a&&a.gradient||!b),"has-text-color":f("text")&&(d||(null==p||null===(i=p.color)||void 0===i?void 0:i.text)),"has-background":v&&y,"has-link-color":f("link")&&(null==p||null===(l=p.elements)||void 0===l||null===(s=l.link)||void 0===s?void 0:s.color)});return e.className=_||void 0,e}const Kee=(e,t)=>{const n=/var:preset\|color\|(.+)/.exec(t);return n&&n[1]?v9(e,n[1]).color:t};function Jee(e){var t,n,r,o,a,i;const{name:l,attributes:s}=e,c=cj("color.palette.custom"),u=cj("color.palette.theme"),d=cj("color.palette.default"),m=(0,At.useMemo)((()=>[...c||[],...u||[],...d||[]]),[c,u,d]),p=cj("color.gradients.custom"),f=cj("color.gradients.theme"),h=cj("color.gradients.default"),g=(0,At.useMemo)((()=>[...p||[],...f||[],...h||[]]),[p,f,h]),b=cj("color.custom"),v=cj("color.customGradient"),y=cj("color.background"),_=cj("color.link"),M=cj("color.text"),k=b||!u||(null==u?void 0:u.length)>0,w=v||!f||(null==f?void 0:f.length)>0,E=(0,At.useRef)(s);if((0,At.useEffect)((()=>{E.current=s}),[s]),!Wee(l))return null;const x=Yee(l)&&_&&k,C=qee(l)&&M&&k,L=jee(l)&&y&&k,S=Fee(l)&&w;if(!(x||C||L||S))return null;const{style:A,textColor:T,backgroundColor:z,gradient:N}=s;let O;if(S&&N)O=I9(g,N);else if(S){var B;O=null==A||null===(B=A.color)||void 0===B?void 0:B.gradient}const D=t=>n=>{var r,o;const a=y9(m,n),i=t+"Color",l={...E.current.style,color:{...null===(r=E.current)||void 0===r||null===(o=r.style)||void 0===o?void 0:o.color,[t]:null!=a&&a.slug?void 0:n}},s=null!=a&&a.slug?a.slug:void 0,c={style:Qj(l),[i]:s};e.setAttributes(c),E.current={...E.current,...c}},I=fa(e.name,[Hee,"__experimentalDefaultControls"]),R="web"===zA.OS&&!N&&!(null!=A&&null!==(t=A.color)&&void 0!==t&&t.gradient)&&L&&(x||C)&&!1!==fa(e.name,[Hee,"enableContrastChecker"]);return(0,At.createElement)(Pee,{enableContrastChecking:R,clientId:e.clientId,enableAlpha:!0,settings:[...C?[{label:Jr("Text"),onColorChange:D("text"),colorValue:v9(m,T,null==A||null===(n=A.color)||void 0===n?void 0:n.text).color,isShownByDefault:null==I?void 0:I.text,resetAllFilter:Uee}]:[],...L||S?[{label:Jr("Background"),onColorChange:L?D("background"):void 0,colorValue:v9(m,z,null==A||null===(r=A.color)||void 0===r?void 0:r.background).color,gradientValue:O,onGradientChange:S?t=>{const n=R9(g,t);let r;if(n){var o,a,i;const e={...null===(o=E.current)||void 0===o?void 0:o.style,color:{...null===(a=E.current)||void 0===a||null===(i=a.style)||void 0===i?void 0:i.color,gradient:void 0}};r={style:Qj(e),gradient:n}}else{var l,s,c;const e={...null===(l=E.current)||void 0===l?void 0:l.style,color:{...null===(s=E.current)||void 0===s||null===(c=s.style)||void 0===c?void 0:c.color,gradient:t}};r={style:Qj(e),gradient:void 0}}e.setAttributes(r),E.current={...E.current,...r}}:void 0,isShownByDefault:null==I?void 0:I.background,resetAllFilter:$ee}]:[],...x?[{label:Jr("Link"),onColorChange:t=>{var n;const r=y9(m,t),o=null!=r&&r.slug?`var:preset|color|${r.slug}`:t,a=Qj(eq(null===(n=E.current)||void 0===n?void 0:n.style,["elements","link","color","text"],o));e.setAttributes({style:a}),E.current={...E.current,style:a}},colorValue:Kee(m,null==A||null===(o=A.elements)||void 0===o||null===(a=o.link)||void 0===a||null===(i=a.color)||void 0===i?void 0:i.text),isShownByDefault:null==I?void 0:I.link,resetAllFilter:Xee}]:[]]})}const Zee=xf((e=>t=>{var n;const{name:r,attributes:o}=t,{backgroundColor:a,textColor:i}=o,l=cj("color.palette.custom")||[],s=cj("color.palette.theme")||[],c=cj("color.palette.default")||[],u=(0,At.useMemo)((()=>[...l||[],...s||[],...c||[]]),[l,s,c]);if(!Wee(r)||nq(r,Hee))return(0,At.createElement)(e,t);const d={};var m,p;i&&!nq(r,Hee,"text")&&(d.color=null===(m=v9(u,i))||void 0===m?void 0:m.color);a&&!nq(r,Hee,"background")&&(d.backgroundColor=null===(p=v9(u,a))||void 0===p?void 0:p.color);let f=t.wrapperProps;return f={...t.wrapperProps,style:{...d,...null===(n=t.wrapperProps)||void 0===n?void 0:n.style}},(0,At.createElement)(e,Nt({},t,{wrapperProps:f}))})),Qee={linkColor:[["style","elements","link","color","text"]],textColor:[["textColor"],["style","color","text"]],backgroundColor:[["backgroundColor"],["style","color","background"]],gradient:[["gradient"],["style","color","gradient"]]};ar("blocks.registerBlockType","core/color/addAttribute",(function(e){return Wee(e)?(e.attributes.backgroundColor||Object.assign(e.attributes,{backgroundColor:{type:"string"}}),e.attributes.textColor||Object.assign(e.attributes,{textColor:{type:"string"}}),Fee(e)&&!e.attributes.gradient&&Object.assign(e.attributes,{gradient:{type:"string"}}),e):e})),ar("blocks.getSaveContent.extraProps","core/color/addSaveProps",Gee),ar("blocks.registerBlockType","core/color/addEditProps",(function(e){if(!Wee(e)||nq(e,Hee))return e;const t=e.getEditWrapperProps;return e.getEditWrapperProps=n=>{let r={};return t&&(r=t(n)),Gee(r,e,n)},e})),ar("editor.BlockListBlock","core/color/with-color-palette-styles",Zee),ar("blocks.switchToBlockType.transformedBlock","core/color/addTransforms",(function(e,t,n,r){const o=e.name;return tq({linkColor:Yee(o),textColor:qee(o),backgroundColor:jee(o),gradient:Fee(o)},Qee,e,t,n,r)}));const ete=[{name:Zr("Regular","font style"),value:"normal"},{name:Zr("Italic","font style"),value:"italic"}],tte=[{name:Zr("Thin","font weight"),value:"100"},{name:Zr("Extra Light","font weight"),value:"200"},{name:Zr("Light","font weight"),value:"300"},{name:Zr("Regular","font weight"),value:"400"},{name:Zr("Medium","font weight"),value:"500"},{name:Zr("Semi Bold","font weight"),value:"600"},{name:Zr("Bold","font weight"),value:"700"},{name:Zr("Extra Bold","font weight"),value:"800"},{name:Zr("Black","font weight"),value:"900"}],nte=(e,t)=>Jr(e?t?"Appearance":"Font style":"Font weight");function rte(e){const{onChange:t,hasFontStyles:n=!0,hasFontWeights:r=!0,value:{fontStyle:o,fontWeight:a},...i}=e,l=n||r,s=nte(n,r),c={key:"default",name:Jr("Default"),style:{fontStyle:void 0,fontWeight:void 0}},u=(0,At.useMemo)((()=>n&&r?(()=>{const e=[c];return ete.forEach((t=>{let{name:n,value:r}=t;tte.forEach((t=>{let{name:o,value:a}=t;const i="normal"===r?o:Hr(Jr("%1$s %2$s"),o,n);e.push({key:`${r}-${a}`,name:i,style:{fontStyle:r,fontWeight:a}})}))})),e})():n?(()=>{const e=[c];return ete.forEach((t=>{let{name:n,value:r}=t;e.push({key:r,name:n,style:{fontStyle:r,fontWeight:void 0}})})),e})():(()=>{const e=[c];return tte.forEach((t=>{let{name:n,value:r}=t;e.push({key:r,name:n,style:{fontStyle:void 0,fontWeight:r}})})),e})()),[e.options]),d=u.find((e=>e.style.fontStyle===o&&e.style.fontWeight===a))||u[0];return l&&(0,At.createElement)(oj,Nt({},i,{className:"components-font-appearance-control",label:s,describedBy:d?Hr(Jr(n?r?"Currently selected font appearance: %s":"Currently selected font style: %s":"Currently selected font weight: %s"),d.name):Jr("No selected font appearance"),options:u,value:d,onChange:e=>{let{selectedItem:n}=e;return t(n.style)},__nextUnconstrainedWidth:!0}))}const ote=1.5,ate=.1;const ite=e=>{let{value:t,onChange:n,__nextHasNoMarginBottom:r=!1,__unstableInputWidth:o="60px",...a}=e;const i=function(e){return void 0!==e&&""!==e}(t),l=i?t:"";r||wr("Bottom margin styles for wp.blockEditor.LineHeightControl",{since:"6.0",version:"6.4",hint:"Set the `__nextHasNoMarginBottom` prop to true to start opting into the new styles, which will become the default in a future version"});const s=r?void 0:{marginBottom:24};return(0,At.createElement)("div",{className:"block-editor-line-height-control",style:s},(0,At.createElement)(JH,Nt({},a,{__unstableInputWidth:o,__unstableStateReducer:(e,t)=>{var n;const r=["insertText","insertFromPaste"].includes(null===(n=t.payload.event.nativeEvent)||void 0===n?void 0:n.inputType),o=((e,t)=>{if(i)return e;switch(`${e}`){case"0.1":return 1.6;case"0":return t?e:1.4;case"":return ote;default:return e}})(e.value,r);return{...e,value:o}},onChange:n,label:Jr("Line height"),placeholder:ote,step:ate,value:l,min:0,spinControls:"custom"})))},lte="typography.lineHeight";function ste(e){var t;const{attributes:{style:n},setAttributes:r}=e;return(0,At.createElement)(ite,{__unstableInputWidth:"100%",__nextHasNoMarginBottom:!0,value:null==n||null===(t=n.typography)||void 0===t?void 0:t.lineHeight,onChange:e=>{const t={...n,typography:{...null==n?void 0:n.typography,lineHeight:e}};r({style:Qj(t)})},size:"__unstable-large"})}function cte(){let{name:e}=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};const t=!cj("typography.lineHeight");return!ha(e,lte)||t}const ute="typography.__experimentalFontStyle",dte="typography.__experimentalFontWeight";function mte(e){var t,n;const{attributes:{style:r},setAttributes:o}=e,a=!pte(e),i=!fte(e),l=null==r||null===(t=r.typography)||void 0===t?void 0:t.fontStyle,s=null==r||null===(n=r.typography)||void 0===n?void 0:n.fontWeight;return(0,At.createElement)(rte,{onChange:e=>{o({style:Qj({...r,typography:{...null==r?void 0:r.typography,fontStyle:e.fontStyle,fontWeight:e.fontWeight}})})},hasFontStyles:a,hasFontWeights:i,value:{fontStyle:l,fontWeight:s},size:"__unstable-large"})}function pte(){let{name:e}=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};const t=ha(e,ute),n=cj("typography.fontStyle");return!t||!n}function fte(){let{name:e}=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};const t=ha(e,dte),n=cj("typography.fontWeight");return!t||!n}function hte(e){const t=pte(e),n=fte(e);return t&&n}function gte(e){let{value:t="",onChange:n,fontFamilies:r,...o}=e;const a=cj("typography.fontFamilies");if(r||(r=a),(0,Ot.isEmpty)(r))return null;const i=[{value:"",label:Jr("Default")},...r.map((e=>{let{fontFamily:t,name:n}=e;return{value:t,label:n||t}}))];return(0,At.createElement)(j5,Nt({label:Jr("Font"),options:i,value:t,onChange:n,labelPosition:"top"},o))}const bte="typography.__experimentalFontFamily";function vte(e,t,n){if(!ha(t,bte))return e;if(nq(t,gne,"fontFamily"))return e;if(null==n||!n.fontFamily)return e;const r=new s3(e.className);r.add(`has-${(0,Ot.kebabCase)(null==n?void 0:n.fontFamily)}-font-family`);const o=r.value;return e.className=o||void 0,e}function yte(e){var t;let{setAttributes:n,attributes:{fontFamily:r}}=e;const o=cj("typography.fontFamilies"),a=null==o||null===(t=o.find((e=>{let{slug:t}=e;return r===t})))||void 0===t?void 0:t.fontFamily;return(0,At.createElement)(gte,{className:"block-editor-hooks-font-family-control",fontFamilies:o,value:a,onChange:function(e){const t=null==o?void 0:o.find((t=>{let{fontFamily:n}=t;return n===e}));n({fontFamily:null==t?void 0:t.slug})},size:"__unstable-large",__nextHasNoMarginBottom:!0})}function _te(e){let{name:t}=e;const n=cj("typography.fontFamilies");return!n||0===n.length||!ha(t,bte)}ar("blocks.registerBlockType","core/fontFamily/addAttribute",(function(e){return ha(e,bte)?(e.attributes.fontFamily||Object.assign(e.attributes,{fontFamily:{type:"string"}}),e):e})),ar("blocks.getSaveContent.extraProps","core/fontFamily/addSaveProps",vte),ar("blocks.registerBlockType","core/fontFamily/addEditProps",(function(e){if(!ha(e,bte))return e;const t=e.getEditWrapperProps;return e.getEditWrapperProps=n=>{let r={};return t&&(r=t(n)),vte(r,e,n)},e}));const Mte=(e,t,n)=>{if(t){const n=null==e?void 0:e.find((e=>{let{slug:n}=e;return n===t}));if(n)return n}return{size:n}};function kte(e){if(e)return`has-${(0,Ot.kebabCase)(e)}-font-size`}function wte(e){const[t,...n]=e;if(!t)return null;const[,r]=kR(t.size),o=n.every((e=>{const[,t]=kR(e.size);return t===r}));return o?r:null}const Ete=LL("fieldset",{target:"e8tqeku4"})({name:"1t1ytme",styles:"border:0;margin:0;padding:0"}),xte=LL(ND.VisualLabel,{target:"e8tqeku3"})("display:flex;gap:",rD(1),";justify-content:flex-start;margin-bottom:0;"),Cte=LL("span",{target:"e8tqeku2"})("color:",wD.gray[700],";"),Lte=LL("div",{target:"e8tqeku1"})((e=>!e.__nextHasNoMarginBottom&&`margin-bottom: ${rD(6)};`),";"),Ste=LL(NL,{target:"e8tqeku0"})("&&&{height:",(e=>"__unstable-large"===e.size?"40px":"30px"),";}"),Ate={key:"default",name:Jr("Default"),value:void 0},Tte={key:"custom",name:Jr("Custom")},zte=e=>{var t;const{fontSizes:n,value:r,disableCustomFontSizes:o,size:a,onChange:i,onSelectCustom:l}=e,s=!!wte(n),c=[Ate,...n.map((e=>{let t;if(s){const[n]=kR(e.size);void 0!==n&&(t=String(n))}else(function(e){return/^[\d\.]+(px|em|rem|vw|vh|%)?$/i.test(String(e))})(e.size)&&(t=String(e.size));return{key:e.slug,name:e.name||e.slug,value:e.size,__experimentalHint:t}})),...o?[]:[Tte]],u=r?null!==(t=c.find((e=>e.value===r)))&&void 0!==t?t:Tte:Ate;return(0,At.createElement)(oj,{__nextUnconstrainedWidth:!0,className:"components-font-size-picker__select",label:Jr("Font size"),hideLabelFromVision:!0,describedBy:Hr(Jr("Currently selected font size: %s"),u.name),options:c,value:u,__experimentalShowSelectedHint:!0,onChange:e=>{let{selectedItem:t}=e;t===Tte?l():i(t.value)},size:a})},Nte=[Jr("S"),Jr("M"),Jr("L"),Jr("XL"),Jr("XXL")],Ote=[Jr("Small"),Jr("Medium"),Jr("Large"),Jr("Extra Large"),Jr("Extra Extra Large")],Bte=e=>{const{fontSizes:t,value:n,__nextHasNoMarginBottom:r,size:o,onChange:a}=e;return(0,At.createElement)(II,{__nextHasNoMarginBottom:r,label:Jr("Font size"),hideLabelFromVision:!0,value:n,onChange:a,isBlock:!0,size:o},t.map(((e,t)=>(0,At.createElement)(xq,{key:e.slug,value:e.size,label:Nte[t],"aria-label":e.name||Ote[t],showTooltip:!0}))))},Dte=(0,At.forwardRef)(((e,t)=>{var n;const{__nextHasNoMarginBottom:r=!1,fallbackFontSize:o,fontSizes:a=[],disableCustomFontSizes:i=!1,onChange:l,size:s="default",value:c,withSlider:u=!1,withReset:d=!0}=e;r||wr("Bottom margin styles for wp.components.FontSizePicker",{since:"6.1",version:"6.4",hint:"Set the `__nextHasNoMarginBottom` prop to true to start opting into the new styles, which will become the default in a future version."});const m=ER({availableUnits:["px","em","rem"]}),p=a.length>5,f=a.find((e=>e.size===c)),h=!!c&&!f,[g,b]=(0,At.useState)(!i&&h),v=(0,At.useMemo)((()=>{if(g)return Jr("Custom");if(!p)return f?f.name||Ote[a.indexOf(f)]:"";const e=wte(a);return e?`(${e})`:""}),[g,p,f,a]);if(0===a.length&&i)return null;const y="string"==typeof c||"string"==typeof(null===(n=a[0])||void 0===n?void 0:n.size),[_,M]=kR(c,m),k=!!M&&["em","rem"].includes(M);return(0,At.createElement)(Ete,{ref:t,className:"components-font-size-picker"},(0,At.createElement)(TL,{as:"legend"},Jr("Font size")),(0,At.createElement)($H,null,(0,At.createElement)(uR,{className:"components-font-size-picker__header"},(0,At.createElement)(xte,{"aria-label":`${Jr("Size")} ${v||""}`},Jr("Size"),v&&(0,At.createElement)(Cte,{className:"components-font-size-picker__header__hint"},v)),!i&&(0,At.createElement)(NL,{label:Jr(g?"Use size preset":"Set custom size"),icon:aj,onClick:()=>{b(!g)},isPressed:g,isSmall:!0}))),(0,At.createElement)(Lte,{className:"components-font-size-picker__controls",__nextHasNoMarginBottom:r},!!a.length&&p&&!g&&(0,At.createElement)(zte,{fontSizes:a,value:c,disableCustomFontSizes:i,size:s,onChange:e=>{void 0===e?null==l||l(void 0):null==l||l(y?e:Number(e),a.find((t=>t.size===e)))},onSelectCustom:()=>b(!0)}),!p&&!g&&(0,At.createElement)(Bte,{fontSizes:a,value:c,__nextHasNoMarginBottom:r,size:s,onChange:e=>{void 0===e?null==l||l(void 0):null==l||l(y?e:Number(e),a.find((t=>t.size===e)))}}),!i&&g&&(0,At.createElement)(dD,{className:"components-font-size-picker__custom-size-control"},(0,At.createElement)(pD,{isBlock:!0},(0,At.createElement)(iW,{label:Jr("Custom"),labelPosition:"top",hideLabelFromVision:!0,value:c,onChange:e=>{void 0===e?null==l||l(void 0):null==l||l(y?e:parseInt(e,10))},size:s,units:y?m:[],min:0})),u&&(0,At.createElement)(pD,{isBlock:!0},(0,At.createElement)($H,{marginX:2,marginBottom:0},(0,At.createElement)(FY,{__nextHasNoMarginBottom:r,className:"components-font-size-picker__custom-input",label:Jr("Custom Size"),hideLabelFromVision:!0,value:_,initialPosition:o,withInputField:!1,onChange:e=>{void 0===e?null==l||l(void 0):y?null==l||l(e+(null!=M?M:"px")):null==l||l(e)},min:0,max:k?10:100,step:k?.1:1}))),d&&(0,At.createElement)(pD,null,(0,At.createElement)(Ste,{disabled:void 0===c,onClick:()=>{null==l||l(void 0)},isSmall:!0,variant:"secondary",size:s},Jr("Reset"))))))})),Ite=Dte;const Rte=function(e){const t=cj("typography.fontSizes"),n=!cj("typography.customFontSize");return(0,At.createElement)(Ite,Nt({},e,{fontSizes:t,disableCustomFontSizes:n}))},Pte="1600px",Hte="768px",Wte=1,Yte=.75;function Fte(e){let{minimumFontSize:t,maximumFontSize:n,fontSize:r,minimumViewPortWidth:o=Hte,maximumViewPortWidth:a=Pte,scaleFactor:i=Wte,minimumFontSizeFactor:l=Yte,minimumFontSizeLimit:s}=e;if(s=jte(s)?s:"14px",r){const e=jte(r);if(null==e||!e.unit)return null;const o=jte(s,{coerceTo:e.unit});if(null!=o&&o.value&&!t&&!n&&(null==e?void 0:e.value)<=(null==o?void 0:o.value))return null;if(n||(n=`${e.value}${e.unit}`),!t){const n=qte(e.value*l,3);t=null!=o&&o.value&&n<(null==o?void 0:o.value)?`${o.value}${o.unit}`:`${n}${e.unit}`}}const c=jte(t),u=(null==c?void 0:c.unit)||"rem",d=jte(n,{coerceTo:u});if(!c||!d)return null;const m=jte(t,{coerceTo:"rem"}),p=jte(a,{coerceTo:u}),f=jte(o,{coerceTo:u});if(!p||!f||!m)return null;const h=qte(f.value/100,3),g=qte(h,3)+u,b=qte(((d.value-c.value)/(p.value-f.value)*100||1)*i,3);return`clamp(${t}, ${`${m.value}${m.unit} + ((1vw - ${g}) * ${b})`}, ${n})`}function jte(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};if("string"!=typeof e&&"number"!=typeof e)return null;isFinite(e)&&(e=`${e}px`);const{coerceTo:n,rootSizeValue:r,acceptableUnits:o}={coerceTo:"",rootSizeValue:16,acceptableUnits:["rem","px","em"],...t},a=null==o?void 0:o.join("|"),i=new RegExp(`^(\\d*\\.?\\d+)(${a}){1,1}$`),l=e.match(i);if(!l||l.length<3)return null;let[,s,c]=l,u=parseFloat(s);return"px"!==n||"em"!==c&&"rem"!==c||(u*=r,c=n),"px"!==c||"em"!==n&&"rem"!==n||(u/=r,c=n),"em"!==n&&"rem"!==n||"em"!==c&&"rem"!==c||(c=n),{value:qte(u,3),unit:c}}function qte(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:3;const n=Math.pow(10,t);return Number.isFinite(e)?parseFloat(Math.round(e*n)/n):void 0}const Vte="typography.fontSize";function Ute(e,t,n){if(!ha(t,Vte))return e;if(nq(t,gne,"fontSize"))return e;const r=new s3(e.className);r.add(kte(n.fontSize));const o=r.value;return e.className=o||void 0,e}function Xte(e){var t,n;const{attributes:{fontSize:r,style:o},setAttributes:a}=e,i=cj("typography.fontSizes"),l=Mte(i,r,null==o||null===(t=o.typography)||void 0===t?void 0:t.fontSize),s=(null==l?void 0:l.size)||(null==o||null===(n=o.typography)||void 0===n?void 0:n.fontSize)||r;return(0,At.createElement)(Rte,{onChange:e=>{const t=function(e,t){const n=null==e?void 0:e.find((e=>{let{size:n}=e;return n===t}));return n||{size:t}}(i,e).slug;a({style:Qj({...o,typography:{...null==o?void 0:o.typography,fontSize:t?void 0:e}}),fontSize:t})},value:s,withReset:!1,withSlider:!0,size:"__unstable-large",__nextHasNoMarginBottom:!0})}function $te(){let{name:e}=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};const t=cj("typography.fontSizes"),n=!(null==t||!t.length);return!ha(e,Vte)||!n}const Gte=xf((e=>t=>{var n,r;const o=cj("typography.fontSizes"),{name:a,attributes:{fontSize:i,style:l},wrapperProps:s}=t;if(!ha(a,Vte)||nq(a,gne,"fontSize")||!i||null!=l&&null!==(n=l.typography)&&void 0!==n&&n.fontSize)return(0,At.createElement)(e,t);const c=Mte(o,i,null==l||null===(r=l.typography)||void 0===r?void 0:r.fontSize).size,u={...t,wrapperProps:{...s,style:{fontSize:c,...null==s?void 0:s.style}}};return(0,At.createElement)(e,u)}),"withFontSizeInlineStyles"),Kte={fontSize:[["fontSize"],["style","typography","fontSize"]]};ar("blocks.registerBlockType","core/font/addAttribute",(function(e){return ha(e,Vte)?(e.attributes.fontSize||Object.assign(e.attributes,{fontSize:{type:"string"}}),e):e})),ar("blocks.getSaveContent.extraProps","core/font/addSaveProps",Ute),ar("blocks.registerBlockType","core/font/addEditProps",(function(e){if(!ha(e,Vte))return e;const t=e.getEditWrapperProps;return e.getEditWrapperProps=n=>{let r={};return t&&(r=t(n)),Ute(r,e,n)},e})),ar("editor.BlockListBlock","core/font-size/with-font-size-inline-styles",Gte),ar("blocks.switchToBlockType.transformedBlock","core/font-size/addTransforms",(function(e,t,n,r){return tq({fontSize:ha(e.name,Vte)},Kte,e,t,n,r)})),ar("blocks.registerBlockType","core/font-size/addEditPropsForFluidCustomFontSizes",(function(e){if(!ha(e,Vte)||nq(e,gne,"fontSize"))return e;const t=e.getEditWrapperProps;return e.getEditWrapperProps=e=>{var n,r,o;const a=t?t(e):{},i=null==a||null===(n=a.style)||void 0===n?void 0:n.fontSize,l=null===(r=Ar(OB).getSettings().__experimentalFeatures)||void 0===r||null===(o=r.typography)||void 0===o?void 0:o.fluid,s="object"==typeof l?l:{},c=i&&l?Fte({fontSize:i,minimumFontSizeLimit:null==s?void 0:s.minFontSize}):null;return null===c?a:{...a,style:{...null==a?void 0:a.style,fontSize:c}}},e}),11);const Jte=(0,At.createElement)(Sx,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,At.createElement)(Cx,{d:"M7 18v1h10v-1H7zm5-2c1.5 0 2.6-.4 3.4-1.2.8-.8 1.1-2 1.1-3.5V5H15v5.8c0 1.2-.2 2.1-.6 2.8-.4.7-1.2 1-2.4 1s-2-.3-2.4-1c-.4-.7-.6-1.6-.6-2.8V5H7.5v6.2c0 1.5.4 2.7 1.1 3.5.8.9 1.9 1.3 3.4 1.3z"})),Zte=(0,At.createElement)(Sx,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,At.createElement)(Cx,{d:"M9.1 9v-.5c0-.6.2-1.1.7-1.4.5-.3 1.2-.5 2-.5.7 0 1.4.1 2.1.3.7.2 1.4.5 2.1.9l.2-1.9c-.6-.3-1.2-.5-1.9-.7-.8-.1-1.6-.2-2.4-.2-1.5 0-2.7.3-3.6 1-.8.7-1.2 1.5-1.2 2.6V9h2zM20 12H4v1h8.3c.3.1.6.2.8.3.5.2.9.5 1.1.8.3.3.4.7.4 1.2 0 .7-.2 1.1-.8 1.5-.5.3-1.2.5-2.1.5-.8 0-1.6-.1-2.4-.3-.8-.2-1.5-.5-2.2-.8L7 18.1c.5.2 1.2.4 2 .6.8.2 1.6.3 2.4.3 1.7 0 3-.3 3.9-1 .9-.7 1.3-1.6 1.3-2.8 0-.9-.2-1.7-.7-2.2H20v-1z"})),Qte=[{name:Jr("None"),value:"none",icon:RP},{name:Jr("Underline"),value:"underline",icon:Jte},{name:Jr("Strikethrough"),value:"line-through",icon:Zte}];function ene(e){let{value:t,onChange:n,className:r}=e;return(0,At.createElement)("fieldset",{className:Sf()("block-editor-text-decoration-control",r)},(0,At.createElement)(ND.VisualLabel,{as:"legend"},Jr("Decoration")),(0,At.createElement)("div",{className:"block-editor-text-decoration-control__buttons"},Qte.map((e=>(0,At.createElement)(NL,{key:e.value,icon:e.icon,label:e.name,isPressed:e.value===t,onClick:()=>{n(e.value===t?void 0:e.value)}})))))}const tne="typography.__experimentalTextDecoration";function nne(e){var t;const{attributes:{style:n},setAttributes:r}=e;return(0,At.createElement)(ene,{value:null==n||null===(t=n.typography)||void 0===t?void 0:t.textDecoration,onChange:function(e){r({style:Qj({...n,typography:{...null==n?void 0:n.typography,textDecoration:e}})})},size:"__unstable-large"})}function rne(){let{name:e}=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};const t=!ha(e,tne),n=cj("typography.textDecoration");return t||!n}const one=(0,At.createElement)(Sx,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,At.createElement)(Cx,{d:"M6.1 6.8L2.1 18h1.6l1.1-3h4.3l1.1 3h1.6l-4-11.2H6.1zm-.8 6.8L7 8.9l1.7 4.7H5.3zm15.1-.7c-.4-.5-.9-.8-1.6-1 .4-.2.7-.5.8-.9.2-.4.3-.9.3-1.4 0-.9-.3-1.6-.8-2-.6-.5-1.3-.7-2.4-.7h-3.5V18h4.2c1.1 0 2-.3 2.6-.8.6-.6 1-1.4 1-2.4-.1-.8-.3-1.4-.6-1.9zm-5.7-4.7h1.8c.6 0 1.1.1 1.4.4.3.2.5.7.5 1.3 0 .6-.2 1.1-.5 1.3-.3.2-.8.4-1.4.4h-1.8V8.2zm4 8c-.4.3-.9.5-1.5.5h-2.6v-3.8h2.6c1.4 0 2 .6 2 1.9.1.6-.1 1-.5 1.4z"})),ane=(0,At.createElement)(Sx,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,At.createElement)(Cx,{d:"M11 16.8c-.1-.1-.2-.3-.3-.5v-2.6c0-.9-.1-1.7-.3-2.2-.2-.5-.5-.9-.9-1.2-.4-.2-.9-.3-1.6-.3-.5 0-1 .1-1.5.2s-.9.3-1.2.6l.2 1.2c.4-.3.7-.4 1.1-.5.3-.1.7-.2 1-.2.6 0 1 .1 1.3.4.3.2.4.7.4 1.4-1.2 0-2.3.2-3.3.7s-1.4 1.1-1.4 2.1c0 .7.2 1.2.7 1.6.4.4 1 .6 1.8.6.9 0 1.7-.4 2.4-1.2.1.3.2.5.4.7.1.2.3.3.6.4.3.1.6.1 1.1.1h.1l.2-1.2h-.1c-.4.1-.6 0-.7-.1zM9.2 16c-.2.3-.5.6-.9.8-.3.1-.7.2-1.1.2-.4 0-.7-.1-.9-.3-.2-.2-.3-.5-.3-.9 0-.6.2-1 .7-1.3.5-.3 1.3-.4 2.5-.5v2zm10.6-3.9c-.3-.6-.7-1.1-1.2-1.5-.6-.4-1.2-.6-1.9-.6-.5 0-.9.1-1.4.3-.4.2-.8.5-1.1.8V6h-1.4v12h1.3l.2-1c.2.4.6.6 1 .8.4.2.9.3 1.4.3.7 0 1.2-.2 1.8-.5.5-.4 1-.9 1.3-1.5.3-.6.5-1.3.5-2.1-.1-.6-.2-1.3-.5-1.9zm-1.7 4c-.4.5-.9.8-1.6.8s-1.2-.2-1.7-.7c-.4-.5-.7-1.2-.7-2.1 0-.9.2-1.6.7-2.1.4-.5 1-.7 1.7-.7s1.2.3 1.6.8c.4.5.6 1.2.6 2s-.2 1.4-.6 2z"})),ine=(0,At.createElement)(Sx,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,At.createElement)(Cx,{d:"M7.1 6.8L3.1 18h1.6l1.1-3h4.3l1.1 3h1.6l-4-11.2H7.1zm-.8 6.8L8 8.9l1.7 4.7H6.3zm14.5-1.5c-.3-.6-.7-1.1-1.2-1.5-.6-.4-1.2-.6-1.9-.6-.5 0-.9.1-1.4.3-.4.2-.8.5-1.1.8V6h-1.4v12h1.3l.2-1c.2.4.6.6 1 .8.4.2.9.3 1.4.3.7 0 1.2-.2 1.8-.5.5-.4 1-.9 1.3-1.5.3-.6.5-1.3.5-2.1-.1-.6-.2-1.3-.5-1.9zm-1.7 4c-.4.5-.9.8-1.6.8s-1.2-.2-1.7-.7c-.4-.5-.7-1.2-.7-2.1 0-.9.2-1.6.7-2.1.4-.5 1-.7 1.7-.7s1.2.3 1.6.8c.4.5.6 1.2.6 2 .1.8-.2 1.4-.6 2z"})),lne=[{name:Jr("None"),value:"none",icon:RP},{name:Jr("Uppercase"),value:"uppercase",icon:one},{name:Jr("Lowercase"),value:"lowercase",icon:ane},{name:Jr("Capitalize"),value:"capitalize",icon:ine}];function sne(e){let{className:t,value:n,onChange:r}=e;return(0,At.createElement)("fieldset",{className:Sf()("block-editor-text-transform-control",t)},(0,At.createElement)(ND.VisualLabel,{as:"legend"},Jr("Letter case")),(0,At.createElement)("div",{className:"block-editor-text-transform-control__buttons"},lne.map((e=>(0,At.createElement)(NL,{key:e.value,icon:e.icon,label:e.name,isPressed:e.value===n,onClick:()=>{r(e.value===n?void 0:e.value)}})))))}const cne="typography.__experimentalTextTransform";function une(e){var t;const{attributes:{style:n},setAttributes:r}=e;return(0,At.createElement)(sne,{value:null==n||null===(t=n.typography)||void 0===t?void 0:t.textTransform,onChange:function(e){r({style:Qj({...n,typography:{...null==n?void 0:n.typography,textTransform:e}})})},size:"__unstable-large"})}function dne(){let{name:e}=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};const t=!ha(e,cne),n=cj("typography.textTransform");return t||!n}function mne(e){let{value:t,onChange:n,__unstableInputWidth:r="60px",...o}=e;const a=ER({availableUnits:cj("spacing.units")||["px","em","rem"],defaultValues:{px:2,em:.2,rem:.2}});return(0,At.createElement)(iW,Nt({},o,{label:Jr("Letter spacing"),value:t,__unstableInputWidth:r,units:a,onChange:n}))}const pne="typography.__experimentalLetterSpacing";function fne(e){var t;const{attributes:{style:n},setAttributes:r}=e;return(0,At.createElement)(mne,{value:null==n||null===(t=n.typography)||void 0===t?void 0:t.letterSpacing,onChange:function(e){r({style:Qj({...n,typography:{...null==n?void 0:n.typography,letterSpacing:e}})})},__unstableInputWidth:"100%",size:"__unstable-large"})}function hne(){let{name:e}=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};const t=!ha(e,pne),n=cj("typography.letterSpacing");return t||!n}const gne="typography",bne=[lte,Vte,ute,dte,bte,tne,cne,pne];function vne(e){const{clientId:t}=e,n=_te(e),r=$te(e),o=hte(e),a=cte(e),i=rne(e),l=dne(e),s=hne(e),c=!pte(e),u=!fte(e),d=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};const t=[hte(e),$te(e),cte(e),_te(e),rne(e),dne(e),hne(e)];return t.filter(Boolean).length===t.length}(e),m=yne(e.name);if(d||!m)return null;const p=fa(e.name,[gne,"__experimentalDefaultControls"]),f=e=>t=>{var n;return{...t,style:{...t.style,typography:{...null===(n=t.style)||void 0===n?void 0:n.typography,[e]:void 0}}}};return(0,At.createElement)(sq,{__experimentalGroup:"typography"},!n&&(0,At.createElement)(Tj,{hasValue:()=>function(e){return!!e.attributes.fontFamily}(e),label:Jr("Font family"),onDeselect:()=>function(e){let{setAttributes:t}=e;t({fontFamily:void 0})}(e),isShownByDefault:null==p?void 0:p.fontFamily,resetAllFilter:e=>({...e,fontFamily:void 0}),panelId:t},(0,At.createElement)(yte,e)),!r&&(0,At.createElement)(Tj,{hasValue:()=>function(e){var t;const{fontSize:n,style:r}=e.attributes;return!!n||!(null==r||null===(t=r.typography)||void 0===t||!t.fontSize)}(e),label:Jr("Font size"),onDeselect:()=>function(e){let{attributes:t={},setAttributes:n}=e;const{style:r}=t;n({fontSize:void 0,style:Qj({...r,typography:{...null==r?void 0:r.typography,fontSize:void 0}})})}(e),isShownByDefault:null==p?void 0:p.fontSize,resetAllFilter:e=>{var t;return{...e,fontSize:void 0,style:{...e.style,typography:{...null===(t=e.style)||void 0===t?void 0:t.typography,fontSize:void 0}}}},panelId:t},(0,At.createElement)(Xte,e)),!o&&(0,At.createElement)(Tj,{className:"single-column",hasValue:()=>function(e){var t;const{fontStyle:n,fontWeight:r}=(null===(t=e.attributes.style)||void 0===t?void 0:t.typography)||{};return!!n||!!r}(e),label:nte(c,u),onDeselect:()=>function(e){let{attributes:t={},setAttributes:n}=e;const{style:r}=t;n({style:Qj({...r,typography:{...null==r?void 0:r.typography,fontStyle:void 0,fontWeight:void 0}})})}(e),isShownByDefault:null==p?void 0:p.fontAppearance,resetAllFilter:e=>{var t;return{...e,style:{...e.style,typography:{...null===(t=e.style)||void 0===t?void 0:t.typography,fontStyle:void 0,fontWeight:void 0}}}},panelId:t},(0,At.createElement)(mte,e)),!a&&(0,At.createElement)(Tj,{className:"single-column",hasValue:()=>function(e){var t,n;return!(null===(t=e.attributes.style)||void 0===t||null===(n=t.typography)||void 0===n||!n.lineHeight)}(e),label:Jr("Line height"),onDeselect:()=>function(e){let{attributes:t={},setAttributes:n}=e;const{style:r}=t;n({style:Qj({...r,typography:{...null==r?void 0:r.typography,lineHeight:void 0}})})}(e),isShownByDefault:null==p?void 0:p.lineHeight,resetAllFilter:f("lineHeight"),panelId:t},(0,At.createElement)(ste,e)),!s&&(0,At.createElement)(Tj,{className:"single-column",hasValue:()=>function(e){var t,n;return!(null===(t=e.attributes.style)||void 0===t||null===(n=t.typography)||void 0===n||!n.letterSpacing)}(e),label:Jr("Letter spacing"),onDeselect:()=>function(e){let{attributes:t={},setAttributes:n}=e;const{style:r}=t;n({style:Qj({...r,typography:{...null==r?void 0:r.typography,letterSpacing:void 0}})})}(e),isShownByDefault:null==p?void 0:p.letterSpacing,resetAllFilter:f("letterSpacing"),panelId:t},(0,At.createElement)(fne,e)),!i&&(0,At.createElement)(Tj,{className:"single-column",hasValue:()=>function(e){var t,n;return!(null===(t=e.attributes.style)||void 0===t||null===(n=t.typography)||void 0===n||!n.textDecoration)}(e),label:Jr("Decoration"),onDeselect:()=>function(e){let{attributes:t={},setAttributes:n}=e;const{style:r}=t;n({style:Qj({...r,typography:{...null==r?void 0:r.typography,textDecoration:void 0}})})}(e),isShownByDefault:null==p?void 0:p.textDecoration,resetAllFilter:f("textDecoration"),panelId:t},(0,At.createElement)(nne,e)),!l&&(0,At.createElement)(Tj,{hasValue:()=>function(e){var t,n;return!(null===(t=e.attributes.style)||void 0===t||null===(n=t.typography)||void 0===n||!n.textTransform)}(e),label:Jr("Letter case"),onDeselect:()=>function(e){let{attributes:t={},setAttributes:n}=e;const{style:r}=t;n({style:Qj({...r,typography:{...null==r?void 0:r.typography,textTransform:void 0}})})}(e),isShownByDefault:null==p?void 0:p.textTransform,resetAllFilter:f("textTransform"),panelId:t},(0,At.createElement)(une,e)))}const yne=e=>bne.some((t=>ha(e,t)));const _ne=[...bne,k9,Hee,zq,Nq],Mne=e=>_ne.some((t=>ha(e,t)));function kne(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};const t={};return qV(e).forEach((e=>{t[e.key]=e.value})),t}const wne={"__experimentalBorder.__experimentalSkipSerialization":["border"],"color.__experimentalSkipSerialization":[Hee],[`${gne}.__experimentalSkipSerialization`]:[gne],[`${zq}.__experimentalSkipSerialization`]:[zq],[`${Nq}.__experimentalSkipSerialization`]:[Nq]},Ene={...wne,[`${Nq}`]:["spacing.blockGap"]},xne={gradients:"gradient"};function Cne(e,t){let n=arguments.length>2&&void 0!==arguments[2]&&arguments[2];if(!e)return e;let r=e;return n||(r=JSON.parse(JSON.stringify(e))),Array.isArray(t)||(t=[t]),t.forEach((e=>{if(Array.isArray(e)||(e=e.split(".")),e.length>1){const[t,...n]=e;Cne(r[t],[n],!0)}else 1===e.length&&delete r[e[0]]})),r}function Lne(e,t,n){let r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:Ene;if(!Mne(t))return e;let{style:o}=n;return Object.entries(r).forEach((e=>{let[n,r]=e;const a=fa(t,n);!0===a&&(o=Cne(o,r)),Array.isArray(a)&&a.forEach((e=>{const t=xne[e]||e;o=Cne(o,[[...r,t]])}))})),e.style={...kne(o),...e.style},e}const Sne=xf((e=>t=>{const n=PB();return(0,At.createElement)(At.Fragment,null,n&&(0,At.createElement)(At.Fragment,null,(0,At.createElement)(Jee,t),(0,At.createElement)(vne,t),(0,At.createElement)(A9,t),(0,At.createElement)(Iq,t)),(0,At.createElement)(e,t))}),"withToolbarControls"),Ane=xf((e=>t=>{var n,r;const o=`wp-elements-${ug(e)}`,a=nq(t.name,Hee,"link"),i=(0,At.useMemo)((()=>{var e;const n=null===(e=t.attributes.style)||void 0===e?void 0:e.elements,r=[];if(n&&Object.keys(n).length>0){var i;const e={...n,link:{...n.link,color:a||null===(i=n.link)||void 0===i?void 0:i.color}};for(const[t,n]of Object.entries(e)){const e=jV(n,{selector:`.editor-styles-wrapper .${o} ${Yo[t]}`});e&&r.push(e)}}return r.length>0?r:void 0}),[null===(n=t.attributes.style)||void 0===n?void 0:n.elements]),l=(0,At.useContext)(r5.__unstableElementContext);return(0,At.createElement)(At.Fragment,null,i&&l&&(0,zt.createPortal)((0,At.createElement)("style",{dangerouslySetInnerHTML:{__html:i}}),l),(0,At.createElement)(e,Nt({},t,{className:null!==(r=t.attributes.style)&&void 0!==r&&r.elements?Sf()(t.className,o):t.className})))}));ar("blocks.registerBlockType","core/style/addAttribute",(function(e){return Mne(e)?(e.attributes.style||Object.assign(e.attributes,{style:{type:"object"}}),e):e})),ar("blocks.getSaveContent.extraProps","core/style/addSaveProps",Lne),ar("blocks.registerBlockType","core/style/addEditProps",(function(e){if(!Mne(e))return e;const t=e.getEditWrapperProps;return e.getEditWrapperProps=n=>{let r={};return t&&(r=t(n)),Lne(r,e,n,wne)},e})),ar("editor.BlockEdit","core/style/with-block-controls",Sne),ar("editor.BlockListBlock","core/editor/with-elements-styles",Ane);ar("blocks.registerBlockType","core/settings/addAttribute",(function(e){var t;return ha(e,"__experimentalSettings",!1)?(null!=e&&null!==(t=e.attributes)&&void 0!==t&&t.settings||(e.attributes={...e.attributes,settings:{type:"object"}}),e):e}));const Tne=(0,At.createElement)(Sx,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,At.createElement)(Cx,{d:"M5 17.7c.4.5.8.9 1.2 1.2l1.1-1.4c-.4-.3-.7-.6-1-1L5 17.7zM5 6.3l1.4 1.1c.3-.4.6-.7 1-1L6.3 5c-.5.4-.9.8-1.3 1.3zm.1 7.8l-1.7.5c.2.6.4 1.1.7 1.6l1.5-.8c-.2-.4-.4-.8-.5-1.3zM4.8 12v-.7L3 11.1v1.8l1.7-.2c.1-.2.1-.5.1-.7zm3 7.9c.5.3 1.1.5 1.6.7l.5-1.7c-.5-.1-.9-.3-1.3-.5l-.8 1.5zM19 6.3c-.4-.5-.8-.9-1.2-1.2l-1.1 1.4c.4.3.7.6 1 1L19 6.3zm-.1 3.6l1.7-.5c-.2-.6-.4-1.1-.7-1.6l-1.5.8c.2.4.4.8.5 1.3zM5.6 8.6l-1.5-.8c-.3.5-.5 1-.7 1.6l1.7.5c.1-.5.3-.9.5-1.3zm2.2-4.5l.8 1.5c.4-.2.8-.4 1.3-.5l-.5-1.7c-.6.2-1.1.4-1.6.7zm8.8 13.5l1.1 1.4c.5-.4.9-.8 1.2-1.2l-1.4-1.1c-.2.3-.5.6-.9.9zm1.8-2.2l1.5.8c.3-.5.5-1.1.7-1.6l-1.7-.5c-.1.5-.3.9-.5 1.3zm2.6-4.3l-1.7.2v1.4l1.7.2V12v-.9zM11.1 3l.2 1.7h1.4l.2-1.7h-1.8zm3 2.1c.5.1.9.3 1.3.5l.8-1.5c-.5-.3-1.1-.5-1.6-.7l-.5 1.7zM12 19.2h-.7l-.2 1.8h1.8l-.2-1.7c-.2-.1-.5-.1-.7-.1zm2.1-.3l.5 1.7c.6-.2 1.1-.4 1.6-.7l-.8-1.5c-.4.2-.8.4-1.3.5z"}));function zne(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[],t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"90deg";const n=100/e.length,r=e.map(((e,t)=>`${e} ${t*n}%, ${e} ${(t+1)*n}%`)).join(", ");return`linear-gradient( ${t}, ${r} )`}To([zo]);const Nne=function(e){let{values:t}=e;return t?(0,At.createElement)(W5,{colorValue:zne(t,"135deg")}):(0,At.createElement)(JC,{icon:Tne})};function One(e){let{label:t,value:n,colors:r,disableCustomColors:o,enableAlpha:a,onChange:i}=e;const[l,s]=(0,At.useState)(!1);return(0,At.createElement)(At.Fragment,null,(0,At.createElement)(NL,{className:"components-color-list-picker__swatch-button",onClick:()=>s((e=>!e))},(0,At.createElement)(uR,{justify:"flex-start",spacing:2},n?(0,At.createElement)(W5,{colorValue:n,className:"components-color-list-picker__swatch-color"}):(0,At.createElement)(JC,{icon:Tne}),(0,At.createElement)("span",null,t))),l&&(0,At.createElement)(q8,{className:"components-color-list-picker__color-picker",colors:r,value:n,clearable:!1,onChange:i,disableCustomColors:o,enableAlpha:a}))}const Bne=function(e){let{colors:t,labels:n,value:r=[],disableCustomColors:o,enableAlpha:a,onChange:i}=e;return(0,At.createElement)("div",{className:"components-color-list-picker"},n.map(((e,n)=>(0,At.createElement)(One,{key:n,label:e,value:r[n],colors:t,disableCustomColors:o,enableAlpha:a,onChange:e=>{const t=r.slice();t[n]=e,i(t)}}))))},Dne=["#333","#CCC"];function Ine(e){let{value:t,onChange:n}=e;const r=!!t,o=r?t:Dne,a=zne(o),i=function(e){return e.map(((t,n)=>({position:100*n/(e.length-1),color:t})))}(o);return(0,At.createElement)(oee,{disableInserter:!0,background:a,hasGradient:r,value:i,onChange:e=>{const t=function(){return(arguments.length>0&&void 0!==arguments[0]?arguments[0]:[]).map((e=>{let{color:t}=e;return t}))}(e);n(t)}})}const Rne=function(e){let{clearable:t=!0,unsetable:n=!0,colorPalette:r,duotonePalette:o,disableCustomColors:a,disableCustomDuotone:i,value:l,onChange:s}=e;const[c,u]=(0,At.useMemo)((()=>{return!(e=r)||e.length<2?["#000","#fff"]:e.map((e=>{let{color:t}=e;return{color:t,brightness:So(t).brightness()}})).reduce(((e,t)=>{let[n,r]=e;return[t.brightness<=n.brightness?t:n,t.brightness>=r.brightness?t:r]}),[{brightness:1},{brightness:0}]).map((e=>{let{color:t}=e;return t}));var e}),[r]),d="unset"===l,m=(0,At.createElement)(I8.Option,{key:"unset",value:"unset",isSelected:d,tooltipText:Jr("Unset"),className:"components-duotone-picker__color-indicator",onClick:()=>{s(d?void 0:"unset")}}),p=o.map((e=>{let{colors:t,slug:n,name:r}=e;const o={background:zne(t,"135deg"),color:"transparent"},a=null!=r?r:Hr(Jr("Duotone code: %s"),n),i=r?Hr(Jr("Duotone: %s"),r):a,c=hs()(t,l);return(0,At.createElement)(I8.Option,{key:n,value:t,isSelected:c,"aria-label":i,tooltipText:a,style:o,onClick:()=>{s(c?void 0:t)}})}));return(0,At.createElement)(I8,{options:n?[m,...p]:p,actions:!!t&&(0,At.createElement)(I8.ButtonAction,{onClick:()=>s(void 0)},Jr("Clear"))},(0,At.createElement)($H,{paddingTop:4},(0,At.createElement)(Nj,{spacing:3},!a&&!i&&(0,At.createElement)(Ine,{value:d?void 0:l,onChange:s}),!i&&(0,At.createElement)(Bne,{labels:[Jr("Shadows"),Jr("Highlights")],colors:r,value:d?void 0:l,disableCustomColors:a,enableAlpha:!0,onChange:e=>{e[0]||(e[0]=c),e[1]||(e[1]=u);const t=e.length>=2?e:void 0;s(t)}}))))},Pne=(0,At.createElement)(Sx,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,At.createElement)(Cx,{d:"M12 4 4 19h16L12 4zm0 3.2 5.5 10.3H12V7.2z"}));const Hne=function(e){let t,{colorPalette:n,duotonePalette:r,disableCustomColors:o,disableCustomDuotone:a,value:i,onChange:l}=e;return t="unset"===i?(0,At.createElement)(W5,{className:"block-editor-duotone-control__unset-indicator"}):i?(0,At.createElement)(Nne,{values:i}):(0,At.createElement)(UF,{icon:Pne}),(0,At.createElement)(tA,{popoverProps:{className:"block-editor-duotone-control__popover",headerTitle:Jr("Duotone"),variant:"toolbar"},renderToggle:e=>{let{isOpen:n,onToggle:r}=e;return(0,At.createElement)(JS,{showTooltip:!0,onClick:r,"aria-haspopup":"true","aria-expanded":n,onKeyDown:e=>{n||e.keyCode!==FE||(e.preventDefault(),r())},label:Jr("Apply duotone filter"),icon:t})},renderContent:()=>(0,At.createElement)(VB,{label:Jr("Duotone")},(0,At.createElement)("div",{className:"block-editor-duotone-control__description"},Jr("Create a two-tone color effect without losing your original image.")),(0,At.createElement)(Rne,{colorPalette:n,duotonePalette:r,disableCustomColors:o,disableCustomDuotone:a,value:i,onChange:l}))})},Wne=[];function Yne(e){let{selector:t,id:n,colors:r}=e;return"unset"===r?(0,At.createElement)(zQ,{selector:t}):(0,At.createElement)(At.Fragment,null,(0,At.createElement)(NQ,{id:n,colors:r}),(0,At.createElement)(TQ,{id:n,selector:t}))}function Fne(e){let{presetSetting:t,defaultSetting:n}=e;const r=!cj(n),o=cj(`${t}.custom`)||Wne,a=cj(`${t}.theme`)||Wne,i=cj(`${t}.default`)||Wne;return(0,At.useMemo)((()=>[...o,...a,...r?Wne:i]),[r,o,a,i])}function jne(e){var t;let{attributes:n,setAttributes:r}=e;const o=null==n?void 0:n.style,a=null==o||null===(t=o.color)||void 0===t?void 0:t.duotone,i=Fne({presetSetting:"color.duotone",defaultSetting:"color.defaultDuotone"}),l=Fne({presetSetting:"color.palette",defaultSetting:"color.defaultPalette"}),s=!cj("color.custom"),c=!cj("color.customDuotone")||0===(null==l?void 0:l.length)&&s;return 0===(null==i?void 0:i.length)&&c?null:(0,At.createElement)(jB,{group:"block",__experimentalShareWithChildBlocks:!0},(0,At.createElement)(Hne,{duotonePalette:i,colorPalette:l,disableCustomDuotone:c,disableCustomColors:s,value:a,onChange:e=>{const t={...o,color:{...null==o?void 0:o.color,duotone:e}};r({style:t})}}))}To([zo]);const qne=xf((e=>t=>{const n=ha(t.name,"color.__experimentalDuotone"),r=Uu((e=>e(OB).__unstableGetContentLockingParent(t.clientId)),[t.clientId]);return(0,At.createElement)(At.Fragment,null,(0,At.createElement)(e,t),n&&!r&&(0,At.createElement)(jne,t))}),"withDuotoneControls");const Vne=xf((e=>t=>{var n,r,o;const a=fa(t.name,"color.__experimentalDuotone"),i=null==t||null===(n=t.attributes)||void 0===n||null===(r=n.style)||void 0===r||null===(o=r.color)||void 0===o?void 0:o.duotone;if(!a||!i)return(0,At.createElement)(e,t);const l=`wp-duotone-${ug(e)}`,s=function(e,t){const n=e.split(","),r=t.split(","),o=[];return n.forEach((e=>{r.forEach((t=>{o.push(`${e.trim()} ${t.trim()}`)}))})),o.join(", ")}(`.editor-styles-wrapper .${l}`,a),c=Sf()(null==t?void 0:t.className,l),u=(0,At.useContext)(r5.__unstableElementContext);return(0,At.createElement)(At.Fragment,null,u&&(0,zt.createPortal)((0,At.createElement)(Yne,{selector:s,id:l,colors:i}),u),(0,At.createElement)(e,Nt({},t,{className:c})))}),"withDuotoneStyles");ar("blocks.registerBlockType","core/editor/duotone/add-attributes",(function(e){return ha(e,"color.__experimentalDuotone")?(e.attributes.style||Object.assign(e.attributes,{style:{type:"object"}}),e):e})),ar("editor.BlockEdit","core/editor/duotone/with-editor-controls",qne),ar("editor.BlockListBlock","core/editor/duotone/with-styles",Vne);const Une=(0,At.forwardRef)((function(e,t){const{className:n,...r}=e,o=sg()("components-button-group",n);return(0,At.createElement)("div",Nt({ref:t,role:"group",className:o},r))})),Xne="__experimentalLayout";function $ne(e){let{setAttributes:t,attributes:n,name:r}=e;const{layout:o}=n,a=cj("layout"),i=Uu((e=>{const{getSettings:t}=e(OB);return t().supportsLayout}),[]),l=fa(r,Xne,{}),{allowSwitching:s,allowEditing:c=!0,allowInheriting:u=!0,default:d}=l;if(!c)return null;const m=!(!u||!a||null!=o&&o.type&&"default"!==(null==o?void 0:o.type)&&"constrained"!==(null==o?void 0:o.type)&&(null==o||!o.inherit)),p=o||d||{},{inherit:f=!1,type:h="default",contentSize:g=null}=p;if(("default"===h||"constrained"===h)&&!i)return null;const b=XV(h),v=XV("constrained"),y=!p.type&&(g||f),_=!!f||!!g,M=e=>t({layout:e});return(0,At.createElement)(At.Fragment,null,(0,At.createElement)(sq,null,(0,At.createElement)(LU,{title:Jr("Layout")},m&&(0,At.createElement)(At.Fragment,null,(0,At.createElement)(dR,{className:"block-editor-hooks__toggle-control",label:Jr("Inner blocks use content width"),checked:"constrained"===(null==b?void 0:b.name)||_,onChange:()=>t({layout:{type:"constrained"===(null==b?void 0:b.name)||_?"default":"constrained"}}),help:"constrained"===(null==b?void 0:b.name)||_?Jr("Nested blocks use content width with options for full and wide widths."):Jr("Nested blocks will fill the width of this container. Toggle to constrain.")})),!f&&s&&(0,At.createElement)(Gne,{type:h,onChange:e=>t({layout:{type:e}})}),b&&"default"!==b.name&&(0,At.createElement)(b.inspectorControls,{layout:p,onChange:M,layoutBlockSupport:l}),v&&y&&(0,At.createElement)(v.inspectorControls,{layout:p,onChange:M,layoutBlockSupport:l}))),!f&&b&&(0,At.createElement)(b.toolBarControls,{layout:p,onChange:M,layoutBlockSupport:l}))}function Gne(e){let{type:t,onChange:n}=e;return(0,At.createElement)(Une,null,UV.map((e=>{let{name:r,label:o}=e;return(0,At.createElement)(NL,{key:r,isPressed:t===r,onClick:()=>n(r)},o)})))}const Kne=xf((e=>t=>{const{name:n}=t;return[ha(n,Xne)&&(0,At.createElement)($ne,Nt({key:"layout"},t)),(0,At.createElement)(e,Nt({key:"edit"},t))]}),"withInspectorControls"),Jne=xf((e=>t=>{const{name:n,attributes:r,block:o}=t,a=ha(n,Xne),i=Uu((e=>{const{getSettings:t}=e(OB);return!!t().disableLayoutStyles})),l=a&&!i,s=ug(e),c=cj("layout")||{},u=(0,At.useContext)(r5.__unstableElementContext),{layout:d}=r,{default:m}=fa(n,Xne)||{},p=null!=d&&d.inherit||null!=d&&d.contentSize||null!=d&&d.wideSize?{...d,type:"constrained"}:d||m||{},f=a?function(){var e,t;let n=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};const r=Uu((e=>{var t;const{getSettings:n}=e(OB);return null===(t=n().__experimentalFeatures)||void 0===t?void 0:t.useRootPaddingAwareAlignments}),[]),o=cj("layout")||{},{attributes:a={},name:i}=n,{layout:l}=a,{default:s}=fa(i,Xne)||{},c=null!=l&&l.inherit||null!=l&&l.contentSize||null!=l&&l.wideSize?{...l,type:"constrained"}:l||s||{},u=[];var d,m;return null!=o&&null!==(e=o.definitions)&&void 0!==e&&null!==(t=e[(null==c?void 0:c.type)||"default"])&&void 0!==t&&t.className&&u.push(null==o||null===(d=o.definitions)||void 0===d||null===(m=d[(null==c?void 0:c.type)||"default"])||void 0===m?void 0:m.className),(null!=c&&c.inherit||null!=c&&c.contentSize||"constrained"===(null==c?void 0:c.type))&&r&&u.push("has-global-padding"),null!=c&&c.orientation&&u.push(`is-${(0,Ot.kebabCase)(c.orientation)}`),null!=c&&c.justifyContent&&u.push(`is-content-justification-${(0,Ot.kebabCase)(c.justifyContent)}`),null!=c&&c.flexWrap&&"nowrap"===c.flexWrap&&u.push("is-nowrap"),u}(o):null,h=`.wp-container-${s}.wp-container-${s}`,g=null!==cj("spacing.blockGap");let b;if(l){var v;const e=XV((null==p?void 0:p.type)||"default");b=null==e||null===(v=e.getLayoutStyle)||void 0===v?void 0:v.call(e,{blockName:n,selector:h,layout:p,layoutDefinitions:null==c?void 0:c.definitions,style:null==r?void 0:r.style,hasBlockGapSupport:g})}const y=Sf()({[`wp-container-${s}`]:l&&!!b},f);return(0,At.createElement)(At.Fragment,null,l&&u&&!!b&&(0,zt.createPortal)((0,At.createElement)(ZV,{blockName:n,selector:h,css:b,layout:p,style:null==r?void 0:r.style}),u),(0,At.createElement)(e,Nt({},t,{__unstableLayoutClassNames:y})))})),Zne=xf((e=>t=>{const{attributes:n}=t,{style:{layout:r={}}={}}=n,{selfStretch:o,flexSize:a}=r,i=o||a,l=Uu((e=>{const{getSettings:t}=e(OB);return!!t().disableLayoutStyles})),s=i&&!l,c=(0,At.useContext)(r5.__unstableElementContext),u=ug(e),d=`.wp-container-content-${u}`;let m="";"fixed"===o&&a?m+=`${d} {\n\t\t\t\tflex-basis: ${a};\n\t\t\t\tbox-sizing: border-box;\n\t\t\t}`:"fill"===o&&(m+=`${d} {\n\t\t\t\tflex-grow: 1;\n\t\t\t}`);const p=Sf()(null==t?void 0:t.className,{[`wp-container-content-${u}`]:s&&!!m});return(0,At.createElement)(At.Fragment,null,s&&c&&!!m&&(0,zt.createPortal)((0,At.createElement)("style",null,m),c),(0,At.createElement)(e,Nt({},t,{className:p})))}));function Qne(e){let{clientId:t,stopEditingAsBlock:n}=e;const r=Uu((e=>{const{isBlockSelected:n,hasSelectedInnerBlock:r}=e(OB);return n(t)||r(t,!0)}),[t]);return(0,At.useEffect)((()=>{r||n()}),[r]),null}ar("blocks.registerBlockType","core/layout/addAttribute",(function(e){var t,n;return"type"in(null!==(t=null===(n=e.attributes)||void 0===n?void 0:n.layout)&&void 0!==t?t:{})||ha(e,Xne)&&(e.attributes={...e.attributes,layout:{type:"object"}}),e})),ar("editor.BlockListBlock","core/editor/layout/with-layout-styles",Jne),ar("editor.BlockListBlock","core/editor/layout/with-child-layout-styles",Zne),ar("editor.BlockEdit","core/editor/layout/with-inspector-controls",Kne);const ere=xf((e=>t=>{const{getBlockListSettings:n,getSettings:r}=Uu(OB),o=(0,At.useRef)(),{templateLock:a,isLockedByParent:i,isEditingAsBlocks:l}=Uu((e=>{const{__unstableGetContentLockingParent:n,getTemplateLock:r,__unstableGetTemporarilyEditingAsBlocks:o}=e(OB);return{templateLock:r(t.clientId),isLockedByParent:!!n(t.clientId),isEditingAsBlocks:o()===t.clientId}}),[t.clientId]),{updateSettings:s,updateBlockListSettings:c,__unstableSetTemporarilyEditingAsBlocks:u}=rf(OB),d=!i&&"contentOnly"===a,{__unstableMarkNextChangeAsNotPersistent:m,updateBlockAttributes:p}=rf(OB),f=(0,At.useCallback)((()=>{m(),p(t.clientId,{templateLock:"contentOnly"}),c(t.clientId,{...n(t.clientId),templateLock:"contentOnly"}),s({focusMode:o.current}),u()}),[t.clientId,o,s,c,n,m,p,u]);return d||l?(0,At.createElement)(At.Fragment,null,l&&!d&&(0,At.createElement)(At.Fragment,null,(0,At.createElement)(Qne,{clientId:t.clientId,stopEditingAsBlock:f}),(0,At.createElement)(jB,{group:"other"},(0,At.createElement)(JS,{onClick:()=>{f()}},Jr("Done")))),!l&&d&&t.isSelected&&(0,At.createElement)(a4,null,(e=>{let{onClose:a}=e;return(0,At.createElement)(UB,{onClick:()=>{m(),p(t.clientId,{templateLock:void 0}),c(t.clientId,{...n(t.clientId),templateLock:!1}),o.current=r().focusMode,s({focusMode:!0}),u(t.clientId),a()}},Jr("Modify"))})),(0,At.createElement)(e,Nt({},t,{className:Sf()(t.className,l&&"is-content-locked-editing-as-blocks")}))):(0,At.createElement)(e,t)}),"withToolbarControls");ar("editor.BlockEdit","core/content-lock-ui/with-block-controls",ere);const tre="metadata";function nre(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"";const n=fa(e,"__experimentalMetadata");return!!(!0===n||null!=n&&n[t])}function rre(e){var t;const n=(null===(t=e.style)||void 0===t?void 0:t.border)||{};return{className:O9(e)||void 0,style:kne({border:n})}}function ore(e){const{colors:t}=M9(),n=rre(e),{borderColor:r}=e;if(r){const e=L9({colors:t,namedColor:r});n.style.borderColor=e.color}return n}function are(e){var t,n,r,o,a,i;const{backgroundColor:l,textColor:s,gradient:c,style:u}=e,d=_9("background-color",l),m=_9("color",s),p=D9(c),f=p||(null==u||null===(t=u.color)||void 0===t?void 0:t.gradient);return{className:Sf()(m,p,{[d]:!f&&!!d,"has-text-color":s||(null==u||null===(n=u.color)||void 0===n?void 0:n.text),"has-background":l||(null==u||null===(r=u.color)||void 0===r?void 0:r.background)||c||(null==u||null===(o=u.color)||void 0===o?void 0:o.gradient),"has-link-color":null==u||null===(a=u.elements)||void 0===a||null===(i=a.link)||void 0===i?void 0:i.color})||void 0,style:kne({color:(null==u?void 0:u.color)||{}})}}ar("blocks.registerBlockType","core/metadata/addMetaAttribute",(function(e){var t,n;return null!=e&&null!==(t=e.attributes)&&void 0!==t&&null!==(n=t.metadata)&&void 0!==n&&n.type||nre(e,"name",!1)&&(e.attributes={...e.attributes,[tre]:{type:"object"}}),e})),ar("blocks.getSaveContent.extraProps","core/metadata/save-props",(function(e,t,n){return nre(t)&&(e.metadata=n.metadata),e})),ar("blocks.registerBlockType","core/metadata/addLabelCallback",(function(e){return e.__experimentalLabel||nre(e,"name",!1)&&(e.__experimentalLabel=(e,t)=>{let{context:n}=t;const{metadata:r}=e;if("list-view"===n&&null!=r&&r.name)return r.name}),e}));const ire={};function lre(e){const{backgroundColor:t,textColor:n,gradient:r}=e,o=cj("color.palette.custom")||[],a=cj("color.palette.theme")||[],i=cj("color.palette.default")||[],l=cj("color.gradients")||ire,s=(0,At.useMemo)((()=>[...o||[],...a||[],...i||[]]),[o,a,i]),c=(0,At.useMemo)((()=>[...(null==l?void 0:l.custom)||[],...(null==l?void 0:l.theme)||[],...(null==l?void 0:l.default)||[]]),[l]),u=are(e);if(t){const e=v9(s,t);u.style.backgroundColor=e.color}if(r&&(u.style.background=I9(c,r)),n){const e=v9(s,n);u.style.color=e.color}return u}function sre(e){const{style:t}=e;return{style:kne({spacing:(null==t?void 0:t.spacing)||{}})}}const cre=e=>{let[t,...n]=e;return t.toUpperCase()+n.join("")},ure=()=>xf((e=>t=>{const n=cj("color.palette.custom"),r=cj("color.palette.theme"),o=cj("color.palette.default"),a=(0,At.useMemo)((()=>[...n||[],...r||[],...o||[]]),[n,r,o]);return(0,At.createElement)(e,Nt({},t,{colors:a}))}),"withEditorColorPalette");function dre(e,t){const n=e.reduce(((e,t)=>({...e,..."string"==typeof t?{[t]:(0,Ot.kebabCase)(t)}:t})),{});return ln([t,e=>class extends At.Component{constructor(e){super(e),this.setters=this.createSetters(),this.colorUtils={getMostReadableColor:this.getMostReadableColor.bind(this)},this.state={}}getMostReadableColor(e){const{colors:t}=this.props;return function(e,t){const n=So(t),r=e=>{let{color:t}=e;return n.contrast(t)},o=Math.max(...e.map(r));return e.find((e=>r(e)===o)).color}(t,e)}createSetters(){return Object.keys(n).reduce(((e,t)=>{const n=cre(t),r=`custom${n}`;return e[`set${n}`]=this.createSetColor(t,r),e}),{})}createSetColor(e,t){return n=>{const r=y9(this.props.colors,n);this.props.setAttributes({[e]:r&&r.slug?r.slug:void 0,[t]:r&&r.slug?void 0:n})}}static getDerivedStateFromProps(e,t){let{attributes:r,colors:o}=e;return Object.entries(n).reduce(((e,n)=>{let[a,i]=n;const l=v9(o,r[a],r[`custom${cre(a)}`]),s=t[a];return(null==s?void 0:s.color)===l.color&&s?e[a]=s:e[a]={...l,class:_9(i,l.slug)},e}),{})}render(){return(0,At.createElement)(e,Nt({},this.props,{colors:void 0},this.state,this.setters,{colorUtils:this.colorUtils}))}}])}function mre(){const e=ure();for(var t=arguments.length,n=new Array(t),r=0;rn(t===e?void 0:e)}const c=r.find((e=>e.align===t)),u=l?mA:qB,d=l?{isCollapsed:i}:{toggleProps:{describedBy:a},popoverProps:bre};return(0,At.createElement)(u,Nt({icon:c?c.icon:eo()?hre:pre,label:o,controls:r.map((e=>{const{align:n}=e,r=t===n;return{...e,isActive:r,role:i?"menuitemradio":void 0,onClick:s(n)}}))},d))},yre=e=>(0,At.createElement)(vre,Nt({},e,{isToolbar:!1})),_re=e=>(0,At.createElement)(vre,Nt({},e,{isToolbar:!0})),Mre=(0,At.createElement)(Sx,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,At.createElement)(Cx,{d:"M4.2 9h1.5V5.8H9V4.2H4.2V9zm14 9.2H15v1.5h4.8V15h-1.5v3.2zM15 4.2v1.5h3.2V9h1.5V4.2H15zM5.8 15H4.2v4.8H9v-1.5H5.8V15z"}));const kre=function(e){let{isActive:t,label:n=Jr("Toggle full height"),onToggle:r,isDisabled:o}=e;return(0,At.createElement)(JS,{isActive:t,icon:Mre,label:n,onClick:()=>r(!t),disabled:o})},wre=[["top left","top center","top right"],["center left","center center","center right"],["bottom left","bottom center","bottom right"]],Ere={"top left":Jr("Top Left"),"top center":Jr("Top Center"),"top right":Jr("Top Right"),"center left":Jr("Center Left"),"center center":Jr("Center Center"),center:Jr("Center Center"),"center right":Jr("Center Right"),"bottom left":Jr("Bottom Left"),"bottom center":Jr("Bottom Center"),"bottom right":Jr("Bottom Right")},xre=wre.flat();function Cre(e){return("center"===e?"center center":e).replace("-"," ")}function Lre(e,t){return`${e}-${Cre(t).replace(" ","-")}`}var Sre={name:"93uojk",styles:"border-radius:2px;box-sizing:border-box;direction:ltr;display:grid;grid-template-columns:repeat( 3, 1fr );outline:none"};const Are=()=>Sre,Tre=LL("div",{target:"ecapk1j3"})(Are,";border:1px solid transparent;cursor:pointer;grid-template-columns:auto;",(e=>{let{size:t=92}=e;return QB("grid-template-rows:repeat( 3, calc( ",t,"px / 3 ) );width:",t,"px;","")}),";"),zre=LL("div",{target:"ecapk1j2"})({name:"1x5gbbj",styles:"box-sizing:border-box;display:grid;grid-template-columns:repeat( 3, 1fr )"}),Nre=e=>QB("background:currentColor;box-sizing:border-box;display:grid;margin:auto;transition:all 120ms linear;",PD("transition")," ",(e=>{let{isActive:t}=e;return QB("box-shadow:",t?`0 0 0 2px ${wD.gray[900]}`:null,";color:",t?wD.gray[900]:wD.gray[400],";*:hover>&{color:",t?wD.gray[900]:wD.ui.theme,";}","")})(e),";",""),Ore=LL("span",{target:"ecapk1j1"})("height:6px;width:6px;",Nre,";"),Bre=LL("span",{target:"ecapk1j0"})({name:"rjf3ub",styles:"appearance:none;border:none;box-sizing:border-box;margin:0;display:flex;position:relative;outline:none;align-items:center;justify-content:center;padding:0"});function Dre(e){let{isActive:t=!1,value:n,...r}=e;const o=Ere[n];return(0,At.createElement)(GC,{text:o},(0,At.createElement)(VS,Nt({as:Bre,role:"gridcell"},r),(0,At.createElement)(TL,null,n),(0,At.createElement)(Ore,{isActive:t,role:"presentation"})))}LL("div",{target:"erowt52"})({name:"ogl07i",styles:"box-sizing:border-box;padding:2px"});const Ire=LL("div",{target:"erowt51"})("transform-origin:top left;height:100%;width:100%;",Are,";",(()=>QB({gridTemplateRows:"repeat( 3, calc( 21px / 3))",padding:1.5,maxHeight:24,maxWidth:24},"","")),";",(e=>{let{disablePointerEvents:t}=e;return QB({pointerEvents:t?"none":void 0},"","")}),";"),Rre=LL("span",{target:"erowt50"})("height:2px;width:2px;",Nre,";",(e=>{let{isActive:t}=e;return QB("box-shadow:",t?"0 0 0 1px currentColor":null,";color:currentColor;*:hover>&{color:currentColor;}","")}),";"),Pre=Bre,Hre=24;const Wre=function(e){let{className:t,disablePointerEvents:n=!0,size:r=Hre,style:o={},value:a="center",...i}=e;const l=function(){const e=Cre(arguments.length>0&&void 0!==arguments[0]?arguments[0]:"center"),t=xre.indexOf(e);return t>-1?t:void 0}(a),s=(r/Hre).toFixed(2),c=sg()("component-alignment-matrix-control-icon",t),u={...o,transform:`scale(${s})`};return(0,At.createElement)(Ire,Nt({},i,{className:c,disablePointerEvents:n,role:"presentation",style:u}),xre.map(((e,t)=>{const n=l===t;return(0,At.createElement)(Pre,{key:e},(0,At.createElement)(Rre,{isActive:n}))})))},Yre=()=>{};function Fre(e){let{className:t,id:n,label:r=Jr("Alignment Matrix Control"),defaultValue:o="center center",value:a,onChange:i=Yre,width:l=92,...s}=e;const[c]=(0,At.useState)(null!=a?a:o),u=function(e){const t=ug(Fre,"alignment-matrix-control");return e||t}(n),d=Lre(u,c),m=mI({baseId:u,currentId:d,rtl:eo()}),{setCurrentId:p}=m;(0,At.useEffect)((()=>{void 0!==a&&p(Lre(u,a))}),[a,p,u]);const f=sg()("component-alignment-matrix-control",t);return(0,At.createElement)(MI,Nt({},s,m,{"aria-label":r,as:Tre,className:f,role:"grid",size:l}),wre.map(((e,t)=>(0,At.createElement)(n0,Nt({},m,{as:zre,role:"row",key:t}),e.map((e=>{const t=Lre(u,e),n=m.currentId===t;return(0,At.createElement)(Dre,Nt({},m,{id:t,isActive:n,key:e,value:e,onFocus:()=>{i(e)},tabIndex:n?0:-1}))}))))))}Fre.Icon=Wre;const jre=Fre,qre=()=>{};const Vre=function(e){const{label:t=Jr("Change matrix alignment"),onChange:n=qre,value:r="center",isDisabled:o}=e,a=(0,At.createElement)(jre.Icon,{value:r});return(0,At.createElement)(tA,{position:"bottom right",popoverProps:{variant:"toolbar"},renderToggle:e=>{let{onToggle:n,isOpen:r}=e;return(0,At.createElement)(JS,{onClick:n,"aria-haspopup":"true","aria-expanded":r,onKeyDown:e=>{r||e.keyCode!==FE||(e.preventDefault(),n())},label:t,icon:a,showTooltip:!0,disabled:o})},renderContent:()=>(0,At.createElement)(jre,{hasFocusBorder:!1,onChange:n,value:r})})},Ure=(0,At.createElement)(Sx,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,At.createElement)(Cx,{d:"M10.8622 8.04053L14.2805 12.0286L10.8622 16.0167L9.72327 15.0405L12.3049 12.0286L9.72327 9.01672L10.8622 8.04053Z"}));const Xre=function(e){let{rootLabelText:t}=e;const{selectBlock:n,clearSelectedBlock:r}=rf(OB),{clientId:o,parents:a,hasSelection:i}=Uu((e=>{const{getSelectionStart:t,getSelectedBlockClientId:n,getBlockParents:r}=e(OB),o=n();return{parents:r(o),clientId:o,hasSelection:!!t().clientId}}),[]),l=t||Jr("Document");return(0,At.createElement)("ul",{className:"block-editor-block-breadcrumb",role:"list","aria-label":Jr("Block breadcrumb")},(0,At.createElement)("li",{className:i?void 0:"block-editor-block-breadcrumb__current","aria-current":i?void 0:"true"},i&&(0,At.createElement)(NL,{className:"block-editor-block-breadcrumb__button",variant:"tertiary",onClick:r},l),!i&&l,!!o&&(0,At.createElement)(UF,{icon:Ure,className:"block-editor-block-breadcrumb__separator"})),a.map((e=>(0,At.createElement)("li",{key:e},(0,At.createElement)(NL,{className:"block-editor-block-breadcrumb__button",variant:"tertiary",onClick:()=>n(e)},(0,At.createElement)(N2,{clientId:e,maximumLength:35})),(0,At.createElement)(UF,{icon:Ure,className:"block-editor-block-breadcrumb__separator"})))),!!o&&(0,At.createElement)("li",{className:"block-editor-block-breadcrumb__current","aria-current":"true"},(0,At.createElement)(N2,{clientId:o,maximumLength:35})))},$re=(0,At.createElement)(Sx,{className:"components-placeholder__illustration",fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 60 60",preserveAspectRatio:"none"},(0,At.createElement)(Cx,{vectorEffect:"non-scaling-stroke",d:"M60 60 0 0"}));const Gre=function(e){const{icon:t,children:n,label:r,instructions:o,className:a,notices:i,preview:l,isColumnLayout:s,withIllustration:c,...u}=e,[d,{width:m}]=LI();let p;"number"==typeof m&&(p={"is-large":m>=480,"is-medium":m>=160&&m<480,"is-small":m<160});const f=sg()("components-placeholder",a,p,c?"has-illustration":null),h=sg()("components-placeholder__fieldset",{"is-column-layout":s});return(0,At.createElement)("div",Nt({},u,{className:f}),c?$re:null,d,i,l&&(0,At.createElement)("div",{className:"components-placeholder__preview"},l),(0,At.createElement)("div",{className:"components-placeholder__label"},(0,At.createElement)(JC,{icon:t}),r),(0,At.createElement)("fieldset",{className:h},!!o&&(0,At.createElement)("legend",{className:"components-placeholder__instructions"},o),n))},Kre=(0,At.createElement)(Sx,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,At.createElement)(Cx,{d:"M18 5.5H6a.5.5 0 00-.5.5v3h13V6a.5.5 0 00-.5-.5zm.5 5H10v8h8a.5.5 0 00.5-.5v-7.5zm-10 0h-3V18a.5.5 0 00.5.5h2.5v-8zM6 4h12a2 2 0 012 2v12a2 2 0 01-2 2H6a2 2 0 01-2-2V6a2 2 0 012-2z"}));const Jre=function(e){let{icon:t=Kre,label:n=Jr("Choose variation"),instructions:r=Jr("Select a variation to start with."),variations:o,onSelect:a,allowSkip:i}=e;const l=Sf()("block-editor-block-variation-picker",{"has-many-variations":o.length>4});return(0,At.createElement)(Gre,{icon:t,label:n,instructions:r,className:l},(0,At.createElement)("ul",{className:"block-editor-block-variation-picker__variations",role:"list","aria-label":Jr("Block variations")},o.map((e=>(0,At.createElement)("li",{key:e.name},(0,At.createElement)(NL,{variant:"secondary",icon:e.icon&&e.icon.src?e.icon.src:e.icon,iconSize:48,onClick:()=>a(e),className:"block-editor-block-variation-picker__variation",label:e.description||e.title}),(0,At.createElement)("span",{className:"block-editor-block-variation-picker__variation-label"},e.title))))),i&&(0,At.createElement)("div",{className:"block-editor-block-variation-picker__skip"},(0,At.createElement)(NL,{variant:"link",onClick:()=>a()},Jr("Skip"))))},Zre=(0,At.createElement)(Sx,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,At.createElement)(Cx,{d:"M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-7.8 16.5H5c-.3 0-.5-.2-.5-.5v-6.2h6.8v6.7zm0-8.3H4.5V5c0-.3.2-.5.5-.5h6.2v6.7zm8.3 7.8c0 .3-.2.5-.5.5h-6.2v-6.8h6.8V19zm0-7.8h-6.8V4.5H19c.3 0 .5.2.5.5v6.2z",fillRule:"evenodd",clipRule:"evenodd"})),Qre={carousel:"carousel",grid:"grid"},eoe=e=>{let{onBlockPatternSelect:t}=e;return(0,At.createElement)("div",{className:"block-editor-block-pattern-setup__actions"},(0,At.createElement)(NL,{variant:"primary",onClick:t},Jr("Choose")))},toe=e=>{let{handlePrevious:t,handleNext:n,activeSlide:r,totalSlides:o}=e;return(0,At.createElement)("div",{className:"block-editor-block-pattern-setup__navigation"},(0,At.createElement)(NL,{icon:nZ,label:Jr("Previous pattern"),onClick:t,disabled:0===r}),(0,At.createElement)(NL,{icon:tZ,label:Jr("Next pattern"),onClick:n,disabled:r===o-1}))},noe=e=>{let{viewMode:t,setViewMode:n,handlePrevious:r,handleNext:o,activeSlide:a,totalSlides:i,onBlockPatternSelect:l}=e;const s=t===Qre.carousel,c=(0,At.createElement)("div",{className:"block-editor-block-pattern-setup__display-controls"},(0,At.createElement)(NL,{icon:iU,label:Jr("Carousel view"),onClick:()=>n(Qre.carousel),isPressed:s}),(0,At.createElement)(NL,{icon:Zre,label:Jr("Grid view"),onClick:()=>n(Qre.grid),isPressed:t===Qre.grid}));return(0,At.createElement)("div",{className:"block-editor-block-pattern-setup__toolbar"},s&&(0,At.createElement)(toe,{handlePrevious:r,handleNext:o,activeSlide:a,totalSlides:i}),c,s&&(0,At.createElement)(eoe,{onBlockPatternSelect:l}))};const roe=function(e,t,n){return Uu((r=>{const{getBlockRootClientId:o,__experimentalGetPatternsByBlockTypes:a,__experimentalGetAllowedPatterns:i}=r(OB),l=o(e);return n?i(l).filter(n):a(t,l)}),[e,t,n])},ooe=e=>{let{viewMode:t,activeSlide:n,patterns:r,onBlockPatternSelect:o,showTitles:a}=e;const i=mI(),l="block-editor-block-pattern-setup__container";if(t===Qre.carousel){const e=new Map([[n,"active-slide"],[n-1,"previous-slide"],[n+1,"next-slide"]]);return(0,At.createElement)("div",{className:"block-editor-block-pattern-setup__carousel"},(0,At.createElement)("div",{className:l},(0,At.createElement)("ul",{className:"carousel-container"},r.map(((t,n)=>(0,At.createElement)(ioe,{className:e.get(n)||"",key:t.name,pattern:t}))))))}return(0,At.createElement)("div",{className:"block-editor-block-pattern-setup__grid"},(0,At.createElement)(MI,Nt({},i,{role:"listbox",className:l,"aria-label":Jr("Patterns list")}),r.map((e=>(0,At.createElement)(aoe,{key:e.name,pattern:e,onSelect:o,composite:i,showTitles:a})))))};function aoe(e){let{pattern:t,onSelect:n,composite:r,showTitles:o}=e;const a="block-editor-block-pattern-setup-list",{blocks:i,description:l,viewportWidth:s=700}=t,c=ug(aoe,`${a}__item-description`);return(0,At.createElement)("div",{className:`${a}__list-item`,"aria-label":t.title,"aria-describedby":t.description?c:void 0},(0,At.createElement)(VS,Nt({role:"option",as:"div"},r,{className:`${a}__item`,onClick:()=>n(i)}),(0,At.createElement)(PQ,{blocks:i,viewportWidth:s}),o&&(0,At.createElement)("div",{className:`${a}__item-title`},t.title),!!l&&(0,At.createElement)(TL,{id:c},l)))}function ioe(e){let{className:t,pattern:n,minHeight:r}=e;const{blocks:o,title:a,description:i}=n,l=ug(ioe,"block-editor-block-pattern-setup-list__item-description");return(0,At.createElement)("li",{className:`pattern-slide ${t}`,"aria-label":a,"aria-describedby":i?l:void 0},(0,At.createElement)(PQ,{blocks:o,__experimentalMinHeight:r}),!!i&&(0,At.createElement)(TL,{id:l},i))}const loe=e=>{let{clientId:t,blockName:n,filterPatternsFn:r,onBlockPatternSelect:o,initialViewMode:a=Qre.carousel,showTitles:i=!1}=e;const[l,s]=(0,At.useState)(a),[c,u]=(0,At.useState)(0),{replaceBlock:d}=rf(OB),m=roe(t,n,r);if(null==m||!m.length)return null;const p=o||(e=>{const n=e.map((e=>za(e)));d(t,n)});return(0,At.createElement)(At.Fragment,null,(0,At.createElement)("div",{className:`block-editor-block-pattern-setup view-mode-${l}`},(0,At.createElement)(ooe,{viewMode:l,activeSlide:c,patterns:m,onBlockPatternSelect:p,showTitles:i}),(0,At.createElement)(noe,{viewMode:l,setViewMode:s,activeSlide:c,totalSlides:m.length,handleNext:()=>{u((e=>e+1))},handlePrevious:()=>{u((e=>e-1))},onBlockPatternSelect:()=>{p(m[c].blocks)}})))},soe=xf((e=>t=>{const n=cj("color.palette"),r=!cj("color.custom"),o=void 0===t.colors?n:t.colors,a=void 0===t.disableCustomColors?r:t.disableCustomColors,i=!(0,Ot.isEmpty)(o)||!a;return(0,At.createElement)(e,Nt({},t,{colors:o,disableCustomColors:a,hasColorsToChoose:i}))}),"withColorContext"),coe=soe(q8);var uoe=n(381),doe=n.n(uoe);n(5177),n(5341);const moe="WP",poe=/^[+-][0-1][0-9](:?[0-9][0-9])?$/;let foe={l10n:{locale:"en",months:["January","February","March","April","May","June","July","August","September","October","November","December"],monthsShort:["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],weekdays:["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],weekdaysShort:["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],meridiem:{am:"am",pm:"pm",AM:"AM",PM:"PM"},relative:{future:"%s from now",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",M:"a month",MM:"%d months",y:"a year",yy:"%d years"},startOfWeek:0},formats:{time:"g: i a",date:"F j, Y",datetime:"F j, Y g: i a",datetimeAbbreviated:"M j, Y g: i a"},timezone:{offset:"0",string:"",abbr:""}};function hoe(){return foe}function goe(){doe().tz.add(doe().tz.pack({name:moe,abbrs:[moe],untils:[null],offsets:[60*-foe.timezone.offset||0]}))}const boe={d:"DD",D:"ddd",j:"D",l:"dddd",N:"E",S(e){const t=e.format("D");return e.format("Do").replace(t,"")},w:"d",z:e=>(parseInt(e.format("DDD"),10)-1).toString(),W:"W",F:"MMMM",m:"MM",M:"MMM",n:"M",t:e=>e.daysInMonth(),L:e=>e.isLeapYear()?"1":"0",o:"GGGG",Y:"YYYY",y:"YY",a:"a",A:"A",B(e){const t=doe()(e).utcOffset(60),n=parseInt(t.format("s"),10),r=parseInt(t.format("m"),10),o=parseInt(t.format("H"),10);return parseInt(((n+60*r+3600*o)/86.4).toString(),10)},g:"h",G:"H",h:"hh",H:"HH",i:"mm",s:"ss",u:"SSSSSS",v:"SSS",e:"zz",I:e=>e.isDST()?"1":"0",O:"ZZ",P:"Z",T:"z",Z(e){const t=e.format("Z"),n="-"===t[0]?-1:1,r=t.substring(1).split(":").map((e=>parseInt(e,10)));return n*(60*r[0]+r[1])*60},c:"YYYY-MM-DDTHH:mm:ssZ",r:e=>e.locale("en").format("ddd, DD MMM YYYY HH:mm:ss ZZ"),U:"X"};function voe(e){let t,n,r=arguments.length>1&&void 0!==arguments[1]?arguments[1]:new Date;const o=[],a=doe()(r);for(t=0;t1&&void 0!==arguments[1]?arguments[1]:new Date,n=arguments.length>2?arguments[2]:void 0;if(!0===n)return _oe(e,t);!1===n&&(n=void 0);const r=woe(t,n);return r.locale(foe.l10n.locale),voe(e,r)}function _oe(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:new Date;const n=doe()(t).utc();return n.locale(foe.l10n.locale),voe(e,n)}function Moe(e){const t=doe().tz(moe);return doe().tz(e,moe).isAfter(t)}function koe(e){return e?doe().tz(e,moe).toDate():doe().tz(moe).toDate()}function woe(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"";const n=doe()(e);return t&&!Eoe(t)?n.tz(t):t&&Eoe(t)?n.utcOffset(t):foe.timezone.string?n.tz(foe.timezone.string):n.utcOffset(+foe.timezone.offset)}function Eoe(e){return"number"==typeof e||poe.test(e)}goe();const xoe=new Date(2022,0,25);function Coe(e){let{format:t,defaultFormat:n,onChange:r}=e;return(0,At.createElement)("fieldset",{className:"block-editor-date-format-picker"},(0,At.createElement)(TL,{as:"legend"},Jr("Date format")),(0,At.createElement)(dR,{label:(0,At.createElement)(At.Fragment,null,Jr("Default format"),(0,At.createElement)("span",{className:"block-editor-date-format-picker__default-format-toggle-control__hint"},yoe(n,xoe))),checked:!t,onChange:e=>r(e?null:n)}),t&&(0,At.createElement)(Loe,{format:t,onChange:r}))}function Loe(e){var t;let{format:n,onChange:r}=e;const o=[...new Set(["Y-m-d",Zr("n/j/Y","short date format"),Zr("n/j/Y g:i A","short date format with time"),Zr("M j, Y","medium date format"),Zr("M j, Y g:i A","medium date format with time"),Zr("F j, Y","long date format"),Zr("M j","short date format without the year")])],a=o.map(((e,t)=>({key:`suggested-${t}`,name:yoe(e,xoe),format:e}))),i={key:"custom",name:Jr("Custom"),className:"block-editor-date-format-picker__custom-format-select-control__custom-option",__experimentalHint:Jr("Enter your own date format")},[l,s]=(0,At.useState)((()=>!!n&&!o.includes(n)));return(0,At.createElement)(At.Fragment,null,(0,At.createElement)(ND,{className:"block-editor-date-format-picker__custom-format-select-control"},(0,At.createElement)(oj,{__nextUnconstrainedWidth:!0,label:Jr("Choose a format"),options:[...a,i],value:l?i:null!==(t=a.find((e=>e.format===n)))&&void 0!==t?t:i,onChange:e=>{let{selectedItem:t}=e;t===i?s(!0):(s(!1),r(t.format))}})),l&&(0,At.createElement)(vU,{label:Jr("Custom format"),hideLabelFromVision:!0,help:KJ(Jr("Enter a date or time format string."),{Link:(0,At.createElement)(MU,{href:Jr("https://wordpress.org/support/article/formatting-date-and-time/")})}),value:n,onChange:e=>r(e)}))}var Soe=function(e,t){return Soe=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])},Soe(e,t)};var Aoe=function(){return Aoe=Object.assign||function(e){for(var t,n=1,r=arguments.length;nu*o?{width:u*o,height:u}:{width:c,height:c/o}}function Ooe(e,t,n,r,o){void 0===o&&(o=0);var a=joe(t.width,t.height,o),i=a.width,l=a.height;return{x:Boe(e.x,i,n.width,r),y:Boe(e.y,l,n.height,r)}}function Boe(e,t,n,r){var o=t*r/2-n/2;return qoe(e,-o,o)}function Doe(e,t){return Math.sqrt(Math.pow(e.y-t.y,2)+Math.pow(e.x-t.x,2))}function Ioe(e,t){return 180*Math.atan2(t.y-e.y,t.x-e.x)/Math.PI}function Roe(e,t,n,r,o,a,i){void 0===a&&(a=0),void 0===i&&(i=!0);var l=i?Poe:Hoe,s=joe(t.width,t.height,a),c=joe(t.naturalWidth,t.naturalHeight,a),u={x:l(100,((s.width-n.width/o)/2-e.x/o)/s.width*100),y:l(100,((s.height-n.height/o)/2-e.y/o)/s.height*100),width:l(100,n.width/s.width*100/o),height:l(100,n.height/s.height*100/o)},d=Math.round(l(c.width,u.width*c.width/100)),m=Math.round(l(c.height,u.height*c.height/100)),p=c.width>=c.height*r?{width:Math.round(m*r),height:m}:{width:d,height:Math.round(d/r)};return{croppedAreaPercentages:u,croppedAreaPixels:Aoe(Aoe({},p),{x:Math.round(l(c.width-p.width,u.x*c.width/100)),y:Math.round(l(c.height-p.height,u.y*c.height/100))})}}function Poe(e,t){return Math.min(e,Math.max(0,t))}function Hoe(e,t){return t}function Woe(e,t,n,r,o,a){var i=joe(t.width,t.height,n),l=qoe(r.width/i.width*(100/e.width),o,a);return{crop:{x:l*i.width/2-r.width/2-i.width*l*(e.x/100),y:l*i.height/2-r.height/2-i.height*l*(e.y/100)},zoom:l}}function Yoe(e,t,n,r,o,a){void 0===n&&(n=0);var i=joe(t.naturalWidth,t.naturalHeight,n),l=qoe(function(e,t,n){var r=function(e){return e.width>e.height?e.width/e.naturalWidth:e.height/e.naturalHeight}(t);return n.height>n.width?n.height/(e.height*r):n.width/(e.width*r)}(e,t,r),o,a),s=r.height>r.width?r.height/e.height:r.width/e.width;return{crop:{x:((i.width-e.width)/2-e.x)*s,y:((i.height-e.height)/2-e.y)*s},zoom:l}}function Foe(e,t){return{x:(t.x+e.x)/2,y:(t.y+e.y)/2}}function joe(e,t,n){var r=n*Math.PI/180;return{width:Math.abs(Math.cos(r)*e)+Math.abs(Math.sin(r)*t),height:Math.abs(Math.sin(r)*e)+Math.abs(Math.cos(r)*t)}}function qoe(e,t,n){return Math.min(Math.max(e,t),n)}function Voe(){for(var e=[],t=0;t0})).join(" ").trim()}var Uoe=function(e){function t(){var n=null!==e&&e.apply(this,arguments)||this;return n.imageRef=Tt().createRef(),n.videoRef=Tt().createRef(),n.containerRef=null,n.styleRef=null,n.containerRect=null,n.mediaSize={width:0,height:0,naturalWidth:0,naturalHeight:0},n.dragStartPosition={x:0,y:0},n.dragStartCrop={x:0,y:0},n.lastPinchDistance=0,n.lastPinchRotation=0,n.rafDragTimeout=null,n.rafPinchTimeout=null,n.wheelTimer=null,n.currentDoc=document,n.currentWindow=window,n.state={cropSize:null,hasWheelJustStarted:!1},n.preventZoomSafari=function(e){return e.preventDefault()},n.cleanEvents=function(){n.currentDoc.removeEventListener("mousemove",n.onMouseMove),n.currentDoc.removeEventListener("mouseup",n.onDragStopped),n.currentDoc.removeEventListener("touchmove",n.onTouchMove),n.currentDoc.removeEventListener("touchend",n.onDragStopped)},n.clearScrollEvent=function(){n.containerRef&&n.containerRef.removeEventListener("wheel",n.onWheel),n.wheelTimer&&clearTimeout(n.wheelTimer)},n.onMediaLoad=function(){var e=n.computeSizes();e&&(n.emitCropData(),n.setInitialCrop(e)),n.props.onMediaLoaded&&n.props.onMediaLoaded(n.mediaSize)},n.setInitialCrop=function(e){if(n.props.initialCroppedAreaPercentages){var t=Woe(n.props.initialCroppedAreaPercentages,n.mediaSize,n.props.rotation,e,n.props.minZoom,n.props.maxZoom),r=t.crop,o=t.zoom;n.props.onCropChange(r),n.props.onZoomChange&&n.props.onZoomChange(o)}else if(n.props.initialCroppedAreaPixels){var a=Yoe(n.props.initialCroppedAreaPixels,n.mediaSize,n.props.rotation,e,n.props.minZoom,n.props.maxZoom);r=a.crop,o=a.zoom;n.props.onCropChange(r),n.props.onZoomChange&&n.props.onZoomChange(o)}},n.computeSizes=function(){var e,t,r,o,a,i,l=n.imageRef.current||n.videoRef.current;if(l&&n.containerRef){n.containerRect=n.containerRef.getBoundingClientRect();var s=n.containerRect.width/n.containerRect.height,c=(null===(e=n.imageRef.current)||void 0===e?void 0:e.naturalWidth)||(null===(t=n.videoRef.current)||void 0===t?void 0:t.videoWidth)||0,u=(null===(r=n.imageRef.current)||void 0===r?void 0:r.naturalHeight)||(null===(o=n.videoRef.current)||void 0===o?void 0:o.videoHeight)||0,d=c/u,m=void 0;if(l.offsetWidthd?{width:n.containerRect.height*d,height:n.containerRect.height}:{width:n.containerRect.width,height:n.containerRect.width/d};break;case"horizontal-cover":m={width:n.containerRect.width,height:n.containerRect.width/d};break;case"vertical-cover":m={width:n.containerRect.height*d,height:n.containerRect.height};break;case"auto-cover":m=c>u?{width:n.containerRect.width,height:n.containerRect.width/d}:{width:n.containerRect.height*d,height:n.containerRect.height}}else m={width:l.offsetWidth,height:l.offsetHeight};n.mediaSize=Aoe(Aoe({},m),{naturalWidth:c,naturalHeight:u}),n.props.setMediaSize&&n.props.setMediaSize(n.mediaSize);var p=n.props.cropSize?n.props.cropSize:Noe(n.mediaSize.width,n.mediaSize.height,n.containerRect.width,n.containerRect.height,n.props.aspect,n.props.rotation);return(null===(a=n.state.cropSize)||void 0===a?void 0:a.height)===p.height&&(null===(i=n.state.cropSize)||void 0===i?void 0:i.width)===p.width||n.props.onCropSizeChange&&n.props.onCropSizeChange(p),n.setState({cropSize:p},n.recomputeCropPosition),n.props.setCropSize&&n.props.setCropSize(p),p}},n.onMouseDown=function(e){e.preventDefault(),n.currentDoc.addEventListener("mousemove",n.onMouseMove),n.currentDoc.addEventListener("mouseup",n.onDragStopped),n.onDragStart(t.getMousePoint(e))},n.onMouseMove=function(e){return n.onDrag(t.getMousePoint(e))},n.onTouchStart=function(e){n.props.onTouchRequest&&!n.props.onTouchRequest(e)||(n.currentDoc.addEventListener("touchmove",n.onTouchMove,{passive:!1}),n.currentDoc.addEventListener("touchend",n.onDragStopped),2===e.touches.length?n.onPinchStart(e):1===e.touches.length&&n.onDragStart(t.getTouchPoint(e.touches[0])))},n.onTouchMove=function(e){e.preventDefault(),2===e.touches.length?n.onPinchMove(e):1===e.touches.length&&n.onDrag(t.getTouchPoint(e.touches[0]))},n.onDragStart=function(e){var t,r,o=e.x,a=e.y;n.dragStartPosition={x:o,y:a},n.dragStartCrop=Aoe({},n.props.crop),null===(r=(t=n.props).onInteractionStart)||void 0===r||r.call(t)},n.onDrag=function(e){var t=e.x,r=e.y;n.rafDragTimeout&&n.currentWindow.cancelAnimationFrame(n.rafDragTimeout),n.rafDragTimeout=n.currentWindow.requestAnimationFrame((function(){if(n.state.cropSize&&void 0!==t&&void 0!==r){var e=t-n.dragStartPosition.x,o=r-n.dragStartPosition.y,a={x:n.dragStartCrop.x+e,y:n.dragStartCrop.y+o},i=n.props.restrictPosition?Ooe(a,n.mediaSize,n.state.cropSize,n.props.zoom,n.props.rotation):a;n.props.onCropChange(i)}}))},n.onDragStopped=function(){var e,t;n.cleanEvents(),n.emitCropData(),null===(t=(e=n.props).onInteractionEnd)||void 0===t||t.call(e)},n.onWheel=function(e){if(!n.props.onWheelRequest||n.props.onWheelRequest(e)){e.preventDefault();var r=t.getMousePoint(e),o=zoe()(e).pixelY,a=n.props.zoom-o*n.props.zoomSpeed/200;n.setNewZoom(a,r,{shouldUpdatePosition:!0}),n.state.hasWheelJustStarted||n.setState({hasWheelJustStarted:!0},(function(){var e,t;return null===(t=(e=n.props).onInteractionStart)||void 0===t?void 0:t.call(e)})),n.wheelTimer&&clearTimeout(n.wheelTimer),n.wheelTimer=n.currentWindow.setTimeout((function(){return n.setState({hasWheelJustStarted:!1},(function(){var e,t;return null===(t=(e=n.props).onInteractionEnd)||void 0===t?void 0:t.call(e)}))}),250)}},n.getPointOnContainer=function(e){var t=e.x,r=e.y;if(!n.containerRect)throw new Error("The Cropper is not mounted");return{x:n.containerRect.width/2-(t-n.containerRect.left),y:n.containerRect.height/2-(r-n.containerRect.top)}},n.getPointOnMedia=function(e){var t=e.x,r=e.y,o=n.props,a=o.crop,i=o.zoom;return{x:(t+a.x)/i,y:(r+a.y)/i}},n.setNewZoom=function(e,t,r){var o=(void 0===r?{}:r).shouldUpdatePosition,a=void 0===o||o;if(n.state.cropSize&&n.props.onZoomChange){var i=n.getPointOnContainer(t),l=n.getPointOnMedia(i),s=qoe(e,n.props.minZoom,n.props.maxZoom),c={x:l.x*s-i.x,y:l.y*s-i.y};if(a){var u=n.props.restrictPosition?Ooe(c,n.mediaSize,n.state.cropSize,s,n.props.rotation):c;n.props.onCropChange(u)}n.props.onZoomChange(s)}},n.getCropData=function(){return n.state.cropSize?Roe(n.props.restrictPosition?Ooe(n.props.crop,n.mediaSize,n.state.cropSize,n.props.zoom,n.props.rotation):n.props.crop,n.mediaSize,n.state.cropSize,n.getAspect(),n.props.zoom,n.props.rotation,n.props.restrictPosition):null},n.emitCropData=function(){var e=n.getCropData();if(e){var t=e.croppedAreaPercentages,r=e.croppedAreaPixels;n.props.onCropComplete&&n.props.onCropComplete(t,r),n.props.onCropAreaChange&&n.props.onCropAreaChange(t,r)}},n.emitCropAreaChange=function(){var e=n.getCropData();if(e){var t=e.croppedAreaPercentages,r=e.croppedAreaPixels;n.props.onCropAreaChange&&n.props.onCropAreaChange(t,r)}},n.recomputeCropPosition=function(){if(n.state.cropSize){var e=n.props.restrictPosition?Ooe(n.props.crop,n.mediaSize,n.state.cropSize,n.props.zoom,n.props.rotation):n.props.crop;n.props.onCropChange(e),n.emitCropData()}},n}return function(e,t){function n(){this.constructor=e}Soe(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}(t,e),t.prototype.componentDidMount=function(){this.containerRef&&(this.containerRef.ownerDocument&&(this.currentDoc=this.containerRef.ownerDocument),this.currentDoc.defaultView&&(this.currentWindow=this.currentDoc.defaultView),this.currentWindow.addEventListener("resize",this.computeSizes),this.props.zoomWithScroll&&this.containerRef.addEventListener("wheel",this.onWheel,{passive:!1}),this.containerRef.addEventListener("gesturestart",this.preventZoomSafari),this.containerRef.addEventListener("gesturechange",this.preventZoomSafari)),this.props.disableAutomaticStylesInjection||(this.styleRef=this.currentDoc.createElement("style"),this.styleRef.setAttribute("type","text/css"),this.props.nonce&&this.styleRef.setAttribute("nonce",this.props.nonce),this.styleRef.innerHTML=".reactEasyCrop_Container {\n position: absolute;\n top: 0;\n left: 0;\n right: 0;\n bottom: 0;\n overflow: hidden;\n user-select: none;\n touch-action: none;\n cursor: move;\n display: flex;\n justify-content: center;\n align-items: center;\n}\n\n.reactEasyCrop_Image,\n.reactEasyCrop_Video {\n will-change: transform; /* this improves performances and prevent painting issues on iOS Chrome */\n}\n\n.reactEasyCrop_Contain {\n max-width: 100%;\n max-height: 100%;\n margin: auto;\n position: absolute;\n top: 0;\n bottom: 0;\n left: 0;\n right: 0;\n}\n.reactEasyCrop_Cover_Horizontal {\n width: 100%;\n height: auto;\n}\n.reactEasyCrop_Cover_Vertical {\n width: auto;\n height: 100%;\n}\n\n.reactEasyCrop_CropArea {\n position: absolute;\n left: 50%;\n top: 50%;\n transform: translate(-50%, -50%);\n border: 1px solid rgba(255, 255, 255, 0.5);\n box-sizing: border-box;\n box-shadow: 0 0 0 9999em;\n color: rgba(0, 0, 0, 0.5);\n overflow: hidden;\n}\n\n.reactEasyCrop_CropAreaRound {\n border-radius: 50%;\n}\n\n.reactEasyCrop_CropAreaGrid::before {\n content: ' ';\n box-sizing: border-box;\n position: absolute;\n border: 1px solid rgba(255, 255, 255, 0.5);\n top: 0;\n bottom: 0;\n left: 33.33%;\n right: 33.33%;\n border-top: 0;\n border-bottom: 0;\n}\n\n.reactEasyCrop_CropAreaGrid::after {\n content: ' ';\n box-sizing: border-box;\n position: absolute;\n border: 1px solid rgba(255, 255, 255, 0.5);\n top: 33.33%;\n bottom: 33.33%;\n left: 0;\n right: 0;\n border-left: 0;\n border-right: 0;\n}\n",this.currentDoc.head.appendChild(this.styleRef)),this.imageRef.current&&this.imageRef.current.complete&&this.onMediaLoad(),this.props.setImageRef&&this.props.setImageRef(this.imageRef),this.props.setVideoRef&&this.props.setVideoRef(this.videoRef)},t.prototype.componentWillUnmount=function(){var e;this.currentWindow.removeEventListener("resize",this.computeSizes),this.containerRef&&(this.containerRef.removeEventListener("gesturestart",this.preventZoomSafari),this.containerRef.removeEventListener("gesturechange",this.preventZoomSafari)),this.styleRef&&(null===(e=this.styleRef.parentNode)||void 0===e||e.removeChild(this.styleRef)),this.cleanEvents(),this.props.zoomWithScroll&&this.clearScrollEvent()},t.prototype.componentDidUpdate=function(e){var t,n,r,o,a,i,l,s,c;e.rotation!==this.props.rotation?(this.computeSizes(),this.recomputeCropPosition()):e.aspect!==this.props.aspect?this.computeSizes():e.zoom!==this.props.zoom?this.recomputeCropPosition():(null===(t=e.cropSize)||void 0===t?void 0:t.height)!==(null===(n=this.props.cropSize)||void 0===n?void 0:n.height)||(null===(r=e.cropSize)||void 0===r?void 0:r.width)!==(null===(o=this.props.cropSize)||void 0===o?void 0:o.width)?this.computeSizes():(null===(a=e.crop)||void 0===a?void 0:a.x)===(null===(i=this.props.crop)||void 0===i?void 0:i.x)&&(null===(l=e.crop)||void 0===l?void 0:l.y)===(null===(s=this.props.crop)||void 0===s?void 0:s.y)||this.emitCropAreaChange(),e.zoomWithScroll!==this.props.zoomWithScroll&&this.containerRef&&(this.props.zoomWithScroll?this.containerRef.addEventListener("wheel",this.onWheel,{passive:!1}):this.clearScrollEvent()),e.video!==this.props.video&&(null===(c=this.videoRef.current)||void 0===c||c.load())},t.prototype.getAspect=function(){var e=this.props,t=e.cropSize,n=e.aspect;return t?t.width/t.height:n},t.prototype.onPinchStart=function(e){var n=t.getTouchPoint(e.touches[0]),r=t.getTouchPoint(e.touches[1]);this.lastPinchDistance=Doe(n,r),this.lastPinchRotation=Ioe(n,r),this.onDragStart(Foe(n,r))},t.prototype.onPinchMove=function(e){var n=this,r=t.getTouchPoint(e.touches[0]),o=t.getTouchPoint(e.touches[1]),a=Foe(r,o);this.onDrag(a),this.rafPinchTimeout&&this.currentWindow.cancelAnimationFrame(this.rafPinchTimeout),this.rafPinchTimeout=this.currentWindow.requestAnimationFrame((function(){var e=Doe(r,o),t=n.props.zoom*(e/n.lastPinchDistance);n.setNewZoom(t,a,{shouldUpdatePosition:!1}),n.lastPinchDistance=e;var i=Ioe(r,o),l=n.props.rotation+(i-n.lastPinchRotation);n.props.onRotationChange&&n.props.onRotationChange(l),n.lastPinchRotation=i}))},t.prototype.render=function(){var e=this,t=this.props,n=t.image,r=t.video,o=t.mediaProps,a=t.transform,i=t.crop,l=i.x,s=i.y,c=t.rotation,u=t.zoom,d=t.cropShape,m=t.showGrid,p=t.style,f=p.containerStyle,h=p.cropAreaStyle,g=p.mediaStyle,b=t.classes,v=b.containerClassName,y=b.cropAreaClassName,_=b.mediaClassName,M=t.objectFit;return Tt().createElement("div",{onMouseDown:this.onMouseDown,onTouchStart:this.onTouchStart,ref:function(t){return e.containerRef=t},"data-testid":"container",style:f,className:Voe("reactEasyCrop_Container",v)},n?Tt().createElement("img",Aoe({alt:"",className:Voe("reactEasyCrop_Image","contain"===M&&"reactEasyCrop_Contain","horizontal-cover"===M&&"reactEasyCrop_Cover_Horizontal","vertical-cover"===M&&"reactEasyCrop_Cover_Vertical","auto-cover"===M&&(this.mediaSize.naturalWidth>this.mediaSize.naturalHeight?"reactEasyCrop_Cover_Horizontal":"reactEasyCrop_Cover_Vertical"),_)},o,{src:n,ref:this.imageRef,style:Aoe(Aoe({},g),{transform:a||"translate("+l+"px, "+s+"px) rotate("+c+"deg) scale("+u+")"}),onLoad:this.onMediaLoad})):r&&Tt().createElement("video",Aoe({autoPlay:!0,loop:!0,muted:!0,className:Voe("reactEasyCrop_Video","contain"===M&&"reactEasyCrop_Contain","horizontal-cover"===M&&"reactEasyCrop_Cover_Horizontal","vertical-cover"===M&&"reactEasyCrop_Cover_Vertical","auto-cover"===M&&(this.mediaSize.naturalWidth>this.mediaSize.naturalHeight?"reactEasyCrop_Cover_Horizontal":"reactEasyCrop_Cover_Vertical"),_)},o,{ref:this.videoRef,onLoadedMetadata:this.onMediaLoad,style:Aoe(Aoe({},g),{transform:a||"translate("+l+"px, "+s+"px) rotate("+c+"deg) scale("+u+")"}),controls:!1}),(Array.isArray(r)?r:[{src:r}]).map((function(e){return Tt().createElement("source",Aoe({key:e.src},e))}))),this.state.cropSize&&Tt().createElement("div",{style:Aoe(Aoe({},h),{width:this.state.cropSize.width,height:this.state.cropSize.height}),"data-testid":"cropper",className:Voe("reactEasyCrop_CropArea","round"===d&&"reactEasyCrop_CropAreaRound",m&&"reactEasyCrop_CropAreaGrid",y)}))},t.defaultProps={zoom:1,rotation:0,aspect:4/3,maxZoom:3,minZoom:1,cropShape:"rect",objectFit:"contain",showGrid:!0,style:{},classes:{},mediaProps:{},zoomSpeed:1,restrictPosition:!0,zoomWithScroll:!0},t.getMousePoint=function(e){return{x:Number(e.clientX),y:Number(e.clientY)}},t.getTouchPoint=function(e){return{x:Number(e.clientX),y:Number(e.clientY)}},t}(Tt().Component);const Xoe=Uoe,$oe={position:"bottom right",variant:"toolbar"};function Goe(e,t){const n=function(e){let{url:t,naturalWidth:n,naturalHeight:r}=e;const[o,a]=(0,At.useState)(),[i,l]=(0,At.useState)(),[s,c]=(0,At.useState)({x:0,y:0}),[u,d]=(0,At.useState)(),[m,p]=(0,At.useState)(),[f,h]=(0,At.useState)(),[g,b]=(0,At.useState)(),v=(0,At.useCallback)((()=>{c({x:0,y:0}),d(100),p(0),h(n/r),b(n/r)}),[n,r,c,d,p,h,b]),y=(0,At.useCallback)((()=>{const e=(m+90)%360;let o=n/r;if(m%180==90&&(o=r/n),0===e)return a(),p(e),h(n/r),void c({x:-s.y*o,y:s.x*o});const i=new window.Image;i.src=t,i.onload=function(t){const n=document.createElement("canvas");let r=0,i=0;e%180?(n.width=t.target.height,n.height=t.target.width):(n.width=t.target.width,n.height=t.target.height),90!==e&&180!==e||(r=n.width),270!==e&&180!==e||(i=n.height);const l=n.getContext("2d");l.translate(r,i),l.rotate(e*Math.PI/180),l.drawImage(t.target,0,0),n.toBlob((t=>{a(URL.createObjectURL(t)),p(e),h(n.width/n.height),c({x:-s.y*o,y:s.x*o})}))};const l=pr("media.crossOrigin",void 0,t);"string"==typeof l&&(i.crossOrigin=l)}),[m,n,r,a,p,h,c]);return(0,At.useMemo)((()=>({editedUrl:o,setEditedUrl:a,crop:i,setCrop:l,position:s,setPosition:c,zoom:u,setZoom:d,rotation:m,setRotation:p,rotateClockwise:y,aspect:f,setAspect:h,defaultAspect:g,initializeTransformValues:v})),[o,a,i,l,s,c,u,d,m,p,y,f,h,g,v])}(e),{initializeTransformValues:r}=n;return(0,At.useEffect)((()=>{t&&r()}),[t,r]),n}const Koe=(0,At.createContext)({}),Joe=()=>(0,At.useContext)(Koe);function Zoe(e){let{id:t,url:n,naturalWidth:r,naturalHeight:o,isEditing:a,onFinishEditing:i,onSaveImage:l,children:s}=e;const c=Goe({url:n,naturalWidth:r,naturalHeight:o},a),u=function(e){let{crop:t,rotation:n,height:r,width:o,aspect:a,url:i,id:l,onSaveImage:s,onFinishEditing:c}=e;const{createErrorNotice:u}=rf(W0),[d,m]=(0,At.useState)(!1),p=(0,At.useCallback)((()=>{m(!1),c()}),[m,c]),f=(0,At.useCallback)((()=>{m(!0);let e={};(t.width<99.9||t.height<99.9)&&(e=t),n>0&&(e.rotation=n),e.src=i,Ad({path:`/wp/v2/media/${l}/edit`,method:"POST",data:e}).then((e=>{s({id:e.id,url:e.source_url,height:r&&o?o/a:void 0})})).catch((e=>{u(Hr(Jr("Could not edit image. %s"),Po(e.message)),{id:"image-editing-error",type:"snackbar"})})).finally((()=>{m(!1),c()}))}),[m,t,n,r,o,a,i,s,u,m,c]);return(0,At.useMemo)((()=>({isInProgress:d,apply:f,cancel:p})),[d,f,p])}({id:t,url:n,onSaveImage:l,onFinishEditing:i,...c}),d=(0,At.useMemo)((()=>({...c,...u})),[c,u]);return(0,At.createElement)(Koe.Provider,{value:d},s)}function Qoe(e){let{url:t,width:n,height:r,clientWidth:o,naturalHeight:a,naturalWidth:i,borderProps:l}=e;const{isInProgress:s,editedUrl:c,position:u,zoom:d,aspect:m,setPosition:p,setCrop:f,setZoom:h,rotation:g}=Joe();let b=r||o*a/i;return g%180==90&&(b=o*i/a),(0,At.createElement)("div",{className:Sf()("wp-block-image__crop-area",null==l?void 0:l.className,{"is-applying":s}),style:{...null==l?void 0:l.style,width:n||o,height:b}},(0,At.createElement)(Xoe,{image:c||t,disabled:s,minZoom:1,maxZoom:3,crop:u,zoom:d/100,aspect:m,onCropChange:p,onCropComplete:e=>{f(e)},onZoomChange:e=>{h(100*e)}}),s&&(0,At.createElement)(W1,null))}function eae(){const{isInProgress:e,zoom:t,setZoom:n}=Joe();return(0,At.createElement)(tA,{contentClassName:"wp-block-image__zoom",popoverProps:$oe,renderToggle:t=>{let{isOpen:n,onToggle:r}=t;return(0,At.createElement)(JS,{icon:RJ,label:Jr("Zoom"),onClick:r,"aria-expanded":n,disabled:e})},renderContent:()=>(0,At.createElement)(FY,{__nextHasNoMarginBottom:!0,label:Jr("Zoom"),min:100,max:300,value:Math.round(t),onChange:n})})}const tae=(0,At.createElement)(Sx,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,At.createElement)(Cx,{d:"M18.5 5.5h-13c-1.1 0-2 .9-2 2v9c0 1.1.9 2 2 2h13c1.1 0 2-.9 2-2v-9c0-1.1-.9-2-2-2zm.5 11c0 .3-.2.5-.5.5h-13c-.3 0-.5-.2-.5-.5v-9c0-.3.2-.5.5-.5h13c.3 0 .5.2.5.5v9zM6.5 12H8v-2h2V8.5H6.5V12zm9.5 2h-2v1.5h3.5V12H16v2z"}));function nae(e){let{aspectRatios:t,isDisabled:n,label:r,onClick:o,value:a}=e;return(0,At.createElement)(VB,{label:r},t.map((e=>{let{title:t,aspect:r}=e;return(0,At.createElement)(UB,{key:r,disabled:n,onClick:()=>{o(r)},role:"menuitemradio",isSelected:r===a,icon:r===a?XF:void 0},t)})))}function rae(e){let{toggleProps:t}=e;const{isInProgress:n,aspect:r,setAspect:o,defaultAspect:a}=Joe();return(0,At.createElement)(uA,{icon:tae,label:Jr("Aspect Ratio"),popoverProps:$oe,toggleProps:t,className:"wp-block-image__aspect-ratio"},(e=>{let{onClose:t}=e;return(0,At.createElement)(At.Fragment,null,(0,At.createElement)(nae,{isDisabled:n,onClick:e=>{o(e),t()},value:r,aspectRatios:[{title:Jr("Original"),aspect:a},{title:Jr("Square"),aspect:1}]}),(0,At.createElement)(nae,{label:Jr("Landscape"),isDisabled:n,onClick:e=>{o(e),t()},value:r,aspectRatios:[{title:Jr("16:10"),aspect:1.6},{title:Jr("16:9"),aspect:16/9},{title:Jr("4:3"),aspect:4/3},{title:Jr("3:2"),aspect:1.5}]}),(0,At.createElement)(nae,{label:Jr("Portrait"),isDisabled:n,onClick:e=>{o(e),t()},value:r,aspectRatios:[{title:Jr("10:16"),aspect:.625},{title:Jr("9:16"),aspect:9/16},{title:Jr("3:4"),aspect:3/4},{title:Jr("2:3"),aspect:2/3}]}))}))}const oae=(0,At.createElement)(Sx,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,At.createElement)(Cx,{d:"M15.1 4.8l-3-2.5V4c-4.4 0-8 3.6-8 8 0 3.7 2.5 6.9 6 7.7.3.1.6.1 1 .2l.2-1.5c-.4 0-.7-.1-1.1-.2l-.1.2v-.2c-2.6-.8-4.5-3.3-4.5-6.2 0-3.6 2.9-6.5 6.5-6.5v1.8l3-2.5zM20 11c-.2-1.4-.7-2.7-1.6-3.8l-1.2.8c.7.9 1.1 2 1.3 3.1L20 11zm-1.5 1.8c-.1.5-.2 1.1-.4 1.6s-.5 1-.8 1.5l1.2.9c.4-.5.8-1.1 1-1.8s.5-1.3.5-2l-1.5-.2zm-5.6 5.6l.2 1.5c1.4-.2 2.7-.7 3.8-1.6l-.9-1.1c-.9.7-2 1.1-3.1 1.2z"}));function aae(){const{isInProgress:e,rotateClockwise:t}=Joe();return(0,At.createElement)(JS,{icon:oae,label:Jr("Rotate"),onClick:t,disabled:e})}function iae(){const{isInProgress:e,apply:t,cancel:n}=Joe();return(0,At.createElement)(At.Fragment,null,(0,At.createElement)(JS,{onClick:t,disabled:e},Jr("Apply")),(0,At.createElement)(JS,{onClick:n},Jr("Cancel")))}function lae(e){let{url:t,width:n,height:r,clientWidth:o,naturalHeight:a,naturalWidth:i,borderProps:l}=e;return(0,At.createElement)(At.Fragment,null,(0,At.createElement)(Qoe,{borderProps:l,url:t,width:n,height:r,clientWidth:o,naturalHeight:a,naturalWidth:i}),(0,At.createElement)(jB,null,(0,At.createElement)(mA,null,(0,At.createElement)(eae,null),(0,At.createElement)(GS,null,(e=>(0,At.createElement)(rae,{toggleProps:e}))),(0,At.createElement)(aae,null)),(0,At.createElement)(mA,null,(0,At.createElement)(iae,null))))}const sae=[25,50,75,100],cae=()=>{};function uae(e){let{imageSizeHelp:t,imageWidth:n,imageHeight:r,imageSizeOptions:o=[],isResizable:a=!0,slug:i,width:l,height:s,onChange:c,onChangeImage:u=cae}=e;const{currentHeight:d,currentWidth:m,updateDimension:p,updateDimensions:f}=function(e,t,n,r,o){var a,i;const[l,s]=(0,At.useState)(null!==(a=null!=t?t:r)&&void 0!==a?a:""),[c,u]=(0,At.useState)(null!==(i=null!=e?e:n)&&void 0!==i?i:"");return(0,At.useEffect)((()=>{void 0===t&&void 0!==r&&s(r),void 0===e&&void 0!==n&&u(n)}),[r,n]),(0,At.useEffect)((()=>{void 0!==t&&Number.parseInt(t)!==Number.parseInt(l)&&s(t),void 0!==e&&Number.parseInt(e)!==Number.parseInt(c)&&u(e)}),[t,e]),{currentHeight:c,currentWidth:l,updateDimension:(e,t)=>{"width"===e?s(t):u(t),o({[e]:""===t?void 0:parseInt(t,10)})},updateDimensions:(e,t)=>{u(null!=e?e:n),s(null!=t?t:r),o({height:e,width:t})}}}(s,l,r,n,c);return(0,At.createElement)(At.Fragment,null,!(0,Ot.isEmpty)(o)&&(0,At.createElement)(j5,{label:Jr("Image size"),value:i,options:o,onChange:u,help:t}),a&&(0,At.createElement)("div",{className:"block-editor-image-size-control"},(0,At.createElement)("p",{className:"block-editor-image-size-control__row"},Jr("Image dimensions")),(0,At.createElement)("div",{className:"block-editor-image-size-control__row"},(0,At.createElement)(vU,{type:"number",className:"block-editor-image-size-control__width",label:Jr("Width"),value:m,min:1,onChange:e=>p("width",e)}),(0,At.createElement)(vU,{type:"number",className:"block-editor-image-size-control__height",label:Jr("Height"),value:d,min:1,onChange:e=>p("height",e)})),(0,At.createElement)("div",{className:"block-editor-image-size-control__row"},(0,At.createElement)(Une,{"aria-label":Jr("Image size presets")},sae.map((e=>{const t=Math.round(n*(e/100)),o=Math.round(r*(e/100)),a=m===t&&d===o;return(0,At.createElement)(NL,{key:e,isSmall:!0,variant:a?"primary":void 0,isPressed:a,onClick:()=>f(o,t)},e,"%")}))),(0,At.createElement)(NL,{isSmall:!0,onClick:()=>f()},Jr("Reset")))))}const dae=(0,At.createElement)(Sx,{xmlns:"http://www.w3.org/2000/svg",viewBox:"-2 -2 24 24"},(0,At.createElement)(Cx,{d:"M6.734 16.106l2.176-2.38-1.093-1.028-3.846 4.158 3.846 4.157 1.093-1.027-2.176-2.38h2.811c1.125 0 2.25.03 3.374 0 1.428-.001 3.362-.25 4.963-1.277 1.66-1.065 2.868-2.906 2.868-5.859 0-2.479-1.327-4.896-3.65-5.93-1.82-.813-3.044-.8-4.806-.788l-.567.002v1.5c.184 0 .368 0 .553-.002 1.82-.007 2.704-.014 4.21.657 1.854.827 2.76 2.657 2.76 4.561 0 2.472-.973 3.824-2.178 4.596-1.258.807-2.864 1.04-4.163 1.04h-.02c-1.115.03-2.229 0-3.344 0H6.734z"})),mae=()=>{},pae=e=>{let{value:t,onChange:n=mae,settings:r}=e;if(!r||!r.length)return null;const o=e=>r=>{n({...t,[e.id]:r})},a=r.map((e=>(0,At.createElement)(dR,{className:"block-editor-link-control__setting",key:e.id,label:e.title,onChange:o(e),checked:!!t&&!!t[e.id]})));return(0,At.createElement)("fieldset",{className:"block-editor-link-control__settings"},(0,At.createElement)(TL,{as:"legend"},Jr("Currently selected link settings")),a)};var fae=n(4979),hae=n.n(fae);const gae=xf((e=>t=>(0,At.createElement)(e,Nt({},t,{speak:PT,debouncedSpeak:mg(PT,500)}))),"withSpokenMessages"),bae=xf((e=>class extends At.Component{constructor(e){super(e),this.timeouts=[],this.setTimeout=this.setTimeout.bind(this),this.clearTimeout=this.clearTimeout.bind(this)}componentWillUnmount(){this.timeouts.forEach(clearTimeout)}setTimeout(e,t){const n=setTimeout((()=>{e(),this.clearTimeout(n)}),t);return this.timeouts.push(n),n}clearTimeout(e){clearTimeout(e),this.timeouts=this.timeouts.filter((t=>t!==e))}render(){return(0,At.createElement)(e,Nt({},this.props,{setTimeout:this.setTimeout,clearTimeout:this.clearTimeout}))}}),"withSafeTimeout"),vae=bae,yae=xf((e=>t=>{const n=ug(e);return(0,At.createElement)(e,Nt({},t,{instanceId:n}))}),"instanceId");function _ae(e){try{return new URL(e),!0}catch{return!1}}function Mae(e){return"function"==typeof e}class kae extends At.Component{constructor(e){super(e),this.onChange=this.onChange.bind(this),this.onFocus=this.onFocus.bind(this),this.onKeyDown=this.onKeyDown.bind(this),this.selectLink=this.selectLink.bind(this),this.handleOnClick=this.handleOnClick.bind(this),this.bindSuggestionNode=this.bindSuggestionNode.bind(this),this.autocompleteRef=e.autocompleteRef||(0,At.createRef)(),this.inputRef=(0,At.createRef)(),this.updateSuggestions=dg(this.updateSuggestions.bind(this),200),this.suggestionNodes=[],this.suggestionsRequest=null,this.state={suggestions:[],showSuggestions:!1,isUpdatingSuggestions:!1,suggestionsValue:null,selectedSuggestion:null,suggestionsListboxId:"",suggestionOptionIdPrefix:""}}componentDidUpdate(e){const{showSuggestions:t,selectedSuggestion:n}=this.state,{value:r,__experimentalShowInitialSuggestions:o=!1}=this.props;t&&null!==n&&this.suggestionNodes[n]&&!this.scrollingIntoView&&(this.scrollingIntoView=!0,hae()(this.suggestionNodes[n],this.autocompleteRef.current,{onlyScrollIfNeeded:!0}),this.props.setTimeout((()=>{this.scrollingIntoView=!1}),100)),e.value===r||this.props.disableSuggestions||this.state.isUpdatingSuggestions||(null!=r&&r.length?this.updateSuggestions(r):o&&this.updateSuggestions())}componentDidMount(){this.shouldShowInitialSuggestions()&&this.updateSuggestions()}componentWillUnmount(){var e,t;null===(e=this.suggestionsRequest)||void 0===e||null===(t=e.cancel)||void 0===t||t.call(e),this.suggestionsRequest=null}bindSuggestionNode(e){return t=>{this.suggestionNodes[e]=t}}shouldShowInitialSuggestions(){const{__experimentalShowInitialSuggestions:e=!1,value:t}=this.props;return e&&!(t&&t.length)}updateSuggestions(){var e;let t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"";const{__experimentalFetchLinkSuggestions:n,__experimentalHandleURLSuggestions:r}=this.props;if(!n)return;const o=!(null!==(e=t)&&void 0!==e&&e.length);var a,i;if(t=t.trim(),!o&&(t.length<2||!r&&_ae(t)))return null===(a=this.suggestionsRequest)||void 0===a||null===(i=a.cancel)||void 0===i||i.call(a),this.suggestionsRequest=null,void this.setState({suggestions:[],showSuggestions:!1,suggestionsValue:t,selectedSuggestion:null,loading:!1});this.setState({isUpdatingSuggestions:!0,selectedSuggestion:null,loading:!0});const l=n(t,{isInitialSuggestions:o});l.then((e=>{this.suggestionsRequest===l&&(this.setState({suggestions:e,isUpdatingSuggestions:!1,suggestionsValue:t,loading:!1,showSuggestions:!!e.length}),e.length?this.props.debouncedSpeak(Hr(Qr("%d result found, use up and down arrow keys to navigate.","%d results found, use up and down arrow keys to navigate.",e.length),e.length),"assertive"):this.props.debouncedSpeak(Jr("No results."),"assertive"))})).catch((()=>{this.suggestionsRequest===l&&this.setState({isUpdatingSuggestions:!1,loading:!1})})),this.suggestionsRequest=l}onChange(e){this.props.onChange(e.target.value)}onFocus(){const{suggestions:e}=this.state,{disableSuggestions:t,value:n}=this.props;!n||t||this.state.isUpdatingSuggestions||e&&e.length||this.updateSuggestions(n)}onKeyDown(e){const{showSuggestions:t,selectedSuggestion:n,suggestions:r,loading:o}=this.state;if(!t||!r.length||o){switch(e.keyCode){case WE:0!==e.target.selectionStart&&(e.preventDefault(),e.target.setSelectionRange(0,0));break;case FE:this.props.value.length!==e.target.selectionStart&&(e.preventDefault(),e.target.setSelectionRange(this.props.value.length,this.props.value.length));break;case DE:e.preventDefault(),this.props.onSubmit&&this.props.onSubmit(null,e)}return}const a=this.state.suggestions[this.state.selectedSuggestion];switch(e.keyCode){case WE:{e.preventDefault();const t=n?n-1:r.length-1;this.setState({selectedSuggestion:t});break}case FE:{e.preventDefault();const t=null===n||n===r.length-1?0:n+1;this.setState({selectedSuggestion:t});break}case 9:null!==this.state.selectedSuggestion&&(this.selectLink(a),this.props.speak(Jr("Link selected.")));break;case DE:e.preventDefault(),null!==this.state.selectedSuggestion?(this.selectLink(a),this.props.onSubmit&&this.props.onSubmit(a,e)):this.props.onSubmit&&this.props.onSubmit(null,e)}}selectLink(e){this.props.onChange(e.url,e),this.setState({selectedSuggestion:null,showSuggestions:!1})}handleOnClick(e){this.selectLink(e),this.inputRef.current.focus()}static getDerivedStateFromProps(e,t){let{value:n,instanceId:r,disableSuggestions:o,__experimentalShowInitialSuggestions:a=!1}=e,{showSuggestions:i}=t,l=i;const s=n&&n.length;return a||s||(l=!1),!0===o&&(l=!1),{showSuggestions:l,suggestionsListboxId:`block-editor-url-input-suggestions-${r}`,suggestionOptionIdPrefix:`block-editor-url-input-suggestion-${r}`}}render(){return(0,At.createElement)(At.Fragment,null,this.renderControl(),this.renderSuggestions())}renderControl(){const{label:e=null,className:t,isFullWidth:n,instanceId:r,placeholder:o=Jr("Paste URL or type to search"),__experimentalRenderControl:a,value:i=""}=this.props,{loading:l,showSuggestions:s,selectedSuggestion:c,suggestionsListboxId:u,suggestionOptionIdPrefix:d}=this.state,m=`url-input-control-${r}`,p={id:m,label:e,className:Sf()("block-editor-url-input",t,{"is-full-width":n})},f={id:m,value:i,required:!0,className:"block-editor-url-input__input",type:"text",onChange:this.onChange,onFocus:this.onFocus,placeholder:o,onKeyDown:this.onKeyDown,role:"combobox","aria-label":e?void 0:Jr("URL"),"aria-expanded":s,"aria-autocomplete":"list","aria-controls":u,"aria-activedescendant":null!==c?`${d}-${c}`:void 0,ref:this.inputRef};return a?a(p,f,l):(0,At.createElement)(ND,p,(0,At.createElement)("input",f),l&&(0,At.createElement)(W1,null))}renderSuggestions(){const{className:e,__experimentalRenderSuggestions:t}=this.props,{showSuggestions:n,suggestions:r,suggestionsValue:o,selectedSuggestion:a,suggestionsListboxId:i,suggestionOptionIdPrefix:l,loading:s}=this.state;if(!n||0===r.length)return null;const c={id:i,ref:this.autocompleteRef,role:"listbox"},u=(e,t)=>({role:"option",tabIndex:"-1",id:`${l}-${t}`,ref:this.bindSuggestionNode(t),"aria-selected":t===a});return Mae(t)?t({suggestions:r,selectedSuggestion:a,suggestionsListProps:c,buildSuggestionItemProps:u,isLoading:s,handleSuggestionClick:this.handleOnClick,isInitialSuggestions:!(null!=o&&o.length),currentInputValue:o}):(0,At.createElement)(YC,{placement:"bottom",focusOnMount:!1},(0,At.createElement)("div",Nt({},c,{className:Sf()("block-editor-url-input__suggestions",`${e}__suggestions`)}),r.map(((e,t)=>(0,At.createElement)(NL,Nt({},u(0,t),{key:e.id,className:Sf()("block-editor-url-input__suggestion",{"is-selected":t===a}),onClick:()=>this.handleOnClick(e)}),e.title)))))}}const wae=ln(vae,gae,yae,DU(((e,t)=>{if(Mae(t.__experimentalFetchLinkSuggestions))return;const{getSettings:n}=e(OB);return{__experimentalFetchLinkSuggestions:n().__experimentalFetchLinkSuggestions}})))(kae),Eae=e=>{let t,{searchTerm:n,onClick:r,itemProps:o,isSelected:a,buttonText:i}=e;return n?(t=i?"function"==typeof i?i(n):i:KJ(Hr(Jr("Create: %s"),n),{mark:(0,At.createElement)("mark",null)}),(0,At.createElement)(NL,Nt({},o,{className:Sf()("block-editor-link-control__search-create block-editor-link-control__search-item",{"is-selected":a}),onClick:r}),(0,At.createElement)(UF,{className:"block-editor-link-control__search-item-icon",icon:IP}),(0,At.createElement)("span",{className:"block-editor-link-control__search-item-header"},(0,At.createElement)("span",{className:"block-editor-link-control__search-item-title"},t)))):null};function xae(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null,n=e.replace(/^(?:https?:)\/\/(?:www\.)?/,"");n.match(/^[^\/]+\/$/)&&(n=n.replace("/",""));const r=/([\w|:])*\.(?:jpg|jpeg|gif|png|svg)/;if(!t||n.length<=t||!n.match(r))return n;n=n.split("?")[0];const o=n.split("/"),a=o[o.length-1];if(a.length<=t)return"…"+n.slice(-t);const i=a.lastIndexOf("."),[l,s]=[a.slice(0,i),a.slice(i+1)],c=l.slice(-3)+"."+s;return a.slice(0,t-c.length-1)+"…"+c}function Cae(e){try{return decodeURI(e)}catch(t){return e}}const Lae=new RegExp(`[${["-","~","­","֊","־","᐀","᠆","‐","‑","‒","–","—","―","⁓","⁻","₋","−","⸗","⸺","⸻","〜","〰","゠","︱","︲","﹘","﹣","-"].join("")}]`,"g"),Sae=e=>ci()(e).toLocaleLowerCase().replace(Lae,"-");function Aae(e){return e.replace(/[\\^$.*+?()[\]{}|]/g,"\\$&")}const Tae=e=>{const{text:t="",highlight:n=""}=e,r=n.trim();if(!r)return(0,At.createElement)(At.Fragment,null,t);const o=new RegExp(`(${Aae(r)})`,"gi");return KJ(t.replace(o,"$&"),{mark:(0,At.createElement)("mark",null)})},zae=(0,At.createElement)(Sx,{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,At.createElement)(Cx,{d:"M18 4H6c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm.5 14c0 .3-.2.5-.5.5H6c-.3 0-.5-.2-.5-.5V6c0-.3.2-.5.5-.5h12c.3 0 .5.2.5.5v12zM7 11h2V9H7v2zm0 4h2v-2H7v2zm3-4h7V9h-7v2zm0 4h7v-2h-7v2z"})),Nae=(0,At.createElement)(Sx,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,At.createElement)(Cx,{d:"M7 5.5h10a.5.5 0 01.5.5v12a.5.5 0 01-.5.5H7a.5.5 0 01-.5-.5V6a.5.5 0 01.5-.5zM17 4H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V6a2 2 0 00-2-2zm-1 3.75H8v1.5h8v-1.5zM8 11h8v1.5H8V11zm6 3.25H8v1.5h6v-1.5z"})),Oae=(0,At.createElement)(Sx,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,At.createElement)(Cx,{d:"M20.1 11.2l-6.7-6.7c-.1-.1-.3-.2-.5-.2H5c-.4-.1-.8.3-.8.7v7.8c0 .2.1.4.2.5l6.7 6.7c.2.2.5.4.7.5s.6.2.9.2c.3 0 .6-.1.9-.2.3-.1.5-.3.8-.5l5.6-5.6c.4-.4.7-1 .7-1.6.1-.6-.2-1.2-.6-1.6zM19 13.4L13.4 19c-.1.1-.2.1-.3.2-.2.1-.4.1-.6 0-.1 0-.2-.1-.3-.2l-6.5-6.5V5.8h6.8l6.5 6.5c.2.2.2.4.2.6 0 .1 0 .3-.2.5zM9 8c-.6 0-1 .4-1 1s.4 1 1 1 1-.4 1-1-.4-1-1-1z"})),Bae=(0,At.createElement)(Sx,{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,At.createElement)(Cx,{d:"M6 5.5h3a.5.5 0 01.5.5v3a.5.5 0 01-.5.5H6a.5.5 0 01-.5-.5V6a.5.5 0 01.5-.5zM4 6a2 2 0 012-2h3a2 2 0 012 2v3a2 2 0 01-2 2H6a2 2 0 01-2-2V6zm11-.5h3a.5.5 0 01.5.5v3a.5.5 0 01-.5.5h-3a.5.5 0 01-.5-.5V6a.5.5 0 01.5-.5zM13 6a2 2 0 012-2h3a2 2 0 012 2v3a2 2 0 01-2 2h-3a2 2 0 01-2-2V6zm5 8.5h-3a.5.5 0 00-.5.5v3a.5.5 0 00.5.5h3a.5.5 0 00.5-.5v-3a.5.5 0 00-.5-.5zM15 13a2 2 0 00-2 2v3a2 2 0 002 2h3a2 2 0 002-2v-3a2 2 0 00-2-2h-3zm-9 1.5h3a.5.5 0 01.5.5v3a.5.5 0 01-.5.5H6a.5.5 0 01-.5-.5v-3a.5.5 0 01.5-.5zM4 15a2 2 0 012-2h3a2 2 0 012 2v3a2 2 0 01-2 2H6a2 2 0 01-2-2v-3z",fillRule:"evenodd",clipRule:"evenodd"})),Dae=(0,At.createElement)(Sx,{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,At.createElement)(Cx,{d:"M19 6.2h-5.9l-.6-1.1c-.3-.7-1-1.1-1.8-1.1H5c-1.1 0-2 .9-2 2v11.8c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V8.2c0-1.1-.9-2-2-2zm.5 11.6c0 .3-.2.5-.5.5H5c-.3 0-.5-.2-.5-.5V6c0-.3.2-.5.5-.5h5.8c.2 0 .4.1.4.3l1 2H19c.3 0 .5.2.5.5v9.5z"})),Iae=(0,At.createElement)(Sx,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,At.createElement)(Cx,{d:"M12 3.3c-4.8 0-8.8 3.9-8.8 8.8 0 4.8 3.9 8.8 8.8 8.8 4.8 0 8.8-3.9 8.8-8.8s-4-8.8-8.8-8.8zm6.5 5.5h-2.6C15.4 7.3 14.8 6 14 5c2 .6 3.6 2 4.5 3.8zm.7 3.2c0 .6-.1 1.2-.2 1.8h-2.9c.1-.6.1-1.2.1-1.8s-.1-1.2-.1-1.8H19c.2.6.2 1.2.2 1.8zM12 18.7c-1-.7-1.8-1.9-2.3-3.5h4.6c-.5 1.6-1.3 2.9-2.3 3.5zm-2.6-4.9c-.1-.6-.1-1.1-.1-1.8 0-.6.1-1.2.1-1.8h5.2c.1.6.1 1.1.1 1.8s-.1 1.2-.1 1.8H9.4zM4.8 12c0-.6.1-1.2.2-1.8h2.9c-.1.6-.1 1.2-.1 1.8 0 .6.1 1.2.1 1.8H5c-.2-.6-.2-1.2-.2-1.8zM12 5.3c1 .7 1.8 1.9 2.3 3.5H9.7c.5-1.6 1.3-2.9 2.3-3.5zM10 5c-.8 1-1.4 2.3-1.8 3.8H5.5C6.4 7 8 5.6 10 5zM5.5 15.3h2.6c.4 1.5 1 2.8 1.8 3.7-1.8-.6-3.5-2-4.4-3.7zM14 19c.8-1 1.4-2.2 1.8-3.7h2.6C17.6 17 16 18.4 14 19z"})),Rae={post:zae,page:Nae,post_tag:Oae,category:Bae,attachment:Dae};function Pae(e){let{isURL:t,suggestion:n}=e,r=null;return t?r=Iae:n.type in Rae&&(r=Rae[n.type]),r?(0,At.createElement)(UF,{className:"block-editor-link-control__search-item-icon",icon:r}):null}const Hae=e=>{let{itemProps:t,suggestion:n,isSelected:r=!1,onClick:o,isURL:a=!1,searchTerm:i="",shouldShowType:l=!1}=e;return(0,At.createElement)(NL,Nt({},t,{onClick:o,className:Sf()("block-editor-link-control__search-item",{"is-selected":r,"is-url":a,"is-entity":!a})}),(0,At.createElement)(Pae,{suggestion:n,isURL:a}),(0,At.createElement)("span",{className:"block-editor-link-control__search-item-header"},(0,At.createElement)("span",{className:"block-editor-link-control__search-item-title"},(0,At.createElement)(Tae,{text:n.title,highlight:i})),(0,At.createElement)("span",{"aria-hidden":!a,className:"block-editor-link-control__search-item-info"},!a&&(xae(Cae(n.url))||""),a&&Jr("Press ENTER to add this link"))),l&&n.type&&(0,At.createElement)("span",{className:"block-editor-link-control__search-item-type"},function(e){if(e.isFrontPage)return"front page";return"post_tag"===e.type?"tag":e.type}(n)))},Wae="__CREATE__",Yae="mailto",Fae="internal",jae=["URL",Yae,"tel",Fae],qae=[{id:"opensInNewTab",title:Jr("Open in new tab")}];function Vae(e){let{instanceId:t,withCreateSuggestion:n,currentInputValue:r,handleSuggestionClick:o,suggestionsListProps:a,buildSuggestionItemProps:i,suggestions:l,selectedSuggestion:s,isLoading:c,isInitialSuggestions:u,createSuggestionButtonText:d,suggestionsQuery:m}=e;const p=Sf()("block-editor-link-control__search-results",{"is-loading":c}),f=1===l.length&&jae.includes(l[0].type),h=n&&!f&&!u,g=!(null!=m&&m.type),b=`block-editor-link-control-search-results-label-${t}`,v=u?Jr("Recently updated"):Hr(Jr('Search results for "%s"'),r),y=(0,At.createElement)(u?At.Fragment:TL,{},(0,At.createElement)("span",{className:"block-editor-link-control__search-results-label",id:b},v));return(0,At.createElement)("div",{className:"block-editor-link-control__search-results-wrapper"},y,(0,At.createElement)("div",Nt({},a,{className:p,"aria-labelledby":b}),l.map(((e,t)=>h&&Wae===e.type?(0,At.createElement)(Eae,{searchTerm:r,buttonText:d,onClick:()=>o(e),key:e.type,itemProps:i(e,t),isSelected:t===s}):Wae===e.type?null:(0,At.createElement)(Hae,{key:`${e.id}-${e.type}`,itemProps:i(e,t),suggestion:e,index:t,onClick:()=>{o(e)},isSelected:t===s,isURL:jae.includes(e.type),searchTerm:r,shouldShowType:g,isFrontPage:null==e?void 0:e.isFrontPage})))))}function Uae(e){const t=/^([^\s:]+:)/.exec(e);if(t)return t[1]}const Xae=/^(mailto:)?[a-z0-9._%+-]+@[a-z0-9][a-z0-9.-]*\.[a-z]{2,63}$/i;function $ae(e){return Xae.test(e)}const Gae=/^(?:[a-z]+:|#|\?|\.|\/)/i;function Kae(e){return e?(e=e.trim(),Gae.test(e)||$ae(e)?e:"http://"+e):e}function Jae(e){const t=null==e?void 0:e.startsWith("#");return _ae(e)||e&&e.includes("www.")||t}const Zae=()=>Promise.resolve([]),Qae=e=>{let t="URL";const n=Uae(e)||"";return n.includes("mailto")&&(t=Yae),n.includes("tel")&&(t="tel"),null!=e&&e.startsWith("#")&&(t=Fae),Promise.resolve([{id:e,title:e,url:"URL"===t?Kae(e):e,type:t}])};function eie(e,t,n,r){const{fetchSearchSuggestions:o,pageOnFront:a}=Uu((e=>{const{getSettings:t}=e(OB);return{pageOnFront:t().pageOnFront,fetchSearchSuggestions:t().__experimentalFetchLinkSuggestions}}),[]),i=t?Qae:Zae;return(0,At.useCallback)(((t,l)=>{let{isInitialSuggestions:s}=l;return Jae(t)?i(t,{isInitialSuggestions:s}):(async(e,t,n,r,o,a,i)=>{const{isInitialSuggestions:l}=t;let s=!1,c=await Promise.all([n(e,t),r(e)]);c[0]=c[0].map((e=>Number(e.id)===i?(s=!0,e.isFrontPage=!0,e):e));const u=!e.includes(" ");return c=!s&&u&&a&&!l?c[0].concat(c[1]):c[0],l||Jae(e)||!o?c:c.concat({title:e,url:e,type:Wae})})(t,{...e,isInitialSuggestions:s},o,i,n,r,a)}),[i,o,n])}const tie=()=>Promise.resolve([]),nie=()=>{},rie=(0,At.forwardRef)(((e,t)=>{let{value:n,children:r,currentLink:o={},className:a=null,placeholder:i=null,withCreateSuggestion:l=!1,onCreateSuggestion:s=nie,onChange:c=nie,onSelect:u=nie,showSuggestions:d=!0,renderSuggestions:m=(e=>(0,At.createElement)(Vae,e)),fetchSuggestions:p=null,allowDirectEntry:f=!0,showInitialSuggestions:h=!1,suggestionsQuery:g={},withURLSuggestion:b=!0,createSuggestionButtonText:v,useLabel:y=!1}=e;const _=eie(g,f,l,b),M=d?p||_:tie,k=ug(rie),[w,E]=(0,At.useState)(),x=async e=>{let t=e;if(Wae!==e.type){if(f||t&&Object.keys(t).length>=1){const{id:e,url:n,...r}=null!=o?o:{};u({...r,...t},t)}}else try{var n;t=await s(e.title),null!==(n=t)&&void 0!==n&&n.url&&u(t)}catch(e){}},C=Sf()(a,{"has-no-label":!y});return(0,At.createElement)("div",{className:"block-editor-link-control__search-input-container"},(0,At.createElement)(wae,{label:y?"URL":void 0,className:C,value:n,onChange:(e,t)=>{c(e),E(t)},placeholder:null!=i?i:Jr("Search or type url"),__experimentalRenderSuggestions:d?e=>m({...e,instanceId:k,withCreateSuggestion:l,createSuggestionButtonText:v,suggestionsQuery:g,handleSuggestionClick:t=>{e.handleSuggestionClick&&e.handleSuggestionClick(t),x(t)}}):null,__experimentalFetchLinkSuggestions:M,__experimentalHandleURLSuggestions:!0,__experimentalShowInitialSuggestions:h,onSubmit:(e,t)=>{var r;const o=e||w;o||null!=n&&null!==(r=n.trim())&&void 0!==r&&r.length?x(o||{url:n}):t.preventDefault()},ref:t}),r)})),oie=rie,aie=(0,At.createElement)(Sx,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,At.createElement)(Cx,{d:"M12 3.2c-4.8 0-8.8 3.9-8.8 8.8 0 4.8 3.9 8.8 8.8 8.8 4.8 0 8.8-3.9 8.8-8.8 0-4.8-4-8.8-8.8-8.8zm0 16c-4 0-7.2-3.3-7.2-7.2C4.8 8 8 4.8 12 4.8s7.2 3.3 7.2 7.2c0 4-3.2 7.2-7.2 7.2zM11 17h2v-6h-2v6zm0-8h2V7h-2v2z"})),iie=(0,At.createElement)(Sx,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,At.createElement)(Cx,{d:"M20.1 5.1L16.9 2 6.2 12.7l-1.3 4.4 4.5-1.3L20.1 5.1zM4 20.8h8v-1.5H4v1.5z"})),{Slot:lie,Fill:sie}=LC("BlockEditorLinkControlViewer");function cie(e,t){switch(t.type){case"RESOLVED":return{...e,isFetching:!1,richData:t.richData};case"ERROR":return{...e,isFetching:!1,richData:null};case"LOADING":return{...e,isFetching:!0};default:throw new Error(`Unexpected action type ${t.type}`)}}const uie=function(e){const[t,n]=(0,At.useReducer)(cie,{richData:null,isFetching:!1}),{fetchRichUrlData:r}=Uu((e=>{const{getSettings:t}=e(OB);return{fetchRichUrlData:t().__experimentalFetchRichUrlData}}),[]);return(0,At.useEffect)((()=>{if(null!=e&&e.length&&r&&"undefined"!=typeof AbortController){n({type:"LOADING"});const t=new window.AbortController,o=t.signal;return r(e,{signal:o}).then((e=>{n({type:"RESOLVED",richData:e})})).catch((()=>{o.aborted||n({type:"ERROR"})})),()=>{t.abort()}}}),[e]),t};function die(e){var t;let{value:n,onEditClick:r,hasRichPreviews:o=!1,hasUnlinkControl:a=!1,onRemove:i}=e;const l=o?null==n?void 0:n.url:null,{richData:s,isFetching:c}=uie(l),u=s&&Object.keys(s).length,d=n&&xae(Cae(n.url),16)||"",m=(null==s?void 0:s.title)||(null==n?void 0:n.title)||d,p=!(null!=n&&null!==(t=n.url)&&void 0!==t&&t.length);let f;return f=null!=s&&s.icon?(0,At.createElement)("img",{src:null==s?void 0:s.icon,alt:""}):p?(0,At.createElement)(UF,{icon:aie,size:32}):(0,At.createElement)(UF,{icon:Iae}),(0,At.createElement)("div",{"aria-label":Jr("Currently selected"),className:Sf()("block-editor-link-control__search-item",{"is-current":!0,"is-rich":u,"is-fetching":!!c,"is-preview":!0,"is-error":p})},(0,At.createElement)("div",{className:"block-editor-link-control__search-item-top"},(0,At.createElement)("span",{className:"block-editor-link-control__search-item-header"},(0,At.createElement)("span",{className:Sf()("block-editor-link-control__search-item-icon",{"is-image":null==s?void 0:s.icon})},f),(0,At.createElement)("span",{className:"block-editor-link-control__search-item-details"},p?(0,At.createElement)("span",{className:"block-editor-link-control__search-item-error-notice"},Jr("Link is empty")):(0,At.createElement)(At.Fragment,null,(0,At.createElement)(MU,{className:"block-editor-link-control__search-item-title",href:n.url},Po(m)),(null==n?void 0:n.url)&&(0,At.createElement)("span",{className:"block-editor-link-control__search-item-info"},d)))),(0,At.createElement)(NL,{icon:iie,label:Jr("Edit"),className:"block-editor-link-control__search-item-action",onClick:r,iconSize:24}),a&&(0,At.createElement)(NL,{icon:GW,label:Jr("Unlink"),className:"block-editor-link-control__search-item-action block-editor-link-control__unlink",onClick:i,iconSize:24}),(0,At.createElement)(lie,{fillProps:n})),!!(u&&(null!=s&&s.image||null!=s&&s.description)||c)&&(0,At.createElement)("div",{className:"block-editor-link-control__search-item-bottom"},((null==s?void 0:s.image)||c)&&(0,At.createElement)("div",{"aria-hidden":!(null!=s&&s.image),className:Sf()("block-editor-link-control__search-item-image",{"is-placeholder":!(null!=s&&s.image)})},(null==s?void 0:s.image)&&(0,At.createElement)("img",{src:null==s?void 0:s.image,alt:""})),((null==s?void 0:s.description)||c)&&(0,At.createElement)("div",{"aria-hidden":!(null!=s&&s.description),className:Sf()("block-editor-link-control__search-item-description",{"is-placeholder":!(null!=s&&s.description)})},(null==s?void 0:s.description)&&(0,At.createElement)(sH,{truncate:!0,numberOfLines:"2"},s.description))))}const mie=e=>{let t=!1;const n=new Promise(((n,r)=>{e.then((e=>t?r({isCanceled:!0}):n(e)),(e=>r(t?{isCanceled:!0}:e)))}));return{promise:n,cancel(){t=!0}}};function pie(e){const[t,n]=(0,At.useState)(e||"");return(0,At.useEffect)((()=>{e&&e!==t&&n(e)}),[e]),[t,n]}const fie=()=>{};function hie(e){var t,n,r;let{searchInputPlaceholder:o,value:a,settings:i=qae,onChange:l=fie,onRemove:s,noDirectEntry:c=!1,showSuggestions:u=!0,showInitialSuggestions:d,forceIsEditingLink:m,createSuggestion:p,withCreateSuggestion:f,inputValue:h="",suggestionsQuery:g={},noURLSuggestion:b=!1,createSuggestionButtonText:v,hasRichPreviews:y=!1,hasTextControl:_=!1,renderControlBottom:M=null}=e;void 0===f&&p&&(f=!0);const k=(0,At.useRef)(!0),w=(0,At.useRef)(),E=(0,At.useRef)(),x=(0,At.useRef)(!1),[C,L]=pie((null==a?void 0:a.url)||""),[S,A]=pie((null==a?void 0:a.title)||""),[T,z]=(0,At.useState)(void 0!==m?m:!a||!a.url),{createPage:N,isCreatingPage:O,errorMessage:B}=function(e){const t=(0,At.useRef)(),[n,r]=(0,At.useState)(!1),[o,a]=(0,At.useState)(null);return(0,At.useEffect)((()=>()=>{t.current&&t.current.cancel()}),[]),{createPage:async function(n){r(!0),a(null);try{return t.current=mie(Promise.resolve(e(n))),await t.current.promise}catch(e){if(e&&e.isCanceled)return;throw a(e.message||Jr("An unknown error occurred during creation. Please try again.")),e}finally{r(!1)}},isCreatingPage:n,errorMessage:o}}(p);(0,At.useEffect)((()=>{void 0!==m&&m!==T&&z(m)}),[m]),(0,At.useEffect)((()=>{if(k.current)return void(k.current=!1);const e=null!=E&&E.current?1:0;(fx.focusable.find(w.current)[e]||w.current).focus(),x.current=!1}),[T,O]);const D=()=>{var e;x.current=!(null===(e=w.current)||void 0===e||!e.contains(w.current.ownerDocument.activeElement)),z(!1)},I=()=>{R===(null==a?void 0:a.url)&&S===(null==a?void 0:a.title)||l({...a,url:R,title:S}),D()},R=h||C,P=!(null!=R&&null!==(t=R.trim())&&void 0!==t&&t.length),H=s&&a&&!T&&!O,W=!(null==i||!i.length),Y=(null==a||null===(n=a.url)||void 0===n||null===(r=n.trim())||void 0===r?void 0:r.length)>0&&_;return(0,At.createElement)("div",{tabIndex:-1,ref:w,className:"block-editor-link-control"},O&&(0,At.createElement)("div",{className:"block-editor-link-control__loading"},(0,At.createElement)(W1,null)," ",Jr("Creating"),"…"),(T||!a)&&!O&&(0,At.createElement)(At.Fragment,null,(0,At.createElement)("div",{className:Sf()({"block-editor-link-control__search-input-wrapper":!0,"has-text-control":Y})},Y&&(0,At.createElement)(vU,{ref:E,className:"block-editor-link-control__field block-editor-link-control__text-content",label:"Text",value:S,onChange:A,onKeyDown:e=>{const{keyCode:t}=e;t!==DE||P||(e.preventDefault(),I())}}),(0,At.createElement)(oie,{currentLink:a,className:"block-editor-link-control__field block-editor-link-control__search-input",placeholder:o,value:R,withCreateSuggestion:f,onCreateSuggestion:N,onChange:L,onSelect:e=>{l({...e,title:S||(null==e?void 0:e.title)}),D()},showInitialSuggestions:d,allowDirectEntry:!c,showSuggestions:u,suggestionsQuery:g,withURLSuggestion:!b,createSuggestionButtonText:v,useLabel:Y},(0,At.createElement)("div",{className:"block-editor-link-control__search-actions"},(0,At.createElement)(NL,{onClick:I,label:Jr("Submit"),icon:dae,className:"block-editor-link-control__search-submit",disabled:P})))),B&&(0,At.createElement)(Dee,{className:"block-editor-link-control__search-error",status:"error",isDismissible:!1},B)),a&&!T&&!O&&(0,At.createElement)(die,{key:null==a?void 0:a.url,value:a,onEditClick:()=>z(!0),hasRichPreviews:y,hasUnlinkControl:H,onRemove:s}),W&&(0,At.createElement)("div",{className:"block-editor-link-control__tools"},(0,At.createElement)(pae,{value:a,settings:i,onChange:l})),M&&M())}hie.ViewerFill=sie;const gie=hie;function bie(e,t,n,r){var o,a;const i=null!==(o=null==r?void 0:r.initWindowSize)&&void 0!==o?o:30,l=null===(a=null==r?void 0:r.useWindowing)||void 0===a||a,[s,c]=(0,At.useState)({visibleItems:i,start:0,end:i,itemInView:e=>e>=0&&e<=i});return(0,At.useLayoutEffect)((()=>{var o,a,i,s;if(!l)return;const u=eJ(e.current),d=e=>{var o;if(!u)return;const a=Math.ceil(u.clientHeight/t),i=e?a:null!==(o=null==r?void 0:r.windowOverscan)&&void 0!==o?o:a,l=Math.floor(u.scrollTop/t),s=Math.max(0,l-i),d=Math.min(n-1,l+a+i);c((e=>{const t={visibleItems:a,start:s,end:d,itemInView:e=>s<=e&&e<=d};return e.start!==t.start||e.end!==t.end||e.visibleItems!==t.visibleItems?t:e}))};d(!0);const m=dg((()=>{d()}),16);return null==u||u.addEventListener("scroll",m),null==u||null===(o=u.ownerDocument)||void 0===o||null===(a=o.defaultView)||void 0===a||a.addEventListener("resize",m),null==u||null===(i=u.ownerDocument)||void 0===i||null===(s=i.defaultView)||void 0===s||s.addEventListener("resize",m),()=>{var e,t;null==u||u.removeEventListener("scroll",m),null==u||null===(e=u.ownerDocument)||void 0===e||null===(t=e.defaultView)||void 0===t||t.removeEventListener("resize",m)}}),[t,e,n]),(0,At.useLayoutEffect)((()=>{var r,o;if(!l)return;const a=eJ(e.current),i=e=>{switch(e.keyCode){case PE:return null==a?void 0:a.scrollTo({top:0});case RE:return null==a?void 0:a.scrollTo({top:n*t});case 33:return null==a?void 0:a.scrollTo({top:a.scrollTop-s.visibleItems*t});case 34:return null==a?void 0:a.scrollTo({top:a.scrollTop+s.visibleItems*t})}};return null==a||null===(r=a.ownerDocument)||void 0===r||null===(o=r.defaultView)||void 0===o||o.addEventListener("keydown",i),()=>{var e,t;null==a||null===(e=a.ownerDocument)||void 0===e||null===(t=e.defaultView)||void 0===t||t.removeEventListener("keydown",i)}}),[n,t,e,s.visibleItems]),[s,c]}const vie=(0,At.createContext)(),yie=vie.Provider;function _ie(e){let{children:t}=e;const[n,r]=(0,At.useState)(),o=(0,At.useMemo)((()=>({lastFocusedElement:n,setLastFocusedElement:r})),[n]);return(0,At.createElement)(yie,{value:o},t)}function Mie(e){const t=fx.focusable.find(e,{sequential:!0});if(t&&t.length)return t.filter((t=>t.closest('[role="row"]')===e))}const kie=(0,At.forwardRef)((function(e,t){let{children:n,onExpandRow:r=(()=>{}),onCollapseRow:o=(()=>{}),onFocusRow:a=(()=>{}),applicationAriaLabel:i,...l}=e;const s=(0,At.useCallback)((e=>{const{keyCode:t,metaKey:n,ctrlKey:i,altKey:l}=e;if(n||i||l||![WE,FE,HE,YE,PE,RE].includes(t))return;e.stopPropagation();const{activeElement:s}=document,{currentTarget:c}=e;if(!c.contains(s))return;const u=s.closest('[role="row"]'),d=Mie(u),m=d.indexOf(s),p=0===m,f=p&&"false"===u.getAttribute("aria-expanded")&&t===YE;if([HE,YE].includes(t)){let n;if(n=t===HE?Math.max(0,m-1):Math.min(m+1,d.length-1),p){if(t===HE){var h,g,b;if("true"===u.getAttribute("aria-expanded"))return o(u),void e.preventDefault();const t=Math.max(parseInt(null!==(h=null==u?void 0:u.getAttribute("aria-level"))&&void 0!==h?h:1,10)-1,1),n=Array.from(c.querySelectorAll('[role="row"]'));let r=u;for(let e=n.indexOf(u);e>=0;e--)if(parseInt(n[e].getAttribute("aria-level"),10)===t){r=n[e];break}null===(g=Mie(r))||void 0===g||null===(b=g[0])||void 0===b||b.focus()}if(t===YE){if("false"===u.getAttribute("aria-expanded"))return r(u),void e.preventDefault();const t=Mie(u);var v;if(t.length>0)null===(v=t[t.length-1])||void 0===v||v.focus()}return void e.preventDefault()}if(f)return;d[n].focus(),e.preventDefault()}else if([WE,FE].includes(t)){const n=Array.from(c.querySelectorAll('[role="row"]')),r=n.indexOf(u);let o;if(o=t===WE?Math.max(0,r-1):Math.min(r+1,n.length-1),o===r)return void e.preventDefault();const i=Mie(n[o]);if(!i||!i.length)return void e.preventDefault();i[Math.min(m,i.length-1)].focus(),a(e,u,n[o]),e.preventDefault()}else if([PE,RE].includes(t)){const n=Array.from(c.querySelectorAll('[role="row"]')),r=n.indexOf(u);let o;if(o=t===PE?0:n.length-1,o===r)return void e.preventDefault();const i=Mie(n[o]);if(!i||!i.length)return void e.preventDefault();i[Math.min(m,i.length-1)].focus(),a(e,u,n[o]),e.preventDefault()}}),[r,o,a]);return(0,At.createElement)(_ie,null,(0,At.createElement)("div",{role:"application","aria-label":i},(0,At.createElement)("table",Nt({},l,{role:"treegrid",onKeyDown:s,ref:t}),(0,At.createElement)("tbody",null,n))))})),wie=(0,At.forwardRef)((function(e,t){let{children:n,as:r,...o}=e;const a=(0,At.useRef)(),i=t||a,{lastFocusedElement:l,setLastFocusedElement:s}=(0,At.useContext)(vie);let c;l&&(c=l===i.current?0:-1);const u={ref:i,tabIndex:c,onFocus:e=>s(e.target),...o};return"function"==typeof n?n(u):(0,At.createElement)(r,u,n)})),Eie=(0,At.forwardRef)((function(e,t){let{children:n,...r}=e;return(0,At.createElement)(wie,Nt({ref:t},r),n)})),xie=(0,At.forwardRef)((function(e,t){let{children:n,withoutGridItem:r=!1,...o}=e;return(0,At.createElement)("td",Nt({},o,{role:"gridcell"}),r?n:(0,At.createElement)(Eie,{ref:t},n))}));const Cie=(0,At.forwardRef)((function(e,t){let{children:n,level:r,positionInSet:o,setSize:a,isExpanded:i,...l}=e;return(0,At.createElement)("tr",Nt({},l,{ref:t,role:"row","aria-level":r,"aria-posinset":o,"aria-setsize":a,"aria-expanded":i}),n)})),Lie=ZK(Cie);function Sie(e){let{isSelected:t,position:n,level:r,rowCount:o,children:a,className:i,path:l,...s}=e;const c=rJ({isSelected:t,adjustScrolling:!1,enableAnimation:!0,triggerAnimationOnChange:l});return(0,At.createElement)(Lie,Nt({ref:c,className:Sf()("block-editor-list-view-leaf",i),level:r,positionInSet:n,setSize:o},s),a)}const Aie=(0,At.createElement)(Sx,{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,At.createElement)(Cx,{fillRule:"evenodd",clipRule:"evenodd",d:"M15 11h-.2V9c0-1.5-1.2-2.8-2.8-2.8S9.2 7.5 9.2 9v2H9c-.6 0-1 .4-1 1v4c0 .6.4 1 1 1h6c.6 0 1-.4 1-1v-4c0-.6-.4-1-1-1zm-1.8 0h-2.5V9c0-.7.6-1.2 1.2-1.2s1.2.6 1.2 1.2v2z"})),Tie=(0,At.createElement)(Sx,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,At.createElement)(Cx,{d:"m13.1 16-3.4-4 3.4-4 1.1 1-2.6 3 2.6 3-1.1 1z"}));function zie(e){let{onClick:t}=e;return(0,At.createElement)("span",{className:"block-editor-list-view__expander",onClick:e=>t(e,{forceToggle:!0}),"aria-hidden":"true"},(0,At.createElement)(UF,{icon:eo()?Tie:Ure}))}const Nie=(0,At.forwardRef)((function(e,t){let{className:n,block:{clientId:r},onClick:o,onToggleExpanded:a,tabIndex:i,onFocus:l,onDragStart:s,onDragEnd:c,draggable:u}=e;const d=T2(r),m=z2({clientId:r,context:"list-view"}),{isLocked:p}=X3(r);return(0,At.createElement)(At.Fragment,null,(0,At.createElement)(NL,{className:Sf()("block-editor-list-view-block-select-button",n),onClick:o,onKeyDown:function(e){e.keyCode!==DE&&32!==e.keyCode||o(e)},ref:t,tabIndex:i,onFocus:l,onDragStart:e=>{e.dataTransfer.clearData(),null==s||s(e)},onDragEnd:c,draggable:u,href:`#block-${r}`,"aria-hidden":!0},(0,At.createElement)(zie,{onClick:a}),(0,At.createElement)(oZ,{icon:null==d?void 0:d.icon,showColors:!0}),(0,At.createElement)(uR,{alignment:"center",className:"block-editor-list-view-block-select-button__label-wrapper",justify:"flex-start",spacing:1},(0,At.createElement)("span",{className:"block-editor-list-view-block-select-button__title"},(0,At.createElement)(jQ,{ellipsizeMode:"auto"},m)),(null==d?void 0:d.anchor)&&(0,At.createElement)("span",{className:"block-editor-list-view-block-select-button__anchor-wrapper"},(0,At.createElement)(jQ,{className:"block-editor-list-view-block-select-button__anchor",ellipsizeMode:"auto"},d.anchor)),p&&(0,At.createElement)("span",{className:"block-editor-list-view-block-select-button__lock"},(0,At.createElement)(UF,{icon:Aie})))))})),Oie=(0,At.forwardRef)(((e,t)=>{let{onClick:n,onToggleExpanded:r,block:o,isSelected:a,position:i,siblingBlockCount:l,level:s,isExpanded:c,selectedClientIds:u,...d}=e;const{clientId:m}=o,{blockMovingClientId:p,selectedBlockInBlockEditor:f}=Uu((e=>{const{hasBlockMovingClientId:t,getSelectedBlockClientId:n}=e(OB);return{blockMovingClientId:t(),selectedBlockInBlockEditor:n()}}),[m]),h=p&&f===m,g=Sf()("block-editor-list-view-block-contents",{"is-dropping-before":h}),b=u.includes(m)?u:[m];return(0,At.createElement)(O2,{clientIds:b},(e=>{let{draggable:u,onDragStart:m,onDragEnd:p}=e;return(0,At.createElement)(Nie,Nt({ref:t,className:g,block:o,onClick:n,onToggleExpanded:r,isSelected:a,position:i,siblingBlockCount:l,level:s,draggable:u,onDragStart:m,onDragEnd:p,isExpanded:c},d))}))})),Bie=Oie,Die=(0,At.createContext)({}),Iie=()=>(0,At.useContext)(Die);const Rie=(0,At.memo)((function e(t){let{block:n,isDragged:r,isSelected:o,isBranchSelected:a,selectBlock:i,position:l,level:s,rowCount:c,siblingBlockCount:u,showBlockMovers:d,path:m,isExpanded:p,selectedClientIds:f,preventAnnouncement:h,isSyncedBranch:g}=t;const b=(0,At.useRef)(null),[v,y]=(0,At.useState)(!1),{clientId:_}=n,{isLocked:M,isContentLocked:k,canEdit:w}=X3(_),E=Uu((e=>!o&&(!!k&&e(OB).hasSelectedInnerBlock(_,!0))),[k,_,o]),x=!k&&w,C=E||o&&f[0]===_,L=E||o&&f[f.length-1]===_,{toggleBlockHighlight:S}=rf(OB),A=T2(_),T=ha(Uu((e=>e(OB).getBlockName(_)),[_]),"__experimentalToolbar",!0),z=`list-view-block-select-button__${ug(e)}`,N=((e,t,n)=>Hr(Jr("Block %1$d of %2$d, Level %3$d"),e,t,n))(l,u,s);let O=Jr("Link");A&&(O=Hr(Jr(M?"%s link (locked)":"%s link"),A.title));const B=A?Hr(Jr("Options for %s block"),A.title):Jr("Options"),{isTreeGridMounted:D,expand:I,collapse:R}=Iie(),P=d&&u>0,H=Sf()("block-editor-list-view-block__mover-cell",{"is-visible":v||o}),W=Sf()("block-editor-list-view-block__menu-cell",{"is-visible":v||C});(0,At.useEffect)((()=>{!D&&o&&b.current.focus()}),[]);const Y=(0,At.useCallback)((()=>{y(!0),S(_,!0)}),[_,y,S]),F=(0,At.useCallback)((()=>{y(!1),S(_,!1)}),[_,y,S]),j=(0,At.useCallback)((e=>{i(e,_),e.preventDefault()}),[_,i]),q=(0,At.useCallback)((e=>{i(void 0,e)}),[i]),V=(0,At.useCallback)((e=>{e.preventDefault(),e.stopPropagation(),!0===p?R(_):!1===p&&I(_)}),[_,I,R,p]);let U;P?U=2:T||(U=3);const X=Sf()({"is-selected":o||E,"is-first-selected":C,"is-last-selected":L,"is-branch-selected":a,"is-synced-branch":g,"is-dragging":r,"has-single-cell":!T,"is-synced":A.isSynced}),$=f.includes(_)?f:[_];return(0,At.createElement)(Sie,{className:X,onMouseEnter:Y,onMouseLeave:F,onFocus:Y,onBlur:F,level:s,position:l,rowCount:c,path:m,id:`list-view-block-${_}`,"data-block":_,isExpanded:x?p:void 0,"aria-selected":!!o||E},(0,At.createElement)(xie,{className:"block-editor-list-view-block__contents-cell",colSpan:U,ref:b,"aria-label":O,"aria-selected":!!o||E,"aria-expanded":x?p:void 0,"aria-describedby":z},(e=>{let{ref:t,tabIndex:r,onFocus:a}=e;return(0,At.createElement)("div",{className:"block-editor-list-view-block__contents-container"},(0,At.createElement)(Bie,{block:n,onClick:j,onToggleExpanded:V,isSelected:o,position:l,siblingBlockCount:u,level:s,ref:t,tabIndex:r,onFocus:a,isExpanded:p,selectedClientIds:f,preventAnnouncement:h}),(0,At.createElement)("div",{className:"block-editor-list-view-block-select-button__description",id:z},N))})),P&&(0,At.createElement)(At.Fragment,null,(0,At.createElement)(xie,{className:H,withoutGridItem:!0},(0,At.createElement)(Eie,null,(e=>{let{ref:t,tabIndex:n,onFocus:r}=e;return(0,At.createElement)(H2,{orientation:"vertical",clientIds:[_],ref:t,tabIndex:n,onFocus:r})})),(0,At.createElement)(Eie,null,(e=>{let{ref:t,tabIndex:n,onFocus:r}=e;return(0,At.createElement)(W2,{orientation:"vertical",clientIds:[_],ref:t,tabIndex:n,onFocus:r})})))),T&&(0,At.createElement)(xie,{className:W,"aria-selected":!!o||E},(e=>{let{ref:t,tabIndex:n,onFocus:r}=e;return(0,At.createElement)(c4,{clientIds:$,icon:Yj,label:B,toggleProps:{ref:t,className:"block-editor-list-view-block__menu",tabIndex:n,onFocus:r},disableOpenOnArrowDown:!0,__experimentalSelectBlock:q})})))}));function Pie(e,t,n,r){var o;if(null==n?void 0:n.includes(e.clientId))return 0;return(null!==(o=t[e.clientId])&&void 0!==o?o:r)?1+e.innerBlocks.reduce(Hie(t,n,r),0):1}const Hie=(e,t,n)=>(r,o)=>{var a;if(null==t?void 0:t.includes(o.clientId))return r;return(null!==(a=e[o.clientId])&&void 0!==a?a:n)&&o.innerBlocks.length>0?r+Pie(o,e,t,n):r+1},Wie=()=>{};const Yie=(0,At.memo)((function e(t){const{blocks:n,selectBlock:r=Wie,showBlockMovers:o,selectedClientIds:a,level:i=1,path:l="",isBranchSelected:s=!1,listPosition:c=0,fixedListWindow:u,isExpanded:d,parentId:m,shouldShowInnerBlocks:p=!0,isSyncedBranch:f=!1}=t,h=T2(m),g=f||!(null==h||!h.isSynced),b=Uu((e=>{if(!m)return!0;const t="contentOnly"===e(OB).getTemplateLock(m),n=e(OB).canEditBlock(m);return!t&&n}),[m]),{expandedState:v,draggedClientIds:y}=Iie();if(!b)return null;const _=n.filter(Boolean),M=_.length;let k=c;return(0,At.createElement)(At.Fragment,null,_.map(((t,n)=>{var c;const{clientId:m,innerBlocks:f}=t;n>0&&(k+=Pie(_[n-1],v,y,d));const{itemInView:h}=u,b=h(k),w=n+1,E=l.length>0?`${l}_${w}`:`${w}`,x=!(null==f||!f.length),C=x&&p?null!==(c=v[m])&&void 0!==c?c:d:void 0,L=!(null==y||!y.includes(m)),S=L||b,A=((e,t)=>Array.isArray(t)&&t.length?-1!==t.indexOf(e):t===e)(m,a),T=s||A&&x;return(0,At.createElement)(ju,{key:m,value:!A},S&&(0,At.createElement)(Rie,{block:t,selectBlock:r,isSelected:A,isBranchSelected:T,isDragged:L,level:i,position:w,rowCount:M,siblingBlockCount:M,showBlockMovers:o,path:E,isExpanded:C,listPosition:k,selectedClientIds:a,isSyncedBranch:g}),!S&&(0,At.createElement)("tr",null,(0,At.createElement)("td",{className:"block-editor-list-view-placeholder"})),x&&C&&!L&&(0,At.createElement)(e,{parentId:m,blocks:f,selectBlock:r,showBlockMovers:o,level:i+1,path:E,listPosition:k+1,fixedListWindow:u,isBranchSelected:T,selectedClientIds:a,isExpanded:d,isSyncedBranch:g}))})))}));function Fie(e){let{listViewRef:t,blockDropTarget:n}=e;const{rootClientId:r,clientId:o,dropPosition:a}=n||{},[i,l]=(0,At.useMemo)((()=>{if(!t.current)return[];return[r?t.current.querySelector(`[data-block="${r}"]`):void 0,o?t.current.querySelector(`[data-block="${o}"]`):void 0]}),[r,o]),s=l||i,c=(0,At.useCallback)((()=>{if(!i)return 0;const e=s.getBoundingClientRect();return i.querySelector(".block-editor-block-icon").getBoundingClientRect().right-e.left}),[i,s]),u=(0,At.useMemo)((()=>{if(!s)return{};const e=c();return{width:s.offsetWidth-e}}),[c,s]),d=(0,At.useMemo)((()=>{if(s&&("top"===a||"bottom"===a||"inside"===a))return{ownerDocument:s.ownerDocument,getBoundingClientRect(){const e=s.getBoundingClientRect(),t=c(),n=e.left+t,r=e.right;let o=0,i=0;"top"===a?(o=e.top,i=e.top):(o=e.bottom,i=e.bottom);const l=r-n,u=i-o;return new window.DOMRect(n,o,l,u)}}}),[s,a,c]);return s?(0,At.createElement)(YC,{animate:!1,anchor:d,focusOnMount:!1,className:"block-editor-list-view-drop-indicator",variant:"unstyled"},(0,At.createElement)("div",{style:u,className:"block-editor-list-view-drop-indicator__line"})):null}function jie(){const{clearSelectedBlock:e,multiSelect:t,selectBlock:n}=rf(OB),{getBlockName:r,getBlockParents:o,getBlockSelectionStart:a,getBlockSelectionEnd:i,getSelectedBlockClientIds:l,hasMultiSelection:s,hasSelectedBlock:c}=Uu(OB),{getBlockType:u}=Uu(Zi),d=(0,At.useCallback)((async(i,d,m)=>{if(null==i||!i.shiftKey)return void n(d);i.preventDefault();const p="keydown"===i.type&&(i.keyCode===WE||i.keyCode===FE||i.keyCode===PE||i.keyCode===RE);if(!p&&!c()&&!s())return void n(d,null);const f=l(),h=[...o(d),d];p&&!f.some((e=>h.includes(e)))&&await e();let g=a(),b=d;p&&(c()||s()||(g=d),m&&(b=m));const v=o(g),y=o(b),{start:_,end:M}=function(e,t,n,r){const o=[...n,e],a=[...r,t],i=Math.min(o.length,a.length)-1;return{start:o[i],end:a[i]}}(g,b,v,y);await t(_,M,null);const k=l();if((i.keyCode===PE||i.keyCode===RE)&&k.length>1)return;const w=f.filter((e=>!k.includes(e)));let E;if(1===w.length){var x;const e=null===(x=u(r(w[0])))||void 0===x?void 0:x.title;e&&(E=Hr(Jr("%s deselected."),e))}else w.length>1&&(E=Hr(Jr("%s blocks deselected."),w.length));E&&PT(E)}),[e,r,u,o,a,i,l,s,c,t,n]);return{updateBlockSelection:d}}const qie=["top","bottom"];function Vie(){const{getBlockRootClientId:e,getBlockIndex:t,getBlockCount:n,getDraggedBlockClientIds:r,canInsertBlocks:o}=Uu(OB),[a,i]=(0,At.useState)(),{rootClientId:l,blockIndex:s}=a||{},c=F4(l,s),u=r(),d=I4((0,At.useCallback)(((r,a)=>{const l={x:r.clientX,y:r.clientY},s=!(null==u||!u.length),c=function(e,t){let n,r,o,a;for(const i of e){if(i.isDraggedBlock)continue;const l=i.element.getBoundingClientRect(),[s,c]=q4(t,l,qie),u=V4(t,l);if(void 0===o||s0||function(e,t){const n=t.left+t.width/2;return e.x>n}(t,a)))return{rootClientId:r.clientId,blockIndex:0,dropPosition:"inside"};if(!r.canInsertDraggedBlocksAsSibling)return;const l=i?1:0;return{rootClientId:r.rootClientId,clientId:r.clientId,blockIndex:r.blockIndex+l,dropPosition:n}}(Array.from(a.querySelectorAll("[data-block]")).map((r=>{const a=r.dataset.block,i=e(a);return{clientId:a,rootClientId:i,blockIndex:t(a),element:r,isDraggedBlock:!!s&&u.includes(a),innerBlockCount:n(a),canInsertDraggedBlocksAsSibling:!s||o(u,i),canInsertDraggedBlocksAsChild:!s||o(u,a)}})),l);c&&i(c)}),[u]),200);return{ref:P4({onDrop:c,onDragOver(e){d(e,e.currentTarget)},onDragEnd(){d.cancel(),i(null)}}),target:a}}const Uie=(e,t)=>Array.isArray(t.clientIds)?{...e,...t.clientIds.reduce(((e,n)=>({...e,[n]:"expand"===t.type})),{})}:e;const Xie=(0,At.forwardRef)((function(e,t){let{id:n,blocks:r,showBlockMovers:o=!1,isExpanded:a=!1}=e;const{clientIdsTree:i,draggedClientIds:l,selectedClientIds:s}=function(e){return Uu((t=>{const{getDraggedBlockClientIds:n,getSelectedBlockClientIds:r,__unstableGetClientIdsTree:o}=t(OB);return{selectedClientIds:r(),draggedClientIds:n(),clientIdsTree:e||o()}}),[e])}(r),{visibleBlockCount:c,shouldShowInnerBlocks:u}=Uu((e=>{const{getGlobalBlockCount:t,getClientIdsOfDescendants:n,__unstableGetEditorMode:r}=e(OB),o=(null==l?void 0:l.length)>0?n(l).length+1:0;return{visibleBlockCount:t()-o,shouldShowInnerBlocks:"zoom-out"!==r()}}),[l]),{updateBlockSelection:d}=jie(),[m,p]=(0,At.useReducer)(Uie,{}),{ref:f,target:h}=Vie(),g=(0,At.useRef)(),b=fg([g,f,t]),v=(0,At.useRef)(!1),{setSelectedTreeId:y}=function(e){let{firstSelectedBlockClientId:t,setExpandedState:n}=e;const[r,o]=(0,At.useState)(null),{selectedBlockParentClientIds:a}=Uu((e=>{const{getBlockParents:n}=e(OB);return{selectedBlockParentClientIds:n(t,!1)}}),[t]),i=Array.isArray(a)&&a.length?a:null;return(0,At.useEffect)((()=>{r!==t&&i&&n({type:"expand",clientIds:a})}),[t]),{setSelectedTreeId:o}}({firstSelectedBlockClientId:s[0],setExpandedState:p}),_=(0,At.useCallback)(((e,t)=>{d(e,t),y(t)}),[y,d]);(0,At.useEffect)((()=>{v.current=!0}),[]);const[M]=bie(g,36,c,{useWindowing:!0,windowOverscan:40}),k=(0,At.useCallback)((e=>{e&&p({type:"expand",clientIds:[e]})}),[p]),w=(0,At.useCallback)((e=>{e&&p({type:"collapse",clientIds:[e]})}),[p]),E=(0,At.useCallback)((e=>{var t;k(null==e||null===(t=e.dataset)||void 0===t?void 0:t.block)}),[k]),x=(0,At.useCallback)((e=>{var t;w(null==e||null===(t=e.dataset)||void 0===t?void 0:t.block)}),[w]),C=(0,At.useCallback)(((e,t,n)=>{var r,o;e.shiftKey&&d(e,null==t||null===(r=t.dataset)||void 0===r?void 0:r.block,null==n||null===(o=n.dataset)||void 0===o?void 0:o.block)}),[d]),L=(0,At.useMemo)((()=>({isTreeGridMounted:v.current,draggedClientIds:l,expandedState:m,expand:k,collapse:w})),[v.current,l,m,k,w]);return(0,At.createElement)(ju,{value:!0},(0,At.createElement)(Fie,{listViewRef:g,blockDropTarget:h}),(0,At.createElement)(kie,{id:n,className:"block-editor-list-view-tree","aria-label":Jr("Block navigation structure"),ref:b,onCollapseRow:x,onExpandRow:E,onFocusRow:C,applicationAriaLabel:Jr("Block navigation structure")},(0,At.createElement)(Die.Provider,{value:L},(0,At.createElement)(Yie,{blocks:i,selectBlock:_,showBlockMovers:o,fixedListWindow:M,selectedClientIds:s,isExpanded:a,shouldShowInnerBlocks:u}))))})),$ie=ZK(Cie);function Gie(e){let{isSelected:t,position:n,level:r,rowCount:o,children:a,className:i,path:l,...s}=e;const c=rJ({isSelected:t,adjustScrolling:!1,enableAnimation:!0,triggerAnimationOnChange:l});return(0,At.createElement)($ie,Nt({ref:c,className:Sf()("block-editor-list-view-leaf","offcanvas-editor-list-view-leaf",i),level:r,positionInSet:n,setSize:o},s),a)}function Kie(e){let{onClick:t}=e;return(0,At.createElement)("span",{className:"block-editor-list-view__expander",onClick:e=>t(e,{forceToggle:!0}),"aria-hidden":"true"},(0,At.createElement)(UF,{icon:eo()?Tie:Ure}))}const Jie=(0,At.forwardRef)((function(e,t){let{className:n,block:{clientId:r},onClick:o,onToggleExpanded:a,tabIndex:i,onFocus:l,onDragStart:s,onDragEnd:c,draggable:u}=e;const d=T2(r),m=z2({clientId:r,context:"list-view"}),{isLocked:p}=X3(r);return(0,At.createElement)(At.Fragment,null,(0,At.createElement)(NL,{className:Sf()("block-editor-list-view-block-select-button",n),onClick:o,onKeyDown:function(e){e.keyCode!==DE&&32!==e.keyCode||o(e)},ref:t,tabIndex:i,onFocus:l,onDragStart:e=>{e.dataTransfer.clearData(),null==s||s(e)},onDragEnd:c,draggable:u,href:`#block-${r}`,"aria-hidden":!0},(0,At.createElement)(Kie,{onClick:a}),(0,At.createElement)(oZ,{icon:null==d?void 0:d.icon,showColors:!0,context:"list-view"}),(0,At.createElement)(uR,{alignment:"center",className:"block-editor-list-view-block-select-button__label-wrapper",justify:"flex-start",spacing:1},(0,At.createElement)("span",{className:"block-editor-list-view-block-select-button__title"},(0,At.createElement)(jQ,{ellipsizeMode:"auto"},m)),(null==d?void 0:d.anchor)&&(0,At.createElement)("span",{className:"block-editor-list-view-block-select-button__anchor-wrapper"},(0,At.createElement)(jQ,{className:"block-editor-list-view-block-select-button__anchor",ellipsizeMode:"auto"},d.anchor)),p&&(0,At.createElement)("span",{className:"block-editor-list-view-block-select-button__lock"},(0,At.createElement)(UF,{icon:Aie})))))})),Zie=(0,At.forwardRef)(((e,t)=>{let{onClick:n,onToggleExpanded:r,block:o,isSelected:a,position:i,siblingBlockCount:l,level:s,isExpanded:c,selectedClientIds:u,...d}=e;const{clientId:m}=o,{blockMovingClientId:p,selectedBlockInBlockEditor:f}=Uu((e=>{const{hasBlockMovingClientId:t,getSelectedBlockClientId:n}=e(OB);return{blockMovingClientId:t(),selectedBlockInBlockEditor:n()}}),[m]),h=p&&f===m,g=Sf()("block-editor-list-view-block-contents",{"is-dropping-before":h}),b=u.includes(m)?u:[m];return(0,At.createElement)(O2,{clientIds:b},(e=>{let{draggable:u,onDragStart:m,onDragEnd:p}=e;return(0,At.createElement)(Jie,Nt({ref:t,className:g,block:o,onClick:n,onToggleExpanded:r,isSelected:a,position:i,siblingBlockCount:l,level:s,draggable:u,onDragStart:m,onDragEnd:p,isExpanded:c},d))}))})),Qie=Zie,ele=(0,At.forwardRef)((function(e,t){let{clientId:n,...r}=e;const{selectBlock:o}=rf(OB);return(0,At.createElement)(NL,Nt({},r,{ref:t,icon:iie,onClick:()=>{o(n)}}))})),tle=(0,At.createContext)({}),nle=()=>(0,At.useContext)(tle);const rle=(0,At.memo)((function e(t){let{block:{clientId:n},isDragged:r,isSelected:o,isBranchSelected:a,selectBlock:i,position:l,level:s,rowCount:c,siblingBlockCount:u,showBlockMovers:d,path:m,isExpanded:p,selectedClientIds:f,preventAnnouncement:h,selectBlockInCanvas:g}=t;const b=(0,At.useRef)(null),[v,y]=(0,At.useState)(!1),{isLocked:_,isContentLocked:M}=X3(n),k=Uu((e=>!o&&(!!M&&e(OB).hasSelectedInnerBlock(n,!0))),[M,n,o]),w=k||o&&f[0]===n,E=k||o&&f[f.length-1]===n,{insertBlock:x,replaceBlock:C,toggleBlockHighlight:L}=rf(OB),S=T2(n),A=Uu((e=>e(OB).getBlock(n)),[n]);(0,At.useEffect)((()=>{!B&&o&&b.current.focus()}),[]);const T=(0,At.useCallback)((()=>{y(!0),L(n,!0)}),[n,y,L]),z=(0,At.useCallback)((()=>{y(!1),L(n,!1)}),[n,y,L]),N=(0,At.useCallback)((e=>{i(e,n),e.preventDefault()}),[n,i]),O=(0,At.useCallback)((e=>{i(void 0,e)}),[i]),{isTreeGridMounted:B,expand:D,collapse:I}=nle(),R=(0,At.useCallback)((e=>{e.preventDefault(),e.stopPropagation(),!0===p?I(n):!1===p&&D(n)}),[n,D,I,p]),P=ug(e);if(!A)return null;const H=!!A&&ha(A.name,"__experimentalToolbar",!0),W=`list-view-block-select-button__${P}`,Y=((e,t,n)=>Hr(Jr("Block %1$d of %2$d, Level %3$d"),e,t,n))(l,u,s);let F=Jr("Link");S&&(F=Hr(Jr(_?"%s link (locked)":"%s link"),S.title));const j=S?Hr(Jr("Options for %s block"),S.title):Jr("Options"),q=S?Hr(Jr("Edit %s block"),S.title):Jr("Edit"),V=!!A&&"core/page-list-item"!==A.name,U=d&&u>0,X=Sf()("block-editor-list-view-block__mover-cell",{"is-visible":v||o}),$=Sf()("block-editor-list-view-block__menu-cell",{"is-visible":v||w}),G=Sf()("block-editor-list-view-block__menu-cell",{"is-visible":v||w});let K;U?K=2:H||(K=3);const J=Sf()({"is-selected":o||k,"is-first-selected":w,"is-last-selected":E,"is-branch-selected":a,"is-dragging":r,"has-single-cell":!H}),Z=f.includes(n)?f:[n];return(0,At.createElement)(Gie,{className:J,onMouseEnter:T,onMouseLeave:z,onFocus:T,onBlur:z,level:s,position:l,rowCount:c,path:m,id:`list-view-block-${n}`,"data-block":n,isExpanded:M?void 0:p,"aria-selected":!!o||k},(0,At.createElement)(xie,{className:"block-editor-list-view-block__contents-cell",colSpan:K,ref:b,"aria-label":F,"aria-selected":!!o||k,"aria-expanded":M?void 0:p,"aria-describedby":W},(e=>{let{ref:t,tabIndex:n,onFocus:r}=e;return(0,At.createElement)("div",{className:"block-editor-list-view-block__contents-container"},(0,At.createElement)(Qie,{block:A,onClick:g?N:e=>{e.preventDefault()},onToggleExpanded:R,isSelected:o,position:l,siblingBlockCount:u,level:s,ref:t,tabIndex:n,onFocus:r,isExpanded:p,selectedClientIds:f,preventAnnouncement:h}),(0,At.createElement)("div",{className:"block-editor-list-view-block-select-button__description",id:W},Y))})),U&&(0,At.createElement)(At.Fragment,null,(0,At.createElement)(xie,{className:X,withoutGridItem:!0},(0,At.createElement)(Eie,null,(e=>{let{ref:t,tabIndex:r,onFocus:o}=e;return(0,At.createElement)(H2,{orientation:"vertical",clientIds:[n],ref:t,tabIndex:r,onFocus:o})})),(0,At.createElement)(Eie,null,(e=>{let{ref:t,tabIndex:r,onFocus:o}=e;return(0,At.createElement)(W2,{orientation:"vertical",clientIds:[n],ref:t,tabIndex:r,onFocus:o})})))),H&&(0,At.createElement)(At.Fragment,null,V&&(0,At.createElement)(xie,{className:G,"aria-selected":!!o||k},(e=>(0,At.createElement)(ele,Nt({},e,{label:q,clientId:n})))),(0,At.createElement)(xie,{className:$,"aria-selected":!!o||k,colSpan:V?1:2},(e=>{let{ref:t,tabIndex:r,onFocus:o}=e;return(0,At.createElement)(c4,{clientIds:Z,icon:Yj,label:j,toggleProps:{ref:t,className:"block-editor-list-view-block__menu",tabIndex:r,onFocus:o},disableOpenOnArrowDown:!0,__experimentalSelectBlock:O},(e=>{let{onClose:t}=e;return(0,At.createElement)(UB,{onClick:()=>{const e=Sa("core/navigation-link");if("core/navigation-submenu"===A.name){const t=!1;x(e,A.innerBlocks.length,n,t)}else{const t=Sa("core/navigation-submenu",A.attributes,A.innerBlocks?[...A.innerBlocks,e]:[e]);C(n,t)}t()}},Jr("Add submenu item"))}))}))))}));function ole(e,t,n,r){var o;if(null==n?void 0:n.includes(e.clientId))return 0;return(null!==(o=t[e.clientId])&&void 0!==o?o:r)?1+e.innerBlocks.reduce(ale(t,n,r),0):1}const ale=(e,t,n)=>(r,o)=>{var a;if(null==t?void 0:t.includes(o.clientId))return r;return(null!==(a=e[o.clientId])&&void 0!==a?a:n)&&o.innerBlocks.length>0?r+ole(o,e,t,n):r+1},ile=()=>{};const lle=(0,At.memo)((function e(t){const{blocks:n,selectBlock:r=ile,showBlockMovers:o,selectedClientIds:a,level:i=1,path:l="",isBranchSelected:s=!1,listPosition:c=0,fixedListWindow:u,isExpanded:d,parentId:m,shouldShowInnerBlocks:p=!0,selectBlockInCanvas:f}=t,h=Uu((e=>!(!m||"contentOnly"!==e(OB).getTemplateLock(m))),[m]),{expandedState:g,draggedClientIds:b}=nle();if(h)return null;const v=n.filter(Boolean),y=v.length;let _=c;return(0,At.createElement)(At.Fragment,null,v.map(((t,n)=>{var c;const{clientId:m,innerBlocks:h}=t;n>0&&(_+=ole(v[n-1],g,b,d));const{itemInView:M}=u,k=M(_),w=n+1,E=l.length>0?`${l}_${w}`:`${w}`,x=!(null==h||!h.length),C=x&&p?null!==(c=g[m])&&void 0!==c?c:d:void 0,L=!(null==b||!b.includes(m)),S=L||k,A=((e,t)=>Array.isArray(t)&&t.length?-1!==t.indexOf(e):t===e)(m,a),T=s||A&&x;return(0,At.createElement)(ju,{key:m,value:!A},S&&(0,At.createElement)(rle,{block:t,selectBlock:r,isSelected:A,isBranchSelected:T,isDragged:L,level:i,position:w,rowCount:y,siblingBlockCount:y,showBlockMovers:o,path:E,isExpanded:C,listPosition:_,selectedClientIds:a,selectBlockInCanvas:f}),!S&&(0,At.createElement)("tr",null,(0,At.createElement)("td",{className:"block-editor-list-view-placeholder"})),x&&C&&!L&&(0,At.createElement)(e,{parentId:m,blocks:h,selectBlock:r,showBlockMovers:o,level:i+1,path:E,listPosition:_+1,fixedListWindow:u,isBranchSelected:T,selectedClientIds:a,isExpanded:d,selectBlockInCanvas:f}))})))}));function sle(e){let{listViewRef:t,blockDropTarget:n}=e;const{rootClientId:r,clientId:o,dropPosition:a}=n||{},[i,l]=(0,At.useMemo)((()=>{if(!t.current)return[];return[r?t.current.querySelector(`[data-block="${r}"]`):void 0,o?t.current.querySelector(`[data-block="${o}"]`):void 0]}),[r,o]),s=l||i,c=(0,At.useCallback)((()=>{if(!i)return 0;const e=s.getBoundingClientRect();return i.querySelector(".block-editor-block-icon").getBoundingClientRect().right-e.left}),[i,s]),u=(0,At.useMemo)((()=>{if(!s)return{};const e=c();return{width:s.offsetWidth-e}}),[c,s]),d=(0,At.useMemo)((()=>{if(s&&("top"===a||"bottom"===a||"inside"===a))return{ownerDocument:s.ownerDocument,getBoundingClientRect(){const e=s.getBoundingClientRect(),t=c(),n=e.left+t,r=e.right;let o=0,i=0;"top"===a?(o=e.top,i=e.top):(o=e.bottom,i=e.bottom);const l=r-n,u=i-o;return new window.DOMRect(n,o,l,u)}}}),[s,a,c]);return s?(0,At.createElement)(YC,{animate:!1,anchor:d,focusOnMount:!1,className:"block-editor-list-view-drop-indicator",variant:"unstyled"},(0,At.createElement)("div",{style:u,className:"block-editor-list-view-drop-indicator__line"})):null}function cle(){const{clearSelectedBlock:e,multiSelect:t,selectBlock:n}=rf(OB),{getBlockName:r,getBlockParents:o,getBlockSelectionStart:a,getBlockSelectionEnd:i,getSelectedBlockClientIds:l,hasMultiSelection:s,hasSelectedBlock:c}=Uu(OB),{getBlockType:u}=Uu(Zi),d=(0,At.useCallback)((async(i,d,m)=>{if(null==i||!i.shiftKey)return void n(d);i.preventDefault();const p="keydown"===i.type&&(i.keyCode===WE||i.keyCode===FE||i.keyCode===PE||i.keyCode===RE);if(!p&&!c()&&!s())return void n(d,null);const f=l(),h=[...o(d),d];p&&!f.some((e=>h.includes(e)))&&await e();let g=a(),b=d;p&&(c()||s()||(g=d),m&&(b=m));const v=o(g),y=o(b),{start:_,end:M}=function(e,t,n,r){const o=[...n,e],a=[...r,t],i=Math.min(o.length,a.length)-1;return{start:o[i],end:a[i]}}(g,b,v,y);await t(_,M,null);const k=l();if((i.keyCode===PE||i.keyCode===RE)&&k.length>1)return;const w=f.filter((e=>!k.includes(e)));let E;if(1===w.length){var x;const e=null===(x=u(r(w[0])))||void 0===x?void 0:x.title;e&&(E=Hr(Jr("%s deselected."),e))}else w.length>1&&(E=Hr(Jr("%s blocks deselected."),w.length));E&&PT(E)}),[e,r,u,o,a,i,l,s,c,t,n]);return{updateBlockSelection:d}}const ule=["top","bottom"];function dle(){const{getBlockRootClientId:e,getBlockIndex:t,getBlockCount:n,getDraggedBlockClientIds:r,canInsertBlocks:o}=Uu(OB),[a,i]=(0,At.useState)(),{rootClientId:l,blockIndex:s}=a||{},c=F4(l,s),u=r(),d=I4((0,At.useCallback)(((r,a)=>{const l={x:r.clientX,y:r.clientY},s=!(null==u||!u.length),c=function(e,t){let n,r,o,a;for(const i of e){if(i.isDraggedBlock)continue;const l=i.element.getBoundingClientRect(),[s,c]=q4(t,l,ule),u=V4(t,l);if(void 0===o||s0||function(e,t){const n=t.left+t.width/2;return e.x>n}(t,a)))return{rootClientId:r.clientId,blockIndex:0,dropPosition:"inside"};if(!r.canInsertDraggedBlocksAsSibling)return;const l=i?1:0;return{rootClientId:r.rootClientId,clientId:r.clientId,blockIndex:r.blockIndex+l,dropPosition:n}}(Array.from(a.querySelectorAll("[data-block]")).map((r=>{const a=r.dataset.block,i=e(a);return{clientId:a,rootClientId:i,blockIndex:t(a),element:r,isDraggedBlock:!!s&&u.includes(a),innerBlockCount:n(a),canInsertDraggedBlocksAsSibling:!s||o(u,i),canInsertDraggedBlocksAsChild:!s||o(u,a)}})),l);c&&i(c)}),[u]),200);return{ref:P4({onDrop:c,onDragOver(e){d(e,e.currentTarget)},onDragEnd(){d.cancel(),i(null)}}),target:a}}function mle(e,t){switch(e){case"post":case"page":return{type:"post",subtype:e};case"category":return{type:"term",subtype:"category"};case"tag":return{type:"term",subtype:"post_tag"};case"post_format":return{type:"post-format"};default:return"taxonomy"===t?{type:"term",subtype:e}:"post-type"===t?{type:"post",subtype:e}:{}}}function ple(e){let{clientId:t}=e;const{getBlock:n,blockTransforms:r}=Uu((e=>{const{getBlock:n,getBlockRootClientId:r,getBlockTransformItems:o}=e(OB);return{getBlock:n,blockTransforms:o(n(t),r(t))}}),[t]),{replaceBlock:o}=rf(OB),a=["core/page-list","core/site-logo","core/social-links","core/search"],i=r.filter((e=>a.includes(e.name)));return null!=i&&i.length&&t?(0,At.createElement)("div",{className:"link-control-transform"},(0,At.createElement)("h3",{className:"link-control-transform__subheading"},Jr("Transform")),(0,At.createElement)("div",{className:"link-control-transform__items"},i.map(((e,r)=>(0,At.createElement)(NL,{key:`transform-${r}`,onClick:()=>o(t,Ha(n(t),e.name)),className:"link-control-transform__item"},(0,At.createElement)(oZ,{icon:e.icon}),e.title))))):null}function fle(e){const{label:t,url:n,opensInNewTab:r,type:o,kind:a}=e.link,i={url:n,opensInNewTab:r,title:t&&Po(t)};return(0,At.createElement)(YC,{placement:"bottom",onClose:e.onClose,anchor:e.anchor,shift:!0},(0,At.createElement)(gie,{hasTextControl:!0,hasRichPreviews:!0,className:e.className,value:i,showInitialSuggestions:!0,withCreateSuggestion:e.hasCreateSuggestion,noDirectEntry:!!o,noURLSuggestion:!!o,suggestionsQuery:mle(o,a),onChange:e.onChange,onRemove:e.onRemove,renderControlBottom:n?null:()=>(0,At.createElement)(ple,{clientId:e.clientId})}))}const hle=["core/navigation-link","core/navigation-submenu"],gle=(0,At.forwardRef)(((e,t)=>{const[n,r]=(0,At.useState)(),{hideInserter:o,clientId:a}=Uu((e=>{const{getTemplateLock:t,__unstableGetEditorMode:n,getSelectedBlockClientId:r}=e(OB),o=r();return{clientId:r(),hideInserter:!!t(o)||"zoom-out"===n()}}),[]),{insertedBlockAttributes:i,insertedBlockName:l,setInsertedBlockAttributes:s}=(e=>{const{insertedBlockAttributes:t,insertedBlockName:n}=Uu((t=>{const{getBlockName:n,getBlockAttributes:r}=t(OB);return{insertedBlockAttributes:r(e),insertedBlockName:n(e)}}),[e]),{updateBlockAttributes:r}=rf(OB),o=t=>{e&&r(e,t)};return e?{insertedBlockAttributes:t,insertedBlockName:n,setInsertedBlockAttributes:o}:{insertedBlockAttributes:void 0,insertedBlockName:void 0,setInsertedBlockAttributes:o}})(n);let c;return n&&null!=hle&&hle.includes(l)&&(c=(0,At.createElement)(fle,{clientId:n,link:i,onClose:()=>r(null),hasCreateSuggestion:!1,onChange:e=>{!function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1?arguments[1]:void 0,n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};const{label:r="",kind:o="",type:a=""}=n,{title:i="",url:l="",opensInNewTab:s,id:c,kind:u=o,type:d=a}=e,m=i.replace(/http(s?):\/\//gi,""),p=l.replace(/http(s?):\/\//gi,""),f=i&&i!==r&&m!==p?_l(i):r||_l(p),h="post_tag"===d?"tag":d.replace("-","_"),g=["post","page","tag","category"].indexOf(h)>-1,b=!u&&!g||"custom"===u?"custom":u;t({...l&&{url:encodeURI(Cae(l))},...f&&{label:f},...void 0!==s&&{opensInNewTab:s},...c&&Number.isInteger(c)&&{id:c},...b&&{kind:b},...h&&"URL"!==h&&{type:h}})}(e,s,i),r(null)}})),o?null:(0,At.createElement)("div",{className:"offcanvas-editor__appender"},c,(0,At.createElement)(f2,Nt({ref:t,rootClientId:a,position:"bottom right",isAppender:!0,selectBlockOnInsert:!1,onSelectOrClose:e=>{null!=e&&e.clientId&&r(null==e?void 0:e.clientId)},__experimentalIsQuick:!0},e)))})),ble=(e,t)=>Array.isArray(t.clientIds)?{...e,...t.clientIds.reduce(((e,n)=>({...e,[n]:"expand"===t.type})),{})}:e;const vle=(0,At.forwardRef)((function(e,t){let{id:n,blocks:r,showBlockMovers:o=!1,isExpanded:a=!1,selectBlockInCanvas:i=!0}=e;const{clientIdsTree:l,draggedClientIds:s,selectedClientIds:c}=function(e){return Uu((t=>{const{getDraggedBlockClientIds:n,getSelectedBlockClientIds:r,__unstableGetClientIdsTree:o}=t(OB);return{selectedClientIds:r(),draggedClientIds:n(),clientIdsTree:e||o()}}),[e])}(r),{visibleBlockCount:u,shouldShowInnerBlocks:d}=Uu((e=>{const{getGlobalBlockCount:t,getClientIdsOfDescendants:n,__unstableGetEditorMode:r}=e(OB),o=(null==s?void 0:s.length)>0?n(s).length+1:0;return{visibleBlockCount:t()-o,shouldShowInnerBlocks:"zoom-out"!==r()}}),[s]),{updateBlockSelection:m}=cle(),[p,f]=(0,At.useReducer)(ble,{}),{ref:h,target:g}=dle(),b=(0,At.useRef)(),v=fg([b,h,t]),y=(0,At.useRef)(!1),{setSelectedTreeId:_}=function(e){let{firstSelectedBlockClientId:t,setExpandedState:n}=e;const[r,o]=(0,At.useState)(null),{selectedBlockParentClientIds:a}=Uu((e=>{const{getBlockParents:n}=e(OB);return{selectedBlockParentClientIds:n(t,!1)}}),[t]),i=Array.isArray(a)&&a.length?a:null;return(0,At.useEffect)((()=>{r!==t&&i&&n({type:"expand",clientIds:a})}),[t]),{setSelectedTreeId:o}}({firstSelectedBlockClientId:c[0],setExpandedState:f}),M=(0,At.useCallback)(((e,t)=>{m(e,t),_(t)}),[_,m]);(0,At.useEffect)((()=>{y.current=!0}),[]);const[k]=bie(b,36,u,{useWindowing:!0,windowOverscan:40}),w=(0,At.useCallback)((e=>{e&&f({type:"expand",clientIds:[e]})}),[f]),E=(0,At.useCallback)((e=>{e&&f({type:"collapse",clientIds:[e]})}),[f]),x=(0,At.useCallback)((e=>{var t;w(null==e||null===(t=e.dataset)||void 0===t?void 0:t.block)}),[w]),C=(0,At.useCallback)((e=>{var t;E(null==e||null===(t=e.dataset)||void 0===t?void 0:t.block)}),[E]),L=(0,At.useCallback)(((e,t,n)=>{var r,o;e.shiftKey&&m(e,null==t||null===(r=t.dataset)||void 0===r?void 0:r.block,null==n||null===(o=n.dataset)||void 0===o?void 0:o.block)}),[m]),S=(0,At.useMemo)((()=>({isTreeGridMounted:y.current,draggedClientIds:s,expandedState:p,expand:w,collapse:E})),[y.current,s,p,w,E]);return(0,At.createElement)(ju,{value:!0},(0,At.createElement)(sle,{listViewRef:b,blockDropTarget:g}),(0,At.createElement)("div",{className:"offcanvas-editor-list-view-tree-wrapper"},(0,At.createElement)(kie,{id:n,className:"block-editor-list-view-tree","aria-label":Jr("Block navigation structure"),ref:v,onCollapseRow:C,onExpandRow:x,onFocusRow:L,applicationAriaLabel:Jr("Block navigation structure")},(0,At.createElement)(tle.Provider,{value:S},(0,At.createElement)(lle,{blocks:l,selectBlock:M,showBlockMovers:o,fixedListWindow:k,selectedClientIds:c,isExpanded:a,shouldShowInnerBlocks:d,selectBlockInCanvas:i}),(0,At.createElement)(Cie,{level:1,setSize:1,positionInSet:1,isExpanded:!0},(0,At.createElement)(xie,null,(e=>(0,At.createElement)(gle,e))),!l.length&&(0,At.createElement)(xie,{withoutGridItem:!0},(0,At.createElement)("div",{className:"offcanvas-editor-list-view-is-empty"},Jr("Your menu is currently empty. Add your first menu item to get started."))))))))}));const yle=function(e){let{accept:t,children:n,multiple:r=!1,onChange:o,onClick:a,render:i,...l}=e;const s=(0,At.useRef)(null),c=()=>{var e;null===(e=s.current)||void 0===e||e.click()},u=i?i({openFileDialog:c}):(0,At.createElement)(NL,Nt({onClick:c},l),n);return(0,At.createElement)("div",{className:"components-form-file-upload"},u,(0,At.createElement)("input",{type:"file",ref:s,multiple:r,style:{display:"none"},accept:t,onChange:o,onClick:a,"data-testid":"form-file-upload-input"}))},_le=(0,At.createElement)(Sx,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,At.createElement)(Cx,{d:"M18.7 3H5.3C4 3 3 4 3 5.3v13.4C3 20 4 21 5.3 21h13.4c1.3 0 2.3-1 2.3-2.3V5.3C21 4 20 3 18.7 3zm.8 15.7c0 .4-.4.8-.8.8H5.3c-.4 0-.8-.4-.8-.8V5.3c0-.4.4-.8.8-.8h13.4c.4 0 .8.4.8.8v13.4zM10 15l5-3-5-3v6z"})),Mle=(0,At.createElement)(Sx,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,At.createElement)(Cx,{d:"M18.5 15v3.5H13V6.7l4.5 4.1 1-1.1-6.2-5.8-5.8 5.8 1 1.1 4-4v11.7h-6V15H4v5h16v-5z"})),kle=(0,At.createElement)(Sx,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,At.createElement)(Cx,{d:"M19 3H5c-.6 0-1 .4-1 1v7c0 .5.4 1 1 1h14c.5 0 1-.4 1-1V4c0-.6-.4-1-1-1zM5.5 10.5v-.4l1.8-1.3 1.3.8c.3.2.7.2.9-.1L11 8.1l2.4 2.4H5.5zm13 0h-2.9l-4-4c-.3-.3-.8-.3-1.1 0L8.9 8l-1.2-.8c-.3-.2-.6-.2-.9 0l-1.3 1V4.5h13v6zM4 20h9v-1.5H4V20zm0-4h16v-1.5H4V16z"})),wle=()=>{};let Ele=0;const xle=ln([RU((e=>{const{createNotice:t,removeNotice:n}=e(W0);return{createNotice:t,removeNotice:n}})),OU("editor.MediaReplaceFlow")])((e=>{let{mediaURL:t,mediaId:n,mediaIds:r,allowedTypes:o,accept:a,onError:i,onSelect:l,onSelectURL:s,onToggleFeaturedImage:c,useFeaturedImage:u,onFilesUpload:d=wle,name:m=Jr("Replace"),createNotice:p,removeNotice:f,children:h,multiple:g=!1,addToGallery:b,handleUpload:v=!0}=e;const y=Uu((e=>e(OB).getSettings().mediaUpload),[]),_=(0,At.useRef)(),M="block-editor/media-replace-flow/error-notice/"+ ++Ele,k=e=>{const t=Po(e);i?i(t):setTimeout((()=>{p("error",t,{speak:!0,id:M,isDismissible:!0})}),1e3)},w=(e,t)=>{u&&c&&c(),t(),l(e),PT(Jr("The media file has been replaced")),f(M)},E=e=>{e.keyCode===FE&&(e.preventDefault(),e.target.click())},x=g&&!(!o||0===o.length)&&o.every((e=>"image"===e||e.startsWith("image/")));return(0,At.createElement)(tA,{popoverProps:{variant:"toolbar"},contentClassName:"block-editor-media-replace-flow__options",renderToggle:e=>{let{isOpen:t,onToggle:n}=e;return(0,At.createElement)(JS,{ref:_,"aria-expanded":t,"aria-haspopup":"true",onClick:n,onKeyDown:E},m)},renderContent:e=>{let{onClose:i}=e;return(0,At.createElement)(At.Fragment,null,(0,At.createElement)(lA,{className:"block-editor-media-replace-flow__media-upload-menu"},(0,At.createElement)(At.Fragment,null,(0,At.createElement)(G1,{gallery:x,addToGallery:b,multiple:g,value:g?r:n,onSelect:e=>w(e,i),allowedTypes:o,render:e=>{let{open:t}=e;return(0,At.createElement)(UB,{icon:_le,onClick:t},Jr("Open Media Library"))}}),(0,At.createElement)($1,null,(0,At.createElement)(yle,{onChange:e=>{((e,t)=>{const n=e.target.files;if(!v)return t(),l(n);d(n),y({allowedTypes:o,filesList:n,onFileChange:e=>{let[n]=e;w(n,t)},onError:k})})(e,i)},accept:a,multiple:g,render:e=>{let{openFileDialog:t}=e;return(0,At.createElement)(UB,{icon:Mle,onClick:()=>{t()}},Jr("Upload"))}}))),c&&(0,At.createElement)(UB,{icon:kle,onClick:c,isPressed:u},Jr("Use featured image")),h),s&&(0,At.createElement)("form",{className:"block-editor-media-flow__url-input"},(0,At.createElement)("span",{className:"block-editor-media-replace-flow__image-url-label"},Jr("Current media URL:")),(0,At.createElement)(GC,{text:t,position:"bottom"},(0,At.createElement)("div",null,(0,At.createElement)(gie,{value:{url:t},settings:[],showSuggestions:!1,onChange:e=>{let{url:t}=e;s(t),_.current.focus()}})))))}})}));function Cle(){const e=(0,At.useRef)(!1);return xb((()=>(e.current=!0,()=>{e.current=!1})),[]),e}class Lle extends At.Component{getSnapshotBeforeUpdate(e){const t=this.props.childRef.current;if(t&&e.isPresent&&!this.props.isPresent){const e=this.props.sizeRef.current;e.height=t.offsetHeight||0,e.width=t.offsetWidth||0,e.top=t.offsetTop,e.left=t.offsetLeft}return null}componentDidUpdate(){}render(){return this.props.children}}function Sle({children:e,isPresent:t}){const n=(0,At.useId)(),r=(0,At.useRef)(null),o=(0,At.useRef)({width:0,height:0,top:0,left:0});return(0,At.useInsertionEffect)((()=>{const{width:e,height:a,top:i,left:l}=o.current;if(t||!r.current||!e||!a)return;r.current.dataset.motionPopId=n;const s=document.createElement("style");return document.head.appendChild(s),s.sheet&&s.sheet.insertRule(`\n [data-motion-pop-id="${n}"] {\n position: absolute !important;\n width: ${e}px !important;\n height: ${a}px !important;\n top: ${i}px !important;\n left: ${l}px !important;\n }\n `),()=>{document.head.removeChild(s)}}),[t]),At.createElement(Lle,{isPresent:t,childRef:r,sizeRef:o},At.cloneElement(e,{ref:r}))}const Ale=({children:e,initial:t,isPresent:n,onExitComplete:r,custom:o,presenceAffectsLayout:a,mode:i})=>{const l=Pb(Tle),s=(0,At.useId)(),c=(0,At.useMemo)((()=>({id:s,initial:t,isPresent:n,custom:o,onExitComplete:e=>{l.set(e,!0);for(const e of l.values())if(!e)return;r&&r()},register:e=>(l.set(e,!1),()=>l.delete(e))})),a?void 0:[n]);return(0,At.useMemo)((()=>{l.forEach(((e,t)=>l.set(t,!1)))}),[n]),At.useEffect((()=>{!n&&!l.size&&r&&r()}),[n]),"popLayout"===i&&(e=At.createElement(Sle,{isPresent:n},e)),At.createElement(Eb.Provider,{value:c},e)};function Tle(){return new Map}const zle=e=>e.key||"";const Nle=({children:e,custom:t,initial:n=!0,onExitComplete:r,exitBeforeEnter:o,presenceAffectsLayout:a=!0,mode:i="sync"})=>{o&&(i="wait",Cy(!1,"Replace exitBeforeEnter with mode='wait'"));let[l]=function(){const e=Cle(),[t,n]=(0,At.useState)(0),r=(0,At.useCallback)((()=>{e.current&&n(t+1)}),[t]);return[(0,At.useCallback)((()=>Ky.postRender(r)),[r]),t]}();const s=(0,At.useContext)(Yb).forceRender;s&&(l=s);const c=Cle(),u=function(e){const t=[];return At.Children.forEach(e,(e=>{(0,At.isValidElement)(e)&&t.push(e)})),t}(e);let d=u;const m=new Set,p=(0,At.useRef)(d),f=(0,At.useRef)(new Map).current,h=(0,At.useRef)(!0);if(xb((()=>{h.current=!1,function(e,t){e.forEach((e=>{const n=zle(e);t.set(n,e)}))}(u,f),p.current=d})),ky((()=>{h.current=!0,f.clear(),m.clear()})),h.current)return At.createElement(At.Fragment,null,d.map((e=>At.createElement(Ale,{key:zle(e),isPresent:!0,initial:!!n&&void 0,presenceAffectsLayout:a,mode:i},e))));d=[...d];const g=p.current.map(zle),b=u.map(zle),v=g.length;for(let e=0;e{if(-1!==b.indexOf(e))return;const n=f.get(e);if(!n)return;const o=g.indexOf(e);d.splice(o,0,At.createElement(Ale,{key:zle(n),isPresent:!1,onExitComplete:()=>{f.delete(e),m.delete(e);const t=p.current.findIndex((t=>t.key===e));if(p.current.splice(t,1),!m.size){if(p.current=u,!1===c.current)return;l(),r&&r()}},custom:t,presenceAffectsLayout:a,mode:i},n))})),d=d.map((e=>{const t=e.key;return m.has(t)?e:At.createElement(Ale,{key:zle(e),isPresent:!0,presenceAffectsLayout:a,mode:i},e)})),At.createElement(At.Fragment,null,m.size?d:d.map((e=>(0,At.cloneElement)(e))))};const Ole=function(e){let{className:t,label:n,onFilesDrop:r,onHTMLDrop:o,onDrop:a,...i}=e;const[l,s]=(0,At.useState)(),[c,u]=(0,At.useState)(),[d,m]=(0,At.useState)(),p=P4({onDrop(e){var t;const n=e.dataTransfer?B3(e.dataTransfer):[],i=null===(t=e.dataTransfer)||void 0===t?void 0:t.getData("text/html");i&&o?o(i):n.length&&r?r(n):a&&a(e)},onDragStart(e){var t,n;s(!0);let r="default";null!==(t=e.dataTransfer)&&void 0!==t&&t.types.includes("text/html")?r="html":(null!==(n=e.dataTransfer)&&void 0!==n&&n.types.includes("Files")||(e.dataTransfer?B3(e.dataTransfer):[]).length>0)&&(r="file"),m(r)},onDragEnd(){s(!1),m(void 0)},onDragEnter(){u(!0)},onDragLeave(){u(!1)}}),f=kU();let h;const g={hidden:{scaleY:0,opacity:0},show:{scaleY:1,opacity:1,transition:{type:"tween",duration:.2,delay:.1,delayChildren:.2}},exit:{scaleY:1,opacity:0,transition:{duration:.3,delayChildren:0}}},b={hidden:{opacity:0,scale:.75},show:{opacity:1,scale:1},exit:{opacity:0,scale:.9}};c&&(h=(0,At.createElement)(xE.div,{variants:g,initial:f?"show":"hidden",animate:"show",exit:f?"show":"exit",className:"components-drop-zone__content",style:{pointerEvents:"none"}},(0,At.createElement)(xE.div,{variants:b},(0,At.createElement)(UF,{icon:Mle,className:"components-drop-zone__content-icon"}),(0,At.createElement)("span",{className:"components-drop-zone__content-text"},n||Jr("Drop files to upload")))));const v=sg()("components-drop-zone",t,{"is-active":(l||c)&&("file"===d&&r||"html"===d&&o||"default"===d&&a),"is-dragging-over-document":l,"is-dragging-over-element":c,[`is-dragging-${d}`]:!!d});return(0,At.createElement)("div",Nt({},i,{ref:p,className:v}),f?h:(0,At.createElement)(Nle,null,h))};function Ble(e){let{url:t,urlLabel:n,className:r}=e;const o=Sf()(r,"block-editor-url-popover__link-viewer-url");return t?(0,At.createElement)(MU,{className:o,href:t},n||xae(Cae(t))):(0,At.createElement)("span",{className:o})}function Dle(e){let t,{additionalControls:n,children:r,renderSettings:o,placement:a,focusOnMount:i="firstElement",position:l,...s}=e;void 0!==l&&wr("`position` prop in wp.blockEditor.URLPopover",{since:"6.2",alternative:"`placement` prop"}),void 0!==a?t=a:void 0!==l&&(t=AC(l)),t=t||"bottom";const[c,u]=(0,At.useState)(!1),d=!!o&&c;return(0,At.createElement)(YC,Nt({className:"block-editor-url-popover",focusOnMount:i,placement:t,shift:!0},s),(0,At.createElement)("div",{className:"block-editor-url-popover__input-container"},(0,At.createElement)("div",{className:"block-editor-url-popover__row"},r,!!o&&(0,At.createElement)(NL,{className:"block-editor-url-popover__settings-toggle",icon:ZF,label:Jr("Link settings"),onClick:()=>{u(!c)},"aria-expanded":c})),d&&(0,At.createElement)("div",{className:"block-editor-url-popover__row block-editor-url-popover__settings"},o())),n&&!d&&(0,At.createElement)("div",{className:"block-editor-url-popover__additional-controls"},n))}Dle.LinkEditor=function(e){let{autocompleteRef:t,className:n,onChangeInputValue:r,value:o,...a}=e;return(0,At.createElement)("form",Nt({className:Sf()("block-editor-url-popover__link-editor",n)},a),(0,At.createElement)(wae,{value:o,onChange:r,autocompleteRef:t}),(0,At.createElement)(NL,{icon:dae,label:Jr("Apply"),type:"submit"}))},Dle.LinkViewer=function(e){let{className:t,linkClassName:n,onEditLinkClick:r,url:o,urlLabel:a,...i}=e;return(0,At.createElement)("div",Nt({className:Sf()("block-editor-url-popover__link-viewer",t)},i),(0,At.createElement)(Ble,{url:o,urlLabel:a,className:n}),r&&(0,At.createElement)(NL,{icon:iie,label:Jr("Edit"),onClick:r}))};const Ile=Dle,Rle=()=>{},Ple=e=>{let{src:t,onChange:n,onSubmit:r,onClose:o}=e;return(0,At.createElement)(Ile,{onClose:o},(0,At.createElement)("form",{className:"block-editor-media-placeholder__url-input-form",onSubmit:r},(0,At.createElement)("input",{className:"block-editor-media-placeholder__url-input-field",type:"text","aria-label":Jr("URL"),placeholder:Jr("Paste or type URL"),onChange:n,value:t}),(0,At.createElement)(NL,{className:"block-editor-media-placeholder__url-input-submit-button",icon:dae,label:Jr("Apply"),type:"submit"})))};const Hle=OU("editor.MediaPlaceholder")((function(e){let{value:t={},allowedTypes:n,className:r,icon:o,labels:a={},mediaPreview:i,notices:l,isAppender:s,accept:c,addToGallery:u,multiple:d=!1,handleUpload:m=!0,disableDropZone:p,disableMediaButtons:f,onError:h,onSelect:g,onCancel:b,onSelectURL:v,onToggleFeaturedImage:y,onDoubleClick:_,onFilesPreUpload:M=Rle,onHTMLDrop:k=Rle,children:w,mediaLibraryButton:E,placeholder:x,style:C}=e;const L=Uu((e=>{const{getSettings:t}=e(OB);return t().mediaUpload}),[]),[S,A]=(0,At.useState)(""),[T,z]=(0,At.useState)(!1);(0,At.useEffect)((()=>{var e;A(null!==(e=null==t?void 0:t.src)&&void 0!==e?e:"")}),[null==t?void 0:t.src]);const N=e=>{A(e.target.value)},O=()=>{z(!0)},B=()=>{z(!1)},D=e=>{e.preventDefault(),S&&v&&(v(S),B())},I=e=>{if(!m)return g(e);let r;if(M(e),d)if(u){let e=[];r=n=>{const r=(null!=t?t:[]).filter((t=>t.id?!e.some((e=>{let{id:n}=e;return Number(n)===Number(t.id)})):!e.some((e=>{let{urlSlug:n}=e;return t.url.includes(n)}))));g(r.concat(n)),e=n.map((e=>{const t=e.url.lastIndexOf("."),n=e.url.slice(0,t);return{id:e.id,urlSlug:n}}))}}else r=g;else r=e=>{let[t]=e;return g(t)};L({allowedTypes:n,filesList:e,onFileChange:r,onError:h})},R=e=>{I(e.target.files)},P=null!=x?x:e=>{let{instructions:t,title:c}=a;if(L||v||(t=Jr("To edit this block, you need permission to upload media.")),void 0===t||void 0===c){const e=null!=n?n:[],[r]=e,o=1===e.length,a=o&&"audio"===r,i=o&&"image"===r,l=o&&"video"===r;void 0===t&&L&&(t=Jr("Upload a media file or pick one from your media library."),a?t=Jr("Upload an audio file, pick one from your media library, or add one with a URL."):i?t=Jr("Upload an image file, pick one from your media library, or add one with a URL."):l&&(t=Jr("Upload a video file, pick one from your media library, or add one with a URL."))),void 0===c&&(c=Jr("Media"),a?c=Jr("Audio"):i?c=Jr("Image"):l&&(c=Jr("Video")))}const u=Sf()("block-editor-media-placeholder",r,{"is-appender":s});return(0,At.createElement)(Gre,{icon:o,label:c,instructions:t,className:u,notices:l,onDoubleClick:_,preview:i,style:C},e,w)},H=()=>p?null:(0,At.createElement)(Ole,{onFilesDrop:I,onHTMLDrop:k}),W=()=>b&&(0,At.createElement)(NL,{className:"block-editor-media-placeholder__cancel-button",title:Jr("Cancel"),variant:"link",onClick:b},Jr("Cancel")),Y=()=>v&&(0,At.createElement)("div",{className:"block-editor-media-placeholder__url-input-container"},(0,At.createElement)(NL,{className:"block-editor-media-placeholder__button",onClick:O,isPressed:T,variant:"tertiary"},Jr("Insert from URL")),T&&(0,At.createElement)(Ple,{src:S,onChange:N,onSubmit:D,onClose:B})),F=()=>y&&(0,At.createElement)("div",{className:"block-editor-media-placeholder__url-input-container"},(0,At.createElement)(NL,{className:"block-editor-media-placeholder__button",onClick:y,variant:"tertiary"},Jr("Use featured image")));return f?(0,At.createElement)($1,null,H()):(0,At.createElement)($1,{fallback:P(Y())},(()=>{const e=null!=E?E:e=>{let{open:t}=e;return(0,At.createElement)(NL,{variant:"tertiary",onClick:()=>{t()}},Jr("Media Library"))},r=(0,At.createElement)(G1,{addToGallery:u,gallery:d&&!(!n||0===n.length)&&n.every((e=>"image"===e||e.startsWith("image/"))),multiple:d,onSelect:g,allowedTypes:n,mode:"browse",value:Array.isArray(t)?t.map((e=>{let{id:t}=e;return t})):t.id,render:e});if(L&&s)return(0,At.createElement)(At.Fragment,null,H(),(0,At.createElement)(yle,{onChange:R,accept:c,multiple:d,render:e=>{let{openFileDialog:t}=e;const n=(0,At.createElement)(At.Fragment,null,(0,At.createElement)(NL,{variant:"primary",className:Sf()("block-editor-media-placeholder__button","block-editor-media-placeholder__upload-button"),onClick:t},Jr("Upload")),r,Y(),F(),W());return P(n)}}));if(L){const e=(0,At.createElement)(At.Fragment,null,H(),(0,At.createElement)(yle,{variant:"primary",className:Sf()("block-editor-media-placeholder__button","block-editor-media-placeholder__upload-button"),onChange:R,accept:c,multiple:d},Jr("Upload")),r,Y(),F(),W());return P(e)}return P(r)})())}));function Wle(e){return t=>{const[n,r]=(0,At.useState)([]);return(0,At.useLayoutEffect)((()=>{const{options:n,isDebounced:o}=e,a=dg((()=>{const o=Promise.resolve("function"==typeof n?n(t):n).then((n=>{if(o.canceled)return;const a=n.map(((t,n)=>({key:`${e.name}-${n}`,value:t,label:e.getOptionLabel(t),keywords:e.getOptionKeywords?e.getOptionKeywords(t):[],isDisabled:!!e.isOptionDisabled&&e.isOptionDisabled(t)}))),i=new RegExp("(?:\\b|\\s|^)"+Aae(t),"i");r(function(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:[],n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:10;const r=[];for(let o=0;oe.test(ci()(t))))&&(r.push(a),r.length===n))break}return r}(i,a))}));return o}),o?250:0),i=a();return()=>{a.cancel(),i&&(i.canceled=!0)}}),[t]),[n]}}function Yle(e){const t=e.useItems?e.useItems:Wle(e);return function(e){let{filterValue:n,instanceId:r,listBoxId:o,className:a,selectedIndex:i,onChangeOptions:l,onSelect:s,onReset:c,reset:u,value:d,contentRef:m}=e;const[p]=t(n),f=WT({editableContentElement:m.current,value:d}),h=(0,At.useRef)();return function(e,t){(0,At.useEffect)((()=>{const n=n=>{e.current&&!e.current.contains(n.target)&&t(n)};return document.addEventListener("mousedown",n),document.addEventListener("touchstart",n),()=>{document.removeEventListener("mousedown",n),document.removeEventListener("touchstart",n)}}),[t])}(h,u),(0,At.useLayoutEffect)((()=>{l(p)}),[p]),!p.length>0?null:(0,At.createElement)(YC,{focusOnMount:!1,onClose:c,placement:"top-start",className:"components-autocomplete__popover",anchor:f,ref:h},(0,At.createElement)("div",{id:o,role:"listbox",className:"components-autocomplete__results"},(0,Ot.map)(p,((e,t)=>(0,At.createElement)(NL,{key:e.key,id:`components-autocomplete-item-${r}-${e.key}`,role:"option","aria-selected":t===i,disabled:e.isDisabled,className:sg()("components-autocomplete__result",a,{"is-selected":t===i}),onClick:()=>s(e)},e.label)))))}}function Fle(e){let{record:t,onChange:n,onReplace:r,completers:o,contentRef:a}=e;const i=mg(PT,500),l=ug(Fle),[s,c]=(0,At.useState)(0),[u,d]=(0,At.useState)([]),[m,p]=(0,At.useState)(""),[f,h]=(0,At.useState)(null),[g,b]=(0,At.useState)(null),v=(0,At.useRef)(!1);function y(e){const{getOptionCompletion:o}=f||{};if(!e.isDisabled){if(o){const a=o(e.value,m),{action:i,value:l}=void 0===a.action||void 0===a.value?{action:"insert-at-caret",value:a}:a;if("replace"===i)return void r([l]);"insert-at-caret"===i&&function(e){const r=t.start,o=r-f.triggerPrefix.length-m.length,a=KA({html:Vl(e)});n(fT(t,a,o,r))}(l)}_()}}function _(){c(0),d([]),p(""),h(null),b(null)}const M=(0,At.useMemo)((()=>{if(sT(t))return lT(bT(t,0))}),[t]);(0,At.useEffect)((()=>{if(!M)return void _();const e=ci()(M),n=lT(bT(t,void 0,lT(t).length)),r=null==o?void 0:o.find((t=>{let{triggerPrefix:r,allowContext:o}=t;const a=e.lastIndexOf(r);if(-1===a)return!1;const i=e.slice(a+r.length);if(i.length>50)return!1;const l=0===u.length,s=1===i.split(/\s/).length,c=v.current&&i.split(/\s/).length<=3;return!(l&&!c&&!s)&&(!(o&&!o(e.slice(0,a),n))&&(!/^\s/.test(i)&&!/\s\s+$/.test(i)&&/[\u0000-\uFFFF]*$/.test(i)))}));if(!r)return void _();const a=Aae(r.triggerPrefix),i=e.slice(e.lastIndexOf(r.triggerPrefix)).match(new RegExp(`${a}([\0-￿]*)$`)),l=i&&i[1];h(r),b((()=>r!==f?Yle(r):g)),p(l)}),[M]);const{key:k=""}=u[s]||{},{className:w}=f||{},E=!!f&&u.length>0,x=E?`components-autocomplete-listbox-${l}`:null;return{listBoxId:x,activeId:E?`components-autocomplete-item-${l}-${k}`:null,onKeyDown:function(e){if(v.current="Backspace"===e.key,f&&0!==u.length&&!e.defaultPrevented&&!e.isComposing&&229!==e.keyCode){switch(e.key){case"ArrowUp":c((0===s?u.length:s)-1);break;case"ArrowDown":c((s+1)%u.length);break;case"Escape":h(null),b(null),e.preventDefault();break;case"Enter":y(u[s]);break;case"ArrowLeft":case"ArrowRight":return void _();default:return}e.preventDefault()}},popover:void 0!==t.start&&g&&(0,At.createElement)(g,{className:w,filterValue:m,instanceId:l,listBoxId:x,selectedIndex:s,onChangeOptions:function(e){c(e.length===u.length?s:0),d(e),function(e){i&&(e.length?i(Hr(Qr("%d result found, use up and down arrow keys to navigate.","%d results found, use up and down arrow keys to navigate.",e.length),e.length),"assertive"):i(Jr("No results."),"assertive"))}(e)},onSelect:y,value:t,contentRef:a,reset:_})}}const jle=()=>{};const qle={name:"blocks",className:"block-editor-autocompleters__block",triggerPrefix:"/",useItems(e){const{rootClientId:t,selectedBlockName:n}=Uu((e=>{const{getSelectedBlockClientId:t,getBlockName:n,getBlockInsertionPoint:r}=e(OB),o=t();return{selectedBlockName:o?n(o):null,rootClientId:r().rootClientId}}),[]),[r,o,a]=i0(t,jle),i=(0,At.useMemo)((()=>(e.trim()?l1(r,o,a,e):uz(r,"frecency","desc")).filter((e=>e.name!==n)).slice(0,9)),[e,n,r,o,a]),l=(0,At.useMemo)((()=>i.map((e=>{const{title:t,icon:n,isDisabled:r}=e;return{key:`block-${e.id}`,value:e,label:(0,At.createElement)(At.Fragment,null,(0,At.createElement)(oZ,{key:"icon",icon:n,showColors:!0}),t),isDisabled:r}}))),[i]);return[l]},allowContext:(e,t)=>!(/\S/.test(e)||/\S/.test(t)),getOptionCompletion(e){const{name:t,initialAttributes:n,innerBlocks:r}=e;return{action:"replace",value:Sa(t,n,Aa(r))}}},Vle=(0,At.createElement)(Sx,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,At.createElement)(Cx,{d:"m7.3 9.7 1.4 1.4c.2-.2.3-.3.4-.5 0 0 0-.1.1-.1.3-.5.4-1.1.3-1.6L12 7 9 4 7.2 6.5c-.6-.1-1.1 0-1.6.3 0 0-.1 0-.1.1-.3.1-.4.2-.6.4l1.4 1.4L4 11v1h1l2.3-2.3zM4 20h9v-1.5H4V20zm0-5.5V16h16v-1.5H4z"}));const Ule={name:"links",className:"block-editor-autocompleters__link",triggerPrefix:"[[",options:async e=>{let t=await Ad({path:id("/wp/v2/search",{per_page:10,search:e,type:"post",order_by:"menu_order"})});return t=t.filter((e=>""!==e.title)),t},getOptionKeywords:e=>[...e.title.split(/\s+/)],getOptionLabel:e=>(0,At.createElement)(At.Fragment,null,(0,At.createElement)(UF,{key:"icon",icon:"page"===e.subtype?Nae:Vle}),e.title),getOptionCompletion:e=>(0,At.createElement)("a",{href:e.url},e.title)},Xle=[];function $le(e){let{completers:t=Xle}=e;const{name:n}=RB();return(0,At.useMemo)((()=>{let e=[...t,Ule];return(n===da()||fa(n,"__experimentalSlashInserter",!1))&&(e=[...e,qle]),cr("editor.Autocomplete.completers")&&(e===t&&(e=e.map(Ot.clone)),e=pr("editor.Autocomplete.completers",e,n)),e}),[t,n])}function Gle(e){return function(e){const[t,n]=(0,At.useState)(!1),r=(0,At.useRef)(),o=(0,At.useRef)(),a=(0,At.useRef)(),{popover:i,listBoxId:l,activeId:s,onKeyDown:c}=Fle({...e,contentRef:r});a.current=c,(0,At.useEffect)((()=>{t&&(o.current?o.current.start===e.record.start&&o.current.end===e.record.end||(n(!1),o.current=null):o.current=e.record)}),[e.record]);const u=fg([r,hx((e=>{function t(e){a.current(e)}function r(){n(!0),o.current=null}return e.addEventListener("keydown",t),e.addEventListener("input",r),()=>{e.removeEventListener("keydown",t),e.removeEventListener("input",r)}}),[])]);return t?{ref:u,children:i,"aria-autocomplete":l?"list":void 0,"aria-owns":l,"aria-activedescendant":s}:{ref:u}}({...e,completers:$le(e)})}const Kle={position:"bottom right",variant:"toolbar"},Jle=()=>(0,At.createElement)(At.Fragment,null,["bold","italic","link","unknown"].map((e=>(0,At.createElement)(xC,{name:`RichText.ToolbarControls.${e}`,key:e}))),(0,At.createElement)(xC,{name:"RichText.ToolbarControls"},(e=>{if(!e.length)return null;const t=e.map((e=>{let[{props:t}]=e;return t})),n=t.some((e=>{let{isActive:t}=e;return t}));return(0,At.createElement)(GS,null,(t=>(0,At.createElement)(uA,{icon:ZF,label:Jr("More"),toggleProps:{...t,className:Sf()(t.className,{"is-pressed":n}),describedBy:Jr("Displays more block tools")},controls:uz(e.map((e=>{let[{props:t}]=e;return t})),"title"),popoverProps:Kle})))})));function Zle(e){let{value:t,editableContentElement:n,activeFormats:r}=e;const o=r[r.length-1],a=null==o?void 0:o.type,i=WT({editableContentElement:n,value:t,settings:Uu((e=>e(WA).getFormatType(a)),[a])});return(0,At.createElement)(Qle,{popoverAnchor:i})}function Qle(e){let{popoverAnchor:t}=e;return(0,At.createElement)(YC,{placement:"top",focusOnMount:!1,anchor:t,className:"block-editor-rich-text__inline-format-toolbar",__unstableSlotName:"block-toolbar"},(0,At.createElement)(G2,{className:"block-editor-rich-text__inline-format-toolbar-group","aria-label":Jr("Format tools")},(0,At.createElement)(mA,null,(0,At.createElement)(Jle,null))))}const ese=e=>{let{inline:t,editableContentElement:n,value:r}=e;const o=Uu((e=>e(OB).getSettings().hasInlineToolbar),[]);if(t)return(0,At.createElement)(Qle,{popoverAnchor:n});if(o){const e=oT(r);return sT(r)&&!e.length?null:(0,At.createElement)(Zle,{editableContentElement:n,value:r,activeFormats:e})}return(0,At.createElement)(jB,{group:"inline"},(0,At.createElement)(Jle,null))};function tse(){const{didAutomaticChange:e,getSettings:t}=Uu(OB);return hx((n=>{function r(n){const{keyCode:r}=n;if(n.defaultPrevented)return;if(r!==jE&&r!==BE&&r!==IE)return;const{__experimentalUndo:o}=t();o&&e()&&(n.preventDefault(),o())}return n.addEventListener("keydown",r),()=>{n.removeEventListener("keydown",r)}}),[])}function nse(e,t){if(null!=t&&t.length){let n=e.formats.length;for(;n--;)e.formats[n]=[...t,...e.formats[n]||[]]}}function rse(e){if(!0===e||"p"===e||"li"===e)return!0===e?"p":e}function ose(e){let{allowedFormats:t,disableFormats:n}=e;return n?ose.EMPTY_ARRAY:t}ose.EMPTY_ARRAY=[];function ase(e){let{value:t,pastedBlocks:n=[],onReplace:r,onSplit:o,onSplitMiddle:a,multilineTag:i}=e;if(!r||!o)return;const{start:l=0,end:s=0}=t,c={...t,start:l,end:s},u=[],[d,m]=vT(c),p=n.length>0;let f=-1;const h=cT(d)&&!cT(m);p&&cT(d)||(u.push(o(ET({value:d,multilineTag:i}),!h)),f+=1),p?(u.push(...n),f+=n.length):a&&u.push(a()),(p||a)&&cT(m)||u.push(o(ET({value:m,multilineTag:i}),h));r(u,p?f:1,p?-1:0)}function ise(e,t){return t?gT(e,/\n+/g,XA):gT(e,new RegExp(XA,"g"),"\n")}function lse(e){const t=(0,At.useRef)(e);return t.current=e,hx((e=>{function n(e){const{isSelected:n,disableFormats:r,onChange:o,value:a,formatTypes:i,tagName:l,onReplace:s,onSplit:c,onSplitMiddle:u,__unstableEmbedURLOnPaste:d,multilineTag:m,preserveWhiteSpace:p,pastePlainText:f}=t.current;if(!n)return;const{clipboardData:h}=e;let g="",b="";try{g=h.getData("text/plain"),b=h.getData("text/html")}catch(e){try{b=h.getData("Text")}catch(e){return}}if(b=function(e){const t="\x3c!--StartFragment--\x3e",n=e.indexOf(t);if(!(n>-1))return e;e=e.substring(n+t.length);const r="\x3c!--EndFragment--\x3e",o=e.indexOf(r);o>-1&&(e=e.substring(0,o));return e}(b),b=function(e){const t="";if(e.startsWith(t))return e.slice(t.length);return e}(b),e.preventDefault(),window.console.log("Received HTML:\n\n",b),window.console.log("Received plain text:\n\n",g),r)return void o(fT(a,g));const v=i.reduce(((e,t)=>{let{__unstablePasteRule:n}=t;return n&&e===a&&(e=n(a,{html:b,plainText:g})),e}),a);if(v!==a)return void o(v);const y=[...B3(h)];if("true"===h.getData("rich-text")){const e=h.getData("rich-text-multi-line-tag")||void 0;let t=KA({html:b,multilineTag:e,multilineWrapperTags:"li"===e?["ul","ol"]:void 0,preserveWhiteSpace:p});return t=ise(t,!!m),nse(t,a.activeFormats),void o(fT(a,t))}if(f)return void o(fT(a,KA({text:g})));if(null!=y&&y.length&&window.console.log("Received items:\n\n",y),null!=y&&y.length&&!D3(y,b)){const e=Ra("from"),t=y.reduce(((t,n)=>{const r=Ia(e,(e=>"files"===e.type&&e.isMatch([n])));return r&&t.push(r.transform([n])),t}),[]).flat();if(!t.length)return;return void(s&&cT(a)?s(t):ase({value:a,pastedBlocks:t,onReplace:s,onSplit:c,onSplitMiddle:u,multilineTag:m}))}let _=s&&c?"AUTO":"INLINE";var M;"AUTO"===_&&cT(a)&&(M=g,Dc(".*").test(M))&&(_="BLOCKS"),d&&cT(a)&&_ae(g.trim())&&(_="BLOCKS");const k=Lu({HTML:b,plainText:g,mode:_,tagName:l,preserveWhiteSpace:p});if("string"==typeof k){let e=KA({html:k});e=ise(e,!!m),nse(e,a.activeFormats),o(fT(a,e))}else k.length>0&&(s&&cT(a)?s(k,k.length-1,-1):ase({value:a,pastedBlocks:k,onReplace:s,onSplit:c,onSplitMiddle:u,multilineTag:m}))}return e.addEventListener("paste",n),()=>{e.removeEventListener("paste",n)}}),[])}const sse=["`",'"',"'","“”","‘’"];function cse(e){const{__unstableMarkLastChangeAsPersistent:t,__unstableMarkAutomaticChange:n}=rf(OB),r=(0,At.useRef)(e);return r.current=e,hx((e=>{function o(o){const{inputType:a,data:i}=o,{value:l,onChange:s}=r.current;if("insertText"!==a)return;if(sT(l))return;const c=pr("blockEditor.wrapSelectionSettings",sse).find((e=>{let[t,n]=e;return t===i||n===i}));if(!c)return;const[u,d=u]=c,m=l.start,p=l.end+u.length;let f=fT(l,u,m,m);f=fT(f,d,p,p),t(),s(f),n();const h={};for(const e in o)h[e]=o[e];h.data=d;const{ownerDocument:g}=e,{defaultView:b}=g,v=new b.InputEvent("input",h);o.target.dispatchEvent(v),o.preventDefault()}return e.addEventListener("beforeinput",o),()=>{e.removeEventListener("beforeinput",o)}}),[])}function use(e){let t=e.length;for(;t--;){const n=_O(e[t].attributes);if(n)return e[t].attributes[n]=e[t].attributes[n].replace(yO,""),e[t].clientId;const r=use(e[t].innerBlocks);if(r)return r}}function dse(e){const{__unstableMarkLastChangeAsPersistent:t,__unstableMarkAutomaticChange:n}=rf(OB),r=(0,At.useRef)(e);return r.current=e,hx((e=>{function o(){const{value:e,onReplace:t,selectionChange:o}=r.current;if(!t)return;const{start:a,text:i}=e;if(" "!==i.slice(a-1,a))return;const l=i.slice(0,a).trim(),s=Ra("from").filter((e=>{let{type:t}=e;return"prefix"===t})),c=Ia(s,(e=>{let{prefix:t}=e;return l===t}));if(!c)return;const u=ET({value:fT(e,yO,0,a)}),d=c.transform(u);o(use([d])),t([d]),n()}function a(e){const{inputType:a,type:i}=e,{value:l,onChange:s,__unstableAllowPrefixTransformations:c,formatTypes:u}=r.current;if("insertText"!==a&&"compositionend"!==i)return;c&&o&&o();const d=u.reduce(((e,t)=>{let{__unstableInputRule:n}=t;return n&&(e=n(e)),e}),function(e){const t="tales of gutenberg",{start:n,text:r}=e;return n{e.removeEventListener("input",a),e.removeEventListener("compositionend",a)}}),[])}function mse(e){const{__unstableMarkAutomaticChange:t}=rf(OB),n=(0,At.useRef)(e);return n.current=e,hx((e=>{function r(e){if(e.defaultPrevented)return;const{removeEditorOnlyFormats:r,value:o,onReplace:a,onSplit:i,onSplitMiddle:l,multilineTag:s,onChange:c,disableLineBreaks:u,onSplitAtEnd:d}=n.current;if(e.keyCode!==DE)return;e.preventDefault();const m={...o};m.formats=r(o);const p=a&&i;if(a){const e=Ra("from").filter((e=>{let{type:t}=e;return"enter"===t})),n=Ia(e,(e=>e.regExp.test(m.text)));n&&(a([n.transform({content:m.text})]),t())}if(s)e.shiftKey?u||c(fT(m,"\n")):p&&uT(m)?ase({value:m,onReplace:a,onSplit:i,onSplitMiddle:l,multilineTag:s}):c(function(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:e.start,n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:e.end;const r=e.text.slice(0,t).lastIndexOf(XA),o=e.replacements[r];let a=[,];o&&(a=[o]);return fT(e,{formats:[,],replacements:a,text:XA},t,n)}(m));else{const{text:t,start:n,end:r}=m,o=d&&n===r&&r===t.length;e.shiftKey||!p&&!o?u||c(fT(m,"\n")):!p&&o?d():p&&ase({value:m,onReplace:a,onSplit:i,onSplitMiddle:l,multilineTag:s})}}return e.addEventListener("keydown",r),()=>{e.removeEventListener("keydown",r)}}),[])}function pse(e){return e(WA).getFormatTypes()}const fse=new Set(["a","audio","button","details","embed","iframe","input","label","select","textarea","video"]);function hse(e,t){return"object"!=typeof e?{[t]:e}:Object.fromEntries(Object.entries(e).map((e=>{let[n,r]=e;return[`${t}.${n}`,r]})))}function gse(e,t){return e[t]?e[t]:Object.keys(e).filter((e=>e.startsWith(t+"."))).reduce(((n,r)=>(n[r.slice(t.length+1)]=e[r],n)),{})}function bse(e){return hx((t=>{function n(t){for(const n of e.current)n(t)}return t.addEventListener("keydown",n),()=>{t.removeEventListener("keydown",n)}}),[])}function vse(e){return hx((t=>{function n(t){for(const n of e.current)n(t)}return t.addEventListener("input",n),()=>{t.removeEventListener("input",n)}}),[])}function yse(){const{__unstableMarkLastChangeAsPersistent:e}=rf(OB);return hx((t=>{function n(t){"insertReplacementText"===t.inputType&&e()}return t.addEventListener("beforeinput",n),()=>{t.removeEventListener("beforeinput",n)}}),[])}function _se(){const{isMultiSelecting:e}=Uu(OB);return hx((t=>{function n(){if(!e())return;const n=t.parentElement.closest('[contenteditable="true"]');n&&n.focus()}return t.addEventListener("focus",n),()=>{t.removeEventListener("focus",n)}}),[])}function Mse(e){let{formatTypes:t,onChange:n,onFocus:r,value:o,forwardedRef:a}=e;return t.map((e=>{const{name:t,edit:i}=e;if(!i)return null;const l=aT(o,t);let s=void 0!==l;const c=function(e){let{start:t,end:n,replacements:r,text:o}=e;if(t+1===n&&o[t]===$A)return r[t]}(o),u=void 0!==c&&c.type===t;if("core/link"===t&&!sT(o)){var d,m;const e=o.formats,t=null===(d=e[o.start])||void 0===d?void 0:d.find((e=>{let{type:t}=e;return"core/link"===t})),n=null===(m=e[o.end-1])||void 0===m?void 0:m.find((e=>{let{type:t}=e;return"core/link"===t}));t&&n&&t===n||(s=!1)}return(0,At.createElement)(i,{key:t,isActive:s,activeAttributes:s&&l.attributes||{},isObjectActive:u,activeObjectAttributes:u&&c.attributes||{},value:o,onChange:n,onFocus:r,contentRef:a})}))}const kse=(0,At.createContext)(),wse=(0,At.createContext)();const Ese=(0,At.forwardRef)((function e(t,n){let{children:r,tagName:o="div",value:a="",onChange:i,isSelected:l,multiline:s,inlineToolbar:c,wrapperClassName:u,autocompleters:d,onReplace:m,placeholder:p,allowedFormats:f,withoutInteractiveFormatting:h,onRemove:g,onMerge:b,onSplit:v,__unstableOnSplitAtEnd:y,__unstableOnSplitMiddle:_,identifier:M,preserveWhiteSpace:k,__unstablePastePlainText:w,__unstableEmbedURLOnPaste:E,__unstableDisableFormats:x,disableLineBreaks:C,unstableOnFocus:L,__unstableAllowPrefixTransformations:S,...A}=t;s&&wr("wp.blockEditor.RichText multiline prop",{since:"6.1",version:"6.3",alternative:"nested blocks (InnerBlocks)",link:"https://developer.wordpress.org/block-editor/how-to-guides/block-tutorial/nested-blocks-inner-blocks/"});const T=ug(e);M=M||T,A=function(e){const{__unstableMobileNoFocusOnMount:t,deleteEnter:n,placeholderTextColor:r,textAlign:o,selectionColor:a,tagsToEliminate:i,rootTagsToEliminate:l,disableEditingMenu:s,fontSize:c,fontFamily:u,fontWeight:d,fontStyle:m,minWidth:p,maxWidth:f,setRef:h,disableSuggestions:g,disableAutocorrection:b,...v}=e;return v}(A);const z=(0,At.useRef)(),{clientId:N}=RB(),{selectionStart:O,selectionEnd:B,isSelected:D}=Uu((e=>{const{getSelectionStart:t,getSelectionEnd:n}=e(OB),r=t(),o=n();let a;return void 0===l?a=r.clientId===N&&o.clientId===N&&r.attributeKey===M:l&&(a=r.clientId===N),{selectionStart:a?r.offset:void 0,selectionEnd:a?o.offset:void 0,isSelected:a}})),{getSelectionStart:I,getSelectionEnd:R,getBlockRootClientId:P}=Uu(OB),{selectionChange:H}=rf(OB),W=rse(s),Y=ose({allowedFormats:f,disableFormats:x}),F=!Y||Y.length>0;let j=a,q=i;Array.isArray(a)&&(wr("wp.blockEditor.RichText value prop as children type",{since:"6.1",version:"6.3",alternative:"value prop as string",link:"https://developer.wordpress.org/block-editor/how-to-guides/block-tutorial/introducing-attributes-and-editable-fields/"}),j=nc.toHTML(a),q=e=>i(nc.fromDOM(VA(document,e).childNodes)));const V=(0,At.useCallback)(((e,t)=>{const n={},r=void 0===e&&void 0===t;if("number"==typeof e||r){if(void 0===t&&P(N)!==P(R().clientId))return;n.start={clientId:N,attributeKey:M,offset:e}}if("number"==typeof t||r){if(void 0===e&&P(N)!==P(I().clientId))return;n.end={clientId:N,attributeKey:M,offset:t}}H(n)}),[N,M]),{formatTypes:U,prepareHandlers:X,valueHandlers:$,changeHandlers:G,dependencies:K}=function(e){let{clientId:t,identifier:n,withoutInteractiveFormatting:r,allowedFormats:o}=e;const a=Uu(pse,[]),i=(0,At.useMemo)((()=>a.filter((e=>{let{name:t,tagName:n}=e;return!(o&&!o.includes(t)||r&&fse.has(n))}))),[a,o,fse]),l=Uu((e=>i.reduce(((r,o)=>o.__experimentalGetPropsForEditableTreePreparation?{...r,...hse(o.__experimentalGetPropsForEditableTreePreparation(e,{richTextIdentifier:n,blockClientId:t}),o.name)}:r),{})),[i,t,n]),s=rf(),c=[],u=[],d=[],m=[];for(const e in l)m.push(l[e]);return i.forEach((e=>{if(e.__experimentalCreatePrepareEditableTree){const r=e.__experimentalCreatePrepareEditableTree(gse(l,e.name),{richTextIdentifier:n,blockClientId:t});e.__experimentalCreateOnChangeEditableValue?u.push(r):c.push(r)}if(e.__experimentalCreateOnChangeEditableValue){let r={};e.__experimentalGetPropsForEditableTreeChangeHandler&&(r=e.__experimentalGetPropsForEditableTreeChangeHandler(s,{richTextIdentifier:n,blockClientId:t}));const o=gse(l,e.name);d.push(e.__experimentalCreateOnChangeEditableValue({..."object"==typeof o?o:{},...r},{richTextIdentifier:n,blockClientId:t}))}})),{formatTypes:i,prepareHandlers:c,valueHandlers:u,changeHandlers:d,dependencies:m}}({clientId:N,identifier:M,withoutInteractiveFormatting:h,allowedFormats:Y});function J(e){return U.forEach((t=>{t.__experimentalCreatePrepareEditableTree&&(e=mT(e,t.name,0,e.text.length))})),e.formats}const{value:Z,onChange:Q,ref:ee}=function(e){let{value:t="",selectionStart:n,selectionEnd:r,placeholder:o,preserveWhiteSpace:a,onSelectionChange:i,onChange:l,__unstableMultilineTag:s,__unstableDisableFormats:c,__unstableIsSelected:u,__unstableDependencies:d=[],__unstableAfterParse:m,__unstableBeforeSerialize:p,__unstableAddInvisibleFormats:f}=e;const h=Hu(),[,g]=(0,At.useReducer)((()=>({}))),b=(0,At.useRef)();function v(){const{ownerDocument:{defaultView:e}}=b.current,t=e.getSelection(),n=t.rangeCount>0?t.getRangeAt(0):null;return KA({element:b.current,range:n,multilineTag:s,multilineWrapperTags:"li"===s?["ul","ol"]:void 0,__unstableIsEditableTree:!0,preserveWhiteSpace:a})}function y(e){let{domOnly:t}=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};KT({value:e,current:b.current,multilineTag:s,multilineWrapperTags:"li"===s?["ul","ol"]:void 0,prepareEditableTree:f,__unstableDomOnly:t,placeholder:o})}const _=(0,At.useRef)(t),M=(0,At.useRef)();function k(){_.current=t,M.current=KA({html:t,multilineTag:s,multilineWrapperTags:"li"===s?["ul","ol"]:void 0,preserveWhiteSpace:a}),c&&(M.current.formats=Array(t.length),M.current.replacements=Array(t.length)),m&&(M.current.formats=m(M.current)),M.current.start=n,M.current.end=r}const w=(0,At.useRef)(!1);if(M.current)n===M.current.start&&r===M.current.end||(w.current=u,M.current={...M.current,start:n,end:r});else{var E,x,C;k(),"core/text-color"===(null===(E=M.current)||void 0===E||null===(x=E.formats[0])||void 0===x||null===(C=x[0])||void 0===C?void 0:C.type)&&function(e){M.current=e,_.current=ET({value:p?{...e,formats:p(e)}:e,multilineTag:s,preserveWhiteSpace:a});const{formats:t,text:n}=e;h.batch((()=>{l(_.current,{__unstableFormats:t,__unstableText:n})})),g()}(M.current)}function L(e){M.current=e,y(e),_.current=c?e.text:ET({value:p?{...e,formats:p(e)}:e,multilineTag:s,preserveWhiteSpace:a});const{start:t,end:n,formats:r,text:o}=e;h.batch((()=>{i(t,n),l(_.current,{__unstableFormats:r,__unstableText:o})})),g()}function S(){k(),y(M.current)}const A=(0,At.useRef)(!1);(0,At.useLayoutEffect)((()=>{A.current&&t!==_.current&&(S(),g())}),[t]),(0,At.useLayoutEffect)((()=>{w.current&&(b.current.ownerDocument.activeElement!==b.current&&b.current.focus(),S(),w.current=!1)}),[w.current]);const T=fg([b,(0,At.useCallback)((e=>{e&&(e.style.whiteSpace="pre-wrap",e.style.minWidth="1px")}),[]),ZT({record:M}),QT({record:M,multilineTag:s,preserveWhiteSpace:a}),hx((e=>{function t(t){const{target:n}=t;if(n===e||n.textContent)return;const{ownerDocument:r}=n,{defaultView:o}=r,a=r.createRange(),i=o.getSelection();a.selectNode(n),i.removeAllRanges(),i.addRange(a)}return e.addEventListener("click",t),()=>{e.removeEventListener("click",t)}}),[]),tz({record:M,applyRecord:y}),lz({createRecord:v,handleChange:L,multilineTag:s}),az({record:M,applyRecord:y,createRecord:v,handleChange:L,isSelected:u,onSelectionChange:i}),hx((()=>{S(),A.current=!0}),[o,...d])]);return{value:M.current,onChange:L,ref:T}}({value:j,onChange(e,t){let{__unstableFormats:n,__unstableText:r}=t;q(e),Object.values(G).forEach((e=>{e(n,r)}))},selectionStart:O,selectionEnd:B,onSelectionChange:V,placeholder:p,__unstableIsSelected:D,__unstableMultilineTag:W,__unstableDisableFormats:x,preserveWhiteSpace:k,__unstableDependencies:[...K,o],__unstableAfterParse:function(e){return $.reduce(((t,n)=>n(t,e.text)),e.formats)},__unstableBeforeSerialize:J,__unstableAddInvisibleFormats:function(e){return X.reduce(((t,n)=>n(t,e.text)),e.formats)}}),te=Gle({onReplace:m,completers:d,record:Z,onChange:Q});!function(e){let{html:t,value:n}=e;const r=(0,At.useRef)(),o=n.activeFormats&&!!n.activeFormats.length,{__unstableMarkLastChangeAsPersistent:a}=rf(OB);(0,At.useLayoutEffect)((()=>{if(r.current){if(r.current!==n.text){const e=window.setTimeout((()=>{a()}),1e3);return r.current=n.text,()=>{window.clearTimeout(e)}}a()}else r.current=n.text}),[t,o])}({html:j,value:Z});const ne=(0,At.useRef)(new Set),re=(0,At.useRef)(new Set);function oe(){var e;null===(e=z.current)||void 0===e||e.focus()}const ae=o;return(0,At.createElement)(At.Fragment,null,D&&(0,At.createElement)(kse.Provider,{value:ne},(0,At.createElement)(wse.Provider,{value:re},(0,At.createElement)(YC.__unstableSlotNameProvider,{value:"__unstable-block-tools-after"},r&&r({value:Z,onChange:Q,onFocus:oe}),(0,At.createElement)(Mse,{value:Z,onChange:Q,onFocus:oe,formatTypes:U,forwardedRef:z})))),D&&F&&(0,At.createElement)(ese,{inline:c,editableContentElement:z.current,value:Z}),(0,At.createElement)(ae,Nt({role:"textbox","aria-multiline":!C,"aria-label":p},A,te,{ref:fg([n,te.ref,A.ref,ee,cse({value:Z,onChange:Q}),dse({value:Z,onChange:Q,__unstableAllowPrefixTransformations:S,formatTypes:U,onReplace:m,selectionChange:H}),yse(),hx((e=>{function t(e){(ex.primary(e,"z")||ex.primary(e,"y")||ex.primaryShift(e,"z"))&&e.preventDefault()}return e.addEventListener("keydown",t),()=>{e.addEventListener("keydown",t)}}),[]),bse(ne),vse(re),tse(),lse({isSelected:D,disableFormats:x,onChange:Q,value:Z,formatTypes:U,tagName:o,onReplace:m,onSplit:v,onSplitMiddle:_,__unstableEmbedURLOnPaste:E,multilineTag:W,preserveWhiteSpace:k,pastePlainText:w}),mse({removeEditorOnlyFormats:J,value:Z,onReplace:m,onSplit:v,onSplitMiddle:_,multilineTag:W,onChange:Q,disableLineBreaks:C,onSplitAtEnd:y}),_se(),z]),contentEditable:!0,suppressContentEditableWarning:!0,className:Sf()("block-editor-rich-text__editable",A.className,"rich-text"),onFocus:L,onKeyDown:function(e){const{keyCode:t}=e;if(!e.defaultPrevented&&(t===jE||t===BE)){const{start:n,end:r,text:o}=Z,a=t===BE,i=Z.activeFormats&&!!Z.activeFormats.length;if(!sT(Z)||i||a&&0!==n||!a&&r!==o.length)return;b&&b(!a),g&&cT(Z)&&a&&g(!a),e.preventDefault()}}})))}));Ese.Content=e=>{let{value:t,tagName:n,multiline:r,...o}=e;Array.isArray(t)&&(wr("wp.blockEditor.RichText value prop as children type",{since:"6.1",version:"6.3",alternative:"value prop as string",link:"https://developer.wordpress.org/block-editor/how-to-guides/block-tutorial/introducing-attributes-and-editable-fields/"}),t=nc.toHTML(t));const a=rse(r);!t&&a&&(t=`<${a}>`);const i=(0,At.createElement)(fl,null,t);if(n){const{format:e,...t}=o;return(0,At.createElement)(n,t,i)}return i},Ese.isEmpty=e=>!e||0===e.length;const xse=Ese,Cse=(0,At.forwardRef)(((e,t)=>(0,At.createElement)(xse,Nt({ref:t},e,{__unstableDisableFormats:!0,preserveWhiteSpace:!0}))));Cse.Content=e=>{let{value:t="",tagName:n="div",...r}=e;return(0,At.createElement)(n,r,t)};const Lse=Cse,Sse=(0,At.forwardRef)(((e,t)=>{let{__experimentalVersion:n,...r}=e;if(2===n)return(0,At.createElement)(Lse,Nt({ref:t},r));const{className:o,onChange:a,...i}=r;return(0,At.createElement)(cX.Z,Nt({ref:t,className:Sf()("block-editor-plain-text",o),onChange:e=>a(e.target.value)},i))})),Ase=Sse;function Tse(e){let{character:t,type:n,onUse:r}=e;const o=(0,At.useContext)(kse),a=(0,At.useRef)();return a.current=r,(0,At.useEffect)((()=>{function e(e){ex[n](e,t)&&(a.current(),e.preventDefault())}return o.current.add(e),()=>{o.current.delete(e)}}),[t,n]),null}function zse(e){let t,{name:n,shortcutType:r,shortcutCharacter:o,...a}=e,i="RichText.ToolbarControls";return n&&(i+=`.${n}`),r&&o&&(t=JE[r](o)),(0,At.createElement)(EC,{name:i},(0,At.createElement)(JS,Nt({},a,{shortcut:t})))}function Nse(e){let{inputType:t,onInput:n}=e;const r=(0,At.useContext)(wse),o=(0,At.useRef)();return o.current=n,(0,At.useEffect)((()=>{function e(e){e.inputType===t&&(o.current(),e.preventDefault())}return r.current.add(e),()=>{r.current.delete(e)}}),[t]),null}const Ose=()=>{};function Bse(e){let{choices:t=[],onHover:n=Ose,onSelect:r,value:o}=e;return t.map((e=>{const t=o===e.value;return(0,At.createElement)(UB,{key:e.value,role:"menuitemradio",icon:t&&XF,info:e.info,isSelected:t,shortcut:e.shortcut,className:"components-menu-items-choice",onClick:()=>{t||r(e.value)},onMouseEnter:()=>n(e.value),onMouseLeave:()=>n(null),"aria-label":e["aria-label"]},e.label)}))}const Dse=(0,At.createElement)(Sx,{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24"},(0,At.createElement)(Cx,{d:"M9.4 20.5L5.2 3.8l14.6 9-2 .3c-.2 0-.4.1-.7.1-.9.2-1.6.3-2.2.5-.8.3-1.4.5-1.8.8-.4.3-.8.8-1.3 1.5-.4.5-.8 1.2-1.2 2l-.3.6-.9 1.9zM7.6 7.1l2.4 9.3c.2-.4.5-.8.7-1.1.6-.8 1.1-1.4 1.6-1.8.5-.4 1.3-.8 2.2-1.1l1.2-.3-8.1-5z"}));const Ise=(0,At.forwardRef)((function(e,t){const n=Uu((e=>e(OB).__unstableGetEditorMode()),[]),{__unstableSetEditorMode:r}=rf(OB);return(0,At.createElement)(tA,{renderToggle:r=>{let{isOpen:o,onToggle:a}=r;return(0,At.createElement)(NL,Nt({},e,{ref:t,icon:"navigation"===n?Dse:iie,"aria-expanded":o,"aria-haspopup":"true",onClick:a,label:Jr("Tools")}))},position:"bottom right",renderContent:()=>(0,At.createElement)(At.Fragment,null,(0,At.createElement)(lA,{role:"menu","aria-label":Jr("Tools")},(0,At.createElement)(Bse,{value:"navigation"===n?"navigation":"edit",onSelect:r,choices:[{value:"edit",label:(0,At.createElement)(At.Fragment,null,(0,At.createElement)(UF,{icon:iie}),Jr("Edit"))},{value:"navigation",label:(0,At.createElement)(At.Fragment,null,Dse,Jr("Select"))}]})),(0,At.createElement)("div",{className:"block-editor-tool-selector__help"},Jr("Tools provide different interactions for selecting, navigating, and editing blocks. Toggle between select and edit by pressing Escape and Enter.")))})})),Rse="none",Pse="custom",Hse="media",Wse="attachment",Yse=["noreferrer","noopener"],Fse=(0,At.createElement)(Sx,{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,At.createElement)(Cx,{d:"M0,0h24v24H0V0z",fill:"none"}),(0,At.createElement)(Cx,{d:"m19 5v14h-14v-14h14m0-2h-14c-1.1 0-2 0.9-2 2v14c0 1.1 0.9 2 2 2h14c1.1 0 2-0.9 2-2v-14c0-1.1-0.9-2-2-2z"}),(0,At.createElement)(Cx,{d:"m14.14 11.86l-3 3.87-2.14-2.59-3 3.86h12l-3.86-5.14z"})),jse=e=>{let{linkDestination:t,onChangeUrl:n,url:r,mediaType:o="image",mediaUrl:a,mediaLink:i,linkTarget:l,linkClass:s,rel:c}=e;const[u,d]=(0,At.useState)(!1),[m,p]=(0,At.useState)(null),f=(0,At.useCallback)((()=>{d(!0)})),[h,g]=(0,At.useState)(!1),[b,v]=(0,At.useState)(null),y=(0,At.useRef)(null),_=(0,At.useCallback)((()=>{t!==Hse&&t!==Wse||v(""),g(!0)})),M=(0,At.useCallback)((()=>{g(!1)})),k=(0,At.useCallback)((()=>{v(null),M(),d(!1)})),w=(0,At.useCallback)((()=>e=>{const t=y.current;t&&t.contains(e.target)||(d(!1),v(null),M())})),E=(0,At.useCallback)((()=>e=>{if(b){var t;const e=(null===(t=C().find((e=>e.url===b)))||void 0===t?void 0:t.linkDestination)||Pse;n({href:b,linkDestination:e})}M(),v(null),e.preventDefault()})),x=(0,At.useCallback)((()=>{n({linkDestination:Rse,href:""})})),C=()=>{const e=[{linkDestination:Hse,title:Jr("Media File"),url:"image"===o?a:void 0,icon:Fse}];return"image"===o&&i&&e.push({linkDestination:Wse,title:Jr("Attachment Page"),url:"image"===o?i:void 0,icon:(0,At.createElement)(Sx,{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,At.createElement)(Cx,{d:"M0 0h24v24H0V0z",fill:"none"}),(0,At.createElement)(Cx,{d:"M14 2H6c-1.1 0-1.99.9-1.99 2L4 20c0 1.1.89 2 1.99 2H18c1.1 0 2-.9 2-2V8l-6-6zM6 20V4h7v5h5v11H6z"}))}),e},L=(0,At.createElement)(At.Fragment,null,(0,At.createElement)(dR,{label:Jr("Open in new tab"),onChange:e=>{const t=(e=>{const t=e?"_blank":void 0;let n;if(t){const e=(null!=c?c:"").split(" ");Yse.forEach((t=>{e.includes(t)||e.push(t)})),n=e.join(" ")}else{const e=(null!=c?c:"").split(" ").filter((e=>!1===Yse.includes(e)));n=e.length?e.join(" "):void 0}return{linkTarget:t,rel:n}})(e);n(t)},checked:"_blank"===l}),(0,At.createElement)(vU,{label:Jr("Link rel"),value:null!=c?c:"",onChange:e=>{n({rel:e})}}),(0,At.createElement)(vU,{label:Jr("Link CSS Class"),value:s||"",onChange:e=>{n({linkClass:e})}})),S=null!==b?b:r,A=(C().find((e=>e.linkDestination===t))||{}).title;return(0,At.createElement)(At.Fragment,null,(0,At.createElement)(JS,{icon:$W,className:"components-toolbar__control",label:Jr(r?"Edit link":"Insert link"),"aria-expanded":u,onClick:f,ref:p}),u&&(0,At.createElement)(Ile,{anchor:m,onFocusOutside:w(),onClose:k,renderSettings:()=>L,additionalControls:!S&&(0,At.createElement)(lA,null,(0,Ot.map)(C(),(e=>(0,At.createElement)(UB,{key:e.linkDestination,icon:e.icon,onClick:()=>{v(null),(e=>{const t=C();let r;r=e?(t.find((t=>t.url===e))||{linkDestination:Pse}).linkDestination:Rse,n({linkDestination:r,href:e})})(e.url),M()}},e.title))))},(!r||h)&&(0,At.createElement)(Ile.LinkEditor,{className:"block-editor-format-toolbar__link-container-content",value:S,onChangeInputValue:v,onSubmit:E(),autocompleteRef:y}),r&&!h&&(0,At.createElement)(At.Fragment,null,(0,At.createElement)(Ile.LinkViewer,{className:"block-editor-format-toolbar__link-container-content",url:r,onEditLinkClick:_,urlLabel:A}),(0,At.createElement)(NL,{icon:Ax,label:Jr("Remove link"),onClick:x}))))};const qse=DU((e=>({selectedBlockClientId:e(OB).getBlockSelectionStart()})))((e=>{let{selectedBlockClientId:t}=e;const n=rY(t);return t?(0,At.createElement)(NL,{variant:"secondary",className:"block-editor-skip-to-selected-block",onClick:()=>{n.current.focus()}},Jr("Skip to the selected block")):null})),Vse={HTMLRegExp:/<\/?[a-z][^>]*?>/gi,HTMLcommentRegExp://g,spaceRegExp:/ | /gi,HTMLEntityRegExp:/&\S+?;/g,connectorRegExp:/--|\u2014/g,removeRegExp:new RegExp(["[","!-/:-@[-`{-~","€-¿×÷"," -⯿","⸀-⹿","]"].join(""),"g"),astralRegExp:/[\uD800-\uDBFF][\uDC00-\uDFFF]/g,wordsRegExp:/\S\s+/g,characters_excluding_spacesRegExp:/\S/g,characters_including_spacesRegExp:/[^\f\n\r\t\v\u00AD\u2028\u2029]/g,l10n:{type:"words"}};function Use(e,t){return t.replace(e.HTMLRegExp,"\n")}function Xse(e,t){return t.replace(e.astralRegExp,"a")}function $se(e,t){return t.replace(e.HTMLEntityRegExp,"")}function Gse(e,t){return t.replace(e.connectorRegExp," ")}function Kse(e,t){return t.replace(e.removeRegExp,"")}function Jse(e,t){return t.replace(e.HTMLcommentRegExp,"")}function Zse(e,t){return e.shortcodesRegExp?t.replace(e.shortcodesRegExp,"\n"):t}function Qse(e,t){return t.replace(e.spaceRegExp," ")}function ece(e,t){return t.replace(e.HTMLEntityRegExp,"a")}function tce(e,t,n){var r,o;return e=[Use.bind(null,n),Jse.bind(null,n),Zse.bind(null,n),Xse.bind(null,n),Qse.bind(null,n),ece.bind(null,n)].reduce(((e,t)=>t(e)),e),null!==(r=null===(o=(e+="\n").match(t))||void 0===o?void 0:o.length)&&void 0!==r?r:0}function nce(e,t,n){const r=function(e,t){var n,r;const o=Object.assign({},Vse,t);return o.shortcodes=null!==(n=null===(r=o.l10n)||void 0===r?void 0:r.shortcodes)&&void 0!==n?n:[],o.shortcodes&&o.shortcodes.length&&(o.shortcodesRegExp=new RegExp("\\[\\/?(?:"+o.shortcodes.join("|")+")[^\\]]*?\\]","g")),o.type=e,"characters_excluding_spaces"!==o.type&&"characters_including_spaces"!==o.type&&(o.type="words"),o}(t,n);let o;switch(r.type){case"words":return o=r.wordsRegExp,function(e,t,n){var r,o;return e=[Use.bind(null,n),Jse.bind(null,n),Zse.bind(null,n),Qse.bind(null,n),$se.bind(null,n),Gse.bind(null,n),Kse.bind(null,n)].reduce(((e,t)=>t(e)),e),null!==(r=null===(o=(e+="\n").match(t))||void 0===o?void 0:o.length)&&void 0!==r?r:0}(e,o,r);case"characters_including_spaces":return o=r.characters_including_spacesRegExp,tce(e,o,r);case"characters_excluding_spaces":return o=r.characters_excluding_spacesRegExp,tce(e,o,r);default:return 0}}const rce=DU((e=>{const{getMultiSelectedBlocks:t}=e(OB);return{blocks:t()}}))((function(e){let{blocks:t}=e;const n=nce(rs(t),"words");return(0,At.createElement)("div",{className:"block-editor-multi-selection-inspector__card"},(0,At.createElement)(oZ,{icon:r3,showColors:!0}),(0,At.createElement)("div",{className:"block-editor-multi-selection-inspector__card-content"},(0,At.createElement)("div",{className:"block-editor-multi-selection-inspector__card-title"},Hr(Qr("%d block","%d blocks",t.length),t.length)),(0,At.createElement)("div",{className:"block-editor-multi-selection-inspector__card-description"},Hr(Qr("%d word","%d words",n),n))))}));function oce(e){let{className:t,onSelectVariation:n,selectedValue:r,variations:o}=e;return(0,At.createElement)("fieldset",{className:t},(0,At.createElement)(TL,{as:"legend"},Jr("Transform to variation")),o.map((e=>(0,At.createElement)(NL,{key:e.name,icon:(0,At.createElement)(oZ,{icon:e.icon,showColors:!0}),isPressed:r===e.name,label:r===e.name?e.title:Hr(Jr("Transform to %s"),e.title),onClick:()=>n(e.name),"aria-label":e.title,showTooltip:!0}))))}function ace(e){let{className:t,onSelectVariation:n,selectedValue:r,variations:o}=e;const a=o.map((e=>{let{name:t,title:n,description:r}=e;return{value:t,label:n,info:r}}));return(0,At.createElement)(uA,{className:t,label:Jr("Transform to variation"),text:Jr("Transform to variation"),popoverProps:{position:"bottom center",className:`${t}__popover`},icon:ZF,toggleProps:{iconPosition:"right"}},(()=>(0,At.createElement)("div",{className:`${t}__container`},(0,At.createElement)(VB,null,(0,At.createElement)(Bse,{choices:a,value:r,onSelect:n})))))}const ice=function(e){let{blockClientId:t}=e;const{updateBlockAttributes:n}=rf(OB),{activeBlockVariation:r,variations:o}=Uu((e=>{const{getActiveBlockVariation:n,getBlockVariations:r}=e(Zi),{getBlockName:o,getBlockAttributes:a}=e(OB),i=t&&o(t);return{activeBlockVariation:n(i,a(t)),variations:i&&r(i,"transform")}}),[t]),a=null==r?void 0:r.name,i=(0,At.useMemo)((()=>{const e=new Set;return!!o&&(o.forEach((t=>{var n;t.icon&&e.add((null===(n=t.icon)||void 0===n?void 0:n.src)||t.icon)})),e.size===o.length)}),[o]);if(null==o||!o.length)return null;const l=i?oce:ace;return(0,At.createElement)(l,{className:"block-editor-block-variation-transforms",onSelectVariation:e=>{n(t,{...o.find((t=>{let{name:n}=t;return n===e})).attributes})},selectedValue:a,variations:o})};function lce(e){var t;let{genericPreviewBlock:n,style:r,className:o,activeStyle:a}=e;const i=null===(t=ma(n.name))||void 0===t?void 0:t.example,l=c3(o,a,r),s=(0,At.useMemo)((()=>({...n,title:r.label||r.name,description:r.description,initialAttributes:{...n.attributes,className:l+" block-editor-block-styles__block-preview-container"},example:i})),[n,l]);return(0,At.createElement)(WQ,{item:s,isStylePreview:!0})}const sce=()=>{};function cce(e){let{clientId:t,onSwitch:n=sce,onHoverClassName:r=sce}=e;const{onSelect:o,stylesToRender:a,activeStyle:i,genericPreviewBlock:l,className:s}=d3({clientId:t,onSwitch:n}),[c,u]=(0,At.useState)(null),d=NE("medium","<");if(!a||0===a.length)return null;const m=dg(u,250),p=e=>{var t;c!==e?(m(e),r(null!==(t=null==e?void 0:e.name)&&void 0!==t?t:null)):m.cancel()};return(0,At.createElement)("div",{className:"block-editor-block-styles"},(0,At.createElement)("div",{className:"block-editor-block-styles__variants"},a.map((e=>{const t=e.label||e.name;return(0,At.createElement)(NL,{className:Sf()("block-editor-block-styles__item",{"is-active":i.name===e.name}),key:e.name,variant:"secondary",label:t,onMouseEnter:()=>p(e),onFocus:()=>p(e),onMouseLeave:()=>p(null),onBlur:()=>p(null),onClick:()=>(e=>{o(e),r(null),u(null),m.cancel()})(e),"aria-current":i.name===e.name},(0,At.createElement)(jQ,{numberOfLines:1,className:"block-editor-block-styles__item-text"},t))}))),c&&!d&&(0,At.createElement)(YC,{placement:"left-start",offset:20},(0,At.createElement)("div",{className:"block-editor-block-styles__preview-panel",onMouseLeave:()=>p(null)},(0,At.createElement)(lce,{activeStyle:i,className:s,genericPreviewBlock:l,style:c}))))}const uce=cce;function dce(e){let{blockName:t}=e;const{preferredStyle:n,onUpdatePreferredStyleVariations:r,styles:o}=Uu((e=>{var n,r;const o=e(OB).getSettings().__experimentalPreferredStyleVariations;return{preferredStyle:null==o||null===(n=o.value)||void 0===n?void 0:n[t],onUpdatePreferredStyleVariations:null!==(r=null==o?void 0:o.onChange)&&void 0!==r?r:null,styles:e(Zi).getBlockStyles(t)}}),[t]),a=(0,At.useMemo)((()=>[{label:Jr("Not set"),value:""},...o.map((e=>{let{label:t,name:n}=e;return{label:t,value:n}}))]),[o]),i=(0,At.useMemo)((()=>{var e;return null===(e=u3(o))||void 0===e?void 0:e.name}),[o]),l=(0,At.useCallback)((e=>{r(t,e)}),[t,r]);return n&&n!==i?r&&(0,At.createElement)("div",{className:"default-style-picker__default-switcher"},(0,At.createElement)(j5,{options:a,value:n||"",label:Jr("Default Style"),onChange:l})):null}cce.Slot=()=>(wr("BlockStyles.Slot",{version:"6.4",since:"6.2"}),null);const mce=(0,At.createElement)(Sx,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,At.createElement)(Cx,{fillRule:"evenodd",d:"M10.289 4.836A1 1 0 0111.275 4h1.306a1 1 0 01.987.836l.244 1.466c.787.26 1.503.679 2.108 1.218l1.393-.522a1 1 0 011.216.437l.653 1.13a1 1 0 01-.23 1.273l-1.148.944a6.025 6.025 0 010 2.435l1.149.946a1 1 0 01.23 1.272l-.653 1.13a1 1 0 01-1.216.437l-1.394-.522c-.605.54-1.32.958-2.108 1.218l-.244 1.466a1 1 0 01-.987.836h-1.306a1 1 0 01-.986-.836l-.244-1.466a5.995 5.995 0 01-2.108-1.218l-1.394.522a1 1 0 01-1.217-.436l-.653-1.131a1 1 0 01.23-1.272l1.149-.946a6.026 6.026 0 010-2.435l-1.148-.944a1 1 0 01-.23-1.272l.653-1.131a1 1 0 011.217-.437l1.393.522a5.994 5.994 0 012.108-1.218l.244-1.466zM14.929 12a3 3 0 11-6 0 3 3 0 016 0z",clipRule:"evenodd"})),pce=(0,At.createElement)(Sx,{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,At.createElement)(Cx,{d:"M12 4c-4.4 0-8 3.6-8 8v.1c0 4.1 3.2 7.5 7.2 7.9h.8c4.4 0 8-3.6 8-8s-3.6-8-8-8zm0 15V5c3.9 0 7 3.1 7 7s-3.1 7-7 7z"})),fce=(0,At.createElement)(Sx,{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,At.createElement)(Cx,{d:"M13.8 5.2H3v1.5h10.8V5.2zm-3.6 12v1.5H21v-1.5H10.2zm7.2-6H6.6v1.5h10.8v-1.5z"})),hce={name:"settings",title:"Settings",value:"settings",icon:mce,className:"block-editor-block-inspector__tab-item"},gce={name:"styles",title:"Styles",value:"styles",icon:pce,className:"block-editor-block-inspector__tab-item"},bce={name:"list",title:"List View",value:"list-view",icon:fce,className:"block-editor-block-inspector__tab-item"},vce=()=>{const e=WB(lq.slotName);return Boolean(e&&e.length)?(0,At.createElement)(LU,{className:"block-editor-block-inspector__advanced",title:Jr("Advanced"),initialOpen:!1},(0,At.createElement)(sq.Slot,{__experimentalGroup:"advanced"})):null},yce=e=>{let{showAdvancedControls:t=!1}=e;return(0,At.createElement)(At.Fragment,null,(0,At.createElement)(sq.Slot,null),t&&(0,At.createElement)("div",null,(0,At.createElement)(vce,null)))},_ce=e=>{let{blockName:t,clientId:n,hasBlockStyles:r}=e;return(0,At.createElement)(At.Fragment,null,r&&(0,At.createElement)("div",null,(0,At.createElement)(LU,{title:Jr("Styles")},(0,At.createElement)(uce,{clientId:n}),ha(t,"defaultStylePicker",!0)&&(0,At.createElement)(dce,{blockName:t}))),(0,At.createElement)(sq.Slot,{__experimentalGroup:"color",label:Jr("Color"),className:"color-block-support-panel__inner-wrapper"}),(0,At.createElement)(sq.Slot,{__experimentalGroup:"typography",label:Jr("Typography")}),(0,At.createElement)(sq.Slot,{__experimentalGroup:"dimensions",label:Jr("Dimensions")}),(0,At.createElement)(sq.Slot,{__experimentalGroup:"border",label:Jr("Border")}))},Mce=["core/navigation"],kce=e=>!Mce.includes(e);function wce(e){let{blockName:t,clientId:n,hasBlockStyles:r,tabs:o}=e;const a=kce(t)?void 0:bce.name;return(0,At.createElement)(o2,{className:"block-editor-block-inspector__tabs",tabs:o,initialTabName:a,key:n},(e=>e.name===hce.name?(0,At.createElement)(yce,{showAdvancedControls:!!t}):e.name===gce.name?(0,At.createElement)(_ce,{blockName:t,clientId:n,hasBlockStyles:r}):e.name===bce.name?(0,At.createElement)(sq.Slot,{__experimentalGroup:"list"}):void 0))}const Ece=[];function xce(e){const t=[],{border:n,color:r,default:o,dimensions:a,list:i,typography:l}=Hj,s=kce(e),c=WB(i.Slot.__unstableName);!s&&c&&c.length&&t.push(bce);[...WB(n.Slot.__unstableName)||[],...WB(r.Slot.__unstableName)||[],...WB(a.Slot.__unstableName)||[],...WB(l.Slot.__unstableName)||[]].length&&t.push(gce);[...WB(o.Slot.__unstableName)||[],...WB(lq.slotName)||[]].length&&t.push(hce);const u=function(e){var t;let n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return!(null===(t=window)||void 0===t||!t.__experimentalEnableBlockInspectorTabs)&&(void 0!==n[e]?n[e]:void 0===n.default||n.default)}(e,Uu((e=>e(OB).getSettings().__experimentalBlockInspectorTabs),[]));return u?t:Ece}function Cce(e,t){const n=(0,At.useMemo)((()=>e.reduce(((e,t)=>("core/list-item"!==t.name&&Object.entries(t.attributes).some((e=>{let[,{__experimentalRole:t}]=e;return"content"===t}))&&(e[t.name]=!0),e)),{})),[e]),r=(0,At.useCallback)((e=>!!n[e]),[e]);return(0,At.useMemo)((()=>Lce([t],r)),[t,r])}function Lce(e,t){const n=[];for(const r of e)t(r.name)&&n.push(r),n.push(...Lce(r.innerBlocks,t));return n}function Sce(e){let{blockTypes:t,block:n,selectedBlock:r}=e;const{selectBlock:o}=rf(OB),a=t.find((e=>{let{name:t}=e;return t===n.name})),i=r&&r.clientId===n.clientId;return(0,At.createElement)(NL,{isPressed:i,onClick:()=>o(n.clientId)},(0,At.createElement)(uR,{justify:"flex-start"},(0,At.createElement)(oZ,{icon:a.icon}),(0,At.createElement)(pD,null,a.title)))}function Ace(e){let{topLevelLockedBlock:t}=e;const{blockTypes:n,block:r,selectedBlock:o}=Uu((e=>({blockTypes:e(Zi).getBlockTypes(),block:e(OB).getBlock(t),selectedBlock:e(OB).getSelectedBlock()})),[t]),a=T2(t),i=Cce(n,r);return(0,At.createElement)("div",{className:"block-editor-block-inspector"},(0,At.createElement)(aZ,Nt({},a,{className:a.isSynced&&"is-synced"})),(0,At.createElement)(ice,{blockClientId:t}),(0,At.createElement)(Nj,{spacing:1,padding:4,className:"block-editor-block-inspector__block-buttons-container"},(0,At.createElement)("h2",{className:"block-editor-block-card__title"},Jr("Content")),i.map((e=>(0,At.createElement)(Sce,{selectedBlock:o,key:e.clientId,block:e,blockTypes:n})))))}const Tce=e=>{let{animate:t,wrapper:n,children:r}=e;return t?n(r):r},zce=e=>{let{blockInspectorAnimationSettings:t,selectedBlockClientId:n,children:r}=e;const o=t&&"leftToRight"===t.enterDirection?-50:50;return(0,At.createElement)(xE.div,{animate:{x:0,opacity:1,transition:{ease:"easeInOut",duration:.14}},initial:{x:o,opacity:0},key:n},r)},Nce=e=>{let{clientId:t,blockName:n}=e;const r=xce(n),o=(null==r?void 0:r.length)>1,a=Uu((e=>{const{getBlockStyles:t}=e(Zi),r=t(n);return r&&r.length>0}),[n]),i=T2(t);return(0,At.createElement)("div",{className:"block-editor-block-inspector"},(0,At.createElement)(aZ,Nt({},i,{className:i.isSynced&&"is-synced"})),(0,At.createElement)(ice,{blockClientId:t}),o&&(0,At.createElement)(wce,{hasBlockStyles:a,clientId:t,blockName:n,tabs:r}),!o&&(0,At.createElement)(At.Fragment,null,a&&(0,At.createElement)("div",null,(0,At.createElement)(LU,{title:Jr("Styles")},(0,At.createElement)(uce,{clientId:t}),ha(n,"defaultStylePicker",!0)&&(0,At.createElement)(dce,{blockName:n}))),(0,At.createElement)(sq.Slot,null),(0,At.createElement)(sq.Slot,{__experimentalGroup:"color",label:Jr("Color"),className:"color-block-support-panel__inner-wrapper"}),(0,At.createElement)(sq.Slot,{__experimentalGroup:"typography",label:Jr("Typography")}),(0,At.createElement)(sq.Slot,{__experimentalGroup:"dimensions",label:Jr("Dimensions")}),(0,At.createElement)(sq.Slot,{__experimentalGroup:"border",label:Jr("Border")}),(0,At.createElement)("div",null,(0,At.createElement)(vce,null))),(0,At.createElement)(qse,{key:"back"}))},Oce=e=>{var t;let{showNoBlockSelectedMessage:n=!0}=e;const{count:r,selectedBlockName:o,selectedBlockClientId:a,blockType:i,topLevelLockedBlock:l}=Uu((e=>{const{getSelectedBlockClientId:t,getSelectedBlockCount:n,getBlockName:r,__unstableGetContentLockingParent:o,getTemplateLock:a}=e(OB),i=t(),l=i&&r(i),s=l&&ma(l);return{count:n(),selectedBlockClientId:i,selectedBlockName:l,blockType:s,topLevelLockedBlock:o(i)||("contentOnly"===a(i)?i:void 0)}}),[]),s=xce(null==i?void 0:i.name),c=(null==s?void 0:s.length)>1,u=!0===(null===(t=window)||void 0===t?void 0:t.__experimentalEnableOffCanvasNavigationEditor),d=Uu((e=>{if(u){const t=e(OB).getSettings().__experimentalBlockInspectorAnimation;return null==t?void 0:t[i.name]}return null}),[a,u,i]);if(r>1)return(0,At.createElement)("div",{className:"block-editor-block-inspector"},(0,At.createElement)(rce,null),c?(0,At.createElement)(wce,{tabs:s}):(0,At.createElement)(At.Fragment,null,(0,At.createElement)(sq.Slot,null),(0,At.createElement)(sq.Slot,{__experimentalGroup:"color",label:Jr("Color"),className:"color-block-support-panel__inner-wrapper"}),(0,At.createElement)(sq.Slot,{__experimentalGroup:"typography",label:Jr("Typography")}),(0,At.createElement)(sq.Slot,{__experimentalGroup:"dimensions",label:Jr("Dimensions")}),(0,At.createElement)(sq.Slot,{__experimentalGroup:"border",label:Jr("Border")})));const m=o===sa();return i&&a&&!m?l?(0,At.createElement)(Ace,{topLevelLockedBlock:l}):(0,At.createElement)(Tce,{animate:u&&d,wrapper:e=>(0,At.createElement)(zce,{blockInspectorAnimationSettings:d,selectedBlockClientId:a},e)},(0,At.createElement)(Nce,{clientId:a,blockName:i.name})):n?(0,At.createElement)("span",{className:"block-editor-block-inspector__no-blocks"},Jr("No block selected.")):null};const Bce=function(e){let{__unstableContentRef:t}=e;const[n,r]=(0,At.useState)(!1),o=Uu((e=>e(OB).getBlockOrder()),[]);return(0,At.useEffect)((()=>{const e=setTimeout((()=>{r(!0)}),500);return()=>{clearTimeout(e)}}),[]),n?o.map(((e,n)=>n===o.length-1?null:(0,At.createElement)(M2,{key:e,previousClientId:e,nextClientId:o[n+1],__unstableContentRef:t},(0,At.createElement)("div",{className:"block-editor-block-list__insertion-point-inserter is-with-inserter"},(0,At.createElement)(f2,{position:"bottom center",clientId:o[n+1],__experimentalIsQuick:!0}))))):null};function Dce(e){const{__unstableGetEditorMode:t,getSettings:n,isTyping:r}=e(OB);return{isZoomOutMode:"zoom-out"===t(),hasFixedToolbar:n().hasFixedToolbar,isTyping:r()}}function Ice(e){let{children:t,__unstableContentRef:n,...r}=e;const o=NE("medium"),{hasFixedToolbar:a,isZoomOutMode:i,isTyping:l}=Uu(Dce,[]),s=qZ(),{getSelectedBlockClientIds:c,getBlockRootClientId:u}=Uu(OB),{duplicateBlocks:d,removeBlocks:m,insertAfterBlock:p,insertBeforeBlock:f,clearSelectedBlock:h,moveBlocksUp:g,moveBlocksDown:b}=rf(OB);const v=cq(n),y=cq(n);return(0,At.createElement)("div",Nt({},r,{onKeyDown:function(e){if(!e.defaultPrevented)if(s("core/block-editor/move-up",e)){const t=c();if(t.length){e.preventDefault();const n=u(t[0]);g(t,n)}}else if(s("core/block-editor/move-down",e)){const t=c();if(t.length){e.preventDefault();const n=u(t[0]);b(t,n)}}else if(s("core/block-editor/duplicate",e)){const t=c();t.length&&(e.preventDefault(),d(t))}else if(s("core/block-editor/remove",e)){const t=c();t.length&&(e.preventDefault(),m(t))}else if(s("core/block-editor/insert-after",e)){const t=c();t.length&&(e.preventDefault(),p(t[t.length-1]))}else if(s("core/block-editor/insert-before",e)){const t=c();t.length&&(e.preventDefault(),f(t[0]))}else if(s("core/block-editor/unselect",e)){c().length&&(e.preventDefault(),h(),e.target.ownerDocument.defaultView.getSelection().removeAllRanges(),null==n||n.current.focus())}}}),(0,At.createElement)(E2.Provider,{value:(0,At.useRef)(!1)},!l&&(0,At.createElement)(C2,{__unstableContentRef:n}),!i&&(a||!o)&&(0,At.createElement)(_4,{isFixed:!0}),(0,At.createElement)(S4,{__unstableContentRef:n}),(0,At.createElement)(YC.Slot,{name:"block-toolbar",ref:v}),t,(0,At.createElement)(YC.Slot,{name:"__unstable-block-tools-after",ref:y}),i&&(0,At.createElement)(Bce,{__unstableContentRef:n})))}const Rce=()=>{};const Pce=(0,At.forwardRef)((function(e,t){let{rootClientId:n,clientId:r,isAppender:o,showInserterHelpPanel:a,showMostUsedBlocks:i=!1,__experimentalInsertionIndex:l,__experimentalFilterValue:s,onSelect:c=Rce,shouldFocusBlock:u=!1}=e;const{destinationRootClientId:d,prioritizePatterns:m}=Uu((e=>{const{getBlockRootClientId:t,getSettings:o}=e(OB);return{destinationRootClientId:n||t(r)||void 0,prioritizePatterns:o().__experimentalPreferPatternsOnRoot}}),[r,n]);return(0,At.createElement)(u2,{onSelect:c,rootClientId:d,clientId:r,isAppender:o,showInserterHelpPanel:a,showMostUsedBlocks:i,__experimentalInsertionIndex:l,__experimentalFilterValue:s,shouldFocusBlock:u,prioritizePatterns:m,ref:t})}));function Hce(){return null}Hce.Register=function(){const{registerShortcut:e}=rf(jZ);return(0,At.useEffect)((()=>{e({name:"core/block-editor/duplicate",category:"block",description:Jr("Duplicate the selected block(s)."),keyCombination:{modifier:"primaryShift",character:"d"}}),e({name:"core/block-editor/remove",category:"block",description:Jr("Remove the selected block(s)."),keyCombination:{modifier:"access",character:"z"}}),e({name:"core/block-editor/insert-before",category:"block",description:Jr("Insert a new block before the selected block(s)."),keyCombination:{modifier:"primaryAlt",character:"t"}}),e({name:"core/block-editor/insert-after",category:"block",description:Jr("Insert a new block after the selected block(s)."),keyCombination:{modifier:"primaryAlt",character:"y"}}),e({name:"core/block-editor/delete-multi-selection",category:"block",description:Jr("Delete selection."),keyCombination:{character:"del"},aliases:[{character:"backspace"}]}),e({name:"core/block-editor/select-all",category:"selection",description:Jr("Select all text when typing. Press again to select all blocks."),keyCombination:{modifier:"primary",character:"a"}}),e({name:"core/block-editor/unselect",category:"selection",description:Jr("Clear selection."),keyCombination:{character:"escape"}}),e({name:"core/block-editor/focus-toolbar",category:"global",description:Jr("Navigate to the nearest toolbar."),keyCombination:{modifier:"alt",character:"F10"}}),e({name:"core/block-editor/move-up",category:"block",description:Jr("Move the selected block(s) up."),keyCombination:{modifier:"secondary",character:"t"}}),e({name:"core/block-editor/move-down",category:"block",description:Jr("Move the selected block(s) down."),keyCombination:{modifier:"secondary",character:"y"}})}),[e]),null};const Wce=Hce,Yce=new Set([WE,YE,FE,HE,DE,BE]);function Fce(){const e=Uu((e=>e(OB).isTyping()),[]),{stopTyping:t}=rf(OB);return hx((n=>{if(!e)return;const{ownerDocument:r}=n;let o,a;function i(e){const{clientX:n,clientY:r}=e;o&&a&&(o!==n||a!==r)&&t(),o=n,a=r}return r.addEventListener("mousemove",i),()=>{r.removeEventListener("mousemove",i)}}),[e,t])}function jce(){const{isTyping:e,hasInlineToolbar:t}=Uu((e=>{const{isTyping:t,getSettings:n}=e(OB);return{isTyping:t(),hasInlineToolbar:n().hasInlineToolbar}}),[]),{startTyping:n,stopTyping:r}=rf(OB),o=Fce(),a=hx((o=>{const{ownerDocument:a}=o,{defaultView:i}=a,l=i.getSelection();if(e){let e;function n(t){const{target:n}=t;e=i.setTimeout((()=>{aJ(n)||r()}))}function s(e){const{keyCode:t}=e;t!==IE&&9!==t||r()}function c(){l.isCollapsed||r()}return o.addEventListener("focus",n),o.addEventListener("keydown",s),t||a.addEventListener("selectionchange",c),()=>{i.clearTimeout(e),o.removeEventListener("focus",n),o.removeEventListener("keydown",s),a.removeEventListener("selectionchange",c)}}function s(e){const{type:t,target:r}=e;aJ(r)&&o.contains(r)&&("keydown"!==t||function(e){const{keyCode:t,shiftKey:n}=e;return!n&&Yce.has(t)}(e))&&n()}return o.addEventListener("keypress",s),o.addEventListener("keydown",s),()=>{o.removeEventListener("keypress",s),o.removeEventListener("keydown",s)}}),[e,t,n,r]);return fg([o,a])}window.navigator.userAgent.indexOf("Trident");const qce=new Set([WE,FE,HE,YE]);function Vce(){const e=Uu((e=>e(OB).hasSelectedBlock()),[]);return hx((t=>{if(!e)return;const{ownerDocument:n}=t,{defaultView:r}=n;let o,a,i;function l(){o||(o=r.requestAnimationFrame((()=>{m(),o=null})))}function s(e){a&&r.cancelAnimationFrame(a),a=r.requestAnimationFrame((()=>{c(e),a=null}))}function c(e){let{keyCode:o}=e;if(!p())return;const a=CZ(r);if(!a)return;if(!i)return void(i=a);if(qce.has(o))return void(i=a);const l=a.top-i.top;if(0===l)return;const s=eJ(t);if(!s)return;const c=s===n.body||s===n.documentElement,u=c?r.scrollY:s.scrollTop,d=c?0:s.getBoundingClientRect().top,m=c?i.top/r.innerHeight:(i.top-d)/(r.innerHeight-d);if(0===u&&m<.75&&function(){const e=t.querySelectorAll('[contenteditable="true"]');return e[e.length-1]===n.activeElement}())return void(i=a);const f=c?r.innerHeight:s.clientHeight;i.top+i.height>d+f||i.top{r.removeEventListener("scroll",l,!0),r.removeEventListener("resize",l,!0),t.removeEventListener("keydown",s),t.removeEventListener("keyup",c),t.removeEventListener("mousedown",u),t.removeEventListener("touchstart",u),n.removeEventListener("selectionchange",d),r.cancelAnimationFrame(o),r.cancelAnimationFrame(a)}}),[e])}const Uce=(0,At.createContext)({});function Xce(e){let{children:t,uniqueId:n,blockName:r=""}=e;const o=(0,At.useContext)(Uce),{name:a}=RB();r=r||a;const i=(0,At.useMemo)((()=>function(e,t,n){const r={...e,[t]:e[t]?new Set(e[t]):new Set};return r[t].add(n),r}(o,r,n)),[o,r,n]);return(0,At.createElement)(Uce.Provider,{value:i},t)}function $ce(e){var t;let n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"";const r=(0,At.useContext)(Uce),{name:o}=RB();return n=n||o,Boolean(null===(t=r[n])||void 0===t?void 0:t.has(e))}function Gce(e){if(null===e||!0===e||!1===e)return NaN;var t=Number(e);return isNaN(t)?t:t<0?Math.ceil(t):Math.floor(t)}function Kce(e,t){if(t.length1?"s":"")+" required, but only "+t.length+" present")}function Jce(e){Kce(1,arguments);var t=Object.prototype.toString.call(e);return e instanceof Date||"object"==typeof e&&"[object Date]"===t?new Date(e.getTime()):"number"==typeof e||"[object Number]"===t?new Date(e):("string"!=typeof e&&"[object String]"!==t||"undefined"==typeof console||(console.warn("Starting with v2.0.0-beta.1 date-fns doesn't accept strings as date arguments. Please use `parseISO` to parse strings. See: https://github.com/date-fns/date-fns/blob/master/docs/upgradeGuide.md#string-arguments"),console.warn((new Error).stack)),new Date(NaN))}function Zce(e,t){Kce(2,arguments);var n=Jce(e),r=Gce(t);return isNaN(r)?new Date(NaN):r?(n.setDate(n.getDate()+r),n):n}function Qce(e,t){Kce(2,arguments);var n=Jce(e),r=Gce(t);if(isNaN(r))return new Date(NaN);if(!r)return n;var o=n.getDate(),a=new Date(n.getTime());a.setMonth(n.getMonth()+r+1,0);var i=a.getDate();return o>=i?a:(n.setFullYear(a.getFullYear(),a.getMonth(),o),n)}var eue,tue,nue={};function rue(){return nue}function oue(e,t){var n,r,o,a,i,l,s,c;Kce(1,arguments);var u=rue(),d=Gce(null!==(n=null!==(r=null!==(o=null!==(a=null==t?void 0:t.weekStartsOn)&&void 0!==a?a:null==t||null===(i=t.locale)||void 0===i||null===(l=i.options)||void 0===l?void 0:l.weekStartsOn)&&void 0!==o?o:u.weekStartsOn)&&void 0!==r?r:null===(s=u.locale)||void 0===s||null===(c=s.options)||void 0===c?void 0:c.weekStartsOn)&&void 0!==n?n:0);if(!(d>=0&&d<=6))throw new RangeError("weekStartsOn must be between 0 and 6 inclusively");var m=Jce(e),p=m.getDay(),f=(p=0&&d<=6))throw new RangeError("weekStartsOn must be between 0 and 6 inclusively");var m=Jce(e),p=m.getDay(),f=6+(pr.getTime()}(e,t))&&(mue(e,n)||function(e,t){Kce(2,arguments);var n=Jce(e),r=Jce(t);return n.getTime()-1}),[M]),E=(0,At.useCallback)((function(e,t){k(t?Array.isArray(e)?e:[e]:function(t){return t.concat(Array.isArray(e)?e:[e])})}),[]),x=(0,At.useCallback)((function(e){return k((function(t){return Array.isArray(e)?t.filter((function(t){return!e.map((function(e){return e.getTime()})).includes(t.getTime())})):t.filter((function(t){return!mue(t,e)}))}))}),[]),C=(0,At.useCallback)((function(e,t){return w(e)?x(e):E(e,t)}),[x,w,E]),L=(0,At.useCallback)((function(e,t,n){k(n?sue({start:e,end:t}):function(n){return n.concat(sue({start:e,end:t}))})}),[]),S=(0,At.useCallback)((function(e,t){k((function(n){return n.filter((function(n){return!sue({start:e,end:t}).map((function(e){return e.getTime()})).includes(n.getTime())}))}))}),[]),A=(0,At.useMemo)((function(){return function(e){Kce(1,arguments);var t=e||{},n=Jce(t.start),r=Jce(t.end).getTime(),o=[];if(!(n.getTime()<=r))throw new RangeError("Invalid interval");var a=n;for(a.setHours(0,0,0,0),a.setDate(1);a.getTime()<=r;)o.push(Jce(a)),a.setMonth(a.getMonth()+1);return o}({start:cue(d),end:lue(Qce(d,c-1))}).map((function(e){return function(e,t){Kce(1,arguments);var n=e||{},r=Jce(n.start),o=Jce(n.end),a=o.getTime();if(!(r.getTime()<=a))throw new RangeError("Invalid interval");var i=oue(r,t),l=oue(o,t);i.setHours(15),l.setHours(15),a=l.getTime();for(var s=[],c=i;c.getTime()<=a;)c.setHours(0),s.push(Jce(c)),(c=aue(c,1)).setHours(15);return s}({start:cue(e),end:lue(e)},{weekStartsOn:r}).map((function(e){return sue({start:oue(e,{weekStartsOn:r}),end:uue(e,{weekStartsOn:r})})}))}))}),[d,r,c]);return{clearTime:gue,inRange:hue,viewing:d,setViewing:m,viewToday:p,viewMonth:f,viewPreviousMonth:h,viewNextMonth:g,viewYear:b,viewPreviousYear:v,viewNextYear:y,selected:M,setSelected:k,clearSelected:function(){return k([])},isSelected:w,select:E,deselect:x,toggle:C,selectRange:L,deselectRange:S,calendar:A}};function vue(e,t){if(t.length1?"s":"")+" required, but only "+t.length+" present")}function yue(e){return yue="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},yue(e)}function _ue(e){vue(1,arguments);var t=Object.prototype.toString.call(e);return e instanceof Date||"object"===yue(e)&&"[object Date]"===t?new Date(e.getTime()):"number"==typeof e||"[object Number]"===t?new Date(e):("string"!=typeof e&&"[object String]"!==t||"undefined"==typeof console||(console.warn("Starting with v2.0.0-beta.1 date-fns doesn't accept strings as date arguments. Please use `parseISO` to parse strings. See: https://github.com/date-fns/date-fns/blob/master/docs/upgradeGuide.md#string-arguments"),console.warn((new Error).stack)),new Date(NaN))}function Mue(e){vue(1,arguments);var t=_ue(e);return t.setHours(0,0,0,0),t}function kue(e){if(null===e||!0===e||!1===e)return NaN;var t=Number(e);return isNaN(t)?t:t<0?Math.ceil(t):Math.floor(t)}function wue(e,t){vue(2,arguments);var n=_ue(e),r=kue(t);if(isNaN(r))return new Date(NaN);if(!r)return n;var o=n.getDate(),a=new Date(n.getTime());a.setMonth(n.getMonth()+r+1,0);var i=a.getDate();return o>=i?a:(n.setFullYear(a.getFullYear(),a.getMonth(),o),n)}function Eue(e,t){vue(2,arguments);var n=kue(t);return wue(e,-n)}function xue(e){return xue="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},xue(e)}function Cue(e){return vue(1,arguments),e instanceof Date||"object"===xue(e)&&"[object Date]"===Object.prototype.toString.call(e)}function Lue(e){if(vue(1,arguments),!Cue(e)&&"number"!=typeof e)return!1;var t=_ue(e);return!isNaN(Number(t))}function Sue(e,t){vue(2,arguments);var n=_ue(e).getTime(),r=kue(t);return new Date(n+r)}function Aue(e,t){vue(2,arguments);var n=kue(t);return Sue(e,-n)}var Tue=864e5;function zue(e){vue(1,arguments);var t=1,n=_ue(e),r=n.getUTCDay(),o=(r=o.getTime()?n+1:t.getTime()>=i.getTime()?n:n-1}function Oue(e){vue(1,arguments);var t=Nue(e),n=new Date(0);n.setUTCFullYear(t,0,4),n.setUTCHours(0,0,0,0);var r=zue(n);return r}var Bue=6048e5;var Due={};function Iue(){return Due}function Rue(e,t){var n,r,o,a,i,l,s,c;vue(1,arguments);var u=Iue(),d=kue(null!==(n=null!==(r=null!==(o=null!==(a=null==t?void 0:t.weekStartsOn)&&void 0!==a?a:null==t||null===(i=t.locale)||void 0===i||null===(l=i.options)||void 0===l?void 0:l.weekStartsOn)&&void 0!==o?o:u.weekStartsOn)&&void 0!==r?r:null===(s=u.locale)||void 0===s||null===(c=s.options)||void 0===c?void 0:c.weekStartsOn)&&void 0!==n?n:0);if(!(d>=0&&d<=6))throw new RangeError("weekStartsOn must be between 0 and 6 inclusively");var m=_ue(e),p=m.getUTCDay(),f=(p=1&&p<=7))throw new RangeError("firstWeekContainsDate must be between 1 and 7 inclusively");var f=new Date(0);f.setUTCFullYear(d+1,0,p),f.setUTCHours(0,0,0,0);var h=Rue(f,t),g=new Date(0);g.setUTCFullYear(d,0,p),g.setUTCHours(0,0,0,0);var b=Rue(g,t);return u.getTime()>=h.getTime()?d+1:u.getTime()>=b.getTime()?d:d-1}function Hue(e,t){var n,r,o,a,i,l,s,c;vue(1,arguments);var u=Iue(),d=kue(null!==(n=null!==(r=null!==(o=null!==(a=null==t?void 0:t.firstWeekContainsDate)&&void 0!==a?a:null==t||null===(i=t.locale)||void 0===i||null===(l=i.options)||void 0===l?void 0:l.firstWeekContainsDate)&&void 0!==o?o:u.firstWeekContainsDate)&&void 0!==r?r:null===(s=u.locale)||void 0===s||null===(c=s.options)||void 0===c?void 0:c.firstWeekContainsDate)&&void 0!==n?n:1),m=Pue(e,t),p=new Date(0);p.setUTCFullYear(m,0,d),p.setUTCHours(0,0,0,0);var f=Rue(p,t);return f}var Wue=6048e5;function Yue(e,t){for(var n=e<0?"-":"",r=Math.abs(e).toString();r.length0?n:1-n;return Yue("yy"===t?r%100:r,t.length)},M:function(e,t){var n=e.getUTCMonth();return"M"===t?String(n+1):Yue(n+1,2)},d:function(e,t){return Yue(e.getUTCDate(),t.length)},a:function(e,t){var n=e.getUTCHours()/12>=1?"pm":"am";switch(t){case"a":case"aa":return n.toUpperCase();case"aaa":return n;case"aaaaa":return n[0];default:return"am"===n?"a.m.":"p.m."}},h:function(e,t){return Yue(e.getUTCHours()%12||12,t.length)},H:function(e,t){return Yue(e.getUTCHours(),t.length)},m:function(e,t){return Yue(e.getUTCMinutes(),t.length)},s:function(e,t){return Yue(e.getUTCSeconds(),t.length)},S:function(e,t){var n=t.length,r=e.getUTCMilliseconds();return Yue(Math.floor(r*Math.pow(10,n-3)),t.length)}};const jue=Fue;var que="midnight",Vue="noon",Uue="morning",Xue="afternoon",$ue="evening",Gue="night",Kue={G:function(e,t,n){var r=e.getUTCFullYear()>0?1:0;switch(t){case"G":case"GG":case"GGG":return n.era(r,{width:"abbreviated"});case"GGGGG":return n.era(r,{width:"narrow"});default:return n.era(r,{width:"wide"})}},y:function(e,t,n){if("yo"===t){var r=e.getUTCFullYear(),o=r>0?r:1-r;return n.ordinalNumber(o,{unit:"year"})}return jue.y(e,t)},Y:function(e,t,n,r){var o=Pue(e,r),a=o>0?o:1-o;return"YY"===t?Yue(a%100,2):"Yo"===t?n.ordinalNumber(a,{unit:"year"}):Yue(a,t.length)},R:function(e,t){return Yue(Nue(e),t.length)},u:function(e,t){return Yue(e.getUTCFullYear(),t.length)},Q:function(e,t,n){var r=Math.ceil((e.getUTCMonth()+1)/3);switch(t){case"Q":return String(r);case"QQ":return Yue(r,2);case"Qo":return n.ordinalNumber(r,{unit:"quarter"});case"QQQ":return n.quarter(r,{width:"abbreviated",context:"formatting"});case"QQQQQ":return n.quarter(r,{width:"narrow",context:"formatting"});default:return n.quarter(r,{width:"wide",context:"formatting"})}},q:function(e,t,n){var r=Math.ceil((e.getUTCMonth()+1)/3);switch(t){case"q":return String(r);case"qq":return Yue(r,2);case"qo":return n.ordinalNumber(r,{unit:"quarter"});case"qqq":return n.quarter(r,{width:"abbreviated",context:"standalone"});case"qqqqq":return n.quarter(r,{width:"narrow",context:"standalone"});default:return n.quarter(r,{width:"wide",context:"standalone"})}},M:function(e,t,n){var r=e.getUTCMonth();switch(t){case"M":case"MM":return jue.M(e,t);case"Mo":return n.ordinalNumber(r+1,{unit:"month"});case"MMM":return n.month(r,{width:"abbreviated",context:"formatting"});case"MMMMM":return n.month(r,{width:"narrow",context:"formatting"});default:return n.month(r,{width:"wide",context:"formatting"})}},L:function(e,t,n){var r=e.getUTCMonth();switch(t){case"L":return String(r+1);case"LL":return Yue(r+1,2);case"Lo":return n.ordinalNumber(r+1,{unit:"month"});case"LLL":return n.month(r,{width:"abbreviated",context:"standalone"});case"LLLLL":return n.month(r,{width:"narrow",context:"standalone"});default:return n.month(r,{width:"wide",context:"standalone"})}},w:function(e,t,n,r){var o=function(e,t){vue(1,arguments);var n=_ue(e),r=Rue(n,t).getTime()-Hue(n,t).getTime();return Math.round(r/Wue)+1}(e,r);return"wo"===t?n.ordinalNumber(o,{unit:"week"}):Yue(o,t.length)},I:function(e,t,n){var r=function(e){vue(1,arguments);var t=_ue(e),n=zue(t).getTime()-Oue(t).getTime();return Math.round(n/Bue)+1}(e);return"Io"===t?n.ordinalNumber(r,{unit:"week"}):Yue(r,t.length)},d:function(e,t,n){return"do"===t?n.ordinalNumber(e.getUTCDate(),{unit:"date"}):jue.d(e,t)},D:function(e,t,n){var r=function(e){vue(1,arguments);var t=_ue(e),n=t.getTime();t.setUTCMonth(0,1),t.setUTCHours(0,0,0,0);var r=t.getTime(),o=n-r;return Math.floor(o/Tue)+1}(e);return"Do"===t?n.ordinalNumber(r,{unit:"dayOfYear"}):Yue(r,t.length)},E:function(e,t,n){var r=e.getUTCDay();switch(t){case"E":case"EE":case"EEE":return n.day(r,{width:"abbreviated",context:"formatting"});case"EEEEE":return n.day(r,{width:"narrow",context:"formatting"});case"EEEEEE":return n.day(r,{width:"short",context:"formatting"});default:return n.day(r,{width:"wide",context:"formatting"})}},e:function(e,t,n,r){var o=e.getUTCDay(),a=(o-r.weekStartsOn+8)%7||7;switch(t){case"e":return String(a);case"ee":return Yue(a,2);case"eo":return n.ordinalNumber(a,{unit:"day"});case"eee":return n.day(o,{width:"abbreviated",context:"formatting"});case"eeeee":return n.day(o,{width:"narrow",context:"formatting"});case"eeeeee":return n.day(o,{width:"short",context:"formatting"});default:return n.day(o,{width:"wide",context:"formatting"})}},c:function(e,t,n,r){var o=e.getUTCDay(),a=(o-r.weekStartsOn+8)%7||7;switch(t){case"c":return String(a);case"cc":return Yue(a,t.length);case"co":return n.ordinalNumber(a,{unit:"day"});case"ccc":return n.day(o,{width:"abbreviated",context:"standalone"});case"ccccc":return n.day(o,{width:"narrow",context:"standalone"});case"cccccc":return n.day(o,{width:"short",context:"standalone"});default:return n.day(o,{width:"wide",context:"standalone"})}},i:function(e,t,n){var r=e.getUTCDay(),o=0===r?7:r;switch(t){case"i":return String(o);case"ii":return Yue(o,t.length);case"io":return n.ordinalNumber(o,{unit:"day"});case"iii":return n.day(r,{width:"abbreviated",context:"formatting"});case"iiiii":return n.day(r,{width:"narrow",context:"formatting"});case"iiiiii":return n.day(r,{width:"short",context:"formatting"});default:return n.day(r,{width:"wide",context:"formatting"})}},a:function(e,t,n){var r=e.getUTCHours()/12>=1?"pm":"am";switch(t){case"a":case"aa":return n.dayPeriod(r,{width:"abbreviated",context:"formatting"});case"aaa":return n.dayPeriod(r,{width:"abbreviated",context:"formatting"}).toLowerCase();case"aaaaa":return n.dayPeriod(r,{width:"narrow",context:"formatting"});default:return n.dayPeriod(r,{width:"wide",context:"formatting"})}},b:function(e,t,n){var r,o=e.getUTCHours();switch(r=12===o?Vue:0===o?que:o/12>=1?"pm":"am",t){case"b":case"bb":return n.dayPeriod(r,{width:"abbreviated",context:"formatting"});case"bbb":return n.dayPeriod(r,{width:"abbreviated",context:"formatting"}).toLowerCase();case"bbbbb":return n.dayPeriod(r,{width:"narrow",context:"formatting"});default:return n.dayPeriod(r,{width:"wide",context:"formatting"})}},B:function(e,t,n){var r,o=e.getUTCHours();switch(r=o>=17?$ue:o>=12?Xue:o>=4?Uue:Gue,t){case"B":case"BB":case"BBB":return n.dayPeriod(r,{width:"abbreviated",context:"formatting"});case"BBBBB":return n.dayPeriod(r,{width:"narrow",context:"formatting"});default:return n.dayPeriod(r,{width:"wide",context:"formatting"})}},h:function(e,t,n){if("ho"===t){var r=e.getUTCHours()%12;return 0===r&&(r=12),n.ordinalNumber(r,{unit:"hour"})}return jue.h(e,t)},H:function(e,t,n){return"Ho"===t?n.ordinalNumber(e.getUTCHours(),{unit:"hour"}):jue.H(e,t)},K:function(e,t,n){var r=e.getUTCHours()%12;return"Ko"===t?n.ordinalNumber(r,{unit:"hour"}):Yue(r,t.length)},k:function(e,t,n){var r=e.getUTCHours();return 0===r&&(r=24),"ko"===t?n.ordinalNumber(r,{unit:"hour"}):Yue(r,t.length)},m:function(e,t,n){return"mo"===t?n.ordinalNumber(e.getUTCMinutes(),{unit:"minute"}):jue.m(e,t)},s:function(e,t,n){return"so"===t?n.ordinalNumber(e.getUTCSeconds(),{unit:"second"}):jue.s(e,t)},S:function(e,t){return jue.S(e,t)},X:function(e,t,n,r){var o=(r._originalDate||e).getTimezoneOffset();if(0===o)return"Z";switch(t){case"X":return Zue(o);case"XXXX":case"XX":return Que(o);default:return Que(o,":")}},x:function(e,t,n,r){var o=(r._originalDate||e).getTimezoneOffset();switch(t){case"x":return Zue(o);case"xxxx":case"xx":return Que(o);default:return Que(o,":")}},O:function(e,t,n,r){var o=(r._originalDate||e).getTimezoneOffset();switch(t){case"O":case"OO":case"OOO":return"GMT"+Jue(o,":");default:return"GMT"+Que(o,":")}},z:function(e,t,n,r){var o=(r._originalDate||e).getTimezoneOffset();switch(t){case"z":case"zz":case"zzz":return"GMT"+Jue(o,":");default:return"GMT"+Que(o,":")}},t:function(e,t,n,r){var o=r._originalDate||e;return Yue(Math.floor(o.getTime()/1e3),t.length)},T:function(e,t,n,r){return Yue((r._originalDate||e).getTime(),t.length)}};function Jue(e,t){var n=e>0?"-":"+",r=Math.abs(e),o=Math.floor(r/60),a=r%60;if(0===a)return n+String(o);var i=t||"";return n+String(o)+i+Yue(a,2)}function Zue(e,t){return e%60==0?(e>0?"-":"+")+Yue(Math.abs(e)/60,2):Que(e,t)}function Que(e,t){var n=t||"",r=e>0?"-":"+",o=Math.abs(e);return r+Yue(Math.floor(o/60),2)+n+Yue(o%60,2)}const ede=Kue;var tde=function(e,t){switch(e){case"P":return t.date({width:"short"});case"PP":return t.date({width:"medium"});case"PPP":return t.date({width:"long"});default:return t.date({width:"full"})}},nde=function(e,t){switch(e){case"p":return t.time({width:"short"});case"pp":return t.time({width:"medium"});case"ppp":return t.time({width:"long"});default:return t.time({width:"full"})}},rde={p:nde,P:function(e,t){var n,r=e.match(/(P+)(p+)?/)||[],o=r[1],a=r[2];if(!a)return tde(e,t);switch(o){case"P":n=t.dateTime({width:"short"});break;case"PP":n=t.dateTime({width:"medium"});break;case"PPP":n=t.dateTime({width:"long"});break;default:n=t.dateTime({width:"full"})}return n.replace("{{date}}",tde(o,t)).replace("{{time}}",nde(a,t))}};const ode=rde;function ade(e){var t=new Date(Date.UTC(e.getFullYear(),e.getMonth(),e.getDate(),e.getHours(),e.getMinutes(),e.getSeconds(),e.getMilliseconds()));return t.setUTCFullYear(e.getFullYear()),e.getTime()-t.getTime()}var ide=["D","DD"],lde=["YY","YYYY"];function sde(e){return-1!==ide.indexOf(e)}function cde(e){return-1!==lde.indexOf(e)}function ude(e,t,n){if("YYYY"===e)throw new RangeError("Use `yyyy` instead of `YYYY` (in `".concat(t,"`) for formatting years to the input `").concat(n,"`; see: https://github.com/date-fns/date-fns/blob/master/docs/unicodeTokens.md"));if("YY"===e)throw new RangeError("Use `yy` instead of `YY` (in `".concat(t,"`) for formatting years to the input `").concat(n,"`; see: https://github.com/date-fns/date-fns/blob/master/docs/unicodeTokens.md"));if("D"===e)throw new RangeError("Use `d` instead of `D` (in `".concat(t,"`) for formatting days of the month to the input `").concat(n,"`; see: https://github.com/date-fns/date-fns/blob/master/docs/unicodeTokens.md"));if("DD"===e)throw new RangeError("Use `dd` instead of `DD` (in `".concat(t,"`) for formatting days of the month to the input `").concat(n,"`; see: https://github.com/date-fns/date-fns/blob/master/docs/unicodeTokens.md"))}var dde={lessThanXSeconds:{one:"less than a second",other:"less than {{count}} seconds"},xSeconds:{one:"1 second",other:"{{count}} seconds"},halfAMinute:"half a minute",lessThanXMinutes:{one:"less than a minute",other:"less than {{count}} minutes"},xMinutes:{one:"1 minute",other:"{{count}} minutes"},aboutXHours:{one:"about 1 hour",other:"about {{count}} hours"},xHours:{one:"1 hour",other:"{{count}} hours"},xDays:{one:"1 day",other:"{{count}} days"},aboutXWeeks:{one:"about 1 week",other:"about {{count}} weeks"},xWeeks:{one:"1 week",other:"{{count}} weeks"},aboutXMonths:{one:"about 1 month",other:"about {{count}} months"},xMonths:{one:"1 month",other:"{{count}} months"},aboutXYears:{one:"about 1 year",other:"about {{count}} years"},xYears:{one:"1 year",other:"{{count}} years"},overXYears:{one:"over 1 year",other:"over {{count}} years"},almostXYears:{one:"almost 1 year",other:"almost {{count}} years"}};const mde=function(e,t,n){var r,o=dde[e];return r="string"==typeof o?o:1===t?o.one:o.other.replace("{{count}}",t.toString()),null!=n&&n.addSuffix?n.comparison&&n.comparison>0?"in "+r:r+" ago":r};function pde(e){return function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},n=t.width?String(t.width):e.defaultWidth,r=e.formats[n]||e.formats[e.defaultWidth];return r}}const fde={date:pde({formats:{full:"EEEE, MMMM do, y",long:"MMMM do, y",medium:"MMM d, y",short:"MM/dd/yyyy"},defaultWidth:"full"}),time:pde({formats:{full:"h:mm:ss a zzzz",long:"h:mm:ss a z",medium:"h:mm:ss a",short:"h:mm a"},defaultWidth:"full"}),dateTime:pde({formats:{full:"{{date}} 'at' {{time}}",long:"{{date}} 'at' {{time}}",medium:"{{date}}, {{time}}",short:"{{date}}, {{time}}"},defaultWidth:"full"})};var hde={lastWeek:"'last' eeee 'at' p",yesterday:"'yesterday at' p",today:"'today at' p",tomorrow:"'tomorrow at' p",nextWeek:"eeee 'at' p",other:"P"};const gde=function(e,t,n,r){return hde[e]};function bde(e){return function(t,n){var r;if("formatting"===(null!=n&&n.context?String(n.context):"standalone")&&e.formattingValues){var o=e.defaultFormattingWidth||e.defaultWidth,a=null!=n&&n.width?String(n.width):o;r=e.formattingValues[a]||e.formattingValues[o]}else{var i=e.defaultWidth,l=null!=n&&n.width?String(n.width):e.defaultWidth;r=e.values[l]||e.values[i]}return r[e.argumentCallback?e.argumentCallback(t):t]}}var vde={ordinalNumber:function(e,t){var n=Number(e),r=n%100;if(r>20||r<10)switch(r%10){case 1:return n+"st";case 2:return n+"nd";case 3:return n+"rd"}return n+"th"},era:bde({values:{narrow:["B","A"],abbreviated:["BC","AD"],wide:["Before Christ","Anno Domini"]},defaultWidth:"wide"}),quarter:bde({values:{narrow:["1","2","3","4"],abbreviated:["Q1","Q2","Q3","Q4"],wide:["1st quarter","2nd quarter","3rd quarter","4th quarter"]},defaultWidth:"wide",argumentCallback:function(e){return e-1}}),month:bde({values:{narrow:["J","F","M","A","M","J","J","A","S","O","N","D"],abbreviated:["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],wide:["January","February","March","April","May","June","July","August","September","October","November","December"]},defaultWidth:"wide"}),day:bde({values:{narrow:["S","M","T","W","T","F","S"],short:["Su","Mo","Tu","We","Th","Fr","Sa"],abbreviated:["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],wide:["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"]},defaultWidth:"wide"}),dayPeriod:bde({values:{narrow:{am:"a",pm:"p",midnight:"mi",noon:"n",morning:"morning",afternoon:"afternoon",evening:"evening",night:"night"},abbreviated:{am:"AM",pm:"PM",midnight:"midnight",noon:"noon",morning:"morning",afternoon:"afternoon",evening:"evening",night:"night"},wide:{am:"a.m.",pm:"p.m.",midnight:"midnight",noon:"noon",morning:"morning",afternoon:"afternoon",evening:"evening",night:"night"}},defaultWidth:"wide",formattingValues:{narrow:{am:"a",pm:"p",midnight:"mi",noon:"n",morning:"in the morning",afternoon:"in the afternoon",evening:"in the evening",night:"at night"},abbreviated:{am:"AM",pm:"PM",midnight:"midnight",noon:"noon",morning:"in the morning",afternoon:"in the afternoon",evening:"in the evening",night:"at night"},wide:{am:"a.m.",pm:"p.m.",midnight:"midnight",noon:"noon",morning:"in the morning",afternoon:"in the afternoon",evening:"in the evening",night:"at night"}},defaultFormattingWidth:"wide"})};const yde=vde;function _de(e){return function(t){var n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},r=n.width,o=r&&e.matchPatterns[r]||e.matchPatterns[e.defaultMatchWidth],a=t.match(o);if(!a)return null;var i,l=a[0],s=r&&e.parsePatterns[r]||e.parsePatterns[e.defaultParseWidth],c=Array.isArray(s)?kde(s,(function(e){return e.test(l)})):Mde(s,(function(e){return e.test(l)}));i=e.valueCallback?e.valueCallback(c):c,i=n.valueCallback?n.valueCallback(i):i;var u=t.slice(l.length);return{value:i,rest:u}}}function Mde(e,t){for(var n in e)if(e.hasOwnProperty(n)&&t(e[n]))return n}function kde(e,t){for(var n=0;n1&&void 0!==arguments[1]?arguments[1]:{},n=e.match(wde.matchPattern);if(!n)return null;var r=n[0],o=e.match(wde.parsePattern);if(!o)return null;var a=wde.valueCallback?wde.valueCallback(o[0]):o[0];a=t.valueCallback?t.valueCallback(a):a;var i=e.slice(r.length);return{value:a,rest:i}}),era:_de({matchPatterns:{narrow:/^(b|a)/i,abbreviated:/^(b\.?\s?c\.?|b\.?\s?c\.?\s?e\.?|a\.?\s?d\.?|c\.?\s?e\.?)/i,wide:/^(before christ|before common era|anno domini|common era)/i},defaultMatchWidth:"wide",parsePatterns:{any:[/^b/i,/^(a|c)/i]},defaultParseWidth:"any"}),quarter:_de({matchPatterns:{narrow:/^[1234]/i,abbreviated:/^q[1234]/i,wide:/^[1234](th|st|nd|rd)? quarter/i},defaultMatchWidth:"wide",parsePatterns:{any:[/1/i,/2/i,/3/i,/4/i]},defaultParseWidth:"any",valueCallback:function(e){return e+1}}),month:_de({matchPatterns:{narrow:/^[jfmasond]/i,abbreviated:/^(jan|feb|mar|apr|may|jun|jul|aug|sep|oct|nov|dec)/i,wide:/^(january|february|march|april|may|june|july|august|september|october|november|december)/i},defaultMatchWidth:"wide",parsePatterns:{narrow:[/^j/i,/^f/i,/^m/i,/^a/i,/^m/i,/^j/i,/^j/i,/^a/i,/^s/i,/^o/i,/^n/i,/^d/i],any:[/^ja/i,/^f/i,/^mar/i,/^ap/i,/^may/i,/^jun/i,/^jul/i,/^au/i,/^s/i,/^o/i,/^n/i,/^d/i]},defaultParseWidth:"any"}),day:_de({matchPatterns:{narrow:/^[smtwf]/i,short:/^(su|mo|tu|we|th|fr|sa)/i,abbreviated:/^(sun|mon|tue|wed|thu|fri|sat)/i,wide:/^(sunday|monday|tuesday|wednesday|thursday|friday|saturday)/i},defaultMatchWidth:"wide",parsePatterns:{narrow:[/^s/i,/^m/i,/^t/i,/^w/i,/^t/i,/^f/i,/^s/i],any:[/^su/i,/^m/i,/^tu/i,/^w/i,/^th/i,/^f/i,/^sa/i]},defaultParseWidth:"any"}),dayPeriod:_de({matchPatterns:{narrow:/^(a|p|mi|n|(in the|at) (morning|afternoon|evening|night))/i,any:/^([ap]\.?\s?m\.?|midnight|noon|(in the|at) (morning|afternoon|evening|night))/i},defaultMatchWidth:"any",parsePatterns:{any:{am:/^a/i,pm:/^p/i,midnight:/^mi/i,noon:/^no/i,morning:/morning/i,afternoon:/afternoon/i,evening:/evening/i,night:/night/i}},defaultParseWidth:"any"})};const xde={code:"en-US",formatDistance:mde,formatLong:fde,formatRelative:gde,localize:yde,match:Ede,options:{weekStartsOn:0,firstWeekContainsDate:1}};var Cde=/[yYQqMLwIdDecihHKkms]o|(\w)\1*|''|'(''|[^'])+('|$)|./g,Lde=/P+p+|P+|p+|''|'(''|[^'])+('|$)|./g,Sde=/^'([^]*?)'?$/,Ade=/''/g,Tde=/[a-zA-Z]/;function zde(e,t,n){var r,o,a,i,l,s,c,u,d,m,p,f,h,g,b,v,y,_;vue(2,arguments);var M=String(t),k=Iue(),w=null!==(r=null!==(o=null==n?void 0:n.locale)&&void 0!==o?o:k.locale)&&void 0!==r?r:xde,E=kue(null!==(a=null!==(i=null!==(l=null!==(s=null==n?void 0:n.firstWeekContainsDate)&&void 0!==s?s:null==n||null===(c=n.locale)||void 0===c||null===(u=c.options)||void 0===u?void 0:u.firstWeekContainsDate)&&void 0!==l?l:k.firstWeekContainsDate)&&void 0!==i?i:null===(d=k.locale)||void 0===d||null===(m=d.options)||void 0===m?void 0:m.firstWeekContainsDate)&&void 0!==a?a:1);if(!(E>=1&&E<=7))throw new RangeError("firstWeekContainsDate must be between 1 and 7 inclusively");var x=kue(null!==(p=null!==(f=null!==(h=null!==(g=null==n?void 0:n.weekStartsOn)&&void 0!==g?g:null==n||null===(b=n.locale)||void 0===b||null===(v=b.options)||void 0===v?void 0:v.weekStartsOn)&&void 0!==h?h:k.weekStartsOn)&&void 0!==f?f:null===(y=k.locale)||void 0===y||null===(_=y.options)||void 0===_?void 0:_.weekStartsOn)&&void 0!==p?p:0);if(!(x>=0&&x<=6))throw new RangeError("weekStartsOn must be between 0 and 6 inclusively");if(!w.localize)throw new RangeError("locale must contain localize property");if(!w.formatLong)throw new RangeError("locale must contain formatLong property");var C=_ue(e);if(!Lue(C))throw new RangeError("Invalid time value");var L=ade(C),S=Aue(C,L),A={firstWeekContainsDate:E,weekStartsOn:x,locale:w,_originalDate:C},T=M.match(Lde).map((function(e){var t=e[0];return"p"===t||"P"===t?(0,ode[t])(e,w.formatLong):e})).join("").match(Cde).map((function(r){if("''"===r)return"'";var o=r[0];if("'"===o)return Nde(r);var a=ede[o];if(a)return null!=n&&n.useAdditionalWeekYearTokens||!cde(r)||ude(r,t,String(e)),null!=n&&n.useAdditionalDayOfYearTokens||!sde(r)||ude(r,t,String(e)),a(S,r,w.localize,A);if(o.match(Tde))throw new RangeError("Format string contains an unescaped latin alphabet character `"+o+"`");return r})).join("");return T}function Nde(e){var t=e.match(Sde);return t?t[1].replace(Ade,"'"):e}function Ode(e,t){vue(2,arguments);var n=_ue(e),r=_ue(t);return n.getFullYear()===r.getFullYear()&&n.getMonth()===r.getMonth()}function Bde(e,t){vue(2,arguments);var n=_ue(e),r=_ue(t);return n.getTime()===r.getTime()}function Dde(e,t){vue(2,arguments);var n=Mue(e),r=Mue(t);return n.getTime()===r.getTime()}function Ide(e,t){vue(2,arguments);var n=_ue(e),r=kue(t);return isNaN(r)?new Date(NaN):r?(n.setDate(n.getDate()+r),n):n}function Rde(e,t){vue(2,arguments);var n=kue(t),r=7*n;return Ide(e,r)}const Pde=(0,At.createElement)(Sx,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,At.createElement)(Cx,{d:"M20 11.2H6.8l3.7-3.7-1-1L3.9 12l5.6 5.5 1-1-3.7-3.7H20z"}));const Hde=LL("div",{target:"e105ri6r5"})({name:"1khn195",styles:"box-sizing:border-box"}),Wde=LL(uR,{target:"e105ri6r4"})("margin-bottom:",rD(4),";"),Yde=LL(Fj,{target:"e105ri6r3"})("font-size:",RD.fontSize,";font-weight:",RD.fontWeight,";strong{font-weight:",RD.fontWeightHeading,";}"),Fde=LL("div",{target:"e105ri6r2"})("column-gap:",rD(2),";display:grid;grid-template-columns:0.5fr repeat( 5, 1fr ) 0.5fr;justify-items:center;row-gap:",rD(2),";"),jde=LL("div",{target:"e105ri6r1"})("color:",wD.gray[700],";font-size:",RD.fontSize,";line-height:",RD.fontLineHeightBase,";&:nth-of-type( 1 ){justify-self:start;}&:nth-of-type( 7 ){justify-self:end;}"),qde=LL(NL,{shouldForwardProp:e=>!["column","isSelected","isToday","hasEvents"].includes(e),target:"e105ri6r0"})("grid-column:",(e=>e.column),";position:relative;justify-content:center;",(e=>1===e.column&&"\n\t\tjustify-self: start;\n\t\t")," ",(e=>7===e.column&&"\n\t\tjustify-self: end;\n\t\t")," ",(e=>e.disabled&&"\n\t\tpointer-events: none;\n\t\t")," &&&{border-radius:100%;height:",rD(7),";width:",rD(7),";",(e=>e.isSelected&&`\n\t\t\tbackground: ${wD.ui.theme};\n\t\t\tcolor: ${wD.white};\n\t\t\t`)," ",(e=>!e.isSelected&&e.isToday&&`\n\t\t\tbackground: ${wD.gray[200]};\n\t\t\t`),";}",(e=>e.hasEvents&&`\n\t\t::before {\n\t\t\tbackground: ${e.isSelected?wD.white:wD.ui.theme};\n\t\t\tborder-radius: 2px;\n\t\t\tbottom: 0;\n\t\t\tcontent: " ";\n\t\t\theight: 4px;\n\t\t\tleft: 50%;\n\t\t\tmargin-left: -2px;\n\t\t\tposition: absolute;\n\t\t\twidth: 4px;\n\t\t}\n\t\t`),";");function Vde(e){return"string"==typeof e?new Date(e):_ue(e)}const Ude="yyyy-MM-dd'T'HH:mm:ss";function Xde(e){let{day:t,column:n,isSelected:r,isFocusable:o,isFocusAllowed:a,isToday:i,isInvalid:l,numEvents:s,onClick:c,onKeyDown:u}=e;const d=(0,At.useRef)();return(0,At.useEffect)((()=>{d.current&&o&&a&&d.current.focus()}),[o]),(0,At.createElement)(qde,{ref:d,className:"components-datetime__date__day",disabled:l,tabIndex:o?0:-1,"aria-label":$de(t,r,s),column:n,isSelected:r,isToday:i,hasEvents:s>0,onClick:c,onKeyDown:u},yoe("j",t,-t.getTimezoneOffset()))}function $de(e,t,n){const{formats:r}=hoe(),o=yoe(r.date,e,-e.getTimezoneOffset());return t&&n>0?Hr(Qr("%1$s. Selected. There is %2$d event","%1$s. Selected. There are %2$d events",n),o,n):t?Hr(Jr("%1$s. Selected"),o):n>0?Hr(Qr("%1$s. There is %2$d event","%1$s. There are %2$d events",n),o,n):o}const Gde=function(e){let{currentDate:t,onChange:n,events:r=[],isInvalidDate:o,onMonthPreviewed:a,startOfWeek:i=0}=e;const l=t?Vde(t):new Date,{calendar:s,viewing:c,setSelected:u,setViewing:d,isSelected:m,viewPreviousMonth:p,viewNextMonth:f}=bue({selected:[Mue(l)],viewing:Mue(l),weekStartsOn:i}),[h,g]=(0,At.useState)(Mue(l)),[b,v]=(0,At.useState)(!1),[y,_]=(0,At.useState)(t);return t!==y&&(_(t),u([Mue(l)]),d(Mue(l)),g(Mue(l))),(0,At.createElement)(Hde,{className:"components-datetime__date",role:"application","aria-label":Jr("Calendar")},(0,At.createElement)(Wde,null,(0,At.createElement)(NL,{icon:eo()?JB:Pde,variant:"tertiary","aria-label":Jr("View previous month"),onClick:()=>{p(),g(Eue(h,1)),null==a||a(zde(Eue(c,1),Ude))}}),(0,At.createElement)(Yde,{level:3},(0,At.createElement)("strong",null,yoe("F",c,-c.getTimezoneOffset()))," ",yoe("Y",c,-c.getTimezoneOffset())),(0,At.createElement)(NL,{icon:eo()?Pde:JB,variant:"tertiary","aria-label":Jr("View next month"),onClick:()=>{f(),g(wue(h,1)),null==a||a(zde(wue(c,1),Ude))}})),(0,At.createElement)(Fde,{onFocus:()=>v(!0),onBlur:()=>v(!1)},s[0][0].map((e=>(0,At.createElement)(jde,{key:e.toString()},yoe("D",e,-e.getTimezoneOffset())))),s[0].map((e=>e.map(((e,t)=>Ode(e,c)?(0,At.createElement)(Xde,{key:e.toString(),day:e,column:t+1,isSelected:m(e),isFocusable:Bde(e,h),isFocusAllowed:b,isToday:Dde(e,new Date),isInvalid:!!o&&o(e),numEvents:r.filter((t=>Dde(t.date,e))).length,onClick:()=>{u([e]),g(e),null==n||n(zde(new Date(e.getFullYear(),e.getMonth(),e.getDate(),l.getHours(),l.getMinutes(),l.getSeconds(),l.getMilliseconds()),Ude))},onKeyDown:t=>{let n;"ArrowLeft"===t.key&&(n=Ide(e,eo()?1:-1)),"ArrowRight"===t.key&&(n=Ide(e,eo()?-1:1)),"ArrowUp"===t.key&&(n=function(e,t){vue(2,arguments);var n=kue(t);return Rde(e,-n)}(e,1)),"ArrowDown"===t.key&&(n=Rde(e,1)),"PageUp"===t.key&&(n=Eue(e,1)),"PageDown"===t.key&&(n=wue(e,1)),"Home"===t.key&&(n=function(e,t){var n,r,o,a,i,l,s,c;vue(1,arguments);var u=Iue(),d=kue(null!==(n=null!==(r=null!==(o=null!==(a=null==t?void 0:t.weekStartsOn)&&void 0!==a?a:null==t||null===(i=t.locale)||void 0===i||null===(l=i.options)||void 0===l?void 0:l.weekStartsOn)&&void 0!==o?o:u.weekStartsOn)&&void 0!==r?r:null===(s=u.locale)||void 0===s||null===(c=s.options)||void 0===c?void 0:c.weekStartsOn)&&void 0!==n?n:0);if(!(d>=0&&d<=6))throw new RangeError("weekStartsOn must be between 0 and 6 inclusively");var m=_ue(e),p=m.getDay(),f=(p=0&&d<=6))throw new RangeError("weekStartsOn must be between 0 and 6 inclusively");var m=_ue(e),p=m.getDay(),f=6+(p{const{timezone:e}=hoe(),t=(new Date).getTimezoneOffset()/60*-1;if(Number(e.offset)===t)return null;const n=Number(e.offset)>=0?"+":"",r=""!==e.abbr&&isNaN(Number(e.abbr))?e.abbr:`UTC${n}${e.offset}`,o="UTC"===e.string?Jr("Coordinated Universal Time"):`(${r}) ${e.string.replace("_"," ")}`;return(0,At.createElement)(GC,{position:"top center",text:o},(0,At.createElement)(dme,{className:"components-datetime__timezone"},r))};function pme(e,t){return t?(e%12+12)%24:e%12}function fme(e){return(t,n)=>{const r={...t};return n.type!==yP&&n.type!==LP&&n.type!==xP||void 0!==r.value&&(r.value=r.value.toString().padStart(e,"0")),r}}const hme=function(e){let{is12Hour:t,currentTime:n,onChange:r}=e;const[o,a]=(0,At.useState)((()=>n?Kde(Vde(n)):new Date));(0,At.useEffect)((()=>{a(n?Kde(Vde(n)):new Date)}),[n]);const{day:i,month:l,year:s,minutes:c,hours:u,am:d}=(0,At.useMemo)((()=>({day:zde(o,"dd"),month:zde(o,"MM"),year:zde(o,"yyyy"),minutes:zde(o,"mm"),hours:zde(o,t?"hh":"HH"),am:zde(o,"a")})),[o,t]),m=e=>(n,i)=>{let{event:l}=i;if(!(l.target instanceof HTMLInputElement))return;if(!l.target.validity.valid)return;let s=Number(n);"hours"===e&&t&&(s=pme(s,"PM"===d));const c=function(e,t){if(vue(2,arguments),"object"!==Qde(t)||null===t)throw new RangeError("values parameter must be an object");var n=_ue(e);return isNaN(n.getTime())?new Date(NaN):(null!=t.year&&n.setFullYear(t.year),null!=t.month&&(n=Zde(n,t.month)),null!=t.date&&n.setDate(kue(t.date)),null!=t.hours&&n.setHours(kue(t.hours)),null!=t.minutes&&n.setMinutes(kue(t.minutes)),null!=t.seconds&&n.setSeconds(kue(t.seconds)),null!=t.milliseconds&&n.setMilliseconds(kue(t.milliseconds)),n)}(o,{[e]:s});a(c),null==r||r(zde(c,Ude))};function p(e){return()=>{if(d===e)return;const t=parseInt(u,10),n=function(e,t){vue(2,arguments);var n=_ue(e),r=kue(t);return n.setHours(r),n}(o,pme(t,"PM"===e));a(n),null==r||r(zde(n,Ude))}}const f=(0,At.createElement)(cme,{className:"components-datetime__time-field components-datetime__time-field-day",label:Jr("Day"),hideLabelFromVision:!0,__next36pxDefaultSize:!0,value:i,step:1,min:1,max:31,required:!0,spinControls:"none",isPressEnterToChange:!0,isDragEnabled:!1,isShiftStepEnabled:!1,onChange:m("date")}),h=(0,At.createElement)(lme,null,(0,At.createElement)(sme,{className:"components-datetime__time-field components-datetime__time-field-month",label:Jr("Month"),hideLabelFromVision:!0,__nextHasNoMarginBottom:!0,value:l,options:[{value:"01",label:Jr("January")},{value:"02",label:Jr("February")},{value:"03",label:Jr("March")},{value:"04",label:Jr("April")},{value:"05",label:Jr("May")},{value:"06",label:Jr("June")},{value:"07",label:Jr("July")},{value:"08",label:Jr("August")},{value:"09",label:Jr("September")},{value:"10",label:Jr("October")},{value:"11",label:Jr("November")},{value:"12",label:Jr("December")}],onChange:e=>{const t=Zde(o,Number(e)-1);a(t),null==r||r(zde(t,Ude))}}));return(0,At.createElement)(eme,{className:"components-datetime__time"},(0,At.createElement)(tme,null,(0,At.createElement)(ND.VisualLabel,{as:"legend",className:"components-datetime__time-legend"},Jr("Time")),(0,At.createElement)(uR,{className:"components-datetime__time-wrapper"},(0,At.createElement)(nme,{className:"components-datetime__time-field components-datetime__time-field-time"},(0,At.createElement)(ome,{className:"components-datetime__time-field-hours-input",label:Jr("Hours"),hideLabelFromVision:!0,__next36pxDefaultSize:!0,value:u,step:1,min:t?1:0,max:t?12:23,required:!0,spinControls:"none",isPressEnterToChange:!0,isDragEnabled:!1,isShiftStepEnabled:!1,onChange:m("hours"),__unstableStateReducer:fme(2)}),(0,At.createElement)(ame,{className:"components-datetime__time-separator","aria-hidden":"true"},":"),(0,At.createElement)(ime,{className:"components-datetime__time-field-minutes-input",label:Jr("Minutes"),hideLabelFromVision:!0,__next36pxDefaultSize:!0,value:c,step:1,min:0,max:59,required:!0,spinControls:"none",isPressEnterToChange:!0,isDragEnabled:!1,isShiftStepEnabled:!1,onChange:m("minutes"),__unstableStateReducer:fme(2)})),t&&(0,At.createElement)(Une,{className:"components-datetime__time-field components-datetime__time-field-am-pm"},(0,At.createElement)(NL,{className:"components-datetime__time-am-button",variant:"AM"===d?"primary":"secondary",onClick:p("AM")},Jr("AM")),(0,At.createElement)(NL,{className:"components-datetime__time-pm-button",variant:"PM"===d?"primary":"secondary",onClick:p("PM")},Jr("PM"))),(0,At.createElement)($H,null),(0,At.createElement)(mme,null))),(0,At.createElement)(tme,null,(0,At.createElement)(ND.VisualLabel,{as:"legend",className:"components-datetime__time-legend"},Jr("Date")),(0,At.createElement)(uR,{className:"components-datetime__time-wrapper"},t?(0,At.createElement)(At.Fragment,null,h,f):(0,At.createElement)(At.Fragment,null,f,h),(0,At.createElement)(ume,{className:"components-datetime__time-field components-datetime__time-field-year",label:Jr("Year"),hideLabelFromVision:!0,__next36pxDefaultSize:!0,value:s,step:1,min:1,max:9999,required:!0,spinControls:"none",isPressEnterToChange:!0,isDragEnabled:!1,isShiftStepEnabled:!1,onChange:m("year"),__unstableStateReducer:fme(4)}))))};const gme=LL(Nj,{target:"e1p5onf01"})({name:"1khn195",styles:"box-sizing:border-box"}),bme=LL("div",{target:"e1p5onf00"})({name:"l0rwn2",styles:"min-width:260px"}),vme=()=>{};const yme=(0,At.forwardRef)((function(e,t){let{currentDate:n,is12Hour:r,isInvalidDate:o,onMonthPreviewed:a=vme,onChange:i,events:l,startOfWeek:s,__nextRemoveHelpButton:c=!1,__nextRemoveResetButton:u=!1}=e;c||wr("Help button in wp.components.DateTimePicker",{since:"13.4",version:"15.8",hint:"Set the `__nextRemoveHelpButton` prop to `true` to remove this warning and opt in to the new behaviour, which will become the default in a future version."}),u||wr("Reset button in wp.components.DateTimePicker",{since:"13.4",version:"15.8",hint:"Set the `__nextRemoveResetButton` prop to `true` to remove this warning and opt in to the new behaviour, which will become the default in a future version."});const[d,m]=(0,At.useState)(!1);return(0,At.createElement)(gme,{ref:t,className:"components-datetime",spacing:4},!d&&(0,At.createElement)(At.Fragment,null,(0,At.createElement)(hme,{currentTime:n,onChange:i,is12Hour:r}),(0,At.createElement)(Gde,{currentDate:n,onChange:i,isInvalidDate:o,events:l,onMonthPreviewed:a,startOfWeek:s})),d&&(0,At.createElement)(bme,{className:"components-datetime__calendar-help"},(0,At.createElement)(Fj,{level:4},Jr("Click to Select")),(0,At.createElement)("ul",null,(0,At.createElement)("li",null,Jr("Click the right or left arrows to select other months in the past or the future.")),(0,At.createElement)("li",null,Jr("Click the desired day to select it."))),(0,At.createElement)(Fj,{level:4},Jr("Navigating with a keyboard")),(0,At.createElement)("ul",null,(0,At.createElement)("li",null,(0,At.createElement)("abbr",{"aria-label":Zr("Enter","keyboard button")},"↵")," ",(0,At.createElement)("span",null,Jr("Select the date in focus."))),(0,At.createElement)("li",null,(0,At.createElement)("abbr",{"aria-label":Jr("Left and Right Arrows")},"←/→")," ",Jr("Move backward (left) or forward (right) by one day.")),(0,At.createElement)("li",null,(0,At.createElement)("abbr",{"aria-label":Jr("Up and Down Arrows")},"↑/↓")," ",Jr("Move backward (up) or forward (down) by one week.")),(0,At.createElement)("li",null,(0,At.createElement)("abbr",{"aria-label":Jr("Page Up and Page Down")},Jr("PgUp/PgDn"))," ",Jr("Move backward (PgUp) or forward (PgDn) by one month.")),(0,At.createElement)("li",null,(0,At.createElement)("abbr",{"aria-label":Jr("Home and End")},Jr("Home/End"))," ",Jr("Go to the first (Home) or last (End) day of a week.")))),(!u||!c)&&(0,At.createElement)(uR,{className:"components-datetime__buttons"},!u&&!d&&n&&(0,At.createElement)(NL,{className:"components-datetime__date-reset-button",variant:"link",onClick:()=>null==i?void 0:i(null)},Jr("Reset")),(0,At.createElement)($H,null),!c&&(0,At.createElement)(NL,{className:"components-datetime__date-help-toggle",variant:"link",onClick:function(){m(!d)}},Jr(d?"Close":"Calendar Help"))))})),_me=yme;function Mme(e){let{title:t,help:n,actions:r=[],onClose:o}=e;return(0,At.createElement)(Nj,{className:"block-editor-inspector-popover-header",spacing:4},(0,At.createElement)(uR,{alignment:"center"},(0,At.createElement)(Fj,{className:"block-editor-inspector-popover-header__heading",level:2,size:13},t),(0,At.createElement)($H,null),r.map((e=>{let{label:t,icon:n,onClick:r}=e;return(0,At.createElement)(NL,{key:t,className:"block-editor-inspector-popover-header__action",label:t,icon:n,variant:!n&&"tertiary",onClick:r},!n&&t)})),o&&(0,At.createElement)(NL,{className:"block-editor-inspector-popover-header__action",label:Jr("Close"),icon:IJ,onClick:o})),n&&(0,At.createElement)(sH,null,n))}const kme=(0,At.forwardRef)((function(e,t){let{onClose:n,onChange:r,...o}=e;return(0,At.createElement)("div",{ref:t,className:"block-editor-publish-date-time-picker"},(0,At.createElement)(Mme,{title:Jr("Publish"),actions:[{label:Jr("Now"),onClick:()=>null==r?void 0:r(null)}],onClose:n}),(0,At.createElement)(_me,Nt({startOfWeek:hoe().l10n.startOfWeek,__nextRemoveHelpButton:!0,__nextRemoveResetButton:!0,onChange:r},o)))})),wme={button:"wp-element-button",caption:"wp-element-caption"},Eme=e=>wme[e]?wme[e]:"";function xme(e,t){return Object.entries(t).every((t=>{let[n,r]=t;return"object"==typeof r&&"object"==typeof e[n]?xme(e[n],r):e[n]===r}))}const Cme=(e,t)=>{if(!t||!e)return;const n=t.filter((t=>{let{attributes:n}=t;return!(!n||!Object.keys(n).length)&&xme(e,n)}));return 1===n.length?n[0]:void 0},Lme={...hA,richEditingEnabled:!0,codeEditingEnabled:!0,enableCustomFields:void 0,supportsLayout:!0};function Sme(e){return e&&"object"==typeof e&&"raw"in e?e.raw:e}const Ame=Sr({postId:function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:null,t=arguments.length>1?arguments[1]:void 0;return"SETUP_EDITOR_STATE"===t.type?t.post.id:e},postType:function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:null,t=arguments.length>1?arguments[1]:void 0;return"SETUP_EDITOR_STATE"===t.type?t.post.type:e},saving:function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1?arguments[1]:void 0;switch(t.type){case"REQUEST_POST_UPDATE_START":case"REQUEST_POST_UPDATE_FINISH":return{pending:"REQUEST_POST_UPDATE_START"===t.type,options:t.options||{}}}return e},deleting:function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1?arguments[1]:void 0;switch(t.type){case"REQUEST_POST_DELETE_START":case"REQUEST_POST_DELETE_FINISH":return{pending:"REQUEST_POST_DELETE_START"===t.type}}return e},postLock:function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{isLocked:!1},t=arguments.length>1?arguments[1]:void 0;return"UPDATE_POST_LOCK"===t.type?t.lock:e},template:function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{isValid:!0},t=arguments.length>1?arguments[1]:void 0;return"SET_TEMPLATE_VALIDITY"===t.type?{...e,isValid:t.isValid}:e},postSavingLock:function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1?arguments[1]:void 0;switch(t.type){case"LOCK_POST_SAVING":return{...e,[t.lockName]:!0};case"UNLOCK_POST_SAVING":{const{[t.lockName]:n,...r}=e;return r}}return e},isReady:function(){let e=arguments.length>0&&void 0!==arguments[0]&&arguments[0],t=arguments.length>1?arguments[1]:void 0;switch(t.type){case"SETUP_EDITOR_STATE":return!0;case"TEAR_DOWN_EDITOR":return!1}return e},editorSettings:function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:Lme,t=arguments.length>1?arguments[1]:void 0;return"UPDATE_EDITOR_SETTINGS"===t.type?{...e,...t.settings}:e},postAutosavingLock:function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1?arguments[1]:void 0;switch(t.type){case"LOCK_POST_AUTOSAVING":return{...e,[t.lockName]:!0};case"UNLOCK_POST_AUTOSAVING":{const{[t.lockName]:n,...r}=e;return r}}return e}});const Tme=function(e){let t;return(n,r)=>{if("SET_PERSISTENCE_LAYER"===r.type){const{persistenceLayer:e,persistedData:n}=r;return t=e,n}const o=e(n,r);var a;"SET_PREFERENCE_VALUE"===r.type&&(null===(a=t)||void 0===a||a.set(o));return o}}((function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1?arguments[1]:void 0;if("SET_PREFERENCE_VALUE"===t.type){const{scope:n,name:r,value:o}=t;return{...e,[n]:{...e[n],[r]:o}}}return e}));function zme(e,t){return function(n){let{select:r,dispatch:o}=n;const a=r.get(e,t);o.set(e,t,!a)}}function Nme(e,t,n){return{type:"SET_PREFERENCE_VALUE",scope:e,name:t,value:n}}function Ome(e,t){return{type:"SET_PREFERENCE_DEFAULTS",scope:e,defaults:t}}async function Bme(e){const t=await e.get();return{type:"SET_PERSISTENCE_LAYER",persistenceLayer:e,persistedData:t}}function Dme(e,t,n){var r,o;const a=null===(r=e.preferences[t])||void 0===r?void 0:r[n];return void 0!==a?a:null===(o=e.defaults[t])||void 0===o?void 0:o[n]}const Ime=qn("core/preferences",{reducer:Sr({defaults:function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1?arguments[1]:void 0;if("SET_PREFERENCE_DEFAULTS"===t.type){const{scope:n,defaults:r}=t;return{...e,[n]:{...e[n],...r}}}return e},preferences:Tme}),actions:M,selectors:k});Or(Ime);const Rme=new Set(["meta"]),Pme="SAVE_POST_NOTICE_ID",Hme="TRASH_POST_NOTICE_ID",Wme=/%(?:postname|pagename)%/,Yme=["title","excerpt","content"],Fme=(0,At.createElement)(Sx,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,At.createElement)(Cx,{d:"M18.5 10.5H10v8h8a.5.5 0 00.5-.5v-7.5zm-10 0h-3V18a.5.5 0 00.5.5h2.5v-8zM6 4h12a2 2 0 012 2v12a2 2 0 01-2 2H6a2 2 0 01-2-2V6a2 2 0 012-2z"})),jme=(0,At.createElement)(Sx,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,At.createElement)(Cx,{fillRule:"evenodd",d:"M18 5.5h-8v8h8.5V6a.5.5 0 00-.5-.5zm-9.5 8h-3V6a.5.5 0 01.5-.5h2.5v8zM6 4h12a2 2 0 012 2v12a2 2 0 01-2 2H6a2 2 0 01-2-2V6a2 2 0 012-2z"})),qme=(0,At.createElement)(Sx,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,At.createElement)(Cx,{d:"M18 5.5H6a.5.5 0 00-.5.5v3h13V6a.5.5 0 00-.5-.5zm.5 5H10v8h8a.5.5 0 00.5-.5v-7.5zM6 4h12a2 2 0 012 2v12a2 2 0 01-2 2H6a2 2 0 01-2-2V6a2 2 0 012-2z"})),Vme=(0,At.createElement)(Sx,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,At.createElement)(Cx,{d:"M21.3 10.8l-5.6-5.6c-.7-.7-1.8-.7-2.5 0l-5.6 5.6c-.7.7-.7 1.8 0 2.5l5.6 5.6c.3.3.8.5 1.2.5s.9-.2 1.2-.5l5.6-5.6c.8-.7.8-1.9.1-2.5zm-17.6 1L10 5.5l-1-1-6.3 6.3c-.7.7-.7 1.8 0 2.5L9 19.5l1.1-1.1-6.3-6.3c-.2 0-.2-.2-.1-.3z"}));const Ume={},Xme=[],$me=sn((e=>()=>e(Ef).hasUndo())),Gme=sn((e=>()=>e(Ef).hasRedo()));function Kme(e){return"auto-draft"===tpe(e).status}function Jme(e){return"content"in ipe(e)}const Zme=sn((e=>t=>{const n=npe(t),r=rpe(t);return!!e(Ef).hasEditsForEntityRecord("postType",n,r)})),Qme=sn((e=>t=>{const n=e(Ef).__experimentalGetDirtyEntityRecords(),{type:r,id:o}=tpe(t);return n.some((e=>"postType"!==e.kind||e.name!==r||e.key!==o))}));function epe(e){return!Zme(e)&&Kme(e)}const tpe=sn((e=>t=>{const n=rpe(t),r=npe(t),o=e(Ef).getRawEntityRecord("postType",r,n);return o||Ume}));function npe(e){return e.postType}function rpe(e){return e.postId}function ope(e){var t,n,r,o;return null!==(t=null===(n=tpe(e)._links)||void 0===n||null===(r=n["version-history"])||void 0===r||null===(o=r[0])||void 0===o?void 0:o.count)&&void 0!==t?t:0}function ape(e){var t,n,r,o;return null!==(t=null===(n=tpe(e)._links)||void 0===n||null===(r=n["predecessor-version"])||void 0===r||null===(o=r[0])||void 0===o?void 0:o.id)&&void 0!==t?t:null}const ipe=sn((e=>t=>{const n=npe(t),r=rpe(t);return e(Ef).getEntityRecordEdits("postType",n,r)||Ume}));function lpe(e,t){switch(t){case"type":return npe(e);case"id":return rpe(e);default:const n=tpe(e);if(!n.hasOwnProperty(t))break;return Sme(n[t])}}function spe(e,t){if("content"===t)return Ape(e);const n=ipe(e);return n.hasOwnProperty(t)?Rme.has(t)?((e,t)=>{const n=ipe(e);return n.hasOwnProperty(t)?{...lpe(e,t),...n[t]}:lpe(e,t)})(e,t):n[t]:lpe(e,t)}const cpe=sn((e=>(t,n)=>{var r;if(!Yme.includes(n)&&"preview_link"!==n)return;const o=npe(t),a=rpe(t),i=null===(r=e(Ef).getCurrentUser())||void 0===r?void 0:r.id,l=e(Ef).getAutosave(o,a,i);return l?Sme(l[n]):void 0}));function upe(e){if("private"===spe(e,"status"))return"private";return spe(e,"password")?"password":"public"}function dpe(e){return"pending"===tpe(e).status}function mpe(e,t){const n=t||tpe(e);return-1!==["publish","private"].indexOf(n.status)||"future"===n.status&&!Moe(new Date(Number(koe(n.date))-6e4))}function ppe(e){return"future"===tpe(e).status&&!mpe(e)}function fpe(e){const t=tpe(e);return Zme(e)||-1===["publish","private","future"].indexOf(t.status)}function hpe(e){return!Mpe(e)&&(!!spe(e,"title")||!!spe(e,"excerpt")||!gpe(e)||"native"===zA.OS)}function gpe(e){const t=jpe(e);if(t.length){if(t.length>1)return!1;const e=t[0].name;if(e!==da()&&e!==ia())return!1}return!Ape(e)}const bpe=sn((e=>t=>{var n;if(!hpe(t))return!1;if(Rpe(t))return!1;const r=npe(t),o=rpe(t),a=e(Ef).hasFetchedAutosaves(r,o),i=null===(n=e(Ef).getCurrentUser())||void 0===n?void 0:n.id,l=e(Ef).getAutosave(r,o,i);return!!a&&(!l||(!!Jme(t)||["title","excerpt"].some((e=>Sme(l[e])!==spe(t,e)))))}));function vpe(e){const t=spe(e,"date");return Moe(new Date(Number(koe(t))-6e4))}function ype(e){const t=spe(e,"date"),n=spe(e,"modified"),r=tpe(e).status;return("draft"===r||"auto-draft"===r||"pending"===r)&&(t===n||null===t)}function _pe(e){return!!e.deleting.pending}const Mpe=sn((e=>t=>{const n=npe(t),r=rpe(t);return e(Ef).isSavingEntityRecord("postType",n,r)})),kpe=sn((e=>t=>{const n=e(Ef).__experimentalGetEntitiesBeingSaved(),{type:r,id:o}=tpe(t);return n.some((e=>"postType"!==e.kind||e.name!==r||e.key!==o))})),wpe=sn((e=>t=>{const n=npe(t),r=rpe(t);return!e(Ef).getLastEntitySaveError("postType",n,r)})),Epe=sn((e=>t=>{const n=npe(t),r=rpe(t);return!!e(Ef).getLastEntitySaveError("postType",n,r)}));function xpe(e){var t;return!!Mpe(e)&&Boolean(null===(t=e.saving.options)||void 0===t?void 0:t.isAutosave)}function Cpe(e){var t;return!!Mpe(e)&&Boolean(null===(t=e.saving.options)||void 0===t?void 0:t.isPreview)}function Lpe(e){if(e.saving.pending||Mpe(e))return;let t=cpe(e,"preview_link");t&&"draft"!==tpe(e).status||(t=spe(e,"link"),t&&(t=id(t,{preview:!0})));const n=spe(e,"featured_media");return t&&n?id(t,{_thumbnail_id:n}):t}function Spe(e){const t=jpe(e);if(t.length>2)return null;let n;if(1===t.length&&(n=t[0].name,"core/embed"===n)){var r;const e=null===(r=t[0].attributes)||void 0===r?void 0:r.providerNameSlug;["youtube","vimeo"].includes(e)?n="core/video":["spotify","soundcloud"].includes(e)&&(n="core/audio")}switch(2===t.length&&"core/paragraph"===t[1].name&&(n=t[0].name),n){case"core/image":return"image";case"core/quote":case"core/pullquote":return"quote";case"core/gallery":return"gallery";case"core/video":return"video";case"core/audio":return"audio";default:return null}}const Ape=sn((e=>t=>{const n=rpe(t),r=npe(t),o=e(Ef).getEditedEntityRecord("postType",r,n);if(o){if("function"==typeof o.content)return o.content(o);if(o.blocks)return ns(o.blocks);if(o.content)return o.content}return""}));function Tpe(e){return Mpe(e)&&!mpe(e)&&"publish"===spe(e,"status")}function zpe(e){const t=spe(e,"permalink_template");return Wme.test(t)}function Npe(e){const t=Bpe(e);if(!t)return null;const{prefix:n,postName:r,suffix:o}=t;return zpe(e)?n+r+o:n}function Ope(e){return spe(e,"slug")||function(e){return e?ci()(e).replace(/[\s\./]+/g,"-").replace(/[^\p{L}\p{N}_-]+/gu,"").toLowerCase().replace(/-+/g,"-").replace(/(^-+)|(-+$)/g,""):""}(spe(e,"title"))||rpe(e)}function Bpe(e){const t=spe(e,"permalink_template");if(!t)return null;const n=spe(e,"slug")||spe(e,"generated_slug"),[r,o]=t.split(Wme);return{prefix:r,postName:n,suffix:o}}function Dpe(e){return e.postLock.isLocked}function Ipe(e){return Object.keys(e.postSavingLock).length>0}function Rpe(e){return Object.keys(e.postAutosavingLock).length>0}function Ppe(e){return e.postLock.isTakeover}function Hpe(e){return e.postLock.user}function Wpe(e){return e.postLock.activePostLock}function Ype(e){var t;return Boolean(null===(t=tpe(e)._links)||void 0===t?void 0:t.hasOwnProperty("wp:action-unfiltered-html"))}const Fpe=sn((e=>()=>!!e(Ime).get("core/edit-post","isPublishSidebarEnabled")));function jpe(e){return spe(e,"blocks")||Xme}function qpe(e){var t;return wr("select('core/editor').getEditorSelectionStart",{since:"5.8",alternative:"select('core/editor').getEditorSelection"}),null===(t=spe(e,"selection"))||void 0===t?void 0:t.selectionStart}function Vpe(e){var t;return wr("select('core/editor').getEditorSelectionStart",{since:"5.8",alternative:"select('core/editor').getEditorSelection"}),null===(t=spe(e,"selection"))||void 0===t?void 0:t.selectionEnd}function Upe(e){return spe(e,"selection")}function Xpe(e){return e.isReady}function $pe(e){return e.editorSettings}function Gpe(){return wr("select('core/editor').getStateBeforeOptimisticTransaction",{since:"5.7",hint:"No state history is kept on this store anymore"}),null}function Kpe(){return wr("select('core/editor').inSomeHistory",{since:"5.7",hint:"No state history is kept on this store anymore"}),!1}function Jpe(e){return sn((t=>function(n){wr("`wp.data.select( 'core/editor' )."+e+"`",{since:"5.3",alternative:"`wp.data.select( 'core/block-editor' )."+e+"`",version:"6.2"});for(var r=arguments.length,o=new Array(r>1?r-1:0),a=1;a{var t;const n=(null===(t=$pe(e))||void 0===t?void 0:t.defaultTemplatePartAreas)||[];return null==n?void 0:n.map((e=>{return{...e,icon:(t=e.icon,"header"===t?Fme:"footer"===t?jme:"sidebar"===t?qme:Vme)};var t}))}),(e=>{var t;return[null===(t=$pe(e))||void 0===t?void 0:t.defaultTemplatePartAreas]})),Jfe=li(((e,t)=>{var n;const r=Gfe(e);return r&&null!==(n=Object.values(r).find((e=>e.slug===t)))&&void 0!==n?n:Ume}),((e,t)=>[Gfe(e),t]));function Zfe(e,t){var n;if(!t)return Ume;const{description:r,slug:o,title:a,area:i}=t,{title:l,description:s}=Jfe(e,o),c="string"==typeof a?a:null==a?void 0:a.rendered,u="string"==typeof r?r:null==r?void 0:r.raw,d=(null===(n=Kfe(e).find((e=>i===e.area)))||void 0===n?void 0:n.icon)||Kre;return{title:c&&c!==o?c:l||o,description:u||s,icon:d}}const Qfe=sn((e=>t=>{var n;const r=npe(t),o=e(Ef).getPostType(r);return null==o||null===(n=o.labels)||void 0===n?void 0:n.singular_name}));function ehe(e,t){return`wp-autosave-block-editor-post-${t?"auto-draft":e}`}function the(e,t,n,r,o){window.sessionStorage.setItem(ehe(e,t),JSON.stringify({post_title:n,content:r,excerpt:o}))}function nhe(e){const{previousPost:t,post:n,postType:r}=e;if((0,Ot.get)(e.options,["isAutosave"]))return[];if("trash"===n.status&&"trash"!==t.status)return[];const o=["publish","private","future"],a=o.includes(t.status),i=o.includes(n.status);let l,s,c=(0,Ot.get)(r,["viewable"],!1);a||i?a&&!i?(l=r.labels.item_reverted_to_draft,c=!1):l=!a&&i?{publish:r.labels.item_published,private:r.labels.item_published_privately,future:r.labels.item_scheduled}[n.status]:r.labels.item_updated:(l=Jr("Draft saved."),s=!0);const u=[];return c&&u.push({label:s?Jr("View Preview"):r.labels.view_item,url:n.link}),[l,{id:Pme,type:"snackbar",actions:u}]}function rhe(e){const{post:t,edits:n,error:r}=e;if(r&&"rest_autosave_no_changes"===r.code)return[];const o=["publish","private","future"],a=-1!==o.indexOf(t.status),i={publish:Jr("Publishing failed."),private:Jr("Publishing failed."),future:Jr("Scheduling failed.")};let l=a||-1===o.indexOf(n.status)?Jr("Updating failed."):i[n.status];return r.message&&!/<\/?[^>]*>/.test(r.message)&&(l=[l,r.message].join(" ")),[l,{id:Pme}]}const ohe=(e,t,n)=>r=>{let{dispatch:o}=r;o.setupEditorState(e);if("auto-draft"===e.status&&n){let r;r="content"in t?t.content:e.content.raw;let a=fc(r);a=Au(a,n),o.resetEditorBlocks(a,{__unstableShouldCreateUndoLevel:!1})}t&&Object.values(t).some((t=>{var n,r;let[o,a]=t;return a!==(null!==(n=null===(r=e[o])||void 0===r?void 0:r.raw)&&void 0!==n?n:e[o])}))&&o.editPost(t)};function ahe(){return{type:"TEAR_DOWN_EDITOR"}}function ihe(){return wr("wp.data.dispatch( 'core/editor' ).resetPost",{since:"6.0",version:"6.3",alternative:"Initialize the editor with the setupEditorState action"}),{type:"DO_NOTHING"}}function lhe(){return wr("wp.data.dispatch( 'core/editor' ).updatePost",{since:"5.7",alternative:"Use the core entities store instead"}),{type:"DO_NOTHING"}}function she(e){return{type:"SETUP_EDITOR_STATE",post:e}}const che=(e,t)=>n=>{let{select:r,registry:o}=n;const{id:a,type:i}=r.getCurrentPost();o.dispatch(Ef).editEntityRecord("postType",i,a,e,t)},uhe=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};return async t=>{let{select:n,dispatch:r,registry:o}=t;if(!n.isEditedPostSaveable())return;const a=n.getEditedPostContent();e.isAutosave||r.editPost({content:a},{undoIgnore:!0});const i=n.getCurrentPost(),l={id:i.id,...o.select(Ef).getEntityRecordNonTransientEdits("postType",i.type,i.id),content:a};r({type:"REQUEST_POST_UPDATE_START",options:e}),await o.dispatch(Ef).saveEntityRecord("postType",i.type,l,e),r({type:"REQUEST_POST_UPDATE_FINISH",options:e});const s=o.select(Ef).getLastEntitySaveError("postType",i.type,i.id);if(s){const e=rhe({post:i,edits:l,error:s});e.length&&o.dispatch(W0).createErrorNotice(...e)}else{const t=n.getCurrentPost(),r=nhe({previousPost:i,post:t,postType:await o.resolveSelect(Ef).getPostType(t.type),options:e});r.length&&o.dispatch(W0).createSuccessNotice(...r),e.isAutosave||o.dispatch(OB).__unstableMarkLastChangeAsPersistent()}}};function dhe(){return wr("wp.data.dispatch( 'core/editor' ).refreshPost",{since:"6.0",version:"6.3",alternative:"Use the core entities store instead"}),{type:"DO_NOTHING"}}const mhe=()=>async e=>{let{select:t,dispatch:n,registry:r}=e;const o=t.getCurrentPostType(),a=await r.resolveSelect(Ef).getPostType(o);r.dispatch(W0).removeNotice(Hme);const{rest_base:i,rest_namespace:l="wp/v2"}=a;n({type:"REQUEST_POST_DELETE_START"});try{const e=t.getCurrentPost();await Ad({path:`/${l}/${i}/${e.id}`,method:"DELETE"}),await n.savePost()}catch(e){r.dispatch(W0).createErrorNotice(...(s={error:e},[s.error.message&&"unknown_error"!==s.error.code?s.error.message:Jr("Trashing failed"),{id:Hme}]))}var s;n({type:"REQUEST_POST_DELETE_FINISH"})},phe=function(){let{local:e=!1,...t}=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};return async n=>{let{select:r,dispatch:o}=n;if(e){const e=r.getCurrentPost(),t=r.isEditedPostNew(),n=r.getEditedPostAttribute("title"),o=r.getEditedPostAttribute("content"),a=r.getEditedPostAttribute("excerpt");the(e.id,t,n,o,a)}else await o.savePost({isAutosave:!0,...t})}},fhe=()=>e=>{let{registry:t}=e;t.dispatch(Ef).redo()},hhe=()=>e=>{let{registry:t}=e;t.dispatch(Ef).undo()};function ghe(){return wr("wp.data.dispatch( 'core/editor' ).createUndoLevel",{since:"6.0",version:"6.3",alternative:"Use the core entities store instead"}),{type:"DO_NOTHING"}}function bhe(e){return{type:"UPDATE_POST_LOCK",lock:e}}const vhe=()=>e=>{let{registry:t}=e;t.dispatch(Ime).set("core/edit-post","isPublishSidebarEnabled",!0)},yhe=()=>e=>{let{registry:t}=e;t.dispatch(Ime).set("core/edit-post","isPublishSidebarEnabled",!1)};function _he(e){return{type:"LOCK_POST_SAVING",lockName:e}}function Mhe(e){return{type:"UNLOCK_POST_SAVING",lockName:e}}function khe(e){return{type:"LOCK_POST_AUTOSAVING",lockName:e}}function whe(e){return{type:"UNLOCK_POST_AUTOSAVING",lockName:e}}const Ehe=function(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return n=>{let{select:r,dispatch:o,registry:a}=n;const{__unstableShouldCreateUndoLevel:i,selection:l}=t,s={blocks:e,selection:l};if(!1!==i){const{id:e,type:t}=r.getCurrentPost();if(a.select(Ef).getEditedEntityRecord("postType",t,e).blocks===s.blocks)return void a.dispatch(Ef).__unstableCreateUndoLevel("postType",t,e);s.content=e=>{let{blocks:t=[]}=e;return ns(t)}}o.editPost(s)}};function xhe(e){return{type:"UPDATE_EDITOR_SETTINGS",settings:e}}const Che=e=>function(){for(var t=arguments.length,n=new Array(t),r=0;r{let{registry:r}=t;wr("`wp.data.dispatch( 'core/editor' )."+e+"`",{since:"5.3",alternative:"`wp.data.dispatch( 'core/block-editor' )."+e+"`",version:"6.2"}),r.dispatch(OB)[e](...n)}},Lhe=Che("resetBlocks"),She=Che("receiveBlocks"),Ahe=Che("updateBlock"),The=Che("updateBlockAttributes"),zhe=Che("selectBlock"),Nhe=Che("startMultiSelect"),Ohe=Che("stopMultiSelect"),Bhe=Che("multiSelect"),Dhe=Che("clearSelectedBlock"),Ihe=Che("toggleSelection"),Rhe=Che("replaceBlocks"),Phe=Che("replaceBlock"),Hhe=Che("moveBlocksDown"),Whe=Che("moveBlocksUp"),Yhe=Che("moveBlockToPosition"),Fhe=Che("insertBlock"),jhe=Che("insertBlocks"),qhe=Che("showInsertionPoint"),Vhe=Che("hideInsertionPoint"),Uhe=Che("setTemplateValidity"),Xhe=Che("synchronizeTemplate"),$he=Che("mergeBlocks"),Ghe=Che("removeBlocks"),Khe=Che("removeBlock"),Jhe=Che("toggleBlockMode"),Zhe=Che("startTyping"),Qhe=Che("stopTyping"),ege=Che("enterFormattedText"),tge=Che("exitFormattedText"),nge=Che("insertDefaultBlock"),rge=Che("updateBlockListSettings"),oge={reducer:Ame,selectors:w,actions:E},age=qn("core/editor",{...oge});Or(age);function ige(e){const t=(0,Ot.mapValues)((0,Ot.pickBy)(e.attributes,{source:"meta"}),"meta");return(0,Ot.isEmpty)(t)||(e.edit=(e=>xf((t=>n=>{let{attributes:r,setAttributes:o,...a}=n;const i=Uu((e=>e(age).getCurrentPostType()),[]),[l,s]=uf("postType",i,"meta"),c=(0,At.useMemo)((()=>({...r,...(0,Ot.mapValues)(e,(e=>l[e]))})),[r,l]);return(0,At.createElement)(t,Nt({attributes:c,setAttributes:t=>{const n=Object.fromEntries(Object.entries((0,Ot.pickBy)(t,((t,n)=>e[n]))).map((t=>{let[n,r]=t;return[e[n],r]})));(0,Ot.isEmpty)(n)||s(n),o(t)}},a))}),"withMetaAttributeSource"))(t)(e.edit)),e}function lge(e){const t=e.avatar_urls&&e.avatar_urls[24]?(0,At.createElement)("img",{className:"editor-autocompleters__user-avatar",alt:"",src:e.avatar_urls[24]}):(0,At.createElement)("span",{className:"editor-autocompleters__no-avatar"});return(0,At.createElement)(At.Fragment,null,t,(0,At.createElement)("span",{className:"editor-autocompleters__user-name"},e.name),(0,At.createElement)("span",{className:"editor-autocompleters__user-slug"},e.slug))}ar("blocks.registerBlockType","core/editor/custom-sources-backwards-compatibility/shim-attribute-source",ige),Ar(Zi).getBlockTypes().map((e=>{let{name:t}=e;return Ar(Zi).getBlockType(t)})).forEach(ige);const sge={name:"users",className:"editor-autocompleters__user",triggerPrefix:"@",useItems(e){const t=Uu((t=>{const{getUsers:n}=t(Ef);return n({context:"view",search:encodeURIComponent(e)})}),[e]),n=(0,At.useMemo)((()=>t?t.map((e=>({key:`user-${e.slug}`,value:e,label:lge(e)}))):[]),[t]);return[n]},getOptionCompletion:e=>`@${e.slug}`};ar("editor.Autocomplete.completers","editor/autocompleters/set-default-completers",(function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[];return e.push((0,Ot.clone)(sge)),e}));const cge=()=>{};const uge=function(e){let{notices:t,onRemove:n=cge,className:r,children:o}=e;const a=e=>()=>n(e);return r=sg()("components-notice-list",r),(0,At.createElement)("div",{className:r},o,[...t].reverse().map((e=>{const{content:t,...n}=e;return(0,At.createElement)(Dee,Nt({},n,{key:e.id,onRemove:a(e.id)}),e.content)})))};const dge=ln([DU((e=>({isValid:e(OB).isValidTemplate()}))),RU((e=>{const{setTemplateValidity:t,synchronizeTemplate:n}=e(OB);return{resetTemplateValidity:()=>t(!0),synchronizeTemplate:n}}))])((function(e){let{isValid:t,...n}=e;return t?null:(0,At.createElement)(Dee,{className:"editor-template-validation-notice",isDismissible:!1,status:"warning",actions:[{label:Jr("Keep it as is"),onClick:n.resetTemplateValidity},{label:Jr("Reset the template"),onClick:()=>{window.confirm(Jr("Resetting the template may result in loss of content, do you want to continue?"))&&n.synchronizeTemplate()}}]},Jr("The content of your post doesn’t match the template assigned to your post type."))}));const mge=ln([DU((e=>({notices:e(W0).getNotices()}))),RU((e=>({onRemove:e(W0).removeNotice})))])((function(e){let{notices:t,onRemove:n}=e;const r=t.filter((e=>{let{isDismissible:t,type:n}=e;return t&&"default"===n})),o=t.filter((e=>{let{isDismissible:t,type:n}=e;return!t&&"default"===n}));return(0,At.createElement)(At.Fragment,null,(0,At.createElement)(uge,{notices:o,className:"components-editor-notices__pinned"}),(0,At.createElement)(uge,{notices:r,className:"components-editor-notices__dismissible",onRemove:n},(0,At.createElement)(dge,null)))}));const pge=(0,At.forwardRef)((function(e,t){let{className:n,children:r,spokenMessage:o=r,politeness:a="polite",actions:i=[],onRemove:l,icon:s=null,explicitDismiss:c=!1,onDismiss:u,listRef:d}=e;function m(e){var t;e&&e.preventDefault&&e.preventDefault(),null==d||null===(t=d.current)||void 0===t||t.focus(),null==u||u(),null==l||l()}!function(e,t){const n="string"==typeof e?e:Vl(e);(0,At.useEffect)((()=>{n&&PT(n,t)}),[n,t])}(o,a),(0,At.useEffect)((()=>{const e=setTimeout((()=>{c||(null==u||u(),null==l||l())}),1e4);return()=>clearTimeout(e)}),[u,l,c]);const p=sg()(n,"components-snackbar",{"components-snackbar-explicit-dismiss":!!c});i&&i.length>1&&(i=[i[0]]);const f=sg()("components-snackbar__content",{"components-snackbar__content-with-icon":!!s});return(0,At.createElement)("div",{ref:t,className:p,onClick:c?void 0:m,tabIndex:0,role:c?"":"button",onKeyPress:c?void 0:m,"aria-label":c?"":Jr("Dismiss this notice")},(0,At.createElement)("div",{className:f},s&&(0,At.createElement)("div",{className:"components-snackbar__icon"},s),r,i.map(((e,t)=>{let{label:n,onClick:r,url:o}=e;return(0,At.createElement)(NL,{key:t,href:o,variant:"tertiary",onClick:e=>function(e,t){e.stopPropagation(),null==l||l(),t&&t(e)}(e,r),className:"components-snackbar__action"},n)})),c&&(0,At.createElement)("span",{role:"button","aria-label":"Dismiss this notice",tabIndex:0,className:"components-snackbar__dismiss-button",onClick:m,onKeyPress:m},"✕")))})),fge=pge,hge={init:{height:0,opacity:0},open:{height:"auto",opacity:1,transition:{height:{stiffness:1e3,velocity:-100}}},exit:{opacity:0,transition:{duration:.5}}};const gge=function(e){let{notices:t,className:n,children:r,onRemove:o}=e;const a=(0,At.useRef)(null),i=kU();n=sg()("components-snackbar-list",n);const l=e=>()=>null==o?void 0:o(e.id);return(0,At.createElement)("div",{className:n,tabIndex:-1,ref:a},r,(0,At.createElement)(Nle,null,t.map((e=>{const{content:t,...n}=e;return(0,At.createElement)(xE.div,{layout:!i,initial:"init",animate:"open",exit:"exit",key:e.id,variants:i?void 0:hge},(0,At.createElement)("div",{className:"components-snackbar-list__notice-container"},(0,At.createElement)(fge,Nt({},n,{onRemove:l(e),listRef:a}),e.content)))}))))};function bge(){const e=Uu((e=>e(W0).getNotices()),[]),{removeNotice:t}=rf(W0),n=e.filter((e=>{let{type:t}=e;return"snackbar"===t}));return(0,At.createElement)(gge,{notices:n,className:"components-editor-notices__snackbar",onRemove:t})}function vge(e){let{text:t,children:n}=e;const r=z3(t);return(0,At.createElement)(NL,{variant:"secondary",ref:r},n)}class yge extends At.Component{constructor(){super(...arguments),this.reboot=this.reboot.bind(this),this.getContent=this.getContent.bind(this),this.state={error:null}}componentDidCatch(e){this.setState({error:e}),mr("editor.ErrorBoundary.errorLogged",e)}reboot(){this.props.onError()}getContent(){try{return Ar(age).getEditedPostContent()}catch(e){}}render(){const{error:e}=this.state;return e?(0,At.createElement)(QU,{className:"editor-error-boundary",actions:[(0,At.createElement)(NL,{key:"recovery",onClick:this.reboot,variant:"secondary"},Jr("Attempt Recovery")),(0,At.createElement)(vge,{key:"copy-post",text:this.getContent},Jr("Copy Post Text")),(0,At.createElement)(vge,{key:"copy-error",text:e.stack},Jr("Copy Error"))]},Jr("The editor has encountered an unexpected error.")):this.props.children}}const _ge=yge;function Mge(){const e=Uu((e=>e(age).getEditedPostAttribute("content")),[]),t=Zr("words","Word count type. Do not translate!");return(0,At.createElement)("span",{className:"word-count"},nce(e,t))}function kge(){const e=Uu((e=>e(age).getEditedPostAttribute("content")),[]),t=Zr("words","Word count type. Do not translate!"),n=Math.round(nce(e,t)/189),r=KJ(0===n?Jr("< 1 minute"):Hr(Qr("%d minute","%d minutes",n),n),{span:(0,At.createElement)("span",null)});return(0,At.createElement)("span",{className:"time-to-read"},r)}var wge=n(9253),Ege=n.n(wge);const xge=e=>{let{children:t,isValid:n,level:r,href:o,onSelect:a}=e;return(0,At.createElement)("li",{className:Ege()("document-outline__item",`is-${r.toLowerCase()}`,{"is-invalid":!n})},(0,At.createElement)("a",{href:o,className:"document-outline__button",onClick:a},(0,At.createElement)("span",{className:"document-outline__emdash","aria-hidden":"true"}),(0,At.createElement)("strong",{className:"document-outline__level"},r),(0,At.createElement)("span",{className:"document-outline__item-content"},t)))},Cge=(0,At.createElement)("em",null,Jr("(Empty heading)")),Lge=[(0,At.createElement)("br",{key:"incorrect-break"}),(0,At.createElement)("em",{key:"incorrect-message"},Jr("(Incorrect heading level)"))],Sge=[(0,At.createElement)("br",{key:"incorrect-break-h1"}),(0,At.createElement)("em",{key:"incorrect-message-h1"},Jr("(Your theme may already use a H1 for the post title)"))],Age=[(0,At.createElement)("br",{key:"incorrect-break-multiple-h1"}),(0,At.createElement)("em",{key:"incorrect-message-multiple-h1"},Jr("(Multiple H1 headings are not recommended)"))],Tge=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[];return e.flatMap((function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};return"core/heading"===e.name?{...e,level:e.attributes.level,isEmpty:zge(e)}:Tge(e.innerBlocks)}))},zge=e=>!e.attributes.content||0===e.attributes.content.length,Nge=ln(DU((e=>{var t,n;const{getBlocks:r}=e(OB),{getEditedPostAttribute:o}=e(age),{getPostType:a}=e(Ef),i=a(o("type"));return{title:o("title"),blocks:r(),isTitleSupported:null!==(t=null==i||null===(n=i.supports)||void 0===n?void 0:n.title)&&void 0!==t&&t}})))((e=>{let{blocks:t=[],title:n,onSelect:r,isTitleSupported:o,hasOutlineItemsDisabled:a}=e;const i=Tge(t);if(i.length<1)return null;let l=1;const s=document.querySelector(".editor-post-title__input"),c=o&&n&&s,u=i.reduce(((e,t)=>({...e,[t.level]:(e[t.level]||0)+1})),{}),d=u[1]>1;return(0,At.createElement)("div",{className:"document-outline"},(0,At.createElement)("ul",null,c&&(0,At.createElement)(xge,{level:Jr("Title"),isValid:!0,onSelect:r,href:`#${s.id}`,isDisabled:a},n),i.map(((e,t)=>{const n=e.level>l+1,o=!(e.isEmpty||n||!e.level||1===e.level&&(d||c));return l=e.level,(0,At.createElement)(xge,{key:t,level:`H${e.level}`,isValid:o,isDisabled:a,href:`#block-${e.clientId}`,onSelect:r},e.isEmpty?Cge:lT(KA({html:e.attributes.content})),n&&Lge,1===e.level&&d&&Age,c&&1===e.level&&!d&&Sge)}))))}));function Oge(){return nce(Uu((e=>e(age).getEditedPostAttribute("content")),[]),"characters_including_spaces")}const Bge=function(e){let{hasOutlineItemsDisabled:t,onRequestClose:n}=e;const{headingCount:r,paragraphCount:o,numberOfBlocks:a}=Uu((e=>{const{getGlobalBlockCount:t}=e(OB);return{headingCount:t("core/heading"),paragraphCount:t("core/paragraph"),numberOfBlocks:t()}}),[]);return(0,At.createElement)(At.Fragment,null,(0,At.createElement)("div",{className:"table-of-contents__wrapper",role:"note","aria-label":Jr("Document Statistics"),tabIndex:"0"},(0,At.createElement)("ul",{role:"list",className:"table-of-contents__counts"},(0,At.createElement)("li",{className:"table-of-contents__count"},Jr("Words"),(0,At.createElement)(Mge,null)),(0,At.createElement)("li",{className:"table-of-contents__count"},Jr("Characters"),(0,At.createElement)("span",{className:"table-of-contents__number"},(0,At.createElement)(Oge,null))),(0,At.createElement)("li",{className:"table-of-contents__count"},Jr("Time to read"),(0,At.createElement)(kge,null)),(0,At.createElement)("li",{className:"table-of-contents__count"},Jr("Headings"),(0,At.createElement)("span",{className:"table-of-contents__number"},r)),(0,At.createElement)("li",{className:"table-of-contents__count"},Jr("Paragraphs"),(0,At.createElement)("span",{className:"table-of-contents__number"},o)),(0,At.createElement)("li",{className:"table-of-contents__count"},Jr("Blocks"),(0,At.createElement)("span",{className:"table-of-contents__number"},a)))),r>0&&(0,At.createElement)(At.Fragment,null,(0,At.createElement)("hr",null),(0,At.createElement)("h2",{className:"table-of-contents__title"},Jr("Document Outline")),(0,At.createElement)(Nge,{onSelect:n,hasOutlineItemsDisabled:t})))};const Dge=(0,At.forwardRef)((function(e,t){let{hasOutlineItemsDisabled:n,repositionDropdown:r,...o}=e;const a=Uu((e=>!!e(OB).getBlockCount()),[]);return(0,At.createElement)(tA,{position:r?"middle right right":"bottom",className:"table-of-contents",contentClassName:"table-of-contents__popover",renderToggle:e=>{let{isOpen:n,onToggle:r}=e;return(0,At.createElement)(NL,Nt({},o,{ref:t,onClick:a?r:void 0,icon:aie,"aria-expanded":n,"aria-haspopup":"true",label:Jr("Details"),tooltipPosition:"bottom","aria-disabled":!a}))},renderContent:e=>{let{onClose:t}=e;return(0,At.createElement)(Bge,{onRequestClose:t,hasOutlineItemsDisabled:n})}})})),Ige=(0,At.createElement)(Sx,{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,At.createElement)(Cx,{d:"M19 6.2h-5.9l-.6-1.1c-.3-.7-1-1.1-1.8-1.1H5c-1.1 0-2 .9-2 2v11.8c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V8.2c0-1.1-.9-2-2-2zm.5 11.6c0 .3-.2.5-.5.5H5c-.3 0-.5-.2-.5-.5V6c0-.3.2-.5.5-.5h5.8c.2 0 .4.1.4.3l1 2H19c.3 0 .5.2.5.5v9.5zM8 12.8h8v-1.5H8v1.5zm0 3h8v-1.5H8v1.5z"}));function Rge(e){if(!e)return;const{metadata:t,settings:n,name:r}=e;return ra({name:r,...t},n)}const Pge={};function Hge(e){let{className:t}=e;return(0,At.createElement)(Gre,{className:t},Jr("Block rendered as empty."))}function Wge(e){let{response:t,className:n}=e;const r=Hr(Jr("Error loading block: %s"),t.errorMsg);return(0,At.createElement)(Gre,{className:n},r)}function Yge(e){let{children:t,showLoader:n}=e;return(0,At.createElement)("div",{style:{position:"relative"}},n&&(0,At.createElement)("div",{style:{position:"absolute",top:"50%",left:"50%",marginTop:"-9px",marginLeft:"-9px"}},(0,At.createElement)(W1,null)),(0,At.createElement)("div",{style:{opacity:n?"0.3":1}},t))}function Fge(e){const{attributes:t,block:n,className:r,httpMethod:o="GET",urlQueryArgs:a,skipBlockSupportAttributes:i=!1,EmptyResponsePlaceholder:l=Hge,ErrorResponsePlaceholder:s=Wge,LoadingResponsePlaceholder:c=Yge}=e,u=(0,At.useRef)(!0),[d,m]=(0,At.useState)(!1),p=(0,At.useRef)(),[f,h]=(0,At.useState)(null),g=SI(e),[b,v]=(0,At.useState)(!1);function y(){var e,r;if(!u.current)return;v(!0);let l=t&&Xa(n,t);i&&(l=function(e){const{backgroundColor:t,borderColor:n,fontFamily:r,fontSize:o,gradient:a,textColor:i,className:l,...s}=e,{border:c,color:u,elements:d,spacing:m,typography:p,...f}=(null==e?void 0:e.style)||Pge;return{...s,style:f}}(l));const s="POST"===o,c=s?null:null!==(e=l)&&void 0!==e?e:null,d=function(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null;return id(`/wp/v2/block-renderer/${e}`,{context:"edit",...null!==t?{attributes:t}:{},...arguments.length>2&&void 0!==arguments[2]?arguments[2]:{}})}(n,c,a),m=s?{attributes:null!==(r=l)&&void 0!==r?r:null}:null,f=p.current=Ad({path:d,data:m,method:s?"POST":"GET"}).then((e=>{u.current&&f===p.current&&e&&h(e.rendered)})).catch((e=>{u.current&&f===p.current&&h({error:!0,errorMsg:e.message})})).finally((()=>{u.current&&f===p.current&&v(!1)}));return f}const _=mg(y,500);(0,At.useEffect)((()=>()=>{u.current=!1}),[]),(0,At.useEffect)((()=>{void 0===g?y():hs()(g,e)||_()})),(0,At.useEffect)((()=>{if(!b)return;const e=setTimeout((()=>{m(!0)}),1e3);return()=>clearTimeout(e)}),[b]);const M=!!f,k=""===f,w=null==f?void 0:f.error;return b?(0,At.createElement)(c,Nt({},e,{showLoader:d}),M&&(0,At.createElement)(fl,{className:r},f)):k||!M?(0,At.createElement)(l,e):w?(0,At.createElement)(s,Nt({response:f},e)):(0,At.createElement)(fl,{className:r},f)}const jge={},qge=DU((e=>{const t=e("core/editor");if(t){const e=t.getCurrentPostId();if(e&&"number"==typeof e)return{currentPostId:e}}return jge}))((e=>{let{urlQueryArgs:t=jge,currentPostId:n,...r}=e;const o=(0,At.useMemo)((()=>n?{post_id:n,...t}:t),[n,t]);return(0,At.createElement)(Fge,Nt({urlQueryArgs:o},r))})),Vge=qge;const Uge={$schema:"https://schemas.wp.org/trunk/block.json",apiVersion:2,name:"core/archives",title:"Archives",category:"widgets",description:"Display a date archive of your posts.",textdomain:"default",attributes:{displayAsDropdown:{type:"boolean",default:!1},showLabel:{type:"boolean",default:!0},showPostCounts:{type:"boolean",default:!1},type:{type:"string",default:"monthly"}},supports:{align:!0,html:!1,spacing:{margin:!0,padding:!0},typography:{fontSize:!0,lineHeight:!0,__experimentalFontFamily:!0,__experimentalFontWeight:!0,__experimentalFontStyle:!0,__experimentalTextTransform:!0,__experimentalTextDecoration:!0,__experimentalLetterSpacing:!0,__experimentalDefaultControls:{fontSize:!0}}},editorStyle:"wp-block-archives-editor"},{name:Xge}=Uge,$ge={icon:Ige,example:{},edit:function(e){let{attributes:t,setAttributes:n}=e;const{showLabel:r,showPostCounts:o,displayAsDropdown:a,type:i}=t;return(0,At.createElement)(At.Fragment,null,(0,At.createElement)(sq,null,(0,At.createElement)(LU,{title:Jr("Settings")},(0,At.createElement)(dR,{label:Jr("Display as dropdown"),checked:a,onChange:()=>n({displayAsDropdown:!a})}),a&&(0,At.createElement)(dR,{label:Jr("Show label"),checked:r,onChange:()=>n({showLabel:!r})}),(0,At.createElement)(dR,{label:Jr("Show post counts"),checked:o,onChange:()=>n({showPostCounts:!o})}),(0,At.createElement)(j5,{label:Jr("Group by:"),options:[{label:Jr("Year"),value:"yearly"},{label:Jr("Month"),value:"monthly"},{label:Jr("Week"),value:"weekly"},{label:Jr("Day"),value:"daily"}],value:i,onChange:e=>n({type:e})}))),(0,At.createElement)("div",TJ(),(0,At.createElement)(gZ,null,(0,At.createElement)(Vge,{block:"core/archives",skipBlockSupportAttributes:!0,attributes:t}))))}},Gge=()=>Rge({name:Xge,metadata:Uge,settings:$ge}),Kge=(0,At.createElement)(Sx,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,At.createElement)(Cx,{fillRule:"evenodd",d:"M7.25 16.437a6.5 6.5 0 1 1 9.5 0V16A2.75 2.75 0 0 0 14 13.25h-4A2.75 2.75 0 0 0 7.25 16v.437Zm1.5 1.193a6.47 6.47 0 0 0 3.25.87 6.47 6.47 0 0 0 3.25-.87V16c0-.69-.56-1.25-1.25-1.25h-4c-.69 0-1.25.56-1.25 1.25v1.63ZM4 12a8 8 0 1 1 16 0 8 8 0 0 1-16 0Zm10-2a2 2 0 1 1-4 0 2 2 0 0 1 4 0Z",clipRule:"evenodd"}));var Jge=n(7383),Zge=n.n(Jge),Qge=function(){var e=function(t,n){return e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])},e(t,n)};return function(t,n){if("function"!=typeof n&&null!==n)throw new TypeError("Class extends value "+String(n)+" is not a constructor or null");function r(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}(),ebe=function(){return ebe=Object.assign||function(e){for(var t,n=1,r=arguments.length;n{},Mbe={bottom:"bottom",corner:"corner"};function kbe(e){let{axis:t,fadeTimeout:n=180,onResize:r=_be,position:o=Mbe.bottom,showPx:a=!1}=e;const[i,l]=LI(),s=!!t,[c,u]=(0,At.useState)(!1),[d,m]=(0,At.useState)(!1),{width:p,height:f}=l,h=(0,At.useRef)(f),g=(0,At.useRef)(p),b=(0,At.useRef)(),v=(0,At.useCallback)((()=>{b.current&&window.clearTimeout(b.current),b.current=window.setTimeout((()=>{s||(u(!1),m(!1))}),n)}),[n,s]);(0,At.useEffect)((()=>{if(!(null!==p||null!==f))return;const e=p!==g.current,t=f!==h.current;if(e||t){if(p&&!g.current&&f&&!h.current)return g.current=p,void(h.current=f);e&&(u(!0),g.current=p),t&&(m(!0),h.current=f),r({width:p,height:f}),v()}}),[p,f,r,v]);const y=function(e){let{axis:t,height:n,moveX:r=!1,moveY:o=!1,position:a=Mbe.bottom,showPx:i=!1,width:l}=e;if(!r&&!o)return;if(a===Mbe.corner)return`${l} x ${n}`;const s=i?" px":"";if(t){if("x"===t&&r)return`${l}${s}`;if("y"===t&&o)return`${n}${s}`}if(r&&o)return`${l} x ${n}`;if(r)return`${l}${s}`;if(o)return`${n}${s}`;return}({axis:t,height:f,moveX:c,moveY:d,position:o,showPx:a,width:p});return{label:y,resizeListener:i}}const wbe=LL("div",{target:"ekdag503"})({name:"1cd7zoc",styles:"bottom:0;box-sizing:border-box;left:0;pointer-events:none;position:absolute;right:0;top:0"}),Ebe=LL("div",{target:"ekdag502"})({name:"ajymcs",styles:"align-items:center;box-sizing:border-box;display:inline-flex;justify-content:center;opacity:0;pointer-events:none;transition:opacity 120ms linear"}),xbe=LL("div",{target:"ekdag501"})("background:",wD.gray[900],";border-radius:2px;box-sizing:border-box;font-size:12px;color:",wD.ui.textDark,";padding:4px 8px;position:relative;"),Cbe=LL(sH,{target:"ekdag500"})("&&&{color:",wD.ui.textDark,";display:block;font-size:13px;line-height:1.4;white-space:nowrap;}");const Lbe=(0,At.forwardRef)((function(e,t){let{label:n,position:r=Mbe.corner,zIndex:o=1e3,...a}=e;const i=!!n,l=r===Mbe.bottom,s=r===Mbe.corner;if(!i)return null;let c={opacity:i?1:void 0,zIndex:o},u={};return l&&(c={...c,position:"absolute",bottom:-10,left:"50%",transform:"translate(-50%, 0)"},u={transform:"translate(0, 100%)"}),s&&(c={...c,position:"absolute",top:4,right:eo()?void 0:4,left:eo()?4:void 0}),(0,At.createElement)(Ebe,Nt({"aria-hidden":"true",className:"components-resizable-tooltip__tooltip-wrapper",ref:t,style:c},a),(0,At.createElement)(xbe,{className:"components-resizable-tooltip__tooltip",style:u},(0,At.createElement)(Cbe,{as:"span"},n)))})),Sbe=Lbe,Abe=()=>{};const Tbe=(0,At.forwardRef)((function(e,t){let{axis:n,className:r,fadeTimeout:o=180,isVisible:a=!0,labelRef:i,onResize:l=Abe,position:s=Mbe.bottom,showPx:c=!0,zIndex:u=1e3,...d}=e;const{label:m,resizeListener:p}=kbe({axis:n,fadeTimeout:o,onResize:l,showPx:c,position:s});if(!a)return null;const f=sg()("components-resize-tooltip",r);return(0,At.createElement)(wbe,Nt({"aria-hidden":"true",className:f,ref:t},d),p,(0,At.createElement)(Sbe,{"aria-hidden":d["aria-hidden"],label:m,position:s,ref:i,zIndex:u}))})),zbe=Tbe,Nbe="components-resizable-box__handle",Obe="components-resizable-box__side-handle",Bbe="components-resizable-box__corner-handle",Dbe={top:sg()(Nbe,Obe,"components-resizable-box__handle-top"),right:sg()(Nbe,Obe,"components-resizable-box__handle-right"),bottom:sg()(Nbe,Obe,"components-resizable-box__handle-bottom"),left:sg()(Nbe,Obe,"components-resizable-box__handle-left"),topLeft:sg()(Nbe,Bbe,"components-resizable-box__handle-top","components-resizable-box__handle-left"),topRight:sg()(Nbe,Bbe,"components-resizable-box__handle-top","components-resizable-box__handle-right"),bottomRight:sg()(Nbe,Bbe,"components-resizable-box__handle-bottom","components-resizable-box__handle-right"),bottomLeft:sg()(Nbe,Bbe,"components-resizable-box__handle-bottom","components-resizable-box__handle-left")},Ibe={width:void 0,height:void 0,top:void 0,right:void 0,bottom:void 0,left:void 0},Rbe={top:Ibe,right:Ibe,bottom:Ibe,left:Ibe,topLeft:Ibe,topRight:Ibe,bottomRight:Ibe,bottomLeft:Ibe};const Pbe=(0,At.forwardRef)((function(e,t){let{className:n,children:r,showHandle:o=!0,__experimentalShowTooltip:a=!1,__experimentalTooltipProps:i={},...l}=e;return(0,At.createElement)(ybe,Nt({className:sg()("components-resizable-box__container",o&&"has-show-handle",n),handleClasses:Dbe,handleStyles:Rbe,ref:t},l),r,a&&(0,At.createElement)(zbe,i))}));function Hbe(e){const t=e.indexOf("?");if(-1===t)return e;const n=od(e),r=e.substr(0,t);for(var o=arguments.length,a=new Array(o>1?o-1:0),i=1;idelete n[e]));const l=ad(n);return l?r+"?"+l:r}function Wbe(e){const t=e?e[0]:24,n=e?e[e.length-1]:96;return{minSize:t,maxSize:Math.floor(2.5*n)}}function Ybe(){const{avatarURL:e}=Uu((e=>{const{getSettings:t}=e(OB),{__experimentalDiscussionSettings:n}=t();return n}));return e}const Fbe=e=>{let{__next36pxDefaultSize:t}=e;return!t&&QB("height:28px;padding-left:",rD(1),";padding-right:",rD(1),";","")},jbe=LL(dD,{target:"evuatpg0"})("height:34px;padding-left:",rD(2),";padding-right:",rD(2),";",Fbe,";");const qbe=(0,At.forwardRef)((function(e,t){const{value:n,isExpanded:r,instanceId:o,selectedSuggestionIndex:a,className:i,onChange:l,onFocus:s,onBlur:c,...u}=e,[d,m]=(0,At.useState)(!1),p=n?n.length+1:0;return(0,At.createElement)("input",Nt({ref:t,id:`components-form-token-input-${o}`,type:"text"},u,{value:n||"",onChange:e=>{l&&l({value:e.target.value})},onFocus:e=>{m(!0),null==s||s(e)},onBlur:e=>{m(!1),null==c||c(e)},size:p,className:sg()(i,"components-form-token-field__input"),autoComplete:"off",role:"combobox","aria-expanded":r,"aria-autocomplete":"list","aria-owns":r?`components-form-token-suggestions-${o}`:void 0,"aria-activedescendant":d&&-1!==a&&r?`components-form-token-suggestions-${o}-${a}`:void 0,"aria-describedby":`components-form-token-suggestions-howto-${o}`}))})),Vbe=qbe,Ube=e=>{e.preventDefault()};const Xbe=function(e){let{selectedIndex:t,scrollIntoView:n,match:r,onHover:o,onSelect:a,suggestions:i=[],displayTransform:l,instanceId:s,__experimentalRenderItem:c}=e;const[u,d]=(0,At.useState)(!1),m=hx((e=>{let r;return t>-1&&n&&e.children[t]&&(d(!0),hae()(e.children[t],e,{onlyScrollIfNeeded:!0}),r=requestAnimationFrame((()=>{d(!1)}))),()=>{void 0!==r&&cancelAnimationFrame(r)}}),[t,n]),p=e=>()=>{u||null==o||o(e)},f=e=>()=>{null==a||a(e)};return(0,At.createElement)("ul",{ref:m,className:"components-form-token-field__suggestions-list",id:`components-form-token-suggestions-${s}`,role:"listbox"},i.map(((e,n)=>{const o=(e=>{const t=l(r).toLocaleLowerCase();if(0===t.length)return null;const n=l(e),o=n.toLocaleLowerCase().indexOf(t);return{suggestionBeforeMatch:n.substring(0,o),suggestionMatch:n.substring(o,o+t.length),suggestionAfterMatch:n.substring(o+t.length)}})(e),a=sg()("components-form-token-field__suggestion",{"is-selected":n===t});let i;return i="function"==typeof c?c({item:e}):o?(0,At.createElement)("span",{"aria-label":l(e)},o.suggestionBeforeMatch,(0,At.createElement)("strong",{className:"components-form-token-field__suggestion-match"},o.suggestionMatch),o.suggestionAfterMatch):l(e),(0,At.createElement)("li",{id:`components-form-token-suggestions-${s}-${n}`,role:"option",className:a,key:"object"==typeof e&&"value"in e?null==e?void 0:e.value:l(e),onMouseDown:Ube,onClick:f(e),onMouseEnter:p(e),"aria-selected":n===t},i)})))},$be=xf((e=>t=>{const[n,r]=(0,At.useState)(),o=(0,At.useCallback)((e=>r((()=>null!=e&&e.handleFocusOutside?e.handleFocusOutside.bind(e):void 0))),[]);return(0,At.createElement)("div",_x(n),(0,At.createElement)(e,Nt({ref:o},t)))}),"withFocusOutside"),Gbe=()=>{},Kbe=$be(class extends At.Component{handleFocusOutside(e){this.props.onFocusOutside(e)}render(){return this.props.children}});const Jbe=function e(t){var n;let{__nextHasNoMarginBottom:r=!1,__next36pxDefaultSize:o,value:a,label:i,options:l,onChange:s,onFilterValueChange:c=Gbe,hideLabelFromVision:u,help:d,allowReset:m=!0,className:p,messages:f={selected:Jr("Item selected.")},__experimentalRenderItem:h}=t;const[g,b]=A8({value:a,onChange:s}),v=l.find((e=>e.value===g)),y=null!==(n=null==v?void 0:v.label)&&void 0!==n?n:"",_=ug(e,"combobox-control"),[M,k]=(0,At.useState)(v||null),[w,E]=(0,At.useState)(!1),[x,C]=(0,At.useState)(!1),[L,S]=(0,At.useState)(""),A=(0,At.useRef)(),T=(0,At.useMemo)((()=>{const e=[],t=[],n=Sae(L);return l.forEach((r=>{const o=Sae(r.label).indexOf(n);0===o?e.push(r):o>0&&t.push(r)})),e.concat(t)}),[L,l]),z=e=>{b(e.value),PT(f.selected,"assertive"),k(e),S(""),E(!1)},N=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:1;const t=T.indexOf(M);let n=t+e;n<0?n=T.length-1:n>=T.length&&(n=0),k(T[n]),E(!0)};return(0,At.useEffect)((()=>{const e=T.length>0,t=T.indexOf(M)>0;e&&!t&&k(T[0])}),[T,M]),(0,At.useEffect)((()=>{const e=T.length>0;if(w){PT(e?Hr(Qr("%d result found, use up and down arrow keys to navigate.","%d results found, use up and down arrow keys to navigate.",T.length),T.length):Jr("No results."),"polite")}}),[T,w]),(0,At.createElement)(Kbe,{onFocusOutside:()=>{E(!1)}},(0,At.createElement)(ND,{__nextHasNoMarginBottom:r,className:sg()(p,"components-combobox-control"),tabIndex:"-1",label:i,id:`components-form-token-input-${_}`,hideLabelFromVision:u,help:d},(0,At.createElement)("div",{className:"components-combobox-control__suggestions-container",tabIndex:"-1",onKeyDown:e=>{let t=!1;if(!e.defaultPrevented){switch(e.code){case"Enter":M&&(z(M),t=!0);break;case"ArrowUp":N(-1),t=!0;break;case"ArrowDown":N(1),t=!0;break;case"Escape":E(!1),k(null),t=!0}t&&e.preventDefault()}}},(0,At.createElement)(jbe,{__next36pxDefaultSize:o},(0,At.createElement)(tR,null,(0,At.createElement)(Vbe,{className:"components-combobox-control__input",instanceId:_,ref:A,value:w?L:y,onFocus:()=>{C(!0),E(!0),c(""),S("")},onBlur:()=>{C(!1)},isExpanded:w,selectedSuggestionIndex:T.indexOf(M),onChange:e=>{const t=e.value;S(t),c(t),x&&E(!0)}})),m&&(0,At.createElement)(pD,null,(0,At.createElement)(NL,{className:"components-combobox-control__reset",icon:IJ,disabled:!g,onClick:()=>{b(null),A.current.focus()},label:Jr("Reset")}))),w&&(0,At.createElement)(Xbe,{instanceId:_,match:{label:L},displayTransform:e=>e.label,suggestions:T,selectedIndex:T.indexOf(M),onHover:k,onSelect:z,scrollIntoView:!0,__experimentalRenderItem:h}))))},Zbe={who:"authors",per_page:-1,_fields:"id,name",context:"view"};const Qbe=function(e){let{value:t,onChange:n}=e;const[r,o]=(0,At.useState)(),a=Uu((e=>{const{getUsers:t}=e(Ef);return t(Zbe)}),[]);if(!a)return null;const i=a.map((e=>({label:e.name,value:e.id})));return(0,At.createElement)(Jbe,{__nextHasNoMarginBottom:!0,label:Jr("User"),help:Jr("Select the avatar user to display, if it is blank it will use the post/page author."),value:t,onChange:n,options:r||i,onFilterValueChange:e=>o(i.filter((t=>t.label.toLowerCase().startsWith(e.toLowerCase()))))})},eve=e=>{let{setAttributes:t,avatar:n,attributes:r,selectUser:o}=e;return(0,At.createElement)(sq,null,(0,At.createElement)(LU,{title:Jr("Settings")},(0,At.createElement)(FY,{__nextHasNoMarginBottom:!0,label:Jr("Image size"),onChange:e=>t({size:e}),min:n.minSize,max:n.maxSize,initialPosition:null==r?void 0:r.size,value:null==r?void 0:r.size}),(0,At.createElement)(dR,{label:Jr("Link to user profile"),onChange:()=>t({isLink:!r.isLink}),checked:r.isLink}),r.isLink&&(0,At.createElement)(dR,{label:Jr("Open in new tab"),onChange:e=>t({linkTarget:e?"_blank":"_self"}),checked:"_blank"===r.linkTarget}),o&&(0,At.createElement)(Qbe,{value:null==r?void 0:r.userId,onChange:e=>{t({userId:e})}})))},tve=e=>{let{setAttributes:t,attributes:n,avatar:r,blockProps:o,isSelected:a}=e;const i=ore(n),l=id(Hbe(null==r?void 0:r.src,["s"]),{s:2*(null==n?void 0:n.size)});return(0,At.createElement)("div",o,(0,At.createElement)(Pbe,{size:{width:n.size,height:n.size},showHandle:a,onResizeStop:(e,r,o,a)=>{t({size:parseInt(n.size+(a.height||a.width),10)})},lockAspectRatio:!0,enable:{top:!1,right:!eo(),bottom:!0,left:eo()},minWidth:r.minSize,maxWidth:r.maxSize},(0,At.createElement)("img",Nt({src:l,alt:r.alt},i,{className:Zge()("avatar","avatar-"+n.size,"photo","wp-block-avatar__image",i.className),style:{...i.style}}))))},nve=e=>{let{attributes:t,context:n,setAttributes:r,isSelected:o}=e;const{commentId:a}=n,i=TJ(),l=function(e){let{commentId:t}=e;const[n]=uf("root","comment","author_avatar_urls",t),[r]=uf("root","comment","author_name",t),o=n?Object.values(n):null,a=n?Object.keys(n):null,{minSize:i,maxSize:l}=Wbe(a),s=Ybe();return{src:o?o[o.length-1]:s,minSize:i,maxSize:l,alt:r?Hr(Jr("%s Avatar"),r):Jr("Default Avatar")}}({commentId:a});return(0,At.createElement)(At.Fragment,null,(0,At.createElement)(eve,{avatar:l,setAttributes:r,attributes:t,selectUser:!1}),t.isLink?(0,At.createElement)("a",{href:"#avatar-pseudo-link",className:"wp-block-avatar__link",onClick:e=>e.preventDefault()},(0,At.createElement)(tve,{attributes:t,avatar:l,blockProps:i,isSelected:o,setAttributes:r})):(0,At.createElement)(tve,{attributes:t,avatar:l,blockProps:i,isSelected:o,setAttributes:r}))},rve=e=>{let{attributes:t,context:n,setAttributes:r,isSelected:o}=e;const{postId:a,postType:i}=n,l=function(e){let{userId:t,postId:n,postType:r}=e;const{authorDetails:o}=Uu((e=>{var o;const{getEditedEntityRecord:a,getUser:i}=e(Ef);if(t)return{authorDetails:i(t)};const l=null===(o=a("postType",r,n))||void 0===o?void 0:o.author;return{authorDetails:l?i(l):null}}),[r,n,t]),a=null!=o&&o.avatar_urls?Object.values(o.avatar_urls):null,i=null!=o&&o.avatar_urls?Object.keys(o.avatar_urls):null,{minSize:l,maxSize:s}=Wbe(i),c=Ybe();return{src:a?a[a.length-1]:c,minSize:l,maxSize:s,alt:o?Hr(Jr("%s Avatar"),null==o?void 0:o.name):Jr("Default Avatar")}}({userId:null==t?void 0:t.userId,postId:a,postType:i}),s=TJ();return(0,At.createElement)(At.Fragment,null,(0,At.createElement)(eve,{selectUser:!0,attributes:t,avatar:l,setAttributes:r}),(0,At.createElement)("div",null,t.isLink?(0,At.createElement)("a",{href:"#avatar-pseudo-link",className:"wp-block-avatar__link",onClick:e=>e.preventDefault()},(0,At.createElement)(tve,{attributes:t,avatar:l,blockProps:s,isSelected:o,setAttributes:r})):(0,At.createElement)(tve,{attributes:t,avatar:l,blockProps:s,isSelected:o,setAttributes:r})))};const ove={$schema:"https://schemas.wp.org/trunk/block.json",apiVersion:2,name:"core/avatar",title:"Avatar",category:"theme",description:"Add a user’s avatar.",textdomain:"default",attributes:{userId:{type:"number"},size:{type:"number",default:96},isLink:{type:"boolean",default:!1},linkTarget:{type:"string",default:"_self"}},usesContext:["postType","postId","commentId"],supports:{html:!1,align:!0,alignWide:!1,spacing:{margin:!0,padding:!0},__experimentalBorder:{__experimentalSkipSerialization:!0,radius:!0,width:!0,color:!0,style:!0,__experimentalDefaultControls:{radius:!0}},color:{text:!1,background:!1,__experimentalDuotone:"img"}},editorStyle:"wp-block-avatar",style:"wp-block-avatar"},{name:ave}=ove,ive={icon:Kge,edit:function(e){var t,n;return null!=e&&null!==(t=e.context)&&void 0!==t&&t.commentId||null===(null==e||null===(n=e.context)||void 0===n?void 0:n.commentId)?(0,At.createElement)(nve,e):(0,At.createElement)(rve,e)}},lve=()=>Rge({name:ave,metadata:ove,settings:ive}),sve=(0,At.createElement)(Sx,{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,At.createElement)(Cx,{d:"M17.7 4.3c-1.2 0-2.8 0-3.8 1-.6.6-.9 1.5-.9 2.6V14c-.6-.6-1.5-1-2.5-1C8.6 13 7 14.6 7 16.5S8.6 20 10.5 20c1.5 0 2.8-1 3.3-2.3.5-.8.7-1.8.7-2.5V7.9c0-.7.2-1.2.5-1.6.6-.6 1.8-.6 2.8-.6h.3V4.3h-.4z"})),cve=[{attributes:{src:{type:"string",source:"attribute",selector:"audio",attribute:"src"},caption:{type:"string",source:"html",selector:"figcaption"},id:{type:"number"},autoplay:{type:"boolean",source:"attribute",selector:"audio",attribute:"autoplay"},loop:{type:"boolean",source:"attribute",selector:"audio",attribute:"loop"},preload:{type:"string",source:"attribute",selector:"audio",attribute:"preload"}},supports:{align:!0},save(e){let{attributes:t}=e;const{autoplay:n,caption:r,loop:o,preload:a,src:i}=t;return(0,At.createElement)("figure",null,(0,At.createElement)("audio",{controls:"controls",src:i,autoPlay:n,loop:o,preload:a}),!xse.isEmpty(r)&&(0,At.createElement)(xse.Content,{tagName:"figcaption",value:r}))}}],uve=(0,At.createElement)(Sx,{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,At.createElement)(Cx,{fillRule:"evenodd",clipRule:"evenodd",d:"M6 5.5h12a.5.5 0 0 1 .5.5v12a.5.5 0 0 1-.5.5H6a.5.5 0 0 1-.5-.5V6a.5.5 0 0 1 .5-.5ZM4 6a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6Zm4 10h2v-1.5H8V16Zm5 0h-2v-1.5h2V16Zm1 0h2v-1.5h-2V16Z"})),dve=[{ratio:"2.33",className:"wp-embed-aspect-21-9"},{ratio:"2.00",className:"wp-embed-aspect-18-9"},{ratio:"1.78",className:"wp-embed-aspect-16-9"},{ratio:"1.33",className:"wp-embed-aspect-4-3"},{ratio:"1.00",className:"wp-embed-aspect-1-1"},{ratio:"0.56",className:"wp-embed-aspect-9-16"},{ratio:"0.50",className:"wp-embed-aspect-1-2"}],mve="wp-embed";var pve=n(1893),fve=n.n(pve);const{name:hve}={$schema:"https://schemas.wp.org/trunk/block.json",apiVersion:2,name:"core/embed",title:"Embed",category:"embed",description:"Add a block that displays content pulled from other sites, like Twitter or YouTube.",textdomain:"default",attributes:{url:{type:"string",__experimentalRole:"content"},caption:{type:"string",source:"html",selector:"figcaption",__experimentalRole:"content"},type:{type:"string",__experimentalRole:"content"},providerNameSlug:{type:"string",__experimentalRole:"content"},allowResponsive:{type:"boolean",default:!0},responsive:{type:"boolean",default:!1,__experimentalRole:"content"},previewable:{type:"boolean",default:!0,__experimentalRole:"content"}},supports:{align:!0},editorStyle:"wp-block-embed-editor",style:"wp-block-embed"},gve=e=>{var t;return null===(t=va(hve))||void 0===t?void 0:t.find((t=>{let{patterns:n}=t;return function(e){return(arguments.length>1&&void 0!==arguments[1]?arguments[1]:[]).some((t=>e.match(t)))}(e,n)}))},bve=e=>e&&e.includes('class="wp-embedded-content"'),vve=function(e){var t;let n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};const{preview:r,attributes:o={}}=e,{url:a,providerNameSlug:i,type:l,...s}=o;if(!a||!ma(hve))return;const c=gve(a),u="wordpress"===i||l===mve,d=!u&&c&&(c.attributes.providerNameSlug!==i||!i);if(d)return Sa(hve,{url:a,...s,...c.attributes});const m=null===(t=va(hve))||void 0===t?void 0:t.find((e=>{let{name:t}=e;return"wordpress"===t}));return m&&r&&bve(r.html)&&!u?Sa(hve,{url:a,...m.attributes,...n}):void 0},yve=e=>{if(!e)return e;const t=dve.reduce(((e,t)=>{let{className:n}=t;return e[n]=!1,e}),{"wp-has-aspect-ratio":!1});return fve()(e,t)};function _ve(e,t){let n=!(arguments.length>2&&void 0!==arguments[2])||arguments[2];if(!n)return yve(t);const r=document.implementation.createHTMLDocument("");r.body.innerHTML=e;const o=r.body.querySelector("iframe");if(o&&o.height&&o.width){const e=(o.width/o.height).toFixed(2);for(let n=0;n=r.ratio){return e-r.ratio>.1?yve(t):fve()(yve(t),r.className,"wp-has-aspect-ratio")}}}return t}const Mve=Dr()((function(e,t,n,r){let o=!(arguments.length>4&&void 0!==arguments[4])||arguments[4];if(!e)return{};const a={};let{type:i="rich"}=e;const{html:l,provider_name:s}=e,c=(0,Ot.kebabCase)((s||t).toLowerCase());return bve(l)&&(i=mve),(l||"photo"===i)&&(a.type=i,a.providerNameSlug=c),a.className=_ve(l,n,r&&o),a})),kve=function(e,t,n,r){let o=arguments.length>4&&void 0!==arguments[4]&&arguments[4];const{allowResponsive:a,className:i}=e;return{...e,...Mve(t,n,o?void 0:i,r,a)}},wve=["audio"];const Eve=function(e){let{attributes:t,className:n,setAttributes:r,onReplace:o,isSelected:a,insertBlocksAfter:i}=e;const{id:l,autoplay:s,caption:c,loop:u,preload:d,src:m}=t,p=SI(c),[f,h]=(0,At.useState)(!!c),g=!l&&mu(m),b=Uu((e=>{const{getSettings:t}=e(OB);return t().mediaUpload}),[]);(0,At.useEffect)((()=>{if(!l&&mu(m)){const e=cu(m);e&&b({filesList:[e],onFileChange:e=>{let[t]=e;return w(t)},onError:e=>k(e),allowedTypes:wve})}}),[]),(0,At.useEffect)((()=>{c&&!p&&h(!0)}),[c,p]);const v=(0,At.useCallback)((e=>{e&&!c&&e.focus()}),[c]);function y(e){return t=>{r({[e]:t})}}function _(e){if(e!==m){const t=vve({attributes:{url:e}});if(void 0!==t&&o)return void o(t);r({src:e,id:void 0})}}(0,At.useEffect)((()=>{a||c||h(!1)}),[a,c]);const{createErrorNotice:M}=rf(W0);function k(e){M(e,{type:"snackbar"})}function w(e){e&&e.url?r({src:e.url,id:e.id,caption:e.caption}):r({src:void 0,id:void 0,caption:void 0})}const E=TJ({className:Zge()(n,{"is-transient":g})});return m?(0,At.createElement)(At.Fragment,null,(0,At.createElement)(jB,{group:"block"},(0,At.createElement)(JS,{onClick:()=>{h(!f),f&&c&&r({caption:void 0})},icon:uve,isPressed:f,label:Jr(f?"Remove caption":"Add caption")})),(0,At.createElement)(jB,{group:"other"},(0,At.createElement)(xle,{mediaId:l,mediaURL:m,allowedTypes:wve,accept:"audio/*",onSelect:w,onSelectURL:_,onError:k})),(0,At.createElement)(sq,null,(0,At.createElement)(LU,{title:Jr("Settings")},(0,At.createElement)(dR,{label:Jr("Autoplay"),onChange:y("autoplay"),checked:s,help:function(e){return e?Jr("Autoplay may cause usability issues for some users."):null}}),(0,At.createElement)(dR,{label:Jr("Loop"),onChange:y("loop"),checked:u}),(0,At.createElement)(j5,{label:Zr("Preload","noun; Audio block parameter"),value:d||"",onChange:e=>r({preload:e||void 0}),options:[{value:"",label:Jr("Browser default")},{value:"auto",label:Jr("Auto")},{value:"metadata",label:Jr("Metadata")},{value:"none",label:Zr("None","Preload value")}]}))),(0,At.createElement)("figure",E,(0,At.createElement)(gZ,{isDisabled:!a},(0,At.createElement)("audio",{controls:"controls",src:m})),g&&(0,At.createElement)(W1,null),f&&(!xse.isEmpty(c)||a)&&(0,At.createElement)(xse,{tagName:"figcaption",className:Eme("caption"),ref:v,"aria-label":Jr("Audio caption text"),placeholder:Jr("Add caption"),value:c,onChange:e=>r({caption:e}),inlineToolbar:!0,__unstableOnSplitAtEnd:()=>i(Sa(da()))}))):(0,At.createElement)("div",E,(0,At.createElement)(Hle,{icon:(0,At.createElement)(oZ,{icon:sve}),onSelect:w,onSelectURL:_,accept:"audio/*",allowedTypes:wve,value:t,onError:k}))};const xve={from:[{type:"files",isMatch:e=>1===e.length&&0===e[0].type.indexOf("audio/"),transform:e=>Sa("core/audio",{src:su(e[0])})},{type:"shortcode",tag:"audio",attributes:{src:{type:"string",shortcode:e=>{let{named:{src:t,mp3:n,m4a:r,ogg:o,wav:a,wma:i}}=e;return t||n||r||o||a||i}},loop:{type:"string",shortcode:e=>{let{named:{loop:t}}=e;return t}},autoplay:{type:"string",shortcode:e=>{let{named:{autoplay:t}}=e;return t}},preload:{type:"string",shortcode:e=>{let{named:{preload:t}}=e;return t}}}}]},Cve=xve,Lve={$schema:"https://schemas.wp.org/trunk/block.json",apiVersion:2,name:"core/audio",title:"Audio",category:"media",description:"Embed a simple audio player.",keywords:["music","sound","podcast","recording"],textdomain:"default",attributes:{src:{type:"string",source:"attribute",selector:"audio",attribute:"src",__experimentalRole:"content"},caption:{type:"string",source:"html",selector:"figcaption",__experimentalRole:"content"},id:{type:"number",__experimentalRole:"content"},autoplay:{type:"boolean",source:"attribute",selector:"audio",attribute:"autoplay"},loop:{type:"boolean",source:"attribute",selector:"audio",attribute:"loop"},preload:{type:"string",source:"attribute",selector:"audio",attribute:"preload"}},supports:{anchor:!0,align:!0,spacing:{margin:!0,padding:!0}},editorStyle:"wp-block-audio-editor",style:"wp-block-audio"},{name:Sve}=Lve,Ave={icon:sve,example:{attributes:{src:"https://upload.wikimedia.org/wikipedia/commons/d/dd/Armstrong_Small_Step.ogg"},viewportWidth:350},transforms:Cve,deprecated:cve,edit:Eve,save:function(e){let{attributes:t}=e;const{autoplay:n,caption:r,loop:o,preload:a,src:i}=t;return i&&(0,At.createElement)("figure",TJ.save(),(0,At.createElement)("audio",{controls:"controls",src:i,autoPlay:n,loop:o,preload:a}),!xse.isEmpty(r)&&(0,At.createElement)(xse.Content,{tagName:"figcaption",value:r,className:Eme("caption")}))}},Tve=()=>Rge({name:Sve,metadata:Lve,settings:Ave}),zve=(0,At.createElement)(Sx,{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,At.createElement)(Cx,{d:"M19 6.5H5c-1.1 0-2 .9-2 2v7c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2v-7c0-1.1-.9-2-2-2zm.5 9c0 .3-.2.5-.5.5H5c-.3 0-.5-.2-.5-.5v-7c0-.3.2-.5.5-.5h14c.3 0 .5.2.5.5v7zM8 12.8h8v-1.5H8v1.5z"})),Nve=e=>{if(null===e||"object"!=typeof e||Array.isArray(e))return e;const t=Object.fromEntries(Object.entries((0,Ot.mapValues)(e,Nve)).filter((e=>{let[,t]=e;return Boolean(t)})));return(0,Ot.isEmpty)(t)?void 0:t},Ove=Nve;function Bve(e){var t,n;if(null==e||null===(t=e.style)||void 0===t||null===(n=t.typography)||void 0===n||!n.fontFamily)return e;const{fontFamily:r,...o}=e.style.typography;return{...e,style:Ove({...e.style,typography:o}),fontFamily:r.split("|").pop()}}const Dve=e=>{var t,n,r;const{borderRadius:o,...a}=e,i=[o,null===(t=a.style)||void 0===t||null===(n=t.border)||void 0===n?void 0:n.radius].find((e=>"number"==typeof e&&0!==e));return i?{...a,style:{...a.style,border:{...null===(r=a.style)||void 0===r?void 0:r.border,radius:`${i}px`}}}:a};const Ive=e=>{if(!e.customTextColor&&!e.customBackgroundColor&&!e.customGradient)return e;const t={color:{}};e.customTextColor&&(t.color.text=e.customTextColor),e.customBackgroundColor&&(t.color.background=e.customBackgroundColor),e.customGradient&&(t.color.gradient=e.customGradient);const{customTextColor:n,customBackgroundColor:r,customGradient:o,...a}=e;return{...a,style:t}},Rve=e=>{const{color:t,textColor:n,...r}={...e,customTextColor:e.textColor&&"#"===e.textColor[0]?e.textColor:void 0,customBackgroundColor:e.color&&"#"===e.color[0]?e.color:void 0};return Ive(r)},Pve={url:{type:"string",source:"attribute",selector:"a",attribute:"href"},title:{type:"string",source:"attribute",selector:"a",attribute:"title"},text:{type:"string",source:"html",selector:"a"}},Hve={attributes:{url:{type:"string",source:"attribute",selector:"a",attribute:"href"},title:{type:"string",source:"attribute",selector:"a",attribute:"title"},text:{type:"string",source:"html",selector:"a"},linkTarget:{type:"string",source:"attribute",selector:"a",attribute:"target"},rel:{type:"string",source:"attribute",selector:"a",attribute:"rel"},placeholder:{type:"string"},backgroundColor:{type:"string"},textColor:{type:"string"},gradient:{type:"string"},width:{type:"number"}},supports:{anchor:!0,align:!0,alignWide:!1,color:{__experimentalSkipSerialization:!0,gradients:!0,__experimentalDefaultControls:{background:!0,text:!0}},typography:{fontSize:!0,__experimentalFontFamily:!0,__experimentalDefaultControls:{fontSize:!0}},reusable:!1,spacing:{__experimentalSkipSerialization:!0,padding:["horizontal","vertical"],__experimentalDefaultControls:{padding:!0}},__experimentalBorder:{radius:!0,__experimentalSkipSerialization:!0,__experimentalDefaultControls:{radius:!0}},__experimentalSelector:".wp-block-button__link"},save(e){var t,n;let{attributes:r,className:o}=e;const{fontSize:a,linkTarget:i,rel:l,style:s,text:c,title:u,url:d,width:m}=r;if(!c)return null;const p=rre(r),f=are(r),h=sre(r),g=Zge()("wp-block-button__link",f.className,p.className,{"no-border-radius":0===(null==s||null===(t=s.border)||void 0===t?void 0:t.radius)}),b={...p.style,...f.style,...h.style},v=Zge()(o,{[`has-custom-width wp-block-button__width-${m}`]:m,"has-custom-font-size":a||(null==s||null===(n=s.typography)||void 0===n?void 0:n.fontSize)});return(0,At.createElement)("div",TJ.save({className:v}),(0,At.createElement)(xse.Content,{tagName:"a",className:g,href:d,title:u,style:b,value:c,target:i,rel:l}))}},Wve={attributes:{url:{type:"string",source:"attribute",selector:"a",attribute:"href"},title:{type:"string",source:"attribute",selector:"a",attribute:"title"},text:{type:"string",source:"html",selector:"a"},linkTarget:{type:"string",source:"attribute",selector:"a",attribute:"target"},rel:{type:"string",source:"attribute",selector:"a",attribute:"rel"},placeholder:{type:"string"},backgroundColor:{type:"string"},textColor:{type:"string"},gradient:{type:"string"},width:{type:"number"}},supports:{anchor:!0,align:!0,alignWide:!1,color:{__experimentalSkipSerialization:!0,gradients:!0},typography:{fontSize:!0,__experimentalFontFamily:!0},reusable:!1,spacing:{__experimentalSkipSerialization:!0,padding:["horizontal","vertical"],__experimentalDefaultControls:{padding:!0}},__experimentalBorder:{radius:!0,__experimentalSkipSerialization:!0},__experimentalSelector:".wp-block-button__link"},save(e){var t,n;let{attributes:r,className:o}=e;const{fontSize:a,linkTarget:i,rel:l,style:s,text:c,title:u,url:d,width:m}=r;if(!c)return null;const p=rre(r),f=are(r),h=sre(r),g=Zge()("wp-block-button__link",f.className,p.className,{"no-border-radius":0===(null==s||null===(t=s.border)||void 0===t?void 0:t.radius)}),b={...p.style,...f.style,...h.style},v=Zge()(o,{[`has-custom-width wp-block-button__width-${m}`]:m,"has-custom-font-size":a||(null==s||null===(n=s.typography)||void 0===n?void 0:n.fontSize)});return(0,At.createElement)("div",TJ.save({className:v}),(0,At.createElement)(xse.Content,{tagName:"a",className:g,href:d,title:u,style:b,value:c,target:i,rel:l}))},migrate:Bve,isEligible(e){var t;let{style:n}=e;return null==n||null===(t=n.typography)||void 0===t?void 0:t.fontFamily}},Yve=[Hve,Wve,{supports:{anchor:!0,align:!0,alignWide:!1,color:{__experimentalSkipSerialization:!0,gradients:!0},typography:{fontSize:!0,__experimentalFontFamily:!0},reusable:!1,__experimentalSelector:".wp-block-button__link"},attributes:{...Pve,linkTarget:{type:"string",source:"attribute",selector:"a",attribute:"target"},rel:{type:"string",source:"attribute",selector:"a",attribute:"rel"},placeholder:{type:"string"},backgroundColor:{type:"string"},textColor:{type:"string"},gradient:{type:"string"},width:{type:"number"}},isEligible(e){var t;let{style:n}=e;return"number"==typeof(null==n||null===(t=n.border)||void 0===t?void 0:t.radius)},save(e){var t,n,r;let{attributes:o,className:a}=e;const{fontSize:i,linkTarget:l,rel:s,style:c,text:u,title:d,url:m,width:p}=o;if(!u)return null;const f=null==c||null===(t=c.border)||void 0===t?void 0:t.radius,h=are(o),g=Zge()("wp-block-button__link",h.className,{"no-border-radius":0===(null==c||null===(n=c.border)||void 0===n?void 0:n.radius)}),b={borderRadius:f||void 0,...h.style},v=Zge()(a,{[`has-custom-width wp-block-button__width-${p}`]:p,"has-custom-font-size":i||(null==c||null===(r=c.typography)||void 0===r?void 0:r.fontSize)});return(0,At.createElement)("div",TJ.save({className:v}),(0,At.createElement)(xse.Content,{tagName:"a",className:g,href:m,title:d,style:b,value:u,target:l,rel:s}))},migrate:ln(Bve,Dve)},{supports:{anchor:!0,align:!0,alignWide:!1,color:{__experimentalSkipSerialization:!0},reusable:!1,__experimentalSelector:".wp-block-button__link"},attributes:{...Pve,linkTarget:{type:"string",source:"attribute",selector:"a",attribute:"target"},rel:{type:"string",source:"attribute",selector:"a",attribute:"rel"},placeholder:{type:"string"},borderRadius:{type:"number"},backgroundColor:{type:"string"},textColor:{type:"string"},gradient:{type:"string"},style:{type:"object"},width:{type:"number"}},save(e){let{attributes:t,className:n}=e;const{borderRadius:r,linkTarget:o,rel:a,text:i,title:l,url:s,width:c}=t,u=are(t),d=Zge()("wp-block-button__link",u.className,{"no-border-radius":0===r}),m={borderRadius:r?r+"px":void 0,...u.style},p=Zge()(n,{[`has-custom-width wp-block-button__width-${c}`]:c});return(0,At.createElement)("div",TJ.save({className:p}),(0,At.createElement)(xse.Content,{tagName:"a",className:d,href:s,title:l,style:m,value:i,target:o,rel:a}))},migrate:ln(Bve,Dve)},{supports:{anchor:!0,align:!0,alignWide:!1,color:{__experimentalSkipSerialization:!0},reusable:!1,__experimentalSelector:".wp-block-button__link"},attributes:{...Pve,linkTarget:{type:"string",source:"attribute",selector:"a",attribute:"target"},rel:{type:"string",source:"attribute",selector:"a",attribute:"rel"},placeholder:{type:"string"},borderRadius:{type:"number"},backgroundColor:{type:"string"},textColor:{type:"string"},gradient:{type:"string"},style:{type:"object"},width:{type:"number"}},save(e){let{attributes:t,className:n}=e;const{borderRadius:r,linkTarget:o,rel:a,text:i,title:l,url:s,width:c}=t,u=are(t),d=Zge()("wp-block-button__link",u.className,{"no-border-radius":0===r}),m={borderRadius:r?r+"px":void 0,...u.style},p=Zge()(n,{[`has-custom-width wp-block-button__width-${c}`]:c});return(0,At.createElement)("div",TJ.save({className:p}),(0,At.createElement)(xse.Content,{tagName:"a",className:d,href:s,title:l,style:m,value:i,target:o,rel:a}))},migrate:ln(Bve,Dve)},{supports:{align:!0,alignWide:!1,color:{gradients:!0}},attributes:{...Pve,linkTarget:{type:"string",source:"attribute",selector:"a",attribute:"target"},rel:{type:"string",source:"attribute",selector:"a",attribute:"rel"},placeholder:{type:"string"},borderRadius:{type:"number"},backgroundColor:{type:"string"},textColor:{type:"string"},gradient:{type:"string"},style:{type:"object"}},save(e){let{attributes:t}=e;const{borderRadius:n,linkTarget:r,rel:o,text:a,title:i,url:l}=t,s=Zge()("wp-block-button__link",{"no-border-radius":0===n}),c={borderRadius:n?n+"px":void 0};return(0,At.createElement)(xse.Content,{tagName:"a",className:s,href:l,title:i,style:c,value:a,target:r,rel:o})},migrate:Dve},{supports:{align:!0,alignWide:!1},attributes:{...Pve,linkTarget:{type:"string",source:"attribute",selector:"a",attribute:"target"},rel:{type:"string",source:"attribute",selector:"a",attribute:"rel"},placeholder:{type:"string"},borderRadius:{type:"number"},backgroundColor:{type:"string"},textColor:{type:"string"},customBackgroundColor:{type:"string"},customTextColor:{type:"string"},customGradient:{type:"string"},gradient:{type:"string"}},isEligible:e=>!!(e.customTextColor||e.customBackgroundColor||e.customGradient||e.align),migrate:ln(Dve,Ive,(function(e){if(!e.align)return e;const{align:t,...n}=e;return{...n,className:Zge()(n.className,`align${e.align}`)}})),save(e){let{attributes:t}=e;const{backgroundColor:n,borderRadius:r,customBackgroundColor:o,customTextColor:a,customGradient:i,linkTarget:l,gradient:s,rel:c,text:u,textColor:d,title:m,url:p}=t,f=_9("color",d),h=!i&&_9("background-color",n),g=D9(s),b=Zge()("wp-block-button__link",{"has-text-color":d||a,[f]:f,"has-background":n||o||i||s,[h]:h,"no-border-radius":0===r,[g]:g}),v={background:i||void 0,backgroundColor:h||i||s?void 0:o,color:f?void 0:a,borderRadius:r?r+"px":void 0};return(0,At.createElement)("div",null,(0,At.createElement)(xse.Content,{tagName:"a",className:b,href:p,title:m,style:v,value:u,target:l,rel:c}))}},{attributes:{...Pve,align:{type:"string",default:"none"},backgroundColor:{type:"string"},textColor:{type:"string"},customBackgroundColor:{type:"string"},customTextColor:{type:"string"},linkTarget:{type:"string",source:"attribute",selector:"a",attribute:"target"},rel:{type:"string",source:"attribute",selector:"a",attribute:"rel"},placeholder:{type:"string"}},isEligible:e=>e.className&&e.className.includes("is-style-squared"),migrate(e){let t=e.className;return t&&(t=t.replace(/is-style-squared[\s]?/,"").trim()),Dve(Ive({...e,className:t||void 0,borderRadius:0}))},save(e){let{attributes:t}=e;const{backgroundColor:n,customBackgroundColor:r,customTextColor:o,linkTarget:a,rel:i,text:l,textColor:s,title:c,url:u}=t,d=_9("color",s),m=_9("background-color",n),p=Zge()("wp-block-button__link",{"has-text-color":s||o,[d]:d,"has-background":n||r,[m]:m}),f={backgroundColor:m?void 0:r,color:d?void 0:o};return(0,At.createElement)("div",null,(0,At.createElement)(xse.Content,{tagName:"a",className:p,href:u,title:c,style:f,value:l,target:a,rel:i}))}},{attributes:{...Pve,align:{type:"string",default:"none"},backgroundColor:{type:"string"},textColor:{type:"string"},customBackgroundColor:{type:"string"},customTextColor:{type:"string"}},migrate:Rve,save(e){let{attributes:t}=e;const{url:n,text:r,title:o,backgroundColor:a,textColor:i,customBackgroundColor:l,customTextColor:s}=t,c=_9("color",i),u=_9("background-color",a),d=Zge()("wp-block-button__link",{"has-text-color":i||s,[c]:c,"has-background":a||l,[u]:u}),m={backgroundColor:u?void 0:l,color:c?void 0:s};return(0,At.createElement)("div",null,(0,At.createElement)(xse.Content,{tagName:"a",className:d,href:n,title:o,style:m,value:r}))}},{attributes:{...Pve,color:{type:"string"},textColor:{type:"string"},align:{type:"string",default:"none"}},save(e){let{attributes:t}=e;const{url:n,text:r,title:o,align:a,color:i,textColor:l}=t,s={backgroundColor:i,color:l};return(0,At.createElement)("div",{className:`align${a}`},(0,At.createElement)(xse.Content,{tagName:"a",className:"wp-block-button__link",href:n,title:o,style:s,value:r}))},migrate:Rve},{attributes:{...Pve,color:{type:"string"},textColor:{type:"string"},align:{type:"string",default:"none"}},save(e){let{attributes:t}=e;const{url:n,text:r,title:o,align:a,color:i,textColor:l}=t;return(0,At.createElement)("div",{className:`align${a}`,style:{backgroundColor:i}},(0,At.createElement)(xse.Content,{tagName:"a",href:n,title:o,style:{color:l},value:r}))},migrate:Rve}],Fve=Yve,jve="noreferrer noopener";function qve(e){let{selectedWidth:t,setAttributes:n}=e;return(0,At.createElement)(LU,{title:Jr("Width settings")},(0,At.createElement)(Une,{"aria-label":Jr("Button width")},[25,50,75,100].map((e=>(0,At.createElement)(NL,{key:e,isSmall:!0,variant:e===t?"primary":void 0,onClick:()=>{var r;n({width:t===(r=e)?void 0:r})}},e,"%")))))}const Vve=function(e){var t;const{attributes:n,setAttributes:r,className:o,isSelected:a,onReplace:i,mergeBlocks:l}=e,{textAlign:s,linkTarget:c,placeholder:u,rel:d,style:m,text:p,url:f,width:h}=n,[g,b]=(0,At.useState)(null),v=ore(n),y=lre(n),_=sre(n),M=(0,At.useRef)(),k=(0,At.useRef)(),w=TJ({ref:fg([b,M]),onKeyDown:function(e){if(ex.primary(e,"k"))S(e);else if(ex.primaryShift(e,"k")){var t;A(),null===(t=k.current)||void 0===t||t.focus()}}}),[E,x]=(0,At.useState)(!1),C=!!f,L="_blank"===c;function S(e){e.preventDefault(),x(!0)}function A(){r({url:void 0,linkTarget:void 0,rel:void 0}),x(!1)}return(0,At.useEffect)((()=>{a||x(!1)}),[a]),(0,At.createElement)(At.Fragment,null,(0,At.createElement)("div",Nt({},w,{className:Zge()(w.className,{[`has-custom-width wp-block-button__width-${h}`]:h,"has-custom-font-size":w.style.fontSize})}),(0,At.createElement)(xse,{ref:k,"aria-label":Jr("Button text"),placeholder:u||Jr("Add text…"),value:p,onChange:e=>{r({text:e.replace(/<\/?a[^>]*>/g,"")})},withoutInteractiveFormatting:!0,className:Zge()(o,"wp-block-button__link",y.className,v.className,{[`has-text-align-${s}`]:s,"no-border-radius":0===(null==m||null===(t=m.border)||void 0===t?void 0:t.radius)},Eme("button")),style:{...v.style,...y.style,..._.style},onSplit:e=>Sa("core/button",{...n,text:e}),onReplace:i,onMerge:l,identifier:"text"})),(0,At.createElement)(jB,{group:"block"},(0,At.createElement)(yre,{value:s,onChange:e=>{r({textAlign:e})}}),!C&&(0,At.createElement)(JS,{name:"link",icon:$W,title:Jr("Link"),shortcut:JE.primary("k"),onClick:S}),C&&(0,At.createElement)(JS,{name:"link",icon:GW,title:Jr("Unlink"),shortcut:JE.primaryShift("k"),onClick:A,isActive:!0})),a&&(E||C)&&(0,At.createElement)(YC,{placement:"bottom",onClose:()=>{var e;x(!1),null===(e=k.current)||void 0===e||e.focus()},anchor:g,focusOnMount:!!E&&"firstElement",__unstableSlotName:"__unstable-block-tools-after",shift:!0},(0,At.createElement)(gie,{className:"wp-block-navigation-link__inline-link-input",value:{url:f,opensInNewTab:L},onChange:e=>{let{url:t="",opensInNewTab:n}=e;r({url:t}),L!==n&&function(e){const t=e?"_blank":void 0;let n=d;t&&!d?n=jve:t||d!==jve||(n=void 0),r({linkTarget:t,rel:n})}(n)},onRemove:()=>{var e;A(),null===(e=k.current)||void 0===e||e.focus()},forceIsEditingLink:E})),(0,At.createElement)(sq,null,(0,At.createElement)(qve,{selectedWidth:h,setAttributes:r})),(0,At.createElement)(sq,{__experimentalGroup:"advanced"},(0,At.createElement)(vU,{label:Jr("Link rel"),value:d||"",onChange:e=>r({rel:e})})))};const Uve={$schema:"https://schemas.wp.org/trunk/block.json",apiVersion:2,name:"core/button",title:"Button",category:"design",parent:["core/buttons"],description:"Prompt visitors to take action with a button-style link.",keywords:["link"],textdomain:"default",attributes:{textAlign:{type:"string"},url:{type:"string",source:"attribute",selector:"a",attribute:"href"},title:{type:"string",source:"attribute",selector:"a",attribute:"title"},text:{type:"string",source:"html",selector:"a"},linkTarget:{type:"string",source:"attribute",selector:"a",attribute:"target"},rel:{type:"string",source:"attribute",selector:"a",attribute:"rel"},placeholder:{type:"string"},backgroundColor:{type:"string"},textColor:{type:"string"},gradient:{type:"string"},width:{type:"number"}},supports:{anchor:!0,align:!1,alignWide:!1,color:{__experimentalSkipSerialization:!0,gradients:!0,__experimentalDefaultControls:{background:!0,text:!0}},typography:{fontSize:!0,lineHeight:!0,__experimentalFontFamily:!0,__experimentalFontWeight:!0,__experimentalFontStyle:!0,__experimentalTextTransform:!0,__experimentalTextDecoration:!0,__experimentalLetterSpacing:!0,__experimentalDefaultControls:{fontSize:!0}},reusable:!1,spacing:{__experimentalSkipSerialization:!0,padding:["horizontal","vertical"],__experimentalDefaultControls:{padding:!0}},__experimentalBorder:{radius:!0,__experimentalSkipSerialization:!0,__experimentalDefaultControls:{radius:!0}},__experimentalSelector:".wp-block-button .wp-block-button__link"},styles:[{name:"fill",label:"Fill",isDefault:!0},{name:"outline",label:"Outline"}],editorStyle:"wp-block-button-editor",style:"wp-block-button"},{name:Xve}=Uve,$ve={icon:zve,example:{attributes:{className:"is-style-fill",text:Jr("Call to Action")}},edit:Vve,save:function(e){var t,n;let{attributes:r,className:o}=e;const{textAlign:a,fontSize:i,linkTarget:l,rel:s,style:c,text:u,title:d,url:m,width:p}=r;if(!u)return null;const f=rre(r),h=are(r),g=sre(r),b=Zge()("wp-block-button__link",h.className,f.className,{[`has-text-align-${a}`]:a,"no-border-radius":0===(null==c||null===(t=c.border)||void 0===t?void 0:t.radius)},Eme("button")),v={...f.style,...h.style,...g.style},y=Zge()(o,{[`has-custom-width wp-block-button__width-${p}`]:p,"has-custom-font-size":i||(null==c||null===(n=c.typography)||void 0===n?void 0:n.fontSize)});return(0,At.createElement)("div",TJ.save({className:y}),(0,At.createElement)(xse.Content,{tagName:"a",className:b,href:m,title:d,style:v,value:u,target:l,rel:s}))},deprecated:Fve,merge:(e,t)=>{let{text:n=""}=t;return{...e,text:(e.text||"")+n}}},Gve=()=>Rge({name:Xve,metadata:Uve,settings:$ve}),Kve=(0,At.createElement)(Sx,{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,At.createElement)(Cx,{d:"M17 3H7c-1.1 0-2 .9-2 2v4c0 1.1.9 2 2 2h10c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm.5 6c0 .3-.2.5-.5.5H7c-.3 0-.5-.2-.5-.5V5c0-.3.2-.5.5-.5h10c.3 0 .5.2.5.5v4zm-8-1.2h5V6.2h-5v1.6zM17 13H7c-1.1 0-2 .9-2 2v4c0 1.1.9 2 2 2h10c1.1 0 2-.9 2-2v-4c0-1.1-.9-2-2-2zm.5 6c0 .3-.2.5-.5.5H7c-.3 0-.5-.2-.5-.5v-4c0-.3.2-.5.5-.5h10c.3 0 .5.2.5.5v4zm-8-1.2h5v-1.5h-5v1.5z"})),Jve=e=>{if(e.layout)return e;const{contentJustification:t,orientation:n,...r}=e;return(t||n)&&Object.assign(r,{layout:{type:"flex",...t&&{justifyContent:t},...n&&{orientation:n}}}),r},Zve=[{attributes:{contentJustification:{type:"string"},orientation:{type:"string",default:"horizontal"}},supports:{anchor:!0,align:["wide","full"],__experimentalExposeControlsToChildren:!0,spacing:{blockGap:!0,margin:["top","bottom"],__experimentalDefaultControls:{blockGap:!0}}},isEligible:e=>{let{contentJustification:t,orientation:n}=e;return!!t||!!n},migrate:Jve,save(e){let{attributes:{contentJustification:t,orientation:n}}=e;return(0,At.createElement)("div",TJ.save({className:Zge()({[`is-content-justification-${t}`]:t,"is-vertical":"vertical"===n})}),(0,At.createElement)(Z4.Content,null))}},{supports:{align:["center","left","right"],anchor:!0},save:()=>(0,At.createElement)("div",null,(0,At.createElement)(Z4.Content,null)),isEligible(e){let{align:t}=e;return t&&["center","left","right"].includes(t)},migrate:e=>Jve({...e,align:void 0,contentJustification:e.align})}],Qve=Zve,{name:eye}={$schema:"https://schemas.wp.org/trunk/block.json",apiVersion:2,name:"core/buttons",title:"Buttons",category:"design",description:"Prompt visitors to take action with a group of button-style links.",keywords:["link"],textdomain:"default",supports:{anchor:!0,align:["wide","full"],__experimentalExposeControlsToChildren:!0,spacing:{blockGap:!0,margin:["top","bottom"],__experimentalDefaultControls:{blockGap:!0}},typography:{fontSize:!0,lineHeight:!0,__experimentalFontFamily:!0,__experimentalFontWeight:!0,__experimentalFontStyle:!0,__experimentalTextTransform:!0,__experimentalTextDecoration:!0,__experimentalLetterSpacing:!0,__experimentalDefaultControls:{fontSize:!0}},__experimentalLayout:{allowSwitching:!1,allowInheriting:!1,default:{type:"flex"}}},editorStyle:"wp-block-buttons-editor",style:"wp-block-buttons"},tye={from:[{type:"block",isMultiBlock:!0,blocks:["core/button"],transform:e=>Sa(eye,{},e.map((e=>Sa("core/button",e))))},{type:"block",isMultiBlock:!0,blocks:["core/paragraph"],transform:e=>Sa(eye,{},e.map((e=>{const t=VA(document,e.content),n=t.innerText||"",r=t.querySelector("a");return Sa("core/button",{text:n,url:null==r?void 0:r.getAttribute("href")})}))),isMatch:e=>e.every((e=>{const t=VA(document,e.content),n=t.innerText||"",r=t.querySelectorAll("a");return n.length<=30&&r.length<=1}))}]},nye=tye,rye=[Xve],oye={name:Xve,attributesToCopy:["backgroundColor","border","className","fontFamily","fontSize","gradient","style","textColor","width"]};const aye=function(e){var t;let{attributes:n,className:r}=e;const{fontSize:o,layout:a={},style:i}=n,l=TJ({className:Zge()(r,{"has-custom-font-size":o||(null==i||null===(t=i.typography)||void 0===t?void 0:t.fontSize)})}),s=Uu((e=>{var t;const n=e(OB).getSettings().__experimentalPreferredStyleVariations;return null==n||null===(t=n.value)||void 0===t?void 0:t[Xve]}),[]),c=J4(l,{allowedBlocks:rye,__experimentalDefaultBlock:oye,__experimentalDirectInsert:!0,template:[[Xve,{className:s&&`is-style-${s}`}]],__experimentalLayout:a,templateInsertUpdatesSelection:!0});return(0,At.createElement)("div",c)};const iye={$schema:"https://schemas.wp.org/trunk/block.json",apiVersion:2,name:"core/buttons",title:"Buttons",category:"design",description:"Prompt visitors to take action with a group of button-style links.",keywords:["link"],textdomain:"default",supports:{anchor:!0,align:["wide","full"],__experimentalExposeControlsToChildren:!0,spacing:{blockGap:!0,margin:["top","bottom"],__experimentalDefaultControls:{blockGap:!0}},typography:{fontSize:!0,lineHeight:!0,__experimentalFontFamily:!0,__experimentalFontWeight:!0,__experimentalFontStyle:!0,__experimentalTextTransform:!0,__experimentalTextDecoration:!0,__experimentalLetterSpacing:!0,__experimentalDefaultControls:{fontSize:!0}},__experimentalLayout:{allowSwitching:!1,allowInheriting:!1,default:{type:"flex"}}},editorStyle:"wp-block-buttons-editor",style:"wp-block-buttons"},{name:lye}=iye,sye={icon:Kve,example:{innerBlocks:[{name:"core/button",attributes:{text:Jr("Find out more")}},{name:"core/button",attributes:{text:Jr("Contact us")}}]},deprecated:Qve,transforms:nye,edit:aye,save:function(e){var t;let{attributes:n,className:r}=e;const{fontSize:o,style:a}=n,i=TJ.save({className:Zge()(r,{"has-custom-font-size":o||(null==a||null===(t=a.typography)||void 0===t?void 0:t.fontSize)})}),l=J4.save(i);return(0,At.createElement)("div",l)}},cye=()=>Rge({name:lye,metadata:iye,settings:sye}),uye=(0,At.createElement)(Sx,{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,At.createElement)(Cx,{d:"M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm.5 16c0 .3-.2.5-.5.5H5c-.3 0-.5-.2-.5-.5V7h15v12zM9 10H7v2h2v-2zm0 4H7v2h2v-2zm4-4h-2v2h2v-2zm4 0h-2v2h2v-2zm-4 4h-2v2h2v-2zm4 0h-2v2h2v-2z"})),dye=Dr()((e=>{if(!e)return{};const t=new Date(e);return{year:t.getFullYear(),month:t.getMonth()+1}}));const mye={from:[{type:"block",blocks:["core/archives"],transform:()=>Sa("core/calendar")}],to:[{type:"block",blocks:["core/archives"],transform:()=>Sa("core/archives")}]},pye={$schema:"https://schemas.wp.org/trunk/block.json",apiVersion:2,name:"core/calendar",title:"Calendar",category:"widgets",description:"A calendar of your site’s posts.",keywords:["posts","archive"],textdomain:"default",attributes:{month:{type:"integer"},year:{type:"integer"}},supports:{align:!0,color:{link:!0,__experimentalSkipSerialization:["text","background"],__experimentalDefaultControls:{background:!0,text:!0},__experimentalSelector:"table, th"},typography:{fontSize:!0,lineHeight:!0,__experimentalFontFamily:!0,__experimentalFontWeight:!0,__experimentalFontStyle:!0,__experimentalTextTransform:!0,__experimentalLetterSpacing:!0,__experimentalDefaultControls:{fontSize:!0}}},style:"wp-block-calendar"},{name:fye}=pye,hye={icon:uye,example:{},edit:function(e){let{attributes:t}=e;const n=TJ(),{date:r,hasPosts:o,hasPostsResolved:a}=Uu((e=>{const{getEntityRecords:t,hasFinishedResolution:n}=e(Ef),r={status:"publish",per_page:1},o=t("postType","post",r),a=n("getEntityRecords",["postType","post",r]);let i;const l=e("core/editor");if(l){"post"===l.getEditedPostAttribute("type")&&(i=l.getEditedPostAttribute("date"))}return{date:i,hasPostsResolved:a,hasPosts:a&&1===(null==o?void 0:o.length)}}),[]);return o?(0,At.createElement)("div",n,(0,At.createElement)(gZ,null,(0,At.createElement)(Vge,{block:"core/calendar",attributes:{...t,...dye(r)}}))):(0,At.createElement)("div",n,(0,At.createElement)(Gre,{icon:uye,label:Jr("Calendar")},a?Jr("No published posts found."):(0,At.createElement)(W1,null)))},transforms:mye},gye=()=>Rge({name:fye,metadata:pye,settings:hye}),bye=(0,At.createElement)(Sx,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,At.createElement)(Cx,{d:"m21.5 9.1-6.6-6.6-4.2 5.6c-1.2-.1-2.4.1-3.6.7-.1 0-.1.1-.2.1-.5.3-.9.6-1.2.9l3.7 3.7-5.7 5.7v1.1h1.1l5.7-5.7 3.7 3.7c.4-.4.7-.8.9-1.2.1-.1.1-.2.2-.3.6-1.1.8-2.4.6-3.6l5.6-4.1zm-7.3 3.5.1.9c.1.9 0 1.8-.4 2.6l-6-6c.8-.4 1.7-.5 2.6-.4l.9.1L15 4.9 19.1 9l-4.9 3.6z"}));const vye={$schema:"https://schemas.wp.org/trunk/block.json",apiVersion:2,name:"core/categories",title:"Categories List",category:"widgets",description:"Display a list of all categories.",textdomain:"default",attributes:{displayAsDropdown:{type:"boolean",default:!1},showHierarchy:{type:"boolean",default:!1},showPostCounts:{type:"boolean",default:!1},showOnlyTopLevel:{type:"boolean",default:!1},showEmpty:{type:"boolean",default:!1}},supports:{align:!0,html:!1,spacing:{margin:!0,padding:!0},typography:{fontSize:!0,lineHeight:!0,__experimentalFontFamily:!0,__experimentalFontWeight:!0,__experimentalFontStyle:!0,__experimentalTextTransform:!0,__experimentalTextDecoration:!0,__experimentalLetterSpacing:!0,__experimentalDefaultControls:{fontSize:!0}}},editorStyle:"wp-block-categories-editor",style:"wp-block-categories"},{name:yye}=vye,_ye={icon:Bae,example:{},edit:function e(t){let{attributes:{displayAsDropdown:n,showHierarchy:r,showPostCounts:o,showOnlyTopLevel:a,showEmpty:i},setAttributes:l,className:s}=t;const c=ug(e,"blocks-category-select"),u={per_page:-1,hide_empty:!i,context:"view"};a&&(u.parent=0);const{records:d,isResolving:m}=yf("taxonomy","category",u),p=e=>null!=d&&d.length?null===e?d:d.filter((t=>{let{parent:n}=t;return n===e})):[],f=e=>t=>l({[e]:t}),h=e=>e?(0,Ot.unescape)(e).trim():Jr("(Untitled)"),g=e=>{const t=p(e.id),{id:n,link:a,count:i,name:l}=e;return(0,At.createElement)("li",{key:n,className:`cat-item cat-item-${n}`},(0,At.createElement)("a",{href:a,target:"_blank",rel:"noreferrer noopener"},h(l)),o&&` (${i})`,r&&!!t.length&&(0,At.createElement)("ul",{className:"children"},t.map((e=>g(e)))))},b=(e,t)=>{const{id:n,count:a,name:i}=e,l=p(n);return[(0,At.createElement)("option",{key:n,className:`level-${t}`},Array.from({length:3*t}).map((()=>" ")),h(i),o&&` (${a})`),r&&!!l.length&&l.map((e=>b(e,t+1)))]},v=null==d||!d.length||n||m?"div":"ul",y=TJ({className:Zge()(s,{"wp-block-categories-list":!(null==d||!d.length||n||m),"wp-block-categories-dropdown":!(null==d||!d.length)&&n&&!m})});return(0,At.createElement)(v,y,(0,At.createElement)(sq,null,(0,At.createElement)(LU,{title:Jr("Settings")},(0,At.createElement)(dR,{label:Jr("Display as dropdown"),checked:n,onChange:f("displayAsDropdown")}),(0,At.createElement)(dR,{label:Jr("Show post counts"),checked:o,onChange:f("showPostCounts")}),(0,At.createElement)(dR,{label:Jr("Show only top level categories"),checked:a,onChange:f("showOnlyTopLevel")}),(0,At.createElement)(dR,{label:Jr("Show empty categories"),checked:i,onChange:f("showEmpty")}),!a&&(0,At.createElement)(dR,{label:Jr("Show hierarchy"),checked:r,onChange:f("showHierarchy")}))),m&&(0,At.createElement)(Gre,{icon:bye,label:Jr("Categories")},(0,At.createElement)(W1,null)),!m&&0===(null==d?void 0:d.length)&&(0,At.createElement)("p",null,Jr("Your site does not have any posts, so there is nothing to display here at the moment.")),!m&&(null==d?void 0:d.length)>0&&(n?(()=>{const e=p(r?0:null);return(0,At.createElement)(At.Fragment,null,(0,At.createElement)(TL,{as:"label",htmlFor:c},Jr("Categories")),(0,At.createElement)("select",{id:c},(0,At.createElement)("option",null,Jr("Select Category")),e.map((e=>b(e,0)))))})():p(r?0:null).map((e=>g(e)))))}},Mye=()=>Rge({name:yye,metadata:vye,settings:_ye}),kye=(0,At.createElement)(Sx,{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,At.createElement)(Cx,{d:"M20 6H4c-1.1 0-2 .9-2 2v9c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V8c0-1.1-.9-2-2-2zm.5 11c0 .3-.2.5-.5.5H4c-.3 0-.5-.2-.5-.5V8c0-.3.2-.5.5-.5h16c.3 0 .5.2.5.5v9zM10 10H8v2h2v-2zm-5 2h2v-2H5v2zm8-2h-2v2h2v-2zm-5 6h8v-2H8v2zm6-4h2v-2h-2v2zm3 0h2v-2h-2v2zm0 4h2v-2h-2v2zM5 16h2v-2H5v2z"})),wye=e=>{let{clientId:t}=e;const{replaceBlocks:n}=rf(OB),r=Uu((e=>e(OB).getBlock(t)),[t]);return(0,At.createElement)(JS,{onClick:()=>n(r.clientId,Vc({HTML:rs(r)}))},Jr("Convert to blocks"))};function Eye(e){const t=Uu((e=>e(OB).getSettings().styles));return(0,At.useEffect)((()=>{const{baseURL:n,suffix:r,settings:o}=window.wpEditorL10n.tinymce;return window.tinymce.EditorManager.overrideDefaults({base_url:n,suffix:r}),window.wp.oldEditor.initialize(e.id,{tinymce:{...o,height:500,setup(e){e.on("init",(()=>{const n=e.getDoc();t.forEach((e=>{let{css:t}=e;const r=n.createElement("style");r.innerHTML=t,n.head.appendChild(r)}))}))}}}),()=>{window.wp.oldEditor.remove(e.id)}}),[]),(0,At.createElement)("textarea",e)}function xye(e){const{clientId:t,attributes:{content:n},setAttributes:r,onReplace:o}=e,[a,i]=(0,At.useState)(!1),l=`editor-${t}`,s=Jr("Classic Edit");return(0,At.createElement)(At.Fragment,null,(0,At.createElement)(jB,null,(0,At.createElement)(mA,null,(0,At.createElement)(JS,{onClick:()=>i(!0)},s))),n&&(0,At.createElement)(fl,null,n),(a||!n)&&(0,At.createElement)(JU,{title:s,__experimentalHideHeader:!0},(0,At.createElement)("h2",{style:{display:"flex",justifyContent:"space-between"}},(0,At.createElement)("div",null,s),(0,At.createElement)("div",null,(0,At.createElement)(NL,{onClick:()=>n?i(!1):o([])},Jr("Cancel")),(0,At.createElement)(NL,{isPrimary:!0,onClick:()=>{r({content:window.wp.oldEditor.getContent(l)}),i(!1)}},Jr("Save")))),(0,At.createElement)(Eye,{id:l,defaultValue:n})))}const{wp:Cye}=window;function Lye(e){let{clientId:t,attributes:{content:n},setAttributes:r,onReplace:o}=e;const{getMultiSelectedBlockClientIds:a}=Uu(OB),i=(0,At.useRef)(!1);return(0,At.useEffect)((()=>{if(!i.current)return;const e=window.tinymce.get(`editor-${t}`);(null==e?void 0:e.getContent())!==n&&e.setContent(n||"")}),[n]),(0,At.useEffect)((()=>{const{baseURL:e,suffix:l}=window.wpEditorL10n.tinymce;function s(e){let t;n&&e.on("loadContent",(()=>e.setContent(n))),e.on("blur",(()=>{var n;t=e.selection.getBookmark(2,!0);const o=document.querySelector(".interface-interface-skeleton__content"),i=o.scrollTop;return null!==(n=a())&&void 0!==n&&n.length||r({content:e.getContent()}),e.once("focus",(()=>{t&&(e.selection.moveToBookmark(t),o.scrollTop!==i&&(o.scrollTop=i))})),!1})),e.on("mousedown touchstart",(()=>{t=null}));const i=dg((()=>{const t=e.getContent();t!==e._lastChange&&(e._lastChange=t,r({content:t}))}),250);e.on("Paste Change input Undo Redo",i),e.on("remove",i.cancel),e.on("keydown",(t=>{ex.primary(t,"z")&&t.stopPropagation(),t.keyCode!==BE&&t.keyCode!==jE||!function(e){const t=e.getBody();return!(t.childNodes.length>1)&&(0===t.childNodes.length||!(t.childNodes[0].childNodes.length>1)&&/^\n?$/.test(t.innerText||t.textContent))}(e)||(o([]),t.preventDefault(),t.stopImmediatePropagation());const{altKey:n}=t;n&&121===t.keyCode&&t.stopPropagation()})),e.on("init",(()=>{const t=e.getBody();t.ownerDocument.activeElement===t&&(t.blur(),e.focus())}))}function c(){const{settings:e}=window.wpEditorL10n.tinymce;Cye.oldEditor.initialize(`editor-${t}`,{tinymce:{...e,inline:!0,content_css:!1,fixed_toolbar_container:`#toolbar-${t}`,setup:s}})}function u(){"complete"===document.readyState&&c()}return i.current=!0,window.tinymce.EditorManager.overrideDefaults({base_url:e,suffix:l}),"complete"===document.readyState?c():document.addEventListener("readystatechange",u),()=>{document.removeEventListener("readystatechange",u),Cye.oldEditor.remove(`editor-${t}`)}}),[]),(0,At.createElement)(At.Fragment,null,(0,At.createElement)("div",{key:"toolbar",id:`toolbar-${t}`,className:"block-library-classic__toolbar",onClick:function(){const e=window.tinymce.get(`editor-${t}`);e&&e.focus()},"data-placeholder":Jr("Classic"),onKeyDown:function(e){e.stopPropagation(),e.nativeEvent.stopImmediatePropagation()}}),(0,At.createElement)("div",{key:"editor",id:`editor-${t}`,className:"wp-block-freeform block-library-rich-text__tinymce"}))}const Sye={$schema:"https://schemas.wp.org/trunk/block.json",apiVersion:2,name:"core/freeform",title:"Classic",category:"text",description:"Use the classic WordPress editor.",textdomain:"default",attributes:{content:{type:"string",source:"html"}},supports:{className:!1,customClassName:!1,reusable:!1},editorStyle:"wp-block-freeform-editor"},{name:Aye}=Sye,Tye={icon:kye,edit:function(e){const{clientId:t}=e,n=Uu((e=>e(OB).canRemoveBlock(t)),[t]),[r,o]=(0,At.useState)(!1),a=hx((e=>{o(e.ownerDocument!==document)}),[]);return(0,At.createElement)(At.Fragment,null,n&&(0,At.createElement)(jB,null,(0,At.createElement)(mA,null,(0,At.createElement)(wye,{clientId:t}))),(0,At.createElement)("div",TJ({ref:a}),r?(0,At.createElement)(xye,e):(0,At.createElement)(Lye,e)))},save:function(e){let{attributes:t}=e;const{content:n}=t;return(0,At.createElement)(fl,null,n)}},zye=()=>Rge({name:Aye,metadata:Sye,settings:Tye}),Nye=(0,At.createElement)(Sx,{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,At.createElement)(Cx,{d:"M20.8 10.7l-4.3-4.3-1.1 1.1 4.3 4.3c.1.1.1.3 0 .4l-4.3 4.3 1.1 1.1 4.3-4.3c.7-.8.7-1.9 0-2.6zM4.2 11.8l4.3-4.3-1-1-4.3 4.3c-.7.7-.7 1.8 0 2.5l4.3 4.3 1.1-1.1-4.3-4.3c-.2-.1-.2-.3-.1-.4z"}));function Oye(e){return e.replace(/\[/g,"[")}function Bye(e){return e.replace(/^(\s*https?:)\/\/([^\s<>"]+\s*)$/m,"$1//$2")}const Dye={from:[{type:"enter",regExp:/^```$/,transform:()=>Sa("core/code")},{type:"block",blocks:["core/html","core/paragraph"],transform:e=>{let{content:t}=e;return Sa("core/code",{content:t})}},{type:"raw",isMatch:e=>"PRE"===e.nodeName&&1===e.children.length&&"CODE"===e.firstChild.nodeName,schema:{pre:{children:{code:{children:{"#text":{}}}}}}}],to:[{type:"block",blocks:["core/paragraph"],transform:e=>{let{content:t}=e;return Sa("core/paragraph",{content:t.replace(/\n/g,"
")})}}]},Iye=Dye,Rye={$schema:"https://schemas.wp.org/trunk/block.json",apiVersion:2,name:"core/code",title:"Code",category:"text",description:"Display code snippets that respect your spacing and tabs.",textdomain:"default",attributes:{content:{type:"string",source:"html",selector:"code"}},supports:{anchor:!0,typography:{fontSize:!0,lineHeight:!0,__experimentalFontFamily:!0,__experimentalFontWeight:!0,__experimentalFontStyle:!0,__experimentalTextTransform:!0,__experimentalTextDecoration:!0,__experimentalLetterSpacing:!0,__experimentalDefaultControls:{fontSize:!0}},spacing:{margin:["top","bottom"],padding:!0},__experimentalBorder:{radius:!0,color:!0,width:!0,style:!0,__experimentalDefaultControls:{width:!0,color:!0}},color:{text:!0,background:!0,gradients:!0,__experimentalDefaultControls:{background:!0,text:!0}}},style:"wp-block-code"},{name:Pye}=Rye,Hye={icon:Nye,example:{attributes:{content:Jr("// A “block” is the abstract term used\n// to describe units of markup that\n// when composed together, form the\n// content or layout of a page.\nregisterBlockType( name, settings );")}},transforms:Iye,edit:function(e){let{attributes:t,setAttributes:n,onRemove:r}=e;const o=TJ();return(0,At.createElement)("pre",o,(0,At.createElement)(xse,{tagName:"code",value:t.content,onChange:e=>n({content:e}),onRemove:r,placeholder:Jr("Write code…"),"aria-label":Jr("Code"),preserveWhiteSpace:!0,__unstablePastePlainText:!0}))},save:function(e){let{attributes:t}=e;return(0,At.createElement)("pre",TJ.save(),(0,At.createElement)(xse.Content,{tagName:"code",value:(n=t.content,an(Oye,Bye)(n||""))}));var n}},Wye=()=>Rge({name:Pye,metadata:Rye,settings:Hye}),Yye=(0,At.createElement)(Sx,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,At.createElement)(Cx,{d:"M19 6H6c-1.1 0-2 .9-2 2v9c0 1.1.9 2 2 2h13c1.1 0 2-.9 2-2V8c0-1.1-.9-2-2-2zM6 17.5c-.3 0-.5-.2-.5-.5V8c0-.3.2-.5.5-.5h3v10H6zm13.5-.5c0 .3-.2.5-.5.5h-3v-10h3c.3 0 .5.2.5.5v9z"})),Fye=[{attributes:{verticalAlignment:{type:"string"},width:{type:"number",min:0,max:100}},isEligible(e){let{width:t}=e;return isFinite(t)},migrate:e=>({...e,width:`${e.width}%`}),save(e){let{attributes:t}=e;const{verticalAlignment:n,width:r}=t,o=Zge()({[`is-vertically-aligned-${n}`]:n}),a={flexBasis:r+"%"};return(0,At.createElement)("div",{className:o,style:a},(0,At.createElement)(Z4.Content,null))}}],jye=Fye;const qye=function(e){let{attributes:{verticalAlignment:t,width:n,templateLock:r,allowedBlocks:o},setAttributes:a,clientId:i}=e;const l=Zge()("block-core-columns",{[`is-vertically-aligned-${t}`]:t}),s=ER({availableUnits:cj("spacing.units")||["%","px","em","rem","vw"]}),{columnsIds:c,hasChildBlocks:u,rootClientId:d}=Uu((e=>{const{getBlockOrder:t,getBlockRootClientId:n}=e(OB),r=n(i);return{hasChildBlocks:t(i).length>0,rootClientId:r,columnsIds:t(r)}}),[i]),{updateBlockAttributes:m}=rf(OB),p=Number.isFinite(n)?n+"%":n,f=TJ({className:l,style:p?{flexBasis:p}:void 0}),h=c.length,g=c.indexOf(i)+1,b=Hr(Jr("%1$s (%2$d of %3$d)"),f["aria-label"],g,h),v=J4({...f,"aria-label":b},{templateLock:r,allowedBlocks:o,renderAppender:u?void 0:Z4.ButtonBlockAppender});return(0,At.createElement)(At.Fragment,null,(0,At.createElement)(jB,null,(0,At.createElement)(Zq,{onChange:e=>{a({verticalAlignment:e}),m(d,{verticalAlignment:null})},value:t})),(0,At.createElement)(sq,null,(0,At.createElement)(LU,{title:Jr("Column settings")},(0,At.createElement)(iW,{label:Jr("Width"),labelPosition:"edge",__unstableInputWidth:"80px",value:n||"",onChange:e=>{e=0>parseFloat(e)?"0":e,a({width:e})},units:s}))),(0,At.createElement)("div",v))};const Vye={$schema:"https://schemas.wp.org/trunk/block.json",apiVersion:2,name:"core/column",title:"Column",category:"text",parent:["core/columns"],description:"A single column within a columns block.",textdomain:"default",attributes:{verticalAlignment:{type:"string"},width:{type:"string"},allowedBlocks:{type:"array"},templateLock:{type:["string","boolean"],enum:["all","insert","contentOnly",!1]}},supports:{anchor:!0,reusable:!1,html:!1,color:{gradients:!0,link:!0,__experimentalDefaultControls:{background:!0,text:!0}},spacing:{blockGap:!0,padding:!0,__experimentalDefaultControls:{padding:!0}},__experimentalBorder:{color:!0,style:!0,width:!0,__experimentalDefaultControls:{color:!0,style:!0,width:!0}},typography:{fontSize:!0,lineHeight:!0,__experimentalFontFamily:!0,__experimentalFontWeight:!0,__experimentalFontStyle:!0,__experimentalTextTransform:!0,__experimentalTextDecoration:!0,__experimentalLetterSpacing:!0,__experimentalDefaultControls:{fontSize:!0}},__experimentalLayout:!0}},{name:Uye}=Vye,Xye={icon:Yye,edit:qye,save:function(e){let{attributes:t}=e;const{verticalAlignment:n,width:r}=t,o=Zge()({[`is-vertically-aligned-${n}`]:n});let a;if(r&&/\d/.test(r)){let e=Number.isFinite(r)?r+"%":r;if(!Number.isFinite(r)&&null!=r&&r.endsWith("%")){const t=1e12;e=Math.round(Number.parseFloat(r)*t)/t+"%"}a={flexBasis:e}}const i=TJ.save({className:o,style:a}),l=J4.save(i);return(0,At.createElement)("div",l)},deprecated:jye},$ye=()=>Rge({name:Uye,metadata:Vye,settings:Xye}),Gye=(0,At.createElement)(Sx,{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},(0,At.createElement)(Cx,{d:"M19 6H6c-1.1 0-2 .9-2 2v9c0 1.1.9 2 2 2h13c1.1 0 2-.9 2-2V8c0-1.1-.9-2-2-2zm-4.1 1.5v10H10v-10h4.9zM5.5 17V8c0-.3.2-.5.5-.5h2.5v10H6c-.3 0-.5-.2-.5-.5zm14 0c0 .3-.2.5-.5.5h-2.6v-10H19c.3 0 .5.2.5.5v9z"}));function Kye(e){let t,{doc:n}=Kye;n||(n=document.implementation.createHTMLDocument(""),Kye.doc=n),n.body.innerHTML=e;for(const e of n.body.firstChild.classList)if(t=e.match(/^layout-column-(\d+)$/))return Number(t[1])-1}const Jye=[{attributes:{verticalAlignment:{type:"string"},backgroundColor:{type:"string"},customBackgroundColor:{type:"string"},customTextColor:{type:"string"},textColor:{type:"string"}},migrate:e=>{if(!e.customTextColor&&!e.customBackgroundColor)return e;const t={color:{}};e.customTextColor&&(t.color.text=e.customTextColor),e.customBackgroundColor&&(t.color.background=e.customBackgroundColor);const{customTextColor:n,customBackgroundColor:r,...o}=e;return{...o,style:t,isStackedOnMobile:!0}},save(e){let{attributes:t}=e;const{verticalAlignment:n,backgroundColor:r,customBackgroundColor:o,textColor:a,customTextColor:i}=t,l=_9("background-color",r),s=_9("color",a),c=Zge()({"has-background":r||o,"has-text-color":a||i,[l]:l,[s]:s,[`are-vertically-aligned-${n}`]:n}),u={backgroundColor:l?void 0:o,color:s?void 0:i};return(0,At.createElement)("div",{className:c||void 0,style:u},(0,At.createElement)(Z4.Content,null))}},{attributes:{columns:{type:"number",default:2}},isEligible:(e,t)=>!!t.some((e=>/layout-column-\d+/.test(e.originalContent)))&&t.some((e=>void 0!==Kye(e.originalContent))),migrate(e,t){const n=t.reduce(((e,t)=>{const{originalContent:n}=t;let r=Kye(n);return void 0===r&&(r=0),e[r]||(e[r]=[]),e[r].push(t),e}),[]).map((e=>Sa("core/column",{},e))),{columns:r,...o}=e;return[{...o,isStackedOnMobile:!0},n]},save(e){let{attributes:t}=e;const{columns:n}=t;return(0,At.createElement)("div",{className:`has-${n}-columns`},(0,At.createElement)(Z4.Content,null))}},{attributes:{columns:{type:"number",default:2}},migrate(e,t){const{columns:n,...r}=e;return[e={...r,isStackedOnMobile:!0},t]},save(e){let{attributes:t}=e;const{verticalAlignment:n,columns:r}=t,o=Zge()(`has-${r}-columns`,{[`are-vertically-aligned-${n}`]:n});return(0,At.createElement)("div",{className:o},(0,At.createElement)(Z4.Content,null))}}],Zye=e=>{const t=parseFloat(e);return Number.isFinite(t)?parseFloat(t.toFixed(2)):void 0};function Qye(e,t){const{width:n=100/t}=e.attributes;return Zye(n)}function e_e(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:e.length;return e.reduce(((e,n)=>e+Qye(n,t)),0)}function t_e(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:e.length;return e.reduce(((e,n)=>{const r=Qye(n,t);return Object.assign(e,{[n.clientId]:r})}),{})}function n_e(e,t){let n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:e.length;const r=e_e(e,n);return(0,Ot.mapValues)(t_e(e,n),(e=>Zye(t*e/r)))}function r_e(e,t){return e.map((e=>(0,Ot.merge)({},e,{attributes:{width:`${t[e.clientId]}%`}})))}const o_e=["core/column"];const a_e=RU(((e,t,n)=>({updateAlignment(r){const{clientId:o,setAttributes:a}=t,{updateBlockAttributes:i}=e(OB),{getBlockOrder:l}=n.select(OB);a({verticalAlignment:r});l(o).forEach((e=>{i(e,{verticalAlignment:r})}))},updateColumns(r,o){const{clientId:a}=t,{replaceInnerBlocks:i}=e(OB),{getBlocks:l}=n.select(OB);let s=l(a);const c=function(e){return e.every((e=>{var t;const n=e.attributes.width;return Number.isFinite(null!=n&&null!==(t=n.endsWith)&&void 0!==t&&t.call(n,"%")?parseFloat(n):n)}))}(s),u=o>r;if(u&&c){const e=Zye(100/o);s=[...r_e(s,n_e(s,100-e)),...Array.from({length:o-r}).map((()=>Sa("core/column",{width:`${e}%`})))]}else if(u)s=[...s,...Array.from({length:o-r}).map((()=>Sa("core/column")))];else if(s=s.slice(0,-(r-o)),c){s=r_e(s,n_e(s,100))}i(a,s)}})))((function(e){let{attributes:t,setAttributes:n,updateAlignment:r,updateColumns:o,clientId:a}=e;const{isStackedOnMobile:i,verticalAlignment:l}=t,{count:s}=Uu((e=>({count:e(OB).getBlockCount(a)})),[a]),c=J4(TJ({className:Zge()({[`are-vertically-aligned-${l}`]:l,"is-not-stacked-on-mobile":!i})}),{allowedBlocks:o_e,orientation:"horizontal",renderAppender:!1});return(0,At.createElement)(At.Fragment,null,(0,At.createElement)(jB,null,(0,At.createElement)(Zq,{onChange:r,value:l})),(0,At.createElement)(sq,null,(0,At.createElement)(LU,null,(0,At.createElement)(FY,{__nextHasNoMarginBottom:!0,label:Jr("Columns"),value:s,onChange:e=>o(s,e),min:1,max:Math.max(6,s)}),s>6&&(0,At.createElement)(Dee,{status:"warning",isDismissible:!1},Jr("This column count exceeds the recommended amount and may cause visual breakage.")),(0,At.createElement)(dR,{label:Jr("Stack on mobile"),checked:i,onChange:()=>n({isStackedOnMobile:!i})}))),(0,At.createElement)("div",c))}));function i_e(e){let{clientId:t,name:n,setAttributes:r}=e;const{blockType:o,defaultVariation:a,variations:i}=Uu((e=>{const{getBlockVariations:t,getBlockType:r,getDefaultBlockVariation:o}=e(Zi);return{blockType:r(n),defaultVariation:o(n,"block"),variations:t(n,"block")}}),[n]),{replaceInnerBlocks:l}=rf(OB),s=TJ();return(0,At.createElement)("div",s,(0,At.createElement)(Jre,{icon:(0,Ot.get)(o,["icon","src"]),label:(0,Ot.get)(o,["title"]),variations:i,onSelect:function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:a;e.attributes&&r(e.attributes),e.innerBlocks&&l(t,Aa(e.innerBlocks),!0)},allowSkip:!0}))}const l_e=e=>{const{clientId:t}=e,n=Uu((e=>e(OB).getBlocks(t).length>0),[t])?a_e:i_e;return(0,At.createElement)(n,e)};const s_e=[{name:"one-column-full",title:Jr("100"),description:Jr("One column"),icon:(0,At.createElement)(Sx,{width:"48",height:"48",viewBox:"0 0 48 48",xmlns:"http://www.w3.org/2000/svg"},(0,At.createElement)(Cx,{fillRule:"evenodd",clipRule:"evenodd",d:"m39.0625 14h-30.0625v20.0938h30.0625zm-30.0625-2c-1.10457 0-2 .8954-2 2v20.0938c0 1.1045.89543 2 2 2h30.0625c1.1046 0 2-.8955 2-2v-20.0938c0-1.1046-.8954-2-2-2z"})),innerBlocks:[["core/column"]],scope:["block"]},{name:"two-columns-equal",title:Jr("50 / 50"),description:Jr("Two columns; equal split"),icon:(0,At.createElement)(Sx,{width:"48",height:"48",viewBox:"0 0 48 48",xmlns:"http://www.w3.org/2000/svg"},(0,At.createElement)(Cx,{fillRule:"evenodd",clipRule:"evenodd",d:"M39 12C40.1046 12 41 12.8954 41 14V34C41 35.1046 40.1046 36 39 36H9C7.89543 36 7 35.1046 7 34V14C7 12.8954 7.89543 12 9 12H39ZM39 34V14H25V34H39ZM23 34H9V14H23V34Z"})),isDefault:!0,innerBlocks:[["core/column"],["core/column"]],scope:["block"]},{name:"two-columns-one-third-two-thirds",title:Jr("33 / 66"),description:Jr("Two columns; one-third, two-thirds split"),icon:(0,At.createElement)(Sx,{width:"48",height:"48",viewBox:"0 0 48 48",xmlns:"http://www.w3.org/2000/svg"},(0,At.createElement)(Cx,{fillRule:"evenodd",clipRule:"evenodd",d:"M39 12C40.1046 12 41 12.8954 41 14V34C41 35.1046 40.1046 36 39 36H9C7.89543 36 7 35.1046 7 34V14C7 12.8954 7.89543 12 9 12H39ZM39 34V14H20V34H39ZM18 34H9V14H18V34Z"})),innerBlocks:[["core/column",{width:"33.33%"}],["core/column",{width:"66.66%"}]],scope:["block"]},{name:"two-columns-two-thirds-one-third",title:Jr("66 / 33"),description:Jr("Two columns; two-thirds, one-third split"),icon:(0,At.createElement)(Sx,{width:"48",height:"48",viewBox:"0 0 48 48",xmlns:"http://www.w3.org/2000/svg"},(0,At.createElement)(Cx,{fillRule:"evenodd",clipRule:"evenodd",d:"M39 12C40.1046 12 41 12.8954 41 14V34C41 35.1046 40.1046 36 39 36H9C7.89543 36 7 35.1046 7 34V14C7 12.8954 7.89543 12 9 12H39ZM39 34V14H30V34H39ZM28 34H9V14H28V34Z"})),innerBlocks:[["core/column",{width:"66.66%"}],["core/column",{width:"33.33%"}]],scope:["block"]},{name:"three-columns-equal",title:Jr("33 / 33 / 33"),description:Jr("Three columns; equal split"),icon:(0,At.createElement)(Sx,{width:"48",height:"48",viewBox:"0 0 48 48",xmlns:"http://www.w3.org/2000/svg"},(0,At.createElement)(Cx,{fillRule:"evenodd",d:"M41 14a2 2 0 0 0-2-2H9a2 2 0 0 0-2 2v20a2 2 0 0 0 2 2h30a2 2 0 0 0 2-2V14zM28.5 34h-9V14h9v20zm2 0V14H39v20h-8.5zm-13 0H9V14h8.5v20z"})),innerBlocks:[["core/column"],["core/column"],["core/column"]],scope:["block"]},{name:"three-columns-wider-center",title:Jr("25 / 50 / 25"),description:Jr("Three columns; wide center column"),icon:(0,At.createElement)(Sx,{width:"48",height:"48",viewBox:"0 0 48 48",xmlns:"http://www.w3.org/2000/svg"},(0,At.createElement)(Cx,{fillRule:"evenodd",d:"M41 14a2 2 0 0 0-2-2H9a2 2 0 0 0-2 2v20a2 2 0 0 0 2 2h30a2 2 0 0 0 2-2V14zM31 34H17V14h14v20zm2 0V14h6v20h-6zm-18 0H9V14h6v20z"})),innerBlocks:[["core/column",{width:"25%"}],["core/column",{width:"50%"}],["core/column",{width:"25%"}]],scope:["block"]}],c_e={from:[{type:"block",isMultiBlock:!0,blocks:["*"],__experimentalConvert:e=>{const t=+(100/e.length).toFixed(2),n=e.map((e=>{let{name:n,attributes:r,innerBlocks:o}=e;return["core/column",{width:`${t}%`},[[n,{...r},o]]]}));return Sa("core/columns",{},Aa(n))},isMatch:(e,t)=>{let{length:n}=e;return(1!==t.length||"core/columns"!==t[0].name)&&(n&&n<=6)}},{type:"block",blocks:["core/media-text"],priority:1,transform:(e,t)=>{const{align:n,backgroundColor:r,textColor:o,style:a,mediaAlt:i,mediaId:l,mediaPosition:s,mediaSizeSlug:c,mediaType:u,mediaUrl:d,mediaWidth:m,verticalAlignment:p}=e;let f;if("image"!==u&&u)f=["core/video",{id:l,src:d}];else{f=["core/image",{...{id:l,alt:i,url:d,sizeSlug:c},...{href:e.href,linkClass:e.linkClass,linkDestination:e.linkDestination,linkTarget:e.linkTarget,rel:e.rel}}]}const h=[["core/column",{width:`${m}%`},[f]],["core/column",{width:100-m+"%"},t]];return"right"===s&&h.reverse(),Sa("core/columns",{align:n,backgroundColor:r,textColor:o,style:a,verticalAlignment:p},Aa(h))}}],to:[{type:"block",blocks:["*"],transform:(e,t)=>t.flatMap((e=>e.innerBlocks))}]},u_e=c_e,d_e={$schema:"https://schemas.wp.org/trunk/block.json",apiVersion:2,name:"core/columns",title:"Columns",category:"design",description:"Display content in multiple columns, with blocks added to each column.",textdomain:"default",attributes:{verticalAlignment:{type:"string"},isStackedOnMobile:{type:"boolean",default:!0}},supports:{anchor:!0,align:["wide","full"],html:!1,color:{gradients:!0,link:!0,__experimentalDefaultControls:{background:!0,text:!0}},spacing:{blockGap:{__experimentalDefault:"2em",sides:["horizontal","vertical"]},margin:["top","bottom"],padding:!0,__experimentalDefaultControls:{padding:!0}},__experimentalLayout:{allowSwitching:!1,allowInheriting:!1,allowEditing:!1,default:{type:"flex",flexWrap:"nowrap"}},__experimentalBorder:{color:!0,radius:!0,style:!0,width:!0,__experimentalDefaultControls:{color:!0,radius:!0,style:!0,width:!0}},typography:{fontSize:!0,lineHeight:!0,__experimentalFontFamily:!0,__experimentalFontWeight:!0,__experimentalFontStyle:!0,__experimentalTextTransform:!0,__experimentalTextDecoration:!0,__experimentalLetterSpacing:!0,__experimentalDefaultControls:{fontSize:!0}}},editorStyle:"wp-block-columns-editor",style:"wp-block-columns"},{name:m_e}=d_e,p_e={icon:Gye,variations:s_e,example:{viewportWidth:600,innerBlocks:[{name:"core/column",innerBlocks:[{name:"core/paragraph",attributes:{content:Jr("Lorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent et eros eu felis.")}},{name:"core/image",attributes:{url:"https://s.w.org/images/core/5.3/Windbuchencom.jpg"}},{name:"core/paragraph",attributes:{content:Jr("Suspendisse commodo neque lacus, a dictum orci interdum et.")}}]},{name:"core/column",innerBlocks:[{name:"core/paragraph",attributes:{content:Jr("Etiam et egestas lorem. Vivamus sagittis sit amet dolor quis lobortis. Integer sed fermentum arcu, id vulputate lacus. Etiam fermentum sem eu quam hendrerit.")}},{name:"core/paragraph",attributes:{content:Jr("Nam risus massa, ullamcorper consectetur eros fermentum, porta aliquet ligula. Sed vel mauris nec enim.")}}]}]},deprecated:Jye,edit:l_e,save:function(e){let{attributes:t}=e;const{isStackedOnMobile:n,verticalAlignment:r}=t,o=Zge()({[`are-vertically-aligned-${r}`]:r,"is-not-stacked-on-mobile":!n}),a=TJ.save({className:o}),i=J4.save(a);return(0,At.createElement)("div",i)},transforms:u_e},f_e=()=>Rge({name:m_e,metadata:d_e,settings:p_e}),h_e=(0,At.createElement)(Sx,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},(0,At.createElement)(Cx,{d:"M14 10.1V4c0-.6-.4-1-1-1H5c-.6 0-1 .4-1 1v8.3c0 .3.2.7.6.8.1.1.2.1.3.1.2 0 .5-.1.6-.3l1.8-1.8H13c.6 0 1-.4 1-1zm-1.5-.5H6.7l-1.2 1.2V4.5h7v5.1zM19 12h-8c-.6 0-1 .4-1 1v6.1c0 .6.4 1 1 1h5.7l1.8 1.8c.1.2.4.3.6.3.1 0 .2 0 .3-.1.4-.1.6-.5.6-.8V13c0-.6-.4-1-1-1zm-.5 7.8l-1.2-1.2h-5.8v-5.1h7v6.3z"})),g_e={attributes:{tagName:{type:"string",default:"div"}},apiVersion:2,supports:{align:["wide","full"],html:!1,color:{gradients:!0,link:!0,__experimentalDefaultControls:{background:!0,text:!0,link:!0}}},save(e){let{attributes:{tagName:t}}=e;const n=TJ.save(),{className:r}=n,o=(null==r?void 0:r.split(" "))||[],a=null==o?void 0:o.filter((e=>"wp-block-comments"!==e)),i={...n,className:a.join(" ")};return(0,At.createElement)(t,i,(0,At.createElement)(Z4.Content,null))}},b_e=[g_e];function v_e(e){let{attributes:{TagName:t},setAttributes:n}=e;return(0,At.createElement)(sq,null,(0,At.createElement)(sq,{__experimentalGroup:"advanced"},(0,At.createElement)(j5,{label:Jr("HTML element"),options:[{label:Jr("Default (

)"),value:"div"},{label:"
",value:"section"},{label:"